Corpus of English language From GtenBerg Applying Preprocessing and TF IDF
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
words = text.split()
print(words)
['One', 'morning,', 'when', 'Gregor', 'Samsa', 'woke', 'from', 'troubled', 'dreams,', 'he', 'found', 'himself', 'transformed', 'in', 'his', 'bed', 'into', 'a', 'horrible', 'vermin.', 'He', 'lay', 'on', 'his', 'armour-like', 'back,', 'and', 'if', 'he', 'lifted', 'his', 'head', 'a', 'little', 'he', 'could', 'see', 'his', 'brown', 'belly,', 'slightly', 'domed', 'and', 'divided', 'by', 'arches', 'into', 'stiff', 'sections.', 'The', 'bedding', 'was', 'hardly', 'able', 'to', 'cover', 'it', 'and', 'seemed', 'ready', 'to', 'slide', 'off', 'any', 'moment.', 'His', 'many', 'legs,', 'pitifully', 'thin', 'compared', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him,', 'waved', 'about', 'helplessly', 'as', 'he', 'looked.', '"What\'s', 'happened', 'to', 'me?"', 'he', 'thought.', 'It', "wasn't", 'a', 'dream.', 'His', 'room,', 'a', 'proper', 'human', 'room', 'although', 'a', 'little', 'too', 'small,', 'lay', 'peacefully', 'between', 'its', 'four', 'familiar', 'walls.', 'A', 'collection', 'of', 'textile', 'samples', 'lay', 'spread', 'out', 'on', 'the', 'table', '-', 'Samsa', 'was', 'a', 'travelling', 'salesman', '-', 'and', 'above', 'it', 'there', 'hung', 'a', 'picture', 'that', 'he', 'had', 'recently', 'cut', 'out', 'of', 'an', 'illustrated', 'magazine', 'and', 'housed', 'in', 'a', 'nice,', 'gilded', 'frame.', 'It', 'showed', 'a', 'lady', 'fitted', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright,', 'raising', 'a', 'heavy', 'fur', 'muff', 'that', 'covered', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'towards', 'the', 'viewer.', 'Gregor', 'then', 'turned', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather.', 'Drops', 'of', 'rain', 'could', 'be', 'heard', 'hitting', 'the', 'pane,', 'which', 'made', 'him', 'feel', 'quite', 'sad.', '"How', 'about', 'if', 'I', 'sleep', 'a', 'little', 'bit', 'longer', 'and', 'forget', 'all', 'this', 'nonsense",', 'he', 'thought,', 'but', 'that', 'was', 'something', 'he', 'was', 'unable', 'to', 'do', 'because', 'he', 'was', 'used', 'to', 'sleeping', 'on', 'his', 'right,', 'and', 'in', 'his', 'present', 'state', "couldn't", 'get', 'into', 'that', 'position.', 'However', 'hard', 'he', 'threw', 'himself', 'onto', 'his', 'right,', 'he', 'always', 'rolled', 'back', 'to', 'where', 'he', 'was.', 'He', 'must', 'have', 'tried', 'it', 'a', 'hundred', 'times,', 'shut', 'his', 'eyes', 'so', 'that', 'he', "wouldn't", 'have', 'to', 'look', 'at', 'the', 'floundering', 'legs,', 'and', 'only', 'stopped', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild,', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'before.', '"Oh,', 'God",', 'he', 'thought,', '"what', 'a', 'strenuous', 'career', 'it', 'is', 'that', "I've", 'chosen!', 'Travelling', 'day', 'in', 'and', 'day', 'out.', 'Doing', 'business', 'like', 'this', 'takes', 'much', 'more', 'effort', 'than', 'doing', 'your', 'own', 'business', 'at', 'home,', 'and', 'on', 'top', 'of', 'that', "there's", 'the', 'curse', 'of', 'travelling,', 'worries', 'about', 'making', 'train', 'connections,', 'bad', 'and', 'irregular', 'food,', 'contact', 'with', 'different', 'people', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyone', 'or', 'become', 'friendly', 'with', 'them.', 'It', 'can', 'all', 'go', 'to', 'Hell!"', 'He', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'his', 'belly;', 'pushed', 'himself', 'slowly', 'up', 'on', 'his', 'back', 'towards', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'his', 'head', 'better;', 'found', 'where', 'the', 'itch', 'was,', 'and', 'saw', 'that', 'it', 'was', 'covered', 'with', 'lots', 'of', 'little', 'white', 'spots', 'which', 'he', "didn't", 'know', 'what', 'to', 'make', 'of;', 'and', 'when', 'he', 'tried', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'his', 'legs', 'he', 'drew', 'it', 'quickly', 'back', 'because', 'as', 'soon', 'as', 'he', 'touched', 'it', 'he', 'was', 'overcome', 'by', 'a', 'cold', 'shudder.', 'He', 'slid', 'back', 'into', 'his', 'former', 'position.', '"Getting', 'up', 'early', 'all', 'the', 'time",', 'he', 'thought,', '"it', 'makes', 'you', 'stupid.', "You've", 'got', 'to', 'get', 'enough', 'sleep.', 'Other', 'travelling', 'salesmen', 'live', 'a', 'life', 'of', 'luxury.', 'For', 'instance,', 'whenever', 'I', 'go', 'back', 'to', 'the', 'guest', 'house', 'during', 'the', 'morning', 'to', 'copy', 'out', 'the', 'contract,', 'these', 'gentlemen', 'are', 'always', 'still', 'sitting', 'there', 'eating', 'their', 'breakfasts.', 'I', 'ought', 'to', 'just', 'try', 'that', 'with', 'my', 'boss;', "I'd", 'get', 'kicked', 'out', 'on', 'the', 'spot.', 'But', 'who', 'knows,', 'maybe', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me.', 'If', 'I', "didn't", 'have', 'my', 'parents', 'to', 'think', 'about', "I'd", 'have', 'given', 'in', 'my', 'notice', 'a', 'long', 'time', 'ago,', "I'd", 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'I', 'think,', 'tell', 'him', 'everything', 'I', 'would,', 'let', 'him', 'know', 'just', 'what', 'I', 'feel.', "He'd", 'fall', 'right', 'off', 'his', 'desk!', 'And', "it's", 'a', 'funny', 'sort', 'of', 'business', 'to', 'be', 'sitting', 'up', 'there', 'at', 'your', 'desk,', 'talking', 'down', 'at', 'your', 'subordinates', 'from', 'up', 'there,', 'especially', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'because', 'the', 'boss', 'is', 'hard', 'of', 'hearing.', 'Well,', "there's", 'still', 'some', 'hope;', 'once', "I've", 'got', 'the', 'money', 'together', 'to', 'pay', 'off', 'my', "parents'", 'debt', 'to', 'him', '-', 'another', 'five', 'or', 'six', 'years', 'I', 'suppose', '-', "that's", 'definitely', 'what', "I'll", 'do.', "That's", 'when', "I'll", 'make', 'the', 'big', 'change.', 'First', 'of', 'all', 'though,', "I've", 'got', 'to', 'get', 'up,', 'my', 'train', 'leaves', 'at', 'five."', 'And', 'he', 'looked', 'over', 'at', 'the', 'alarm', 'clock,', 'ticking', 'on', 'the', 'chest', 'of', 'drawers.', '"God', 'in', 'Heaven!"', 'he', 'thought.', 'It', 'was', 'half', 'past', 'six', 'and', 'the', 'hands', 'were', 'quietly', 'moving', 'forwards,', 'it', 'was', 'even', 'later', 'than', 'half', 'past,', 'more', 'like', 'quarter', 'to', 'seven.', 'Had', 'the', 'alarm', 'clock', 'not', 'rung?', 'He', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', "o'clock", 'as', 'it', 'should', 'have', 'been;', 'it', 'certainly', 'must', 'have', 'rung.', 'Yes,', 'but', 'was', 'it', 'possible', 'to', 'quietly', 'sleep', 'through', 'that', 'furniture-rattling', 'noise?', 'True,', 'he', 'had', 'not', 'slept', 'peacefully,', 'but', 'probably', 'all', 'the', 'more', 'deeply', 'because', 'of', 'that.', 'What', 'should', 'he', 'do', 'now?', 'The', 'next', 'train', 'went', 'at', 'seven;', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collection', 'of', 'samples', 'was', 'still', 'not', 'packed,', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularly', 'fresh', 'and', 'lively.', 'And', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'his', "boss's", 'anger', 'as', 'the', 'office', 'assistant', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', "o'clock", 'train', 'go,', 'he', 'would', 'have', 'put', 'in', 'his', 'report', 'about', "Gregor's", 'not', 'being', 'there', 'a', 'long', 'time', 'ago.', 'The', 'office', 'assistant', 'was', 'the', "boss's", 'man,', 'spineless,', 'and', 'with', 'no', 'understanding.', 'What', 'about', 'if', 'he', 'reported', 'sick?', 'But', 'that', 'would', 'be', 'extremely', 'strained', 'and', 'suspicious', 'as', 'in', 'fifteen', 'years', 'of', 'service', 'Gregor', 'had', 'never', 'once', 'yet', 'been', 'ill.', 'His', 'boss', 'would', 'certainly', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medical', 'insurance', 'company,', 'accuse', 'his', 'parents', 'of', 'having', 'a', 'lazy', 'son,', 'and', 'accept', 'the', "doctor's", 'recommendation', 'not', 'to', 'make', 'any', 'claim', 'as', 'the', 'doctor', 'believed', 'that', 'no-one', 'was', 'ever', 'ill', 'but', 'that', 'many', 'were', 'workshy.', 'And', "what's", 'more,', 'would', 'he', 'have', 'been', 'entirely', 'wrong', 'in', 'this', 'case?', 'Gregor', 'did', 'in', 'fact,', 'apart', 'from', 'excessive', 'sleepiness', 'after', 'sleeping', 'for', 'so', 'long,', 'feel', 'completely', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual.', 'He', 'was', 'still', 'hurriedly', 'thinking', 'all', 'this', 'through,', 'unable', 'to', 'decide', 'to', 'get', 'out', 'of', 'the', 'bed,', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven.', 'There', 'was', 'a', 'cautious', 'knock', 'at', 'the', 'door', 'near', 'his', 'head.', '"Gregor",', 'somebody', 'called', '-', 'it', 'was', 'his', 'mother', '-', '"it\'s', 'quarter', 'to', 'seven.', "Didn't", 'you', 'want', 'to', 'go', 'somewhere?"', 'That', 'gentle', 'voice!', 'Gregor', 'was', 'shocked', 'when', 'he', 'heard', 'his', 'own', 'voice', 'answering,', 'it', 'could', 'hardly', 'be', 'recognised', 'as', 'the', 'voice', 'he', 'had', 'had', 'before.', 'As', 'if', 'from', 'deep', 'inside', 'him,', 'there', 'was', 'a', 'painful', 'and', 'uncontrollable', 'squeaking', 'mixed', 'in', 'with', 'it,', 'the', 'words', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'was', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear,', 'leaving', 'the', 'hearer', 'unsure', 'whether', 'he', 'had', 'heard', 'properly', 'or', 'not.', 'Gregor', 'had', 'wanted', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everything,', 'but', 'in', 'the', 'circumstances', 'contented', 'himself', 'with', 'saying:', '"Yes,', 'mother,', 'yes,', 'thank-you,', "I'm", 'getting', 'up', 'now."', 'The', 'change', 'in', "Gregor's", 'voice', 'probably', 'could', 'not', 'be', 'noticed', 'outside', 'through', 'the', 'wooden', 'door,', 'as', 'his', 'mother', 'was', 'satisfied', 'with', 'this', 'explanation', 'and', 'shuffled', 'away.', 'But', 'this', 'short', 'conversation', 'made', 'the', 'other', 'members', 'of', 'the', 'family', 'aware', 'that', 'Gregor,', 'against', 'their', 'expectations', 'was', 'still', 'at', 'home,', 'and', 'soon', 'his', 'father', 'came', 'knocking', 'at', 'one', 'of', 'the', 'side', 'doors,', 'gently,', 'but', 'with', 'his', 'fist.', '"Gregor,', 'Gregor",', 'he', 'called,', '"what\'s', 'wrong?"', 'And', 'after', 'a', 'short', 'while', 'he', 'called', 'again', 'with', 'a', 'warning', 'deepness', 'in', 'his', 'voice:', '"Gregor!', 'Gregor!"', 'At', 'the', 'other', 'side', 'door', 'his', 'sister', 'came', 'plaintively:', '"Gregor?', "Aren't", 'you', 'well?', 'Do', 'you', 'need', 'anything?"', 'Gregor', 'answered', 'to', 'both', 'sides:', '"I\'m', 'ready,', 'now",', 'making', 'an', 'effort', 'to', 'remove', 'all', 'the', 'strangeness', 'from', 'his', 'voice', 'by', 'enunciating', 'very', 'carefully', 'and', 'putting', 'long', 'pauses', 'between', 'each,', 'individual', 'word.', 'His', 'father', 'went', 'back', 'to', 'his', 'breakfast,', 'but', 'his', 'sister', 'whispered:', '"Gregor,', 'open', 'the', 'door,', 'I', 'beg', 'of', 'you."', 'Gregor,', 'however,', 'had', 'no', 'thought', 'of', 'opening', 'the', 'door,', 'and', 'instead', 'congratulated', 'himself', 'for', 'his', 'cautious', 'habit,', 'acquired', 'from', 'his', 'travelling,', 'of', 'locking', 'all', 'doors', 'at', 'night', 'even', 'when', 'he', 'was', 'at', 'home.', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'to', 'get', 'up', 'in', 'peace', 'without', 'being', 'disturbed,', 'to', 'get', 'dressed,', 'and', 'most', 'of', 'all', 'to', 'have', 'his', 'breakfast.', 'Only', 'then', 'would', 'he', 'consider', 'what', 'to', 'do', 'next,', 'as', 'he', 'was', 'well', 'aware', 'that', 'he', 'would', 'not', 'bring', 'his', 'thoughts', 'to', 'any', 'sensible', 'conclusions', 'by', 'lying', 'in', 'bed.', 'He', 'remembered', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed,', 'perhaps', 'caused', 'by', 'lying', 'awkwardly,', 'but', 'that', 'had', 'always', 'turned', 'out', 'to', 'be', 'pure', 'imagination', 'and', 'he', 'wondered', 'how', 'his', 'imaginings', 'would', 'slowly', 'resolve', 'themselves', 'today.', 'He', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'change', 'in', 'his', 'voice', 'was', 'nothing', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'serious', 'cold,', 'which', 'was', 'an', 'occupational', 'hazard', 'for', 'travelling', 'salesmen.', 'It', 'was', 'a', 'simple', 'matter', 'to', 'throw', 'off', 'the', 'covers;', 'he', 'only', 'had', 'to', 'blow', 'himself', 'up', 'a', 'little', 'and', 'they', 'fell', 'off', 'by', 'themselves.', 'But', 'it', 'became', 'difficult', 'after', 'that,', 'especially', 'as', 'he', 'was', 'so', 'exceptionally', 'broad.', 'He', 'would', 'have', 'used', 'his', 'arms', 'and', 'his', 'hands', 'to', 'push', 'himself', 'up;', 'but', 'instead', 'of', 'them', 'he', 'only', 'had', 'all', 'those', 'little', 'legs', 'continuously', 'moving', 'in', 'different', 'directions,', 'and', 'which', 'he', 'was', 'moreover', 'unable', 'to', 'control.', 'If', 'he', 'wanted', 'to', 'bend', 'one', 'of', 'them,', 'then', 'that', 'was', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out;', 'and', 'if', 'he', 'finally', 'managed', 'to', 'do', 'what', 'he', 'wanted', 'with', 'that', 'leg,', 'all', 'the', 'others', 'seemed', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'painfully.', '"This', 'is', 'something', 'that', "can't", 'be', 'done', 'in', 'bed",', 'Gregor', 'said', 'to', 'himself,', '"so', "don't", 'keep', 'trying', 'to', 'do', 'it".', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'get', 'the', 'lower', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed,', 'but', 'he', 'had', 'never', 'seen', 'this', 'lower', 'part,', 'and', 'could', 'not', 'imagine', 'what', 'it', 'looked', 'like;', 'it', 'turned', 'out', 'to', 'be', 'too', 'hard', 'to', 'move;', 'it', 'went', 'so', 'slowly;', 'and', 'finally,', 'almost', 'in', 'a', 'frenzy,', 'when', 'he', 'carelessly', 'shoved', 'himself', 'forwards', 'with', 'all', 'the', 'force', 'he', 'could', 'gather,', 'he', 'chose', 'the', 'wrong', 'direction,', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost,', 'and', 'learned', 'from', 'the', 'burning', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'his', 'body', 'might', 'well,', 'at', 'present,', 'be', 'the', 'most', 'sensitive.', 'So', 'then', 'he', 'tried', 'to', 'get', 'the', 'top', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'first,', 'carefully', 'turning', 'his', 'head', 'to', 'the', 'side.', 'This', 'he', 'managed', 'quite', 'easily,', 'and', 'despite', 'its', 'breadth', 'and', 'its', 'weight,', 'the', 'bulk', 'of', 'his', 'body', 'eventually', 'followed', 'slowly', 'in', 'the', 'direction', 'of', 'the', 'head.', 'But', 'when', 'he', 'had', 'at', 'last', 'got', 'his', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occurred', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracle', 'if', 'his', 'head', 'were', 'not', 'injured,', 'so', 'he', 'became', 'afraid', 'to', 'carry', 'on', 'pushing', 'himself', 'forward', 'the', 'same', 'way.', 'And', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'any', 'price;', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'consciousness.', 'It', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier,', 'but', 'when', 'he', 'lay', 'there', 'sighing,', 'and', 'was', 'once', 'more', 'watching', 'his', 'legs', 'as', 'they', 'struggled', 'against', 'each', 'other', 'even', 'harder', 'than', 'before,', 'if', 'that', 'was', 'possible,', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bringing', 'peace', 'and', 'order', 'to', 'this', 'chaos.', 'He', 'told', 'himself', 'once', 'more', 'that', 'it', 'was', 'not', 'possible', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensible', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatever', 'way', 'he', 'could', 'at', 'whatever', 'sacrifice.', 'At', 'the', 'same', 'time,', 'though,', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consideration', 'was', 'much', 'better', 'than', 'rushing', 'to', 'desperate', 'conclusions.', 'At', 'times', 'like', 'this', 'he', 'would', 'direct', 'his', 'eyes', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearly', 'as', 'he', 'could,', 'but', 'unfortunately,', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'was', 'enveloped', 'in', 'morning', 'fog', 'and', 'the', 'view', 'had', 'little', 'confidence', 'or', 'cheer', 'to', 'offer', 'him.', '"Seven', "o'clock,", 'already",', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again,', '"seven', "o'clock,", 'and', "there's", 'still', 'a', 'fog', 'like', 'this."', 'And', 'he', 'lay', 'there', 'quietly', 'a', 'while', 'longer,', 'breathing', 'lightly', 'as', 'if', 'he', 'perhaps', 'expected', 'the', 'total', 'stillness', 'to', 'bring', 'things', 'back', 'to', 'their', 'real', 'and', 'natural', 'state.', 'But', 'then', 'he', 'said', 'to', 'himself:', '"Before', 'it', 'strikes', 'quarter', 'past', 'seven', "I'll", 'definitely', 'have', 'to', 'have', 'got', 'properly', 'out', 'of', 'bed.', 'And', 'by', 'then', 'somebody', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', "what's", 'happened', 'to', 'me', 'as', 'well,', 'as', 'they', 'open', 'up', 'at', 'work', 'before', 'seven', 'o\'clock."', 'And', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swinging', 'the', 'entire', 'length', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time.', 'If', 'he', 'succeeded', 'in', 'falling', 'out', 'of', 'bed', 'in', 'this', 'way', 'and', 'kept', 'his', 'head', 'raised', 'as', 'he', 'did', 'so', 'he', 'could', 'probably', 'avoid', 'injuring', 'it.', 'His', 'back', 'seemed', 'to', 'be', 'quite', 'hard,', 'and', 'probably', 'nothing', 'would', 'happen', 'to', 'it', 'falling', 'onto', 'the', 'carpet.', 'His', 'main', 'concern', 'was', 'for', 'the', 'loud', 'noise', 'he', 'was', 'bound', 'to', 'make,', 'and', 'which', 'even', 'through', 'all', 'the', 'doors', 'would', 'probably', 'raise', 'concern', 'if', 'not', 'alarm.', 'But', 'it', 'was', 'something', 'that', 'had', 'to', 'be', 'risked.', 'When', 'Gregor', 'was', 'already', 'sticking', 'half', 'way', 'out', 'of', 'the', 'bed', '-', 'the', 'new', 'method', 'was', 'more', 'of', 'a', 'game', 'than', 'an', 'effort,', 'all', 'he', 'had', 'to', 'do', 'was', 'rock', 'back', 'and', 'forth', '-', 'it', 'occurred', 'to', 'him', 'how', 'simple', 'everything', 'would', 'be', 'if', 'somebody', 'came', 'to', 'help', 'him.', 'Two', 'strong', 'people', '-', 'he', 'had', 'his', 'father', 'and', 'the', 'maid', 'in', 'mind', '-', 'would', 'have', 'been', 'more', 'than', 'enough;', 'they', 'would', 'only', 'have', 'to', 'push', 'their', 'arms', 'under', 'the', 'dome', 'of', 'his', 'back,', 'peel', 'him', 'away', 'from', 'the', 'bed,', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'careful', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor,', 'where,', 'hopefully,', 'the', 'little', 'legs', 'would', 'find', 'a', 'use.', 'Should', 'he', 'really', 'call', 'for', 'help', 'though,', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'doors', 'were', 'locked?', 'Despite', 'all', 'the', 'difficulty', 'he', 'was', 'in,', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'this', 'thought.', 'After', 'a', 'while', 'he', 'had', 'already', 'moved', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'his', 'balance', 'if', 'he', 'rocked', 'too', 'hard.', 'The', 'time', 'was', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decision', 'very', 'soon.', 'Then', 'there', 'was', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat.', '"That\'ll', 'be', 'someone', 'from', 'work",', 'he', 'said', 'to', 'himself,', 'and', 'froze', 'very', 'still,', 'although', 'his', 'little', 'legs', 'only', 'became', 'all', 'the', 'more', 'lively', 'as', 'they', 'danced', 'around.', 'For', 'a', 'moment', 'everything', 'remained', 'quiet.', '"They\'re', 'not', 'opening', 'the', 'door",', 'Gregor', 'said', 'to', 'himself,', 'caught', 'in', 'some', 'nonsensical', 'hope.', 'But', 'then', 'of', 'course,', 'the', "maid's", 'firm', 'steps', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'opened', 'it.', 'Gregor', 'only', 'needed', 'to', 'hear', 'the', "visitor's", 'first', 'words', 'of', 'greeting', 'and', 'he', 'knew', 'who', 'it', 'was', '-', 'the', 'chief', 'clerk', 'himself.', 'Why', 'did', 'Gregor', 'have', 'to', 'be', 'the', 'only', 'one', 'condemned', 'to', 'work', 'for', 'a', 'company', 'where', 'they', 'immediately', 'became', 'highly', 'suspicious', 'at', 'the', 'slightest', 'shortcoming?', 'Were', 'all', 'employees,', 'every', 'one', 'of', 'them,', 'louts,', 'was', 'there', 'not', 'one', 'of', 'them', 'who', 'was', 'faithful', 'and', 'devoted', 'who', 'would', 'go', 'so', 'mad', 'with', 'pangs', 'of', 'conscience', 'that', 'he', "couldn't", 'get', 'out', 'of', 'bed', 'if', 'he', "didn't", 'spend', 'at', 'least', 'a', 'couple', 'of', 'hours', 'in', 'the', 'morning', 'on', 'company', 'business?', 'Was', 'it', 'really', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'trainees', 'make', 'enquiries', '-', 'assuming', 'enquiries', 'were', 'even', 'necessary', '-', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself,', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole,', 'innocent', 'family', 'that', 'this', 'was', 'so', 'suspicious', 'that', 'only', 'the', 'chief', 'clerk', 'could', 'be', 'trusted', 'to', 'have', 'the', 'wisdom', 'to', 'investigate', 'it?', 'And', 'more', 'because', 'these', 'thoughts', 'had', 'made', 'him', 'upset', 'than', 'through', 'any', 'proper', 'decision,', 'he', 'swang', 'himself', 'with', 'all', 'his', 'force', 'out', 'of', 'the', 'bed.', 'There', 'was', 'a', 'loud', 'thump,', 'but', 'it', "wasn't", 'really', 'a', 'loud', 'noise.', 'His', 'fall', 'was', 'softened', 'a', 'little', 'by', 'the', 'carpet,', 'and', "Gregor's", 'back', 'was', 'also', 'more', 'elastic', 'than', 'he', 'had', 'thought,', 'which', 'made', 'the', 'sound', 'muffled', 'and', 'not', 'too', 'noticeable.', 'He', 'had', 'not', 'held', 'his', 'head', 'carefully', 'enough,', 'though,', 'and', 'hit', 'it', 'as', 'he', 'fell;', 'annoyed', 'and', 'in', 'pain,', 'he', 'turned', 'it', 'and', 'rubbed', 'it', 'against', 'the', 'carpet.', '"Something\'s', 'fallen', 'down', 'in', 'there",', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left.', 'Gregor', 'tried', 'to', 'imagine', 'whether', 'something', 'of', 'the', 'sort', 'that', 'had', 'happened', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too;', 'you', 'had', 'to', 'concede', 'that', 'it', 'was', 'possible.', 'But', 'as', 'if', 'in', 'gruff', 'reply', 'to', 'this', 'question,', 'the', 'chief', "clerk's", 'firm', 'footsteps', 'in', 'his', 'highly', 'polished', 'boots', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoining', 'room.', 'From', 'the', 'room', 'on', 'his', 'right,', "Gregor's", 'sister', 'whispered', 'to', 'him', 'to', 'let', 'him', 'know:', '"Gregor,', 'the', 'chief', 'clerk', 'is', 'here."', '"Yes,', 'I', 'know",', 'said', 'Gregor', 'to', 'himself;', 'but', 'without', 'daring', 'to', 'raise', 'his', 'voice', 'loud', 'enough', 'for', 'his', 'sister', 'to', 'hear', 'him.', '"Gregor",', 'said', 'his', 'father', 'now', 'from', 'the', 'room', 'to', 'his', 'left,', '"the', 'chief', 'clerk', 'has', 'come', 'round', 'and', 'wants', 'to', 'know', 'why', 'you', "didn't", 'leave', 'on', 'the', 'early', 'train.', 'We', "don't", 'know', 'what', 'to', 'say', 'to', 'him.', 'And', 'anyway,', 'he', 'wants', 'to', 'speak', 'to', 'you', 'personally.', 'So', 'please', 'open', 'up', 'this', 'door.', "I'm", 'sure', "he'll", 'be', 'good', 'enough', 'to', 'forgive', 'the', 'untidiness', 'of', 'your', 'room."', 'Then', 'the', 'chief', 'clerk', 'called', '"Good', 'morning,', 'Mr.', 'Samsa".', '"He', "isn't", 'well",', 'said', 'his', 'mother', 'to', 'the', 'chief', 'clerk,', 'while', 'his', 'father', 'continued', 'to', 'speak', 'through', 'the', 'door.', '"He', "isn't", 'well,', 'please', 'believe', 'me.', 'Why', 'else', 'would', 'Gregor', 'have', 'missed', 'a', 'train!', 'The', 'lad', 'only', 'ever', 'thinks', 'about', 'the', 'business.', 'It', 'nearly', 'makes', 'me', 'cross', 'the', 'way', 'he', 'never', 'goes', 'out', 'in', 'the', 'evenings;', "he's", 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stayed', 'home', 'every', 'evening.', 'He', 'sits', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'reads', 'the', 'paper', 'or', 'studies', 'train', 'timetables.', 'His', 'idea', 'of', 'relaxation', 'is', 'working', 'with', 'his', 'fretsaw.', "He's", 'made', 'a', 'little', 'frame,', 'for', 'instance,', 'it', 'only', 'took', 'him', 'two', 'or', 'three', 'evenings,', "you'll", 'be', 'amazed', 'how', 'nice', 'it', 'is;', "it's", 'hanging', 'up', 'in', 'his', 'room;', "you'll", 'see', 'it', 'as', 'soon', 'as', 'Gregor', 'opens', 'the', 'door.', 'Anyway,', "I'm", 'glad', "you're", 'here;', 'we', "wouldn't", 'have', 'been', 'able', 'to', 'get', 'Gregor', 'to', 'open', 'the', 'door', 'by', 'ourselves;', "he's", 'so', 'stubborn;', 'and', "I'm", 'sure', 'he', "isn't", 'well,', 'he', 'said', 'this', 'morning', 'that', 'he', 'is,', 'but', 'he', 'isn\'t."', '"I\'ll', 'be', 'there', 'in', 'a', 'moment",', 'said', 'Gregor', 'slowly', 'and', 'thoughtfully,', 'but', 'without', 'moving', 'so', 'that', 'he', 'would', 'not', 'miss', 'any', 'word', 'of', 'the', 'conversation.', '"Well', 'I', "can't", 'think', 'of', 'any', 'other', 'way', 'of', 'explaining', 'it,', 'Mrs.', 'Samsa",', 'said', 'the', 'chief', 'clerk,', '"I', 'hope', "it's", 'nothing', 'serious.', 'But', 'on', 'the', 'other', 'hand,', 'I', 'must', 'say', 'that', 'if', 'we', 'people', 'in', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'then,', 'fortunately', 'or', 'unfortunately', 'as', 'you', 'like,', 'we', 'simply', 'have', 'to', 'overcome', 'it', 'because', 'of', 'business', 'considerations."', '"Can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then?",', 'asked', 'his', 'father', 'impatiently,', 'knocking', 'at', 'the', 'door', 'again.', '"No",', 'said', 'Gregor.', 'In', 'the', 'room', 'on', 'his', 'right', 'there', 'followed', 'a', 'painful', 'silence;', 'in', 'the', 'room', 'on', 'his', 'left', 'his', 'sister', 'began', 'to', 'cry.', 'So', 'why', 'did', 'his', 'sister', 'not', 'go', 'and', 'join', 'the', 'others?', 'She', 'had', 'probably', 'only', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dressed.', 'And', 'why', 'was', 'she', 'crying?', 'Was', 'it', 'because', 'he', 'had', 'not', 'got', 'up,', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in,', 'because', 'he', 'was', 'in', 'danger', 'of', 'losing', 'his', 'job', 'and', 'if', 'that', 'happened', 'his', 'boss', 'would', 'once', 'more', 'pursue', 'their', 'parents', 'with', 'the', 'same', 'demands', 'as', 'before?', 'There', 'was', 'no', 'need', 'to', 'worry', 'about', 'things', 'like', 'that', 'yet.', 'Gregor', 'was', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intention', 'of', 'abandoning', 'his', 'family.', 'For', 'the', 'time', 'being', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet,', 'and', 'no-one', 'who', 'knew', 'the', 'condition', 'he', 'was', 'in', 'would', 'seriously', 'have', 'expected', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in.', 'It', 'was', 'only', 'a', 'minor', 'discourtesy,', 'and', 'a', 'suitable', 'excuse', 'could', 'easily', 'be', 'found', 'for', 'it', 'later', 'on,', 'it', 'was', 'not', 'something', 'for', 'which', 'Gregor', 'could', 'be', 'sacked', 'on', 'the', 'spot.', 'And', 'it', 'seemed', 'to', 'Gregor', 'much', 'more', 'sensible', 'to', 'leave', 'him', 'now', 'in', 'peace', 'instead', 'of', 'disturbing', 'him', 'with', 'talking', 'at', 'him', 'and', 'crying.', 'But', 'the', 'others', "didn't", 'know', 'what', 'was', 'happening,', 'they', 'were', 'worried,', 'that', 'would', 'excuse', 'their', 'behaviour.', 'The', 'chief', 'clerk', 'now', 'raised', 'his', 'voice,', '"Mr.', 'Samsa",', 'he', 'called', 'to', 'him,', '"what', 'is', 'wrong?', 'You', 'barricade', 'yourself', 'in', 'your', 'room,', 'give', 'us', 'no', 'more', 'than', 'yes', 'or', 'no', 'for', 'an', 'answer,', 'you', 'are', 'causing', 'serious', 'and', 'unnecessary', 'concern', 'to', 'your', 'parents', 'and', 'you', 'fail', '-', 'and', 'I', 'mention', 'this', 'just', 'by', 'the', 'way', '-', 'you', 'fail', 'to', 'carry', 'out', 'your', 'business', 'duties', 'in', 'a', 'way', 'that', 'is', 'quite', 'unheard', 'of.', "I'm", 'speaking', 'here', 'on', 'behalf', 'of', 'your', 'parents', 'and', 'of', 'your', 'employer,', 'and', 'really', 'must', 'request', 'a', 'clear', 'and', 'immediate', 'explanation.', 'I', 'am', 'astonished,', 'quite', 'astonished.', 'I', 'thought', 'I', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensible', 'person,', 'and', 'now', 'you', 'suddenly', 'seem', 'to', 'be', 'showing', 'off', 'with', 'peculiar', 'whims.', 'This', 'morning,', 'your', 'employer', 'did', 'suggest', 'a', 'possible', 'reason', 'for', 'your', 'failure', 'to', 'appear,', "it's", 'true', '-', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'was', 'recently', 'entrusted', 'to', 'you', '-', 'but', 'I', 'came', 'near', 'to', 'giving', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explanation.', 'But', 'now', 'that', 'I', 'see', 'your', 'incomprehensible', 'stubbornness', 'I', 'no', 'longer', 'feel', 'any', 'wish', 'whatsoever', 'to', 'intercede', 'on', 'your', 'behalf.', 'And', 'nor', 'is', 'your', 'position', 'all', 'that', 'secure.', 'I', 'had', 'originally', 'intended', 'to', 'say', 'all', 'this', 'to', 'you', 'in', 'private,', 'but', 'since', 'you', 'cause', 'me', 'to', 'waste', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'I', "don't", 'see', 'why', 'your', 'parents', 'should', 'not', 'also', 'learn', 'of', 'it.', 'Your', 'turnover', 'has', 'been', 'very', 'unsatisfactory', 'of', 'late;', 'I', 'grant', 'you', 'that', "it's", 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especially', 'good', 'business,', 'we', 'recognise', 'that;', 'but', 'there', 'simply', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'business', 'at', 'all,', 'Mr.', 'Samsa,', 'we', 'cannot', 'allow', 'there', 'to', 'be."', '"But', 'Sir",', 'called', 'Gregor,', 'beside', 'himself', 'and', 'forgetting', 'all', 'else', 'in', 'the', 'excitement,', '"I\'ll', 'open', 'up', 'immediately,', 'just', 'a', 'moment.', "I'm", 'slightly', 'unwell,', 'an', 'attack', 'of', 'dizziness,', 'I', "haven't", 'been', 'able', 'to', 'get', 'up.', "I'm", 'still', 'in', 'bed', 'now.', "I'm", 'quite', 'fresh', 'again', 'now,', 'though.', "I'm", 'just', 'getting', 'out', 'of', 'bed.', 'Just', 'a', 'moment.', 'Be', 'patient!', "It's", 'not', 'quite', 'as', 'easy', 'as', "I'd", 'thought.', "I'm", 'quite', 'alright', 'now,', 'though.', "It's", 'shocking,', 'what', 'can', 'suddenly', 'happen', 'to', 'a', 'person!', 'I', 'was', 'quite', 'alright', 'last', 'night,', 'my', 'parents', 'know', 'about', 'it,', 'perhaps', 'better', 'than', 'me,', 'I', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'already.', 'They', 'must', 'have', 'noticed', 'it.', 'I', "don't", 'know', 'why', 'I', "didn't", 'let', 'you', 'know', 'at', 'work!', 'But', 'you', 'always', 'think', 'you', 'can', 'get', 'over', 'an', 'illness', 'without', 'staying', 'at', 'home.', 'Please,', "don't", 'make', 'my', 'parents', 'suffer!', "There's", 'no', 'basis', 'for', 'any', 'of', 'the', 'accusations', "you're", 'making;', "nobody's", 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'any', 'of', 'these', 'things.', 'Maybe', 'you', "haven't", 'read', 'the', 'latest', 'contracts', 'I', 'sent', 'in.', "I'll", 'set', 'off', 'with', 'the', 'eight', "o'clock", 'train,', 'as', 'well,', 'these', 'few', 'hours', 'of', 'rest', 'have', 'given', 'me', 'strength.', 'You', "don't", 'need', 'to', 'wait,', 'sir;', "I'll", 'be', 'in', 'the', 'office', 'soon', 'after', 'you,', 'and', 'please', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him!"', 'And', 'while', 'Gregor', 'gushed', 'out', 'these', 'words,', 'hardly', 'knowing', 'what', 'he', 'was', 'saying,', 'he', 'made', 'his', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawers', '-', 'this', 'was', 'easily', 'done,', 'probably', 'because', 'of', 'the', 'practise', 'he', 'had', 'already', 'had', 'in', 'bed', '-', 'where', 'he', 'now', 'tried', 'to', 'get', 'himself', 'upright.', 'He', 'really', 'did', 'want', 'to', 'open', 'the', 'door,', 'really', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk;', 'the', 'others', 'were', 'being', 'so', 'insistent,', 'and', 'he', 'was', 'curious', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him.', 'If', 'they', 'were', 'shocked', 'then', 'it', 'would', 'no', 'longer', 'be', "Gregor's", 'responsibility', 'and', 'he', 'could', 'rest.', 'If,', 'however,', 'they', 'took', 'everything', 'calmly', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset,', 'and', 'if', 'he', 'hurried', 'he', 'really', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', "o'clock.", 'The', 'first', 'few', 'times', 'he', 'tried', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawers', 'he', 'just', 'slid', 'down', 'again,', 'but', 'he', 'finally', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright;', 'the', 'lower', 'part', 'of', 'his', 'body', 'was', 'in', 'serious', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'any', 'attention', 'to', 'it.', 'Now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearby', 'chair', 'and', 'held', 'tightly', 'to', 'the', 'edges', 'of', 'it', 'with', 'his', 'little', 'legs.', 'By', 'now', 'he', 'had', 'also', 'calmed', 'down,', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'was', 'saying.', '"Did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that?"', 'the', 'chief', 'clerk', 'asked', 'his', 'parents,', '"surely', "he's", 'not', 'trying', 'to', 'make', 'fools', 'of', 'us".', '"Oh,', 'God!"', 'called', 'his', 'mother,', 'who', 'was', 'already', 'in', 'tears,', '"he', 'could', 'be', 'seriously', 'ill', 'and', "we're", 'making', 'him', 'suffer.', 'Grete!', 'Grete!"', 'she', 'then', 'cried.', '"Mother?"', 'his', 'sister', 'called', 'from', 'the', 'other', 'side.', 'They', 'communicated', 'across', "Gregor's", 'room.', '"You\'ll', 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away.', 'Gregor', 'is', 'ill.', 'Quick,', 'get', 'the', 'doctor.', 'Did', 'you', 'hear', 'the', 'way', 'Gregor', 'spoke', 'just', 'now?"', '"That', 'was', 'the', 'voice', 'of', 'an', 'animal",', 'said', 'the', 'chief', 'clerk,', 'with', 'a', 'calmness', 'that', 'was', 'in', 'contrast', 'with', 'his', "mother's", 'screams.', '"Anna!', 'Anna!"', 'his', 'father', 'called', 'into', 'the', 'kitchen', 'through', 'the', 'entrance', 'hall,', 'clapping', 'his', 'hands,', '"get', 'a', 'locksmith', 'here,', 'now!"', 'And', 'the', 'two', 'girls,', 'their', 'skirts', 'swishing,', 'immediately', 'ran', 'out', 'through', 'the', 'hall,', 'wrenching', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went.', 'How', 'had', 'his', 'sister', 'managed', 'to', 'get', 'dressed', 'so', 'quickly?', 'There', 'was', 'no', 'sound', 'of', 'the', 'door', 'banging', 'shut', 'again;', 'they', 'must', 'have', 'left', 'it', 'open;', 'people', 'often', 'do', 'in', 'homes', 'where', 'something', 'awful', 'has', 'happened.', 'Gregor,', 'in', 'contrast,', 'had', 'become', 'much', 'calmer.', 'So', 'they', "couldn't", 'understand', 'his', 'words', 'any', 'more,', 'although', 'they', 'seemed', 'clear', 'enough', 'to', 'him,', 'clearer', 'than', 'before', '-', 'perhaps', 'his', 'ears', 'had', 'become', 'used', 'to', 'the', 'sound.', 'They', 'had', 'realised,', 'though,', 'that', 'there', 'was', 'something', 'wrong', 'with', 'him,', 'and', 'were', 'ready', 'to', 'help.', 'The', 'first', 'response', 'to', 'his', 'situation', 'had', 'been', 'confident', 'and', 'wise,', 'and', 'that', 'made', 'him', 'feel', 'better.', 'He', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'people,', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expected', 'great', 'and', 'surprising', 'achievements', '-', 'although', 'he', 'did', 'not', 'really', 'distinguish', 'one', 'from', 'the', 'other.', 'Whatever', 'was', 'said', 'next', 'would', 'be', 'crucial,', 'so,', 'in', 'order', 'to', 'make', 'his', 'voice', 'as', 'clear', 'as', 'possible,', 'he', 'coughed', 'a', 'little,', 'but', 'taking', 'care', 'to', 'do', 'this', 'not', 'too', 'loudly', 'as', 'even', 'this', 'might', 'well', 'sound', 'different', 'from', 'the', 'way', 'that', 'a', 'human', 'coughs', 'and', 'he', 'was', 'no', 'longer', 'sure', 'he', 'could', 'judge', 'this', 'for', 'himself.', 'Meanwhile,', 'it', 'had', 'become', 'very', 'quiet', 'in', 'the', 'next', 'room.', 'Perhaps', 'his', 'parents', 'were', 'sat', 'at', 'the', 'table', 'whispering', 'with', 'the', 'chief', 'clerk,', 'or', 'perhaps', 'they', 'were', 'all', 'pressed', 'against', 'the', 'door', 'and', 'listening.', 'Gregor', 'slowly', 'pushed', 'his', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair.', 'Once', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door,', 'holding', 'himself', 'upright', 'against', 'it', 'using', 'the', 'adhesive', 'on', 'the', 'tips', 'of', 'his', 'legs.', 'He', 'rested', 'there', 'a', 'little', 'while', 'to', 'recover', 'from', 'the', 'effort', 'involved', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turning', 'the', 'key', 'in', 'the', 'lock', 'with', 'his', 'mouth.', 'He', 'seemed,', 'unfortunately,', 'to', 'have', 'no', 'proper', 'teeth', '-', 'how', 'was', 'he,', 'then,', 'to', 'grasp', 'the', 'key?', '-', 'but', 'the', 'lack', 'of', 'teeth', 'was,', 'of', 'course,', 'made', 'up', 'for', 'with', 'a', 'very', 'strong', 'jaw;', 'using', 'the', 'jaw,', 'he', 'really', 'was', 'able', 'to', 'start', 'the', 'key', 'turning,', 'ignoring', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'causing', 'some', 'kind', 'of', 'damage', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'his', 'mouth,', 'flowed', 'over', 'the', 'key', 'and', 'dripped', 'onto', 'the', 'floor.', '"Listen",', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room,', '"he\'s', 'turning', 'the', 'key."', 'Gregor', 'was', 'greatly', 'encouraged', 'by', 'this;', 'but', 'they', 'all', 'should', 'have', 'been', 'calling', 'to', 'him,', 'his', 'father', 'and', 'his', 'mother', 'too:', '"Well', 'done,', 'Gregor",', 'they', 'should', 'have', 'cried,', '"keep', 'at', 'it,', 'keep', 'hold', 'of', 'the', 'lock!"', 'And', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedly', 'following', 'his', 'efforts,', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'his', 'strength,', 'paying', 'no', 'attention', 'to', 'the', 'pain', 'he', 'was', 'causing', 'himself.', 'As', 'the', 'key', 'turned', 'round', 'he', 'turned', 'around', 'the', 'lock', 'with', 'it,', 'only', 'holding', 'himself', 'upright', 'with', 'his', 'mouth,', 'and', 'hung', 'onto', 'the', 'key', 'or', 'pushed', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'his', 'body', 'as', 'needed.', 'The', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snapped', 'back', 'was', "Gregor's", 'sign', 'that', 'he', 'could', 'break', 'his', 'concentration,', 'and', 'as', 'he', 'regained', 'his', 'breath', 'he', 'said', 'to', 'himself:', '"So,', 'I', "didn't", 'need', 'the', 'locksmith', 'after', 'all".', 'Then', 'he', 'lay', 'his', 'head', 'on', 'the', 'handle', 'of', 'the', 'door', 'to', 'open', 'it', 'completely.', 'Because', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'this', 'way,', 'it', 'was', 'already', 'wide', 'open', 'before', 'he', 'could', 'be', 'seen.', 'He', 'had', 'first', 'to', 'slowly', 'turn', 'himself', 'around', 'one', 'of', 'the', 'double', 'doors,', 'and', 'he', 'had', 'to', 'do', 'it', 'very', 'carefully', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'his', 'back', 'before', 'entering', 'the', 'room.', 'He', 'was', 'still', 'occupied', 'with', 'this', 'difficult', 'movement,', 'unable', 'to', 'pay', 'attention', 'to', 'anything', 'else,', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', '"Oh!",', 'which', 'sounded', 'like', 'the', 'soughing', 'of', 'the', 'wind.', 'Now', 'he', 'also', 'saw', 'him', '-', 'he', 'was', 'the', 'nearest', 'to', 'the', 'door', '-', 'his', 'hand', 'pressed', 'against', 'his', 'open', 'mouth', 'and', 'slowly', 'retreating', 'as', 'if', 'driven', 'by', 'a', 'steady', 'and', 'invisible', 'force.', "Gregor's", 'mother,', 'her', 'hair', 'still', 'dishevelled', 'from', 'bed', 'despite', 'the', 'chief', "clerk's", 'being', 'there,', 'looked', 'at', 'his', 'father.', 'Then', 'she', 'unfolded', 'her', 'arms,', 'took', 'two', 'steps', 'forward', 'towards', 'Gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirts', 'that', 'spread', 'themselves', 'out', 'around', 'her', 'as', 'her', 'head', 'disappeared', 'down', 'onto', 'her', 'breast.', 'His', 'father', 'looked', 'hostile,', 'and', 'clenched', 'his', 'fists', 'as', 'if', 'wanting', 'to', 'knock', 'Gregor', 'back', 'into', 'his', 'room.', 'Then', 'he', 'looked', 'uncertainly', 'round', 'the', 'living', 'room,', 'covered', 'his', 'eyes', 'with', 'his', 'hands', 'and', 'wept', 'so', 'that', 'his', 'powerful', 'chest', 'shook.', 'So', 'Gregor', 'did', 'not', 'go', 'into', 'the', 'room,', 'but', 'leant', 'against', 'the', 'inside', 'of', 'the', 'other', 'door', 'which', 'was', 'still', 'held', 'bolted', 'in', 'place.', 'In', 'this', 'way', 'only', 'half', 'of', 'his', 'body', 'could', 'be', 'seen,', 'along', 'with', 'his', 'head', 'above', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peered', 'out', 'at', 'the', 'others.', 'Meanwhile', 'the', 'day', 'had', 'become', 'much', 'lighter;', 'part', 'of', 'the', 'endless,', 'grey-black', 'building', 'on', 'the', 'other', 'side', 'of', 'the', 'street', '-', 'which', 'was', 'a', 'hospital', '-', 'could', 'be', 'seen', 'quite', 'clearly', 'with', 'the', 'austere', 'and', 'regular', 'line', 'of', 'windows', 'piercing', 'its', 'facade;', 'the', 'rain', 'was', 'still', 'falling,', 'now', 'throwing', 'down', 'large,', 'individual', 'droplets', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time.', 'The', 'washing', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'table;', 'there', 'was', 'so', 'much', 'of', 'it', 'because,', 'for', "Gregor's", 'father,', 'breakfast', 'was', 'the', 'most', 'important', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'several', 'hours', 'as', 'he', 'sat', 'reading', 'a', 'number', 'of', 'different', 'newspapers.', 'On', 'the', 'wall', 'exactly', 'opposite', 'there', 'was', 'photograph', 'of', 'Gregor', 'when', 'he', 'was', 'a', 'lieutenant', 'in', 'the', 'army,', 'his', 'sword', 'in', 'his', 'hand', 'and', 'a', 'carefree', 'smile', 'on', 'his', 'face', 'as', 'he', 'called', 'forth', 'respect', 'for', 'his', 'uniform', 'and', 'bearing.', 'The', 'door', 'to', 'the', 'entrance', 'hall', 'was', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'was', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'landing', 'and', 'the', 'stairs', 'where', 'they', 'began', 'their', 'way', 'down', 'below.', '"Now,', 'then",', 'said', 'Gregor,', 'well', 'aware', 'that', 'he', 'was', 'the', 'only', 'one', 'to', 'have', 'kept', 'calm,', '"I\'ll', 'get', 'dressed', 'straight', 'away', 'now,', 'pack', 'up', 'my', 'samples', 'and', 'set', 'off.', 'Will', 'you', 'please', 'just', 'let', 'me', 'leave?', 'You', 'can', 'see",', 'he', 'said', 'to', 'the', 'chief', 'clerk,', '"that', "I'm", 'not', 'stubborn', 'and', 'I', 'like', 'to', 'do', 'my', 'job;', 'being', 'a', 'commercial', 'traveller', 'is', 'arduous', 'but', 'without', 'travelling', 'I', "couldn't", 'earn', 'my', 'living.', 'So', 'where', 'are', 'you', 'going,', 'in', 'to', 'the', 'office?', 'Yes?', 'Will', 'you', 'report', 'everything', 'accurately,', 'then?', "It's", 'quite', 'possible', 'for', 'someone', 'to', 'be', 'temporarily', 'unable', 'to', 'work,', 'but', "that's", 'just', 'the', 'right', 'time', 'to', 'remember', "what's", 'been', 'achieved', 'in', 'the', 'past', 'and', 'consider', 'that', 'later', 'on,', 'once', 'the', 'difficulty', 'has', 'been', 'removed,', 'he', 'will', 'certainly', 'work', 'with', 'all', 'the', 'more', 'diligence', 'and', 'concentration.', "You're", 'well', 'aware', 'that', "I'm", 'seriously', 'in', 'debt', 'to', 'our', 'employer', 'as', 'well', 'as', 'having', 'to', 'look', 'after', 'my', 'parents', 'and', 'my', 'sister,', 'so', 'that', "I'm", 'trapped', 'in', 'a', 'difficult', 'situation,', 'but', 'I', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again.', 'Please', "don't", 'make', 'things', 'any', 'harder', 'for', 'me', 'than', 'they', 'are', 'already,', 'and', "don't", 'take', 'sides', 'against', 'me', 'at', 'the', 'office.', 'I', 'know', 'that', 'nobody', 'likes', 'the', 'travellers.', 'They', 'think', 'we', 'earn', 'an', 'enormous', 'wage', 'as', 'well', 'as', 'having', 'a', 'soft', 'time', 'of', 'it.', "That's", 'just', 'prejudice', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it.', 'But', 'you,', 'sir,', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff,', 'in', 'fact,', 'if', 'I', 'can', 'say', 'this', 'in', 'confidence,', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', '-', "it's", 'very', 'easy', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistakes', 'about', 'his', 'employees', 'and', 'judge', 'them', 'more', 'harshly', 'than', 'he', 'should.', 'And', "you're", 'also', 'well', 'aware', 'that', 'we', 'travellers', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'office,', 'so', 'that', 'we', 'can', 'very', 'easily', 'fall', 'victim', 'to', 'gossip', 'and', 'chance', 'and', 'groundless', 'complaints,', 'and', "it's", 'almost', 'impossible', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing,', 'we', "don't", 'usually', 'even', 'hear', 'about', 'them,', 'or', 'if', 'at', 'all', "it's", 'when', 'we', 'arrive', 'back', 'home', 'exhausted', 'from', 'a', 'trip,', 'and', "that's", 'when', 'we', 'feel', 'the', 'harmful', 'effects', 'of', "what's", 'been', 'going', 'on', 'without', 'even', 'knowing', 'what', 'caused', 'them.', 'Please,', "don't", 'go', 'away,', 'at', 'least', 'first', 'say', 'something', 'to', 'show', 'that', 'you', 'grant', 'that', "I'm", 'at', 'least', 'partly', 'right!"', 'But', 'the', 'chief', 'clerk', 'had', 'turned', 'away', 'as', 'soon', 'as', 'Gregor', 'had', 'started', 'to', 'speak,', 'and,', 'with', 'protruding', 'lips,', 'only', 'stared', 'back', 'at', 'him', 'over', 'his', 'trembling', 'shoulders', 'as', 'he', 'left.', 'He', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'Gregor', 'was', 'speaking,', 'but', 'moved', 'steadily', 'towards', 'the', 'door', 'without', 'taking', 'his', 'eyes', 'off', 'him.', 'He', 'moved', 'very', 'gradually,', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibition', 'on', 'leaving', 'the', 'room.', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'entrance', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement,', 'drew', 'his', 'foot', 'from', 'the', 'living', 'room,', 'and', 'rushed', 'forward', 'in', 'a', 'panic.', 'In', 'the', 'hall,', 'he', 'stretched', 'his', 'right', 'hand', 'far', 'out', 'towards', 'the', 'stairway', 'as', 'if', 'out', 'there,', 'there', 'were', 'some', 'supernatural', 'force', 'waiting', 'to', 'save', 'him.', 'Gregor', 'realised', 'that', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'this', 'mood', 'if', 'his', 'position', 'in', 'the', 'firm', 'was', 'not', 'to', 'be', 'put', 'into', 'extreme', 'danger.', 'That', 'was', 'something', 'his', 'parents', 'did', 'not', 'understand', 'very', 'well;', 'over', 'the', 'years,', 'they', 'had', 'become', 'convinced', 'that', 'this', 'job', 'would', 'provide', 'for', 'Gregor', 'for', 'his', 'entire', 'life,', 'and', 'besides,', 'they', 'had', 'so', 'much', 'to', 'worry', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'any', 'thought', 'for', 'the', 'future.', 'Gregor,', 'though,', 'did', 'think', 'about', 'the', 'future.', 'The', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back,', 'calmed', 'down,', 'convinced', 'and', 'finally', 'won', 'over;', 'the', 'future', 'of', 'Gregor', 'and', 'his', 'family', 'depended', 'on', 'it!', 'If', 'only', 'his', 'sister', 'were', 'here!', 'She', 'was', 'clever;', 'she', 'was', 'already', 'in', 'tears', 'while', 'Gregor', 'was', 'still', 'lying', 'peacefully', 'on', 'his', 'back.', 'And', 'the', 'chief', 'clerk', 'was', 'a', 'lover', 'of', 'women,', 'surely', 'she', 'could', 'persuade', 'him;', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entrance', 'hall', 'and', 'talk', 'him', 'out', 'of', 'his', 'shocked', 'state.', 'But', 'his', 'sister', 'was', 'not', 'there,', 'Gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself.', 'And', 'without', 'considering', 'that', 'he', 'still', 'was', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'his', 'present', 'state,', 'or', 'that', 'his', 'speech', 'still', 'might', 'not', '-', 'or', 'probably', 'would', 'not', '-', 'be', 'understood,', 'he', 'let', 'go', 'of', 'the', 'door;', 'pushed', 'himself', 'through', 'the', 'opening;', 'tried', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'landing', 'who,', 'ridiculously,', 'was', 'holding', 'on', 'to', 'the', 'banister', 'with', 'both', 'hands;', 'but', 'Gregor', 'fell', 'immediately', 'over', 'and,', 'with', 'a', 'little', 'scream', 'as', 'he', 'sought', 'something', 'to', 'hold', 'onto,', 'landed', 'on', 'his', 'numerous', 'little', 'legs.', 'Hardly', 'had', 'that', 'happened', 'than,', 'for', 'the', 'first', 'time', 'that', 'day,', 'he', 'began', 'to', 'feel', 'alright', 'with', 'his', 'body;', 'the', 'little', 'legs', 'had', 'the', 'solid', 'ground', 'under', 'them;', 'to', 'his', 'pleasure,', 'they', 'did', 'exactly', 'as', 'he', 'told', 'them;', 'they', 'were', 'even', 'making', 'the', 'effort', 'to', 'carry', 'him', 'where', 'he', 'wanted', 'to', 'go;', 'and', 'he', 'was', 'soon', 'believing', 'that', 'all', 'his', 'sorrows', 'would', 'soon', 'be', 'finally', 'at', 'an', 'end.', 'He', 'held', 'back', 'the', 'urge', 'to', 'move', 'but', 'swayed', 'from', 'side', 'to', 'side', 'as', 'he', 'crouched', 'there', 'on', 'the', 'floor.', 'His', 'mother', 'was', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seemed,', 'at', 'first,', 'quite', 'engrossed', 'in', 'herself,', 'but', 'then', 'she', 'suddenly', 'jumped', 'up', 'with', 'her', 'arms', 'outstretched', 'and', 'her', 'fingers', 'spread', 'shouting:', '"Help,', 'for', "pity's", 'sake,', 'Help!"', 'The', 'way', 'she', 'held', 'her', 'head', 'suggested', 'she', 'wanted', 'to', 'see', 'Gregor', 'better,', 'but', 'the', 'unthinking', 'way', 'she', 'was', 'hurrying', 'backwards', 'showed', 'that', 'she', 'did', 'not;', 'she', 'had', 'forgotten', 'that', 'the', 'table', 'was', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'things', 'on', 'it;', 'when', 'she', 'reached', 'the', 'table', 'she', 'sat', 'quickly', 'down', 'on', 'it', 'without', 'knowing', 'what', 'she', 'was', 'doing;', 'without', 'even', 'seeming', 'to', 'notice', 'that', 'the', 'coffee', 'pot', 'had', 'been', 'knocked', 'over', 'and', 'a', 'gush', 'of', 'coffee', 'was', 'pouring', 'down', 'onto', 'the', 'carpet.', '"Mother,', 'mother",', 'said', 'Gregor', 'gently,', 'looking', 'up', 'at', 'her.', 'He', 'had', 'completely', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment,', 'but', 'could', 'not', 'help', 'himself', 'snapping', 'in', 'the', 'air', 'with', 'his', 'jaws', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffee.', 'That', 'set', 'his', 'mother', 'screaming', 'anew,', 'she', 'fled', 'from', 'the', 'table', 'and', 'into', 'the', 'arms', 'of', 'his', 'father', 'as', 'he', 'rushed', 'towards', 'her.', 'Gregor,', 'though,', 'had', 'no', 'time', 'to', 'spare', 'for', 'his', 'parents', 'now;', 'the', 'chief', 'clerk', 'had', 'already', 'reached', 'the', 'stairs;', 'with', 'his', 'chin', 'on', 'the', 'banister,', 'he', 'looked', 'back', 'for', 'the', 'last', 'time.', 'Gregor', 'made', 'a', 'run', 'for', 'him;', 'he', 'wanted', 'to', 'be', 'sure', 'of', 'reaching', 'him;', 'the', 'chief', 'clerk', 'must', 'have', 'expected', 'something,', 'as', 'he', 'leapt', 'down', 'several', 'steps', 'at', 'once', 'and', 'disappeared;', 'his', 'shouts', 'resounding', 'all', 'around', 'the', 'staircase.', 'The', 'flight', 'of', 'the', 'chief', 'clerk', 'seemed,', 'unfortunately,', 'to', 'put', "Gregor's", 'father', 'into', 'a', 'panic', 'as', 'well.', 'Until', 'then', 'he', 'had', 'been', 'relatively', 'self', 'controlled,', 'but', 'now,', 'instead', 'of', 'running', 'after', 'the', 'chief', 'clerk', 'himself,', 'or', 'at', 'least', 'not', 'impeding', 'Gregor', 'as', 'he', 'ran', 'after', 'him,', "Gregor's", 'father', 'seized', 'the', 'chief', "clerk's", 'stick', 'in', 'his', 'right', 'hand', '(the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair,', 'along', 'with', 'his', 'hat', 'and', 'overcoat),', 'picked', 'up', 'a', 'large', 'newspaper', 'from', 'the', 'table', 'with', 'his', 'left,', 'and', 'used', 'them', 'to', 'drive', 'Gregor', 'back', 'into', 'his', 'room,', 'stamping', 'his', 'foot', 'at', 'him', 'as', 'he', 'went.', "Gregor's", 'appeals', 'to', 'his', 'father', 'were', 'of', 'no', 'help,', 'his', 'appeals', 'were', 'simply', 'not', 'understood,', 'however', 'much', 'he', 'humbly', 'turned', 'his', 'head', 'his', 'father', 'merely', 'stamped', 'his', 'foot', 'all', 'the', 'harder.', 'Across', 'the', 'room,', 'despite', 'the', 'chilly', 'weather,', "Gregor's", 'mother', 'had', 'pulled', 'open', 'a', 'window,', 'leant', 'far', 'out', 'of', 'it', 'and', 'pressed', 'her', 'hands', 'to', 'her', 'face.', 'A', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'towards', 'the', 'stairway,', 'the', 'curtains', 'flew', 'up,', 'the', 'newspapers', 'on', 'the', 'table', 'fluttered', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor.', 'Nothing', 'would', 'stop', "Gregor's", 'father', 'as', 'he', 'drove', 'him', 'back,', 'making', 'hissing', 'noises', 'at', 'him', 'like', 'a', 'wild', 'man.', 'Gregor', 'had', 'never', 'had', 'any', 'practice', 'in', 'moving', 'backwards', 'and', 'was', 'only', 'able', 'to', 'go', 'very', 'slowly.', 'If', 'Gregor', 'had', 'only', 'been', 'allowed', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'his', 'room', 'straight', 'away,', 'but', 'he', 'was', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'his', 'father', 'would', 'become', 'impatient,', 'and', 'there', 'was', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'his', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'his', "father's", 'hand', 'any', 'moment.', 'Eventually,', 'though,', 'Gregor', 'realised', 'that', 'he', 'had', 'no', 'choice', 'as', 'he', 'saw,', 'to', 'his', 'disgust,', 'that', 'he', 'was', 'quite', 'incapable', 'of', 'going', 'backwards', 'in', 'a', 'straight', 'line;', 'so', 'he', 'began,', 'as', 'quickly', 'as', 'possible', 'and', 'with', 'frequent', 'anxious', 'glances', 'at', 'his', 'father,', 'to', 'turn', 'himself', 'round.', 'It', 'went', 'very', 'slowly,', 'but', 'perhaps', 'his', 'father', 'was', 'able', 'to', 'see', 'his', 'good', 'intentions', 'as', 'he', 'did', 'nothing', 'to', 'hinder', 'him,', 'in', 'fact', 'now', 'and', 'then', 'he', 'used', 'the', 'tip', 'of', 'his', 'stick', 'to', 'give', 'directions', 'from', 'a', 'distance', 'as', 'to', 'which', 'way', 'to', 'turn.', 'If', 'only', 'his', 'father', 'would', 'stop', 'that', 'unbearable', 'hissing!', 'It', 'was', 'making', 'Gregor', 'quite', 'confused.', 'When', 'he', 'had', 'nearly', 'finished', 'turning', 'round,', 'still', 'listening', 'to', 'that', 'hissing,', 'he', 'made', 'a', 'mistake', 'and', 'turned', 'himself', 'back', 'a', 'little', 'the', 'way', 'he', 'had', 'just', 'come.', 'He', 'was', 'pleased', 'when', 'he', 'finally', 'had', 'his', 'head', 'in', 'front', 'of', 'the', 'doorway,', 'but', 'then', 'saw', 'that', 'it', 'was', 'too', 'narrow,', 'and', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulty.', 'In', 'his', 'present', 'mood,', 'it', 'obviously', 'did', 'not', 'occur', 'to', 'his', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'double', 'doors', 'so', 'that', 'Gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through.', 'He', 'was', 'merely', 'fixed', 'on', 'the', 'idea', 'that', 'Gregor', 'should', 'be', 'got', 'back', 'into', 'his', 'room', 'as', 'quickly', 'as', 'possible.', 'Nor', 'would', 'he', 'ever', 'have', 'allowed', 'Gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'preparation', 'for', 'getting', 'through', 'the', 'doorway.', 'What', 'he', 'did,', 'making', 'more', 'noise', 'than', 'ever,', 'was', 'to', 'drive', 'Gregor', 'forwards', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'nothing', 'in', 'the', 'way;', 'it', 'sounded', 'to', 'Gregor', 'as', 'if', 'there', 'was', 'now', 'more', 'than', 'one', 'father', 'behind', 'him;', 'it', 'was', 'not', 'a', 'pleasant', 'experience,', 'and', 'Gregor', 'pushed', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen.', 'One', 'side', 'of', 'his', 'body', 'lifted', 'itself,', 'he', 'lay', 'at', 'an', 'angle', 'in', 'the', 'doorway,', 'one', 'flank', 'scraped', 'on', 'the', 'white', 'door', 'and', 'was', 'painfully', 'injured,', 'leaving', 'vile', 'brown', 'flecks', 'on', 'it,', 'soon', 'he', 'was', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'able', 'to', 'move', 'at', 'all', 'by', 'himself,', 'the', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'pressed', 'painfully', 'against', 'the', 'ground.', 'Then', 'his', 'father', 'gave', 'him', 'a', 'hefty', 'shove', 'from', 'behind', 'which', 'released', 'him', 'from', 'where', 'he', 'was', 'held', 'and', 'sent', 'him', 'flying,', 'and', 'heavily', 'bleeding,', 'deep', 'into', 'his', 'room.', 'The', 'door', 'was', 'slammed', 'shut', 'with', 'the', 'stick,', 'then,', 'finally,', 'all', 'was', 'quiet.', 'II', 'It', 'was', 'not', 'until', 'it', 'was', 'getting', 'dark', 'that', 'evening', 'that', 'Gregor', 'awoke', 'from', 'his', 'deep', 'and', 'coma-like', 'sleep.', 'He', 'would', 'have', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'if', 'he', "hadn't", 'been', 'disturbed,', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fully', 'rested.', 'But', 'he', 'had', 'the', 'impression', 'that', 'some', 'hurried', 'steps', 'and', 'the', 'sound', 'of', 'the', 'door', 'leading', 'into', 'the', 'front', 'room', 'being', 'carefully', 'shut', 'had', 'woken', 'him.', 'The', 'light', 'from', 'the', 'electric', 'street', 'lamps', 'shone', 'palely', 'here', 'and', 'there', 'onto', 'the', 'ceiling', 'and', 'tops', 'of', 'the', 'furniture,', 'but', 'down', 'below,', 'where', 'Gregor', 'was,', 'it', 'was', 'dark.', 'He', 'pushed', 'himself', 'over', 'to', 'the', 'door,', 'feeling', 'his', 'way', 'clumsily', 'with', 'his', 'antennae', '-', 'of', 'which', 'he', 'was', 'now', 'beginning', 'to', 'learn', 'the', 'value', '-', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happening', 'there.', 'The', 'whole', 'of', 'his', 'left', 'side', 'seemed', 'like', 'one,', 'painfully', 'stretched', 'scar,', 'and', 'he', 'limped', 'badly', 'on', 'his', 'two', 'rows', 'of', 'legs.', 'One', 'of', 'the', 'legs', 'had', 'been', 'badly', 'injured', 'in', 'the', 'events', 'of', 'that', 'morning', '-', 'it', 'was', 'nearly', 'a', 'miracle', 'that', 'only', 'one', 'of', 'them', 'had', 'been', '-', 'and', 'dragged', 'along', 'lifelessly.', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'door', 'that', 'he', 'realised', 'what', 'it', 'actually', 'was', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it;', 'it', 'was', 'the', 'smell', 'of', 'something', 'to', 'eat.', 'By', 'the', 'door', 'there', 'was', 'a', 'dish', 'filled', 'with', 'sweetened', 'milk', 'with', 'little', 'pieces', 'of', 'white', 'bread', 'floating', 'in', 'it.', 'He', 'was', 'so', 'pleased', 'he', 'almost', 'laughed,', 'as', 'he', 'was', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morning,', 'and', 'immediately', 'dipped', 'his', 'head', 'into', 'the', 'milk,', 'nearly', 'covering', 'his', 'eyes', 'with', 'it.', 'But', 'he', 'soon', 'drew', 'his', 'head', 'back', 'again', 'in', 'disappointment;', 'not', 'only', 'did', 'the', 'pain', 'in', 'his', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', '-', 'he', 'was', 'only', 'able', 'to', 'eat', 'if', 'his', 'whole', 'body', 'worked', 'together', 'as', 'a', 'snuffling', 'whole', '-', 'but', 'the', 'milk', 'did', 'not', 'taste', 'at', 'all', 'nice.', 'Milk', 'like', 'this', 'was', 'normally', 'his', 'favourite', 'drink,', 'and', 'his', 'sister', 'had', 'certainly', 'left', 'it', 'there', 'for', 'him', 'because', 'of', 'that,', 'but', 'he', 'turned,', 'almost', 'against', 'his', 'own', 'will,', 'away', 'from', 'the', 'dish', 'and', 'crawled', 'back', 'into', 'the', 'centre', 'of', 'the', 'room.', 'Through', 'the', 'crack', 'in', 'the', 'door,', 'Gregor', 'could', 'see', 'that', 'the', 'gas', 'had', 'been', 'lit', 'in', 'the', 'living', 'room.', 'His', 'father', 'at', 'this', 'time', 'would', 'normally', 'be', 'sat', 'with', 'his', 'evening', 'paper,', 'reading', 'it', 'out', 'in', 'a', 'loud', 'voice', 'to', "Gregor's", 'mother,', 'and', 'sometimes', 'to', 'his', 'sister,', 'but', 'there', 'was', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard.', "Gregor's", 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'this', 'reading,', 'but', 'maybe', 'his', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'times.', 'It', 'was', 'so', 'quiet', 'all', 'around', 'too,', 'even', 'though', 'there', 'must', 'have', 'been', 'somebody', 'in', 'the', 'flat.', '"What', 'a', 'quiet', 'life', 'it', 'is', 'the', 'family', 'lead",', 'said', 'Gregor', 'to', 'himself,', 'and,', 'gazing', 'into', 'the', 'darkness,', 'felt', 'a', 'great', 'pride', 'that', 'he', 'was', 'able', 'to', 'provide', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'his', 'sister', 'and', 'parents.', 'But', 'what', 'now,', 'if', 'all', 'this', 'peace', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horrible', 'and', 'frightening', 'end?', 'That', 'was', 'something', 'that', 'Gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much,', 'so', 'he', 'started', 'to', 'move', 'about,', 'crawling', 'up', 'and', 'down', 'the', 'room.', 'Once', 'during', 'that', 'long', 'evening,', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'was', 'opened', 'very', 'slightly', 'and', 'hurriedly', 'closed', 'again;', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same;', 'it', 'seemed', 'that', 'someone', 'needed', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it.', 'Gregor', 'went', 'and', 'waited', 'immediately', 'by', 'the', 'door,', 'resolved', 'either', 'to', 'bring', 'the', 'timorous', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'was;', 'but', 'the', 'door', 'was', 'opened', 'no', 'more', 'that', 'night', 'and', 'Gregor', 'waited', 'in', 'vain.', 'The', 'previous', 'morning', 'while', 'the', 'doors', 'were', 'locked', 'everyone', 'had', 'wanted', 'to', 'get', 'in', 'there', 'to', 'him,', 'but', 'now,', 'now', 'that', 'he', 'had', 'opened', 'up', 'one', 'of', 'the', 'doors', 'and', 'the', 'other', 'had', 'clearly', 'been', 'unlocked', 'some', 'time', 'during', 'the', 'day,', 'no-one', 'came,', 'and', 'the', 'keys', 'were', 'in', 'the', 'other', 'sides.', 'It', 'was', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'living', 'room', 'was', 'put', 'out,', 'and', 'now', 'it', 'was', 'easy', 'to', 'see', 'that', 'his', 'parents', 'and', 'sister', 'had', 'stayed', 'awake', 'all', 'that', 'time,', 'as', 'they', 'all', 'could', 'be', 'distinctly', 'heard', 'as', 'they', 'went', 'away', 'together', 'on', 'tip-toe.', 'It', 'was', 'clear', 'that', 'no-one', 'would', 'come', 'into', "Gregor's", 'room', 'any', 'more', 'until', 'morning;', 'that', 'gave', 'him', 'plenty', 'of', 'time', 'to', 'think', 'undisturbed', 'about', 'how', 'he', 'would', 'have', 'to', 're-arrange', 'his', 'life.', 'For', 'some', 'reason,', 'the', 'tall,', 'empty', 'room', 'where', 'he', 'was', 'forced', 'to', 'remain', 'made', 'him', 'feel', 'uneasy', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor,', 'even', 'though', 'he', 'had', 'been', 'living', 'in', 'it', 'for', 'five', 'years.', 'Hardly', 'aware', 'of', 'what', 'he', 'was', 'doing', 'other', 'than', 'a', 'slight', 'feeling', 'of', 'shame,', 'he', 'hurried', 'under', 'the', 'couch.', 'It', 'pressed', 'down', 'on', 'his', 'back', 'a', 'little,', 'and', 'he', 'was', 'no', 'longer', 'able', 'to', 'lift', 'his', 'head,', 'but', 'he', 'nonetheless', 'felt', 'immediately', 'at', 'ease', 'and', 'his', 'only', 'regret', 'was', 'that', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath.', 'He', 'spent', 'the', 'whole', 'night', 'there.', 'Some', 'of', 'the', 'time', 'he', 'passed', 'in', 'a', 'light', 'sleep,', 'although', 'he', 'frequently', 'woke', 'from', 'it', 'in', 'alarm', 'because', 'of', 'his', 'hunger,', 'and', 'some', 'of', 'the', 'time', 'was', 'spent', 'in', 'worries', 'and', 'vague', 'hopes', 'which,', 'however,', 'always', 'led', 'to', 'the', 'same', 'conclusion:', 'for', 'the', 'time', 'being', 'he', 'must', 'remain', 'calm,', 'he', 'must', 'show', 'patience', 'and', 'the', 'greatest', 'consideration', 'so', 'that', 'his', 'family', 'could', 'bear', 'the', 'unpleasantness', 'that', 'he,', 'in', 'his', 'present', 'condition,', 'was', 'forced', 'to', 'impose', 'on', 'them.', 'Gregor', 'soon', 'had', 'the', 'opportunity', 'to', 'test', 'the', 'strength', 'of', 'his', 'decisions,', 'as', 'early', 'the', 'next', 'morning,', 'almost', 'before', 'the', 'night', 'had', 'ended,', 'his', 'sister,', 'nearly', 'fully', 'dressed,', 'opened', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'looked', 'anxiously', 'in.', 'She', 'did', 'not', 'see', 'him', 'straight', 'away,', 'but', 'when', 'she', 'did', 'notice', 'him', 'under', 'the', 'couch', '-', 'he', 'had', 'to', 'be', 'somewhere,', 'for', "God's", 'sake,', 'he', "couldn't", 'have', 'flown', 'away', '-', 'she', 'was', 'so', 'shocked', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slammed', 'the', 'door', 'shut', 'again', 'from', 'outside.', 'But', 'she', 'seemed', 'to', 'regret', 'her', 'behaviour,', 'as', 'she', 'opened', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tip-toe', 'as', 'if', 'entering', 'the', 'room', 'of', 'someone', 'seriously', 'ill', 'or', 'even', 'of', 'a', 'stranger.', 'Gregor', 'had', 'pushed', 'his', 'head', 'forward,', 'right', 'to', 'the', 'edge', 'of', 'the', 'couch,', 'and', 'watched', 'her.', 'Would', 'she', 'notice', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'was,', 'realise', 'that', 'it', 'was', 'not', 'from', 'any', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'was', 'more', 'suitable?', 'If', 'she', "didn't", 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungry', 'than', 'draw', 'her', 'attention', 'to', 'it,', 'although', 'he', 'did', 'feel', 'a', 'terrible', 'urge', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch,', 'throw', 'himself', 'at', 'his', "sister's", 'feet', 'and', 'beg', 'her', 'for', 'something', 'good', 'to', 'eat.', 'However,', 'his', 'sister', 'noticed', 'the', 'full', 'dish', 'immediately', 'and', 'looked', 'at', 'it', 'and', 'the', 'few', 'drops', 'of', 'milk', 'splashed', 'around', 'it', 'with', 'some', 'surprise.', 'She', 'immediately', 'picked', 'it', 'up', '-', 'using', 'a', 'rag,', 'not', 'her', 'bare', 'hands', '-', 'and', 'carried', 'it', 'out.', 'Gregor', 'was', 'extremely', 'curious', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'its', 'place,', 'imagining', 'the', 'wildest', 'possibilities,', 'but', 'he', 'never', 'could', 'have', 'guessed', 'what', 'his', 'sister,', 'in', 'her', 'goodness,', 'actually', 'did', 'bring.', 'In', 'order', 'to', 'test', 'his', 'taste,', 'she', 'brought', 'him', 'a', 'whole', 'selection', 'of', 'things,', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspaper.', 'There', 'were', 'old,', 'half-rotten', 'vegetables;', 'bones', 'from', 'the', 'evening', 'meal,', 'covered', 'in', 'white', 'sauce', 'that', 'had', 'gone', 'hard;', 'a', 'few', 'raisins', 'and', 'almonds;', 'some', 'cheese', 'that', 'Gregor', 'had', 'declared', 'inedible', 'two', 'days', 'before;', 'a', 'dry', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt.', 'As', 'well', 'as', 'all', 'that', 'she', 'had', 'poured', 'some', 'water', 'into', 'the', 'dish,', 'which', 'had', 'probably', 'been', 'permanently', 'set', 'aside', 'for', "Gregor's", 'use,', 'and', 'placed', 'it', 'beside', 'them.', 'Then,', 'out', 'of', 'consideration', 'for', "Gregor's", 'feelings,', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her,', 'she', 'hurried', 'out', 'again', 'and', 'even', 'turned', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'Gregor', 'would', 'know', 'he', 'could', 'make', 'things', 'as', 'comfortable', 'for', 'himself', 'as', 'he', 'liked.', "Gregor's", 'little', 'legs', 'whirred,', 'at', 'last', 'he', 'could', 'eat.', "What's", 'more,', 'his', 'injuries', 'must', 'already', 'have', 'completely', 'healed', 'as', 'he', 'found', 'no', 'difficulty', 'in', 'moving.', 'This', 'amazed', 'him,', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'his', 'finger', 'slightly', 'with', 'a', 'knife,', 'he', 'thought', 'of', 'how', 'his', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'before', 'yesterday.', '"Am', 'I', 'less', 'sensitive', 'than', 'I', 'used', 'to', 'be,', 'then?",', 'he', 'thought,', 'and', 'was', 'already', 'sucking', 'greedily', 'at', 'the', 'cheese', 'which', 'had', 'immediately,', 'almost', 'compellingly,', 'attracted', 'him', 'much', 'more', 'than', 'the', 'other', 'foods', 'on', 'the', 'newspaper.', 'Quickly', 'one', 'after', 'another,', 'his', 'eyes', 'watering', 'with', 'pleasure,', 'he', 'consumed', 'the', 'cheese,', 'the', 'vegetables', 'and', 'the', 'sauce;', 'the', 'fresh', 'foods,', 'on', 'the', 'other', 'hand,', 'he', "didn't", 'like', 'at', 'all,', 'and', 'even', 'dragged', 'the', 'things', 'he', 'did', 'want', 'to', 'eat', 'a', 'little', 'way', 'away', 'from', 'them', 'because', 'he', "couldn't", 'stand', 'the', 'smell.', 'Long', 'after', 'he', 'had', 'finished', 'eating', 'and', 'lay', 'lethargic', 'in', 'the', 'same', 'place,', 'his', 'sister', 'slowly', 'turned', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw.', 'He', 'was', 'immediately', 'startled,', 'although', 'he', 'had', 'been', 'half', 'asleep,', 'and', 'he', 'hurried', 'back', 'under', 'the', 'couch.', 'But', 'he', 'needed', 'great', 'self-control', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'his', 'sister', 'was', 'in', 'the', 'room,', 'as', 'eating', 'so', 'much', 'food', 'had', 'rounded', 'out', 'his', 'body', 'a', 'little', 'and', 'he', 'could', 'hardly', 'breathe', 'in', 'that', 'narrow', 'space.', 'Half', 'suffocating,', 'he', 'watched', 'with', 'bulging', 'eyes', 'as', 'his', 'sister', 'unselfconsciously', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'left-overs,', 'mixing', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touched', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'used', 'any', 'more.', 'She', 'quickly', 'dropped', 'it', 'all', 'into', 'a', 'bin,', 'closed', 'it', 'with', 'its', 'wooden', 'lid,', 'and', 'carried', 'everything', 'out.', 'She', 'had', 'hardly', 'turned', 'her', 'back', 'before', 'Gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretched', 'himself.', 'This', 'was', 'how', 'Gregor', 'received', 'his', 'food', 'each', 'day', 'now,', 'once', 'in', 'the', 'morning', 'while', 'his', 'parents', 'and', 'the', 'maid', 'were', 'still', 'asleep,', 'and', 'the', 'second', 'time', 'after', 'everyone', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'his', 'parents', 'would', 'sleep', 'for', 'a', 'little', 'while', 'then', 'as', 'well,', 'and', "Gregor's", 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand.', "Gregor's", 'father', 'and', 'mother', 'certainly', 'did', 'not', 'want', 'him', 'to', 'starve', 'either,', 'but', 'perhaps', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'any', 'more', 'experience', 'of', 'his', 'feeding', 'than', 'being', 'told', 'about', 'it,', 'and', 'perhaps', 'his', 'sister', 'wanted', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'indeed', 'suffering', 'enough.', 'It', 'was', 'impossible', 'for', 'Gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morning', 'to', 'get', 'them', 'out', 'of', 'the', 'flat.', 'As', 'nobody', 'could', 'understand', 'him,', 'nobody,', 'not', 'even', 'his', 'sister,', 'thought', 'that', 'he', 'could', 'understand', 'them,', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'his', "sister's", 'sighs', 'and', 'appeals', 'to', 'the', 'saints', 'as', 'she', 'moved', 'about', 'his', 'room.', 'It', 'was', 'only', 'later,', 'when', 'she', 'had', 'become', 'a', 'little', 'more', 'used', 'to', 'everything', '-', 'there', 'was,', 'of', 'course,', 'no', 'question', 'of', 'her', 'ever', 'becoming', 'fully', 'used', 'to', 'the', 'situation', '-', 'that', 'Gregor', 'would', 'sometimes', 'catch', 'a', 'friendly', 'comment,', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'construed', 'as', 'friendly.', '"He\'s', 'enjoyed', 'his', 'dinner', 'today",', 'she', 'might', 'say', 'when', 'he', 'had', 'diligently', 'cleared', 'away', 'all', 'the', 'food', 'left', 'for', 'him,', 'or', 'if', 'he', 'left', 'most', 'of', 'it,', 'which', 'slowly', 'became', 'more', 'and', 'more', 'frequent,', 'she', 'would', 'often', 'say,', 'sadly,', '"now', "everything's", 'just', 'been', 'left', 'there', 'again".', 'Although', 'Gregor', "wasn't", 'able', 'to', 'hear', 'any', 'news', 'directly', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'was', 'said', 'in', 'the', 'next', 'rooms,', 'and', 'whenever', 'he', 'heard', 'anyone', 'speaking', 'he', 'would', 'scurry', 'straight', 'to', 'the', 'appropriate', 'door', 'and', 'press', 'his', 'whole', 'body', 'against', 'it.', 'There', 'was', 'seldom', 'any', 'conversation,', 'especially', 'at', 'first,', 'that', 'was', 'not', 'about', 'him', 'in', 'some', 'way,', 'even', 'if', 'only', 'in', 'secret.', 'For', 'two', 'whole', 'days,', 'all', 'the', 'talk', 'at', 'every', 'mealtime', 'was', 'about', 'what', 'they', 'should', 'do', 'now;', 'but', 'even', 'between', 'meals', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'always', 'at', 'least', 'two', 'members', 'of', 'the', 'family', 'at', 'home', '-', 'nobody', 'wanted', 'to', 'be', 'at', 'home', 'by', 'themselves', 'and', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'leave', 'the', 'flat', 'entirely', 'empty.', 'And', 'on', 'the', 'very', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knees', 'and', 'begged', "Gregor's", 'mother', 'to', 'let', 'her', 'go', 'without', 'delay.', 'It', 'was', 'not', 'very', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happened', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour,', 'tearfully', 'thanking', "Gregor's", 'mother', 'for', 'her', 'dismissal', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enormous', 'service.', 'She', 'even', 'swore', 'emphatically', 'not', 'to', 'tell', 'anyone', 'the', 'slightest', 'about', 'what', 'had', 'happened,', 'even', 'though', 'no-one', 'had', 'asked', 'that', 'of', 'her.', 'Now', "Gregor's", 'sister', 'also', 'had', 'to', 'help', 'his', 'mother', 'with', 'the', 'cooking;', 'although', 'that', 'was', 'not', 'so', 'much', 'bother', 'as', 'no-one', 'ate', 'very', 'much.', 'Gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccessfully', 'urge', 'another', 'to', 'eat,', 'and', 'receive', 'no', 'more', 'answer', 'than', '"no', 'thanks,', "I've", 'had', 'enough"', 'or', 'something', 'similar.', 'No-one', 'drank', 'very', 'much', 'either.', 'His', 'sister', 'would', 'sometimes', 'ask', 'his', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer,', 'hoping', 'for', 'the', 'chance', 'to', 'go', 'and', 'fetch', 'it', 'herself.', 'When', 'his', 'father', 'then', 'said', 'nothing', 'she', 'would', 'add,', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish,', 'that', 'she', 'could', 'send', 'the', 'housekeeper', 'for', 'it,', 'but', 'then', 'his', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big,', 'loud', '"No",', 'and', 'no', 'more', 'would', 'be', 'said.', 'Even', 'before', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end,', 'his', 'father', 'had', 'explained', 'to', "Gregor's", 'mother', 'and', 'sister', 'what', 'their', 'finances', 'and', 'prospects', 'were.', 'Now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'table', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'little', 'cash', 'box', 'he', 'had', 'saved', 'from', 'his', 'business', 'when', 'it', 'had', 'collapsed', 'five', 'years', 'earlier.', 'Gregor', 'heard', 'how', 'he', 'opened', 'the', 'complicated', 'lock', 'and', 'then', 'closed', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'wanted.', 'What', 'he', 'heard', 'his', 'father', 'say', 'was', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'Gregor', 'heard', 'since', 'he', 'had', 'first', 'been', 'incarcerated', 'in', 'his', 'room.', 'He', 'had', 'thought', 'that', 'nothing', 'at', 'all', 'remained', 'from', 'his', "father's", 'business,', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anything', 'different,', 'and', 'Gregor', 'had', 'never', 'asked', 'him', 'about', 'it', 'anyway.', 'Their', 'business', 'misfortune', 'had', 'reduced', 'the', 'family', 'to', 'a', 'state', 'of', 'total', 'despair,', 'and', "Gregor's", 'only', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrange', 'things', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickly', 'as', 'possible.', 'So', 'then', 'he', 'started', 'working', 'especially', 'hard,', 'with', 'a', 'fiery', 'vigour', 'that', 'raised', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travelling', 'representative', 'almost', 'overnight,', 'bringing', 'with', 'it', 'the', 'chance', 'to', 'earn', 'money', 'in', 'quite', 'different', 'ways.', 'Gregor', 'converted', 'his', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'table', 'at', 'home', 'for', 'the', 'benefit', 'of', 'his', 'astonished', 'and', 'delighted', 'family.', 'They', 'had', 'been', 'good', 'times', 'and', 'they', 'had', 'never', 'come', 'again,', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour,', 'even', 'though', 'Gregor', 'had', 'later', 'earned', 'so', 'much', 'that', 'he', 'was', 'in', 'a', 'position', 'to', 'bear', 'the', 'costs', 'of', 'the', 'whole', 'family,', 'and', 'did', 'bear', 'them.', 'They', 'had', 'even', 'got', 'used', 'to', 'it,', 'both', 'Gregor', 'and', 'the', 'family,', 'they', 'took', 'the', 'money', 'with', 'gratitude', 'and', 'he', 'was', 'glad', 'to', 'provide', 'it,', 'although', 'there', 'was', 'no', 'longer', 'much', 'warm', 'affection', 'given', 'in', 'return.', 'Gregor', 'only', 'remained', 'close', 'to', 'his', 'sister', 'now.', 'Unlike', 'him,', 'she', 'was', 'very', 'fond', 'of', 'music', 'and', 'a', 'gifted', 'and', 'expressive', 'violinist,', 'it', 'was', 'his', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'next', 'year', 'even', 'though', 'it', 'would', 'cause', 'great', 'expense', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way.', 'During', "Gregor's", 'short', 'periods', 'in', 'town,', 'conversation', 'with', 'his', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatory', 'but', 'it', 'was', 'only', 'ever', 'mentioned', 'as', 'a', 'lovely', 'dream', 'that', 'could', 'never', 'be', 'realised.', 'Their', 'parents', 'did', 'not', 'like', 'to', 'hear', 'this', 'innocent', 'talk,', 'but', 'Gregor', 'thought', 'about', 'it', 'quite', 'hard', 'and', 'decided', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'planned', 'with', 'a', 'grand', 'announcement', 'of', 'it', 'on', 'Christmas', 'day.', 'That', 'was', 'the', 'sort', 'of', 'totally', 'pointless', 'thing', 'that', 'went', 'through', 'his', 'mind', 'in', 'his', 'present', 'state,', 'pressed', 'upright', 'against', 'the', 'door', 'and', 'listening.', 'There', 'were', 'times', 'when', 'he', 'simply', 'became', 'too', 'tired', 'to', 'continue', 'listening,', 'when', 'his', 'head', 'would', 'fall', 'wearily', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start,', 'as', 'even', 'the', 'slightest', 'noise', 'he', 'caused', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent.', '"What\'s', 'that', "he's", 'doing', 'now",', 'his', 'father', 'would', 'say', 'after', 'a', 'while,', 'clearly', 'having', 'gone', 'over', 'to', 'the', 'door,', 'and', 'only', 'then', 'would', 'the', 'interrupted', 'conversation', 'slowly', 'be', 'taken', 'up', 'again.', 'When', 'explaining', 'things,', 'his', 'father', 'repeated', 'himself', 'several', 'times,', 'partly', 'because', 'it', 'was', 'a', 'long', 'time', 'since', 'he', 'had', 'been', 'occupied', 'with', 'these', 'matters', 'himself', 'and', 'partly', 'because', "Gregor's", 'mother', 'did', 'not', 'understand', 'everything', 'the', 'first', 'time.', 'From', 'these', 'repeated', 'explanations', 'Gregor', 'learned,', 'to', 'his', 'pleasure,', 'that', 'despite', 'all', 'their', 'misfortunes', 'there', 'was', 'still', 'some', 'money', 'available', 'from', 'the', 'old', 'days.', 'It', 'was', 'not', 'a', 'lot,', 'but', 'it', 'had', 'not', 'been', 'touched', 'in', 'the', 'meantime', 'and', 'some', 'interest', 'had', 'accumulated.', 'Besides', 'that,', 'they', 'had', 'not', 'been', 'using', 'up', 'all', 'the', 'money', 'that', 'Gregor', 'had', 'been', 'bringing', 'home', 'every', 'month,', 'keeping', 'only', 'a', 'little', 'for', 'himself,', 'so', 'that', 'that,', 'too,', 'had', 'been', 'accumulating.', 'Behind', 'the', 'door,', 'Gregor', 'nodded', 'with', 'enthusiasm', 'in', 'his', 'pleasure', 'at', 'this', 'unexpected', 'thrift', 'and', 'caution.', 'He', 'could', 'actually', 'have', 'used', 'this', 'surplus', 'money', 'to', 'reduce', 'his', "father's", 'debt', 'to', 'his', 'boss,', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer,', 'but', 'now', 'it', 'was', 'certainly', 'better', 'the', 'way', 'his', 'father', 'had', 'done', 'things.', 'This', 'money,', 'however,', 'was', 'certainly', 'not', 'enough', 'to', 'enable', 'the', 'family', 'to', 'live', 'off', 'the', 'interest;', 'it', 'was', 'enough', 'to', 'maintain', 'them', 'for,', 'perhaps,', 'one', 'or', 'two', 'years,', 'no', 'more.', "That's", 'to', 'say,', 'it', 'was', 'money', 'that', 'should', 'not', 'really', 'be', 'touched', 'but', 'set', 'aside', 'for', 'emergencies;', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earned.', 'His', 'father', 'was', 'healthy', 'but', 'old,', 'and', 'lacking', 'in', 'self', 'confidence.', 'During', 'the', 'five', 'years', 'that', 'he', 'had', 'not', 'been', 'working', '-', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', '-', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'become', 'very', 'slow', 'and', 'clumsy.', 'Would', "Gregor's", 'elderly', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money?', 'She', 'suffered', 'from', 'asthma', 'and', 'it', 'was', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home,', 'every', 'other', 'day', 'would', 'be', 'spent', 'struggling', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window.', 'Would', 'his', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money?', 'She', 'was', 'still', 'a', 'child', 'of', 'seventeen,', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'very', 'enviable,', 'consisting', 'of', 'wearing', 'nice', 'clothes,', 'sleeping', 'late,', 'helping', 'out', 'in', 'the', 'business,', 'joining', 'in', 'with', 'a', 'few', 'modest', 'pleasures', 'and', 'most', 'of', 'all', 'playing', 'the', 'violin.', 'Whenever', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money,', 'Gregor', 'would', 'always', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool,', 'leather', 'sofa', 'next', 'to', 'it,', 'as', 'he', 'became', 'quite', 'hot', 'with', 'shame', 'and', 'regret.', 'He', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through,', 'not', 'sleeping', 'a', 'wink', 'but', 'scratching', 'at', 'the', 'leather', 'for', 'hours', 'on', 'end.', 'Or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'pushing', 'a', 'chair', 'to', 'the', 'window,', 'climbing', 'up', 'onto', 'the', 'sill', 'and,', 'propped', 'up', 'in', 'the', 'chair,', 'leaning', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it.', 'He', 'had', 'used', 'to', 'feel', 'a', 'great', 'sense', 'of', 'freedom', 'from', 'doing', 'this,', 'but', 'doing', 'it', 'now', 'was', 'obviously', 'something', 'more', 'remembered', 'than', 'experienced,', 'as', 'what', 'he', 'actually', 'saw', 'in', 'this', 'way', 'was', 'becoming', 'less', 'distinct', 'every', 'day,', 'even', 'things', 'that', 'were', 'quite', 'near;', 'he', 'had', 'used', 'to', 'curse', 'the', 'ever-present', 'view', 'of', 'the', 'hospital', 'across', 'the', 'street,', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all,', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'lived', 'in', 'Charlottenstrasse,', 'which', 'was', 'a', 'quiet', 'street', 'despite', 'being', 'in', 'the', 'middle', 'of', 'the', 'city,', 'he', 'could', 'have', 'thought', 'that', 'he', 'was', 'looking', 'out', 'the', 'window', 'at', 'a', 'barren', 'waste', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingled', 'inseparably.', 'His', 'observant', 'sister', 'only', 'needed', 'to', 'notice', 'the', 'chair', 'twice', 'before', 'she', 'would', 'always', 'push', 'it', 'back', 'to', 'its', 'exact', 'position', 'by', 'the', 'window', 'after', 'she', 'had', 'tidied', 'up', 'the', 'room,', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on.', 'If', 'Gregor', 'had', 'only', 'been', 'able', 'to', 'speak', 'to', 'his', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it;', 'but', 'as', 'it', 'was', 'it', 'caused', 'him', 'pain.', 'His', 'sister,', 'naturally,', 'tried', 'as', 'far', 'as', 'possible', 'to', 'pretend', 'there', 'was', 'nothing', 'burdensome', 'about', 'it,', 'and', 'the', 'longer', 'it', 'went', 'on,', 'of', 'course,', 'the', 'better', 'she', 'was', 'able', 'to', 'do', 'so,', 'but', 'as', 'time', 'went', 'by', 'Gregor', 'was', 'also', 'able', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better.', 'It', 'had', 'even', 'become', 'very', 'unpleasant', 'for', 'him,', 'now,', 'whenever', 'she', 'entered', 'the', 'room.', 'No', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickly', 'close', 'the', 'door', 'as', 'a', 'precaution', 'so', 'that', 'no-one', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', "Gregor's", 'room,', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedly', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffocating.', 'Even', 'if', 'it', 'was', 'cold,', 'she', 'would', 'stay', 'at', 'the', 'window', 'breathing', 'deeply', 'for', 'a', 'little', 'while.', 'She', 'would', 'alarm', 'Gregor', 'twice', 'a', 'day', 'with', 'this', 'running', 'about', 'and', 'noise', 'making;', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shivering', 'the', 'whole', 'while,', 'knowing', 'full', 'well', 'that', 'she', 'would', 'certainly', 'have', 'liked', 'to', 'spare', 'him', 'this', 'ordeal,', 'but', 'it', 'was', 'impossible', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'windows', 'closed.', 'One', 'day,', 'about', 'a', 'month', 'after', "Gregor's", 'transformation', 'when', 'his', 'sister', 'no', 'longer', 'had', 'any', 'particular', 'reason', 'to', 'be', 'shocked', 'at', 'his', 'appearance,', 'she', 'came', 'into', 'the', 'room', 'a', 'little', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'staring', 'out', 'the', 'window,', 'motionless,', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horrible.', 'In', 'itself,', 'his', "sister's", 'not', 'coming', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surprise', 'for', 'Gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immediately', 'open', 'the', 'window', 'while', 'he', 'was', 'still', 'there,', 'but', 'not', 'only', 'did', 'she', 'not', 'come', 'in,', 'she', 'went', 'straight', 'back', 'and', 'closed', 'the', 'door', 'behind', 'her,', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threatened', 'her', 'and', 'tried', 'to', 'bite', 'her.', 'Gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch,', 'of', 'course,', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'before', 'his', 'sister', 'came', 'back', 'and', 'she', 'seemed', 'much', 'more', 'uneasy', 'than', 'usual.', 'It', 'made', 'him', 'realise', 'that', 'she', 'still', 'found', 'his', 'appearance', 'unbearable', 'and', 'would', 'continue', 'to', 'do', 'so,', 'she', 'probably', 'even', 'had', 'to', 'overcome', 'the', 'urge', 'to', 'flee', 'when', 'she', 'saw', 'the', 'little', 'bit', 'of', 'him', 'that', 'protruded', 'from', 'under', 'the', 'couch.', 'One', 'day,', 'in', 'order', 'to', 'spare', 'her', 'even', 'this', 'sight,', 'he', 'spent', 'four', 'hours', 'carrying', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'his', 'back', 'and', 'arranged', 'it', 'so', 'that', 'he', 'was', 'completely', 'covered', 'and', 'his', 'sister', 'would', 'not', 'be', 'able', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down.', 'If', 'she', 'did', 'not', 'think', 'this', 'sheet', 'was', 'necessary', 'then', 'all', 'she', 'had', 'to', 'do', 'was', 'take', 'it', 'off', 'again,', 'as', 'it', 'was', 'clear', 'enough', 'that', 'it', 'was', 'no', 'pleasure', 'for', 'Gregor', 'to', 'cut', 'himself', 'off', 'so', 'completely.', 'She', 'left', 'the', 'sheet', 'where', 'it', 'was.', 'Gregor', 'even', 'thought', 'he', 'glimpsed', 'a', 'look', 'of', 'gratitude', 'one', 'time', 'when', 'he', 'carefully', 'looked', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'his', 'sister', 'liked', 'the', 'new', 'arrangement.', 'For', 'the', 'first', 'fourteen', 'days,', "Gregor's", 'parents', 'could', 'not', 'bring', 'themselves', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him.', 'He', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreciated', 'all', 'the', 'new', 'work', 'his', 'sister', 'was', 'doing', 'even', 'though,', 'before,', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'was', 'somewhat', 'useless', 'and', 'frequently', 'been', 'annoyed', 'with', 'her.', 'But', 'now', 'the', 'two', 'of', 'them,', 'father', 'and', 'mother,', 'would', 'often', 'both', 'wait', 'outside', 'the', 'door', 'of', "Gregor's", 'room', 'while', 'his', 'sister', 'tidied', 'up', 'in', 'there,', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactly', 'how', 'everything', 'looked,', 'what', 'Gregor', 'had', 'eaten,', 'how', 'he', 'had', 'behaved', 'this', 'time', 'and', 'whether,', 'perhaps,', 'any', 'slight', 'improvement', 'could', 'be', 'seen.', 'His', 'mother', 'also', 'wanted', 'to', 'go', 'in', 'and', 'visit', 'Gregor', 'relatively', 'soon', 'but', 'his', 'father', 'and', 'sister', 'at', 'first', 'persuaded', 'her', 'against', 'it.', 'Gregor', 'listened', 'very', 'closely', 'to', 'all', 'this,', 'and', 'approved', 'fully.', 'Later,', 'though,', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'force,', 'which', 'made', 'her', 'call', 'out:', '"Let', 'me', 'go', 'and', 'see', 'Gregor,', 'he', 'is', 'my', 'unfortunate', 'son!', "Can't", 'you', 'understand', 'I', 'have', 'to', 'see', 'him?",', 'and', 'Gregor', 'would', 'think', 'to', 'himself', 'that', 'maybe', 'it', 'would', 'be', 'better', 'if', 'his', 'mother', 'came', 'in,', 'not', 'every', 'day', 'of', 'course,', 'but', 'one', 'day', 'a', 'week,', 'perhaps;', 'she', 'could', 'understand', 'everything', 'much', 'better', 'than', 'his', 'sister', 'who,', 'for', 'all', 'her', 'courage,', 'was', 'still', 'just', 'a', 'child', 'after', 'all,', 'and', 'really', 'might', 'not', 'have', 'had', 'an', "adult's", 'appreciation', 'of', 'the', 'burdensome', 'job', 'she', 'had', 'taken', 'on.', "Gregor's", 'wish', 'to', 'see', 'his', 'mother', 'was', 'soon', 'realised.', 'Out', 'of', 'consideration', 'for', 'his', 'parents,', 'Gregor', 'wanted', 'to', 'avoid', 'being', 'seen', 'at', 'the', 'window', 'during', 'the', 'day,', 'the', 'few', 'square', 'meters', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about,', 'it', 'was', 'hard', 'to', 'just', 'lie', 'quietly', 'through', 'the', 'night,', 'his', 'food', 'soon', 'stopped', 'giving', 'him', 'any', 'pleasure', 'at', 'all,', 'and', 'so,', 'to', 'entertain', 'himself,', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawling', 'up', 'and', 'down', 'the', 'walls', 'and', 'ceiling.', 'He', 'was', 'especially', 'fond', 'of', 'hanging', 'from', 'the', 'ceiling;', 'it', 'was', 'quite', 'different', 'from', 'lying', 'on', 'the', 'floor;', 'he', 'could', 'breathe', 'more', 'freely;', 'his', 'body', 'had', 'a', 'light', 'swing', 'to', 'it;', 'and', 'up', 'there,', 'relaxed', 'and', 'almost', 'happy,', 'it', 'might', 'happen', 'that', 'he', 'would', 'surprise', 'even', 'himself', 'by', 'letting', 'go', 'of', 'the', 'ceiling', 'and', 'landing', 'on', 'the', 'floor', 'with', 'a', 'crash.', 'But', 'now,', 'of', 'course,', 'he', 'had', 'far', 'better', 'control', 'of', 'his', 'body', 'than', 'before', 'and,', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that,', 'caused', 'himself', 'no', 'damage.', 'Very', 'soon', 'his', 'sister', 'noticed', "Gregor's", 'new', 'way', 'of', 'entertaining', 'himself', '-', 'he', 'had,', 'after', 'all,', 'left', 'traces', 'of', 'the', 'adhesive', 'from', 'his', 'feet', 'as', 'he', 'crawled', 'about', '-', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easy', 'as', 'possible', 'for', 'him', 'by', 'removing', 'the', 'furniture', 'that', 'got', 'in', 'his', 'way,', 'especially', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk.', 'Now,', 'this', 'was', 'not', 'something', 'that', 'she', 'would', 'be', 'able', 'to', 'do', 'by', 'herself;', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father;', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carried', 'on', 'bravely', 'since', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainly', 'would', 'not', 'have', 'helped', 'in', 'this,', 'she', 'had', 'even', 'asked', 'to', 'be', 'allowed', 'to', 'keep', 'the', 'kitchen', 'locked', 'at', 'all', 'times', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'was', 'especially', 'important;', 'so', 'his', 'sister', 'had', 'no', 'choice', 'but', 'to', 'choose', 'some', 'time', 'when', "Gregor's", 'father', 'was', 'not', 'there', 'and', 'fetch', 'his', 'mother', 'to', 'help', 'her.', 'As', 'she', 'approached', 'the', 'room,', 'Gregor', 'could', 'hear', 'his', 'mother', 'express', 'her', 'joy,', 'but', 'once', 'at', 'the', 'door', 'she', 'went', 'silent.', 'First,', 'of', 'course,', 'his', 'sister', 'came', 'in', 'and', 'looked', 'round', 'to', 'see', 'that', 'everything', 'in', 'the', 'room', 'was', 'alright;', 'and', 'only', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter.', 'Gregor', 'had', 'hurriedly', 'pulled', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'folds', 'into', 'it', 'so', 'that', 'everything', 'really', 'looked', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chance.', 'Gregor', 'also', 'refrained,', 'this', 'time,', 'from', 'spying', 'out', 'from', 'under', 'the', 'sheet;', 'he', 'gave', 'up', 'the', 'chance', 'to', 'see', 'his', 'mother', 'until', 'later', 'and', 'was', 'simply', 'glad', 'that', 'she', 'had', 'come.', '"You', 'can', 'come', 'in,', 'he', "can't", 'be', 'seen",', 'said', 'his', 'sister,', 'obviously', 'leading', 'her', 'in', 'by', 'the', 'hand.', 'The', 'old', 'chest', 'of', 'drawers', 'was', 'too', 'heavy', 'for', 'a', 'pair', 'of', 'feeble', 'women', 'to', 'be', 'heaving', 'about,', 'but', 'Gregor', 'listened', 'as', 'they', 'pushed', 'it', 'from', 'its', 'place,', 'his', 'sister', 'always', 'taking', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignoring', 'her', "mother's", 'warnings', 'that', 'she', 'would', 'strain', 'herself.', 'This', 'lasted', 'a', 'very', 'long', 'time.', 'After', 'labouring', 'at', 'it', 'for', 'fifteen', 'minutes', 'or', 'more', 'his', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leave', 'the', 'chest', 'where', 'it', 'was,', 'for', 'one', 'thing', 'it', 'was', 'too', 'heavy', 'for', 'them', 'to', 'get', 'the', 'job', 'finished', 'before', "Gregor's", 'father', 'got', 'home', 'and', 'leaving', 'it', 'in', 'the', 'middle', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'his', 'way', 'even', 'more,', 'and', 'for', 'another', 'thing', 'it', "wasn't", 'even', 'sure', 'that', 'taking', 'the', 'furniture', 'away', 'would', 'really', 'be', 'any', 'help', 'to', 'him.', 'She', 'thought', 'just', 'the', 'opposite;', 'the', 'sight', 'of', 'the', 'bare', 'walls', 'saddened', 'her', 'right', 'to', 'her', 'heart;', 'and', 'why', "wouldn't", 'Gregor', 'feel', 'the', 'same', 'way', 'about', 'it,', "he'd", 'been', 'used', 'to', 'this', 'furniture', 'in', 'his', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandoned', 'to', 'be', 'in', 'an', 'empty', 'room', 'like', 'that.', 'Then,', 'quietly,', 'almost', 'whispering', 'as', 'if', 'wanting', 'Gregor', '(whose', 'whereabouts', 'she', 'did', 'not', 'know)', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voice,', 'as', 'she', 'was', 'convinced', 'that', 'he', 'did', 'not', 'understand', 'her', 'words,', 'she', 'added', '"and', 'by', 'taking', 'the', 'furniture', 'away,', "won't", 'it', 'seem', 'like', "we're", 'showing', 'that', "we've", 'given', 'up', 'all', 'hope', 'of', 'improvement', 'and', "we're", 'abandoning', 'him', 'to', 'cope', 'for', 'himself?', 'I', 'think', "it'd", 'be', 'best', 'to', 'leave', 'the', 'room', 'exactly', 'the', 'way', 'it', 'was', 'before', 'so', 'that', 'when', 'Gregor', 'comes', 'back', 'to', 'us', 'again', "he'll", 'find', 'everything', 'unchanged', 'and', "he'll", 'be', 'able', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier".', 'Hearing', 'these', 'words', 'from', 'his', 'mother', 'made', 'Gregor', 'realise', 'that', 'the', 'lack', 'of', 'any', 'direct', 'human', 'communication,', 'along', 'with', 'the', 'monotonous', 'life', 'led', 'by', 'the', 'family', 'during', 'these', 'two', 'months,', 'must', 'have', 'made', 'him', 'confused', '-', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explaining', 'to', 'himself', 'why', 'he', 'had', 'seriously', 'wanted', 'his', 'room', 'emptied', 'out.', 'Had', 'he', 'really', 'wanted', 'to', 'transform', 'his', 'room', 'into', 'a', 'cave,', 'a', 'warm', 'room', 'fitted', 'out', 'with', 'the', 'nice', 'furniture', 'he', 'had', 'inherited?', 'That', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimpeded', 'in', 'any', 'direction,', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickly', 'forget', 'his', 'past', 'when', 'he', 'had', 'still', 'been', 'human.', 'He', 'had', 'come', 'very', 'close', 'to', 'forgetting,', 'and', 'it', 'had', 'only', 'been', 'the', 'voice', 'of', 'his', 'mother,', 'unheard', 'for', 'so', 'long,', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it.', 'Nothing', 'should', 'be', 'removed;', 'everything', 'had', 'to', 'stay;', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influence', 'the', 'furniture', 'had', 'on', 'his', 'condition;', 'and', 'if', 'the', 'furniture', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessly', 'that', 'was', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantage.', 'His', 'sister,', 'unfortunately,', 'did', 'not', 'agree;', 'she', 'had', 'become', 'used', 'to', 'the', 'idea,', 'not', 'without', 'reason,', 'that', 'she', 'was', "Gregor's", 'spokesman', 'to', 'his', 'parents', 'about', 'the', 'things', 'that', 'concerned', 'him.', 'This', 'meant', 'that', 'his', "mother's", 'advice', 'now', 'was', 'sufficient', 'reason', 'for', 'her', 'to', 'insist', 'on', 'removing', 'not', 'only', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk,', 'as', 'she', 'had', 'thought', 'at', 'first,', 'but', 'all', 'the', 'furniture', 'apart', 'from', 'the', 'all-important', 'couch.', 'It', 'was', 'more', 'than', 'childish', 'perversity,', 'of', 'course,', 'or', 'the', 'unexpected', 'confidence', 'she', 'had', 'recently', 'acquired,', 'that', 'made', 'her', 'insist;', 'she', 'had', 'indeed', 'noticed', 'that', 'Gregor', 'needed', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in,', 'whereas', 'the', 'furniture,', 'as', 'far', 'as', 'anyone', 'could', 'see,', 'was', 'of', 'no', 'use', 'to', 'him', 'at', 'all.', 'Girls', 'of', 'that', 'age,', 'though,', 'do', 'become', 'enthusiastic', 'about', 'things', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenever', 'they', 'can.', 'Perhaps', 'this', 'was', 'what', 'tempted', 'Grete', 'to', 'make', "Gregor's", 'situation', 'seem', 'even', 'more', 'shocking', 'than', 'it', 'was', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him.', 'Grete', 'would', 'probably', 'be', 'the', 'only', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'dominated', 'by', 'Gregor', 'crawling', 'about', 'the', 'bare', 'walls', 'by', 'himself.', 'So', 'she', 'refused', 'to', 'let', 'her', 'mother', 'dissuade', 'her.', "Gregor's", 'mother', 'already', 'looked', 'uneasy', 'in', 'his', 'room,', 'she', 'soon', 'stopped', 'speaking', 'and', 'helped', "Gregor's", 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawers', 'out', 'with', 'what', 'strength', 'she', 'had.', 'The', 'chest', 'of', 'drawers', 'was', 'something', 'that', 'Gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to,', 'but', 'the', 'writing', 'desk', 'had', 'to', 'stay.', 'Hardly', 'had', 'the', 'two', 'women', 'pushed', 'the', 'chest', 'of', 'drawers,', 'groaning,', 'out', 'of', 'the', 'room', 'than', 'Gregor', 'poked', 'his', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it.', 'He', 'meant', 'to', 'be', 'as', 'careful', 'and', 'considerate', 'as', 'he', 'could,', 'but,', 'unfortunately,', 'it', 'was', 'his', 'mother', 'who', 'came', 'back', 'first', 'while', 'Grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arms', 'round', 'the', 'chest,', 'pushing', 'and', 'pulling', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without,', 'of', 'course,', 'moving', 'it', 'an', 'inch.', 'His', 'mother', 'was', 'not', 'used', 'to', 'the', 'sight', 'of', 'Gregor,', 'he', 'might', 'have', 'made', 'her', 'ill,', 'so', 'Gregor', 'hurried', 'backwards', 'to', 'the', 'far', 'end', 'of', 'the', 'couch.', 'In', 'his', 'startlement,', 'though,', 'he', 'was', 'not', 'able', 'to', 'prevent', 'the', 'sheet', 'at', 'its', 'front', 'from', 'moving', 'a', 'little.', 'It', 'was', 'enough', 'to', 'attract', 'his', "mother's", 'attention.', 'She', 'stood', 'very', 'still,', 'remained', 'there', 'a', 'moment,', 'and', 'then', 'went', 'back', 'out', 'to', 'Grete.', 'Gregor', 'kept', 'trying', 'to', 'assure', 'himself', 'that', 'nothing', 'unusual', 'was', 'happening,', 'it', 'was', 'just', 'a', 'few', 'pieces', 'of', 'furniture', 'being', 'moved', 'after', 'all,', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'going', 'to', 'and', 'fro,', 'their', 'little', 'calls', 'to', 'each', 'other,', 'the', 'scraping', 'of', 'the', 'furniture', 'on', 'the', 'floor,', 'all', 'these', 'things', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'being', 'assailed', 'from', 'all', 'sides.', 'With', 'his', 'head', 'and', 'legs', 'pulled', 'in', 'against', 'him', 'and', 'his', 'body', 'pressed', 'to', 'the', 'floor,', 'he', 'was', 'forced', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'this', 'much', 'longer.', 'They', 'were', 'emptying', 'his', 'room', 'out;', 'taking', 'away', 'everything', 'that', 'was', 'dear', 'to', 'him;', 'they', 'had', 'already', 'taken', 'out', 'the', 'chest', 'containing', 'his', 'fretsaw', 'and', 'other', 'tools;', 'now', 'they', 'threatened', 'to', 'remove', 'the', 'writing', 'desk', 'with', 'its', 'place', 'clearly', 'worn', 'into', 'the', 'floor,', 'the', 'desk', 'where', 'he', 'had', 'done', 'his', 'homework', 'as', 'a', 'business', 'trainee,', 'at', 'high', 'school,', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'school--he', 'really', 'could', 'not', 'wait', 'any', 'longer', 'to', 'see', 'whether', 'the', 'two', "women's", 'intentions', 'were', 'good.', 'He', 'had', 'nearly', 'forgotten', 'they', 'were', 'there', 'anyway,', 'as', 'they', 'were', 'now', 'too', 'tired', 'to', 'say', 'anything', 'while', 'they', 'worked', 'and', 'he', 'could', 'only', 'hear', 'their', 'feet', 'as', 'they', 'stepped', 'heavily', 'on', 'the', 'floor.', 'So,', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catching', 'their', 'breath,', 'he', 'sallied', 'out,', 'changed', 'direction', 'four', 'times', 'not', 'knowing', 'what', 'he', 'should', 'save', 'first', 'before', 'his', 'attention', 'was', 'suddenly', 'caught', 'by', 'the', 'picture', 'on', 'the', 'wall', '-', 'which', 'was', 'already', 'denuded', 'of', 'everything', 'else', 'that', 'had', 'been', 'on', 'it', '-', 'of', 'the', 'lady', 'dressed', 'in', 'copious', 'fur.', 'He', 'hurried', 'up', 'onto', 'the', 'picture', 'and', 'pressed', 'himself', 'against', 'its', 'glass,', 'it', 'held', 'him', 'firmly', 'and', 'felt', 'good', 'on', 'his', 'hot', 'belly.', 'This', 'picture', 'at', 'least,', 'now', 'totally', 'covered', 'by', 'Gregor,', 'would', 'certainly', 'be', 'taken', 'away', 'by', 'no-one.', 'He', 'turned', 'his', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'living', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back.', 'They', 'had', 'not', 'allowed', 'themselves', 'a', 'long', 'rest', 'and', 'came', 'back', 'quite', 'soon;', 'Grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'was', 'nearly', 'carrying', 'her.', '"What', 'shall', 'we', 'take', 'now,', 'then?",', 'said', 'Grete', 'and', 'looked', 'around.', 'Her', 'eyes', 'met', 'those', 'of', 'Gregor', 'on', 'the', 'wall.', 'Perhaps', 'only', 'because', 'her', 'mother', 'was', 'there,', 'she', 'remained', 'calm,', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said,', 'albeit', 'hurriedly', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voice:', '"Come', 'on,', "let's", 'go', 'back', 'in', 'the', 'living', 'room', 'for', 'a', 'while?"', 'Gregor', 'could', 'see', 'what', 'Grete', 'had', 'in', 'mind,', 'she', 'wanted', 'to', 'take', 'her', 'mother', 'somewhere', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall.', 'Well,', 'she', 'could', 'certainly', 'try', 'it!', 'He', 'sat', 'unyielding', 'on', 'his', 'picture.', 'He', 'would', 'rather', 'jump', 'at', "Grete's", 'face.', 'But', "Grete's", 'words', 'had', 'made', 'her', 'mother', 'quite', 'worried,', 'she', 'stepped', 'to', 'one', 'side,', 'saw', 'the', 'enormous', 'brown', 'patch', 'against', 'the', 'flowers', 'of', 'the', 'wallpaper,', 'and', 'before', 'she', 'even', 'realised', 'it', 'was', 'Gregor', 'that', 'she', 'saw', 'screamed:', '"Oh', 'God,', 'oh', 'God!"', 'Arms', 'outstretched,', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everything', 'and', 'stayed', 'there', 'immobile.', '"Gregor!"', 'shouted', 'his', 'sister,', 'glowering', 'at', 'him', 'and', 'shaking', 'her', 'fist.', 'That', 'was', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directly', 'since', 'his', 'transformation.', 'She', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smelling', 'salts', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint;', 'Gregor', 'wanted', 'to', 'help', 'too', '-', 'he', 'could', 'save', 'his', 'picture', 'later,', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'force;', 'then', 'he,', 'too,', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advise', 'his', 'sister', 'like', 'in', 'the', 'old', 'days;', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'doing', 'nothing;', 'she', 'was', 'looking', 'into', 'various', 'bottles,', 'he', 'startled', 'her', 'when', 'she', 'turned', 'round;', 'a', 'bottle', 'fell', 'to', 'the', 'ground', 'and', 'broke;', 'a', 'splinter', 'cut', "Gregor's", 'face,', 'some', 'kind', 'of', 'caustic', 'medicine', 'splashed', 'all', 'over', 'him;', 'now,', 'without', 'delaying', 'any', 'longer,', 'Grete', 'took', 'hold', 'of', 'all', 'the', 'bottles', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother;', 'she', 'slammed', 'the', 'door', 'shut', 'with', 'her', 'foot.', 'So', 'now', 'Gregor', 'was', 'shut', 'out', 'from', 'his', 'mother,', 'who,', 'because', 'of', 'him,', 'might', 'be', 'near', 'to', 'death;', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'his', 'sister', 'away,', 'and', 'she', 'had', 'to', 'stay', 'with', 'his', 'mother;', 'there', 'was', 'nothing', 'for', 'him', 'to', 'do', 'but', 'wait;', 'and,', 'oppressed', 'with', 'anxiety', 'and', 'self-reproach,', 'he', 'began', 'to', 'crawl', 'about,', 'he', 'crawled', 'over', 'everything,', 'walls,', 'furniture,', 'ceiling,', 'and', 'finally', 'in', 'his', 'confusion', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middle', 'of', 'the', 'dinner', 'table.', 'He', 'lay', 'there', 'for', 'a', 'while,', 'numb', 'and', 'immobile,', 'all', 'around', 'him', 'it', 'was', 'quiet,', 'maybe', 'that', 'was', 'a', 'good', 'sign.', 'Then', 'there', 'was', 'someone', 'at', 'the', 'door.', 'The', 'maid,', 'of', 'course,', 'had', 'locked', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'Grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it.', 'His', 'father', 'had', 'arrived', 'home.', '"What\'s', 'happened?"', 'were', 'his', 'first', 'words;', "Grete's", 'appearance', 'must', 'have', 'made', 'everything', 'clear', 'to', 'him.', 'She', 'answered', 'him', 'with', 'subdued', 'voice,', 'and', 'openly', 'pressed', 'her', 'face', 'into', 'his', 'chest:', '"Mother\'s', 'fainted,', 'but', "she's", 'better', 'now.', 'Gregor', 'got', 'out."', '"Just', 'as', 'I', 'expected",', 'said', 'his', 'father,', '"just', 'as', 'I', 'always', 'said,', 'but', 'you', 'women', "wouldn't", 'listen,', 'would', 'you."', 'It', 'was', 'clear', 'to', 'Gregor', 'that', 'Grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'his', 'father', 'took', 'it', 'to', 'mean', 'that', 'something', 'bad', 'had', 'happened,', 'that', 'he', 'was', 'responsible', 'for', 'some', 'act', 'of', 'violence.', 'That', 'meant', 'Gregor', 'would', 'now', 'have', 'to', 'try', 'to', 'calm', 'his', 'father,', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'things', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possible.', 'So', 'he', 'fled', 'to', 'the', 'door', 'of', 'his', 'room', 'and', 'pressed', 'himself', 'against', 'it', 'so', 'that', 'his', 'father,', 'when', 'he', 'came', 'in', 'from', 'the', 'hall,', 'could', 'see', 'straight', 'away', 'that', 'Gregor', 'had', 'the', 'best', 'intentions', 'and', 'would', 'go', 'back', 'into', 'his', 'room', 'without', 'delay,', 'that', 'it', 'would', 'not', 'be', 'necessary', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'only', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear.', 'His', 'father,', 'though,', 'was', 'not', 'in', 'the', 'mood', 'to', 'notice', 'subtleties', 'like', 'that;', '"Ah!",', 'he', 'shouted', 'as', 'he', 'came', 'in,', 'sounding', 'as', 'if', 'he', 'were', 'both', 'angry', 'and', 'glad', 'at', 'the', 'same', 'time.', 'Gregor', 'drew', 'his', 'head', 'back', 'from', 'the', 'door', 'and', 'lifted', 'it', 'towards', 'his', 'father.', 'He', 'really', 'had', 'not', 'imagined', 'his', 'father', 'the', 'way', 'he', 'stood', 'there', 'now;', 'of', 'late,', 'with', 'his', 'new', 'habit', 'of', 'crawling', 'about,', 'he', 'had', 'neglected', 'to', 'pay', 'attention', 'to', 'what', 'was', 'going', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'before.', 'He', 'really', 'ought', 'to', 'have', 'expected', 'things', 'to', 'have', 'changed,', 'but', 'still,', 'still,', 'was', 'that', 'really', 'his', 'father?', 'The', 'same', 'tired', 'man', 'as', 'used', 'to', 'be', 'laying', 'there', 'entombed', 'in', 'his', 'bed', 'when', 'Gregor', 'came', 'back', 'from', 'his', 'business', 'trips,', 'who', 'would', 'receive', 'him', 'sitting', 'in', 'the', 'armchair', 'in', 'his', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'evenings;', 'who', 'was', 'hardly', 'even', 'able', 'to', 'stand', 'up', 'but,', 'as', 'a', 'sign', 'of', 'his', 'pleasure,', 'would', 'just', 'raise', 'his', 'arms', 'and', 'who,', 'on', 'the', 'couple', 'of', 'times', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'together', 'on', 'a', 'Sunday', 'or', 'public', 'holiday', 'wrapped', 'up', 'tightly', 'in', 'his', 'overcoat', 'between', 'Gregor', 'and', 'his', 'mother,', 'would', 'always', 'labour', 'his', 'way', 'forward', 'a', 'little', 'more', 'slowly', 'than', 'them,', 'who', 'were', 'already', 'walking', 'slowly', 'for', 'his', 'sake;', 'who', 'would', 'place', 'his', 'stick', 'down', 'carefully', 'and,', 'if', 'he', 'wanted', 'to', 'say', 'something', 'would', 'invariably', 'stop', 'and', 'gather', 'his', 'companions', 'around', 'him.', 'He', 'was', 'standing', 'up', 'straight', 'enough', 'now;', 'dressed', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'buttons,', 'the', 'sort', 'worn', 'by', 'the', 'employees', 'at', 'the', 'banking', 'institute;', 'above', 'the', 'high,', 'stiff', 'collar', 'of', 'the', 'coat', 'his', 'strong', 'double-chin', 'emerged;', 'under', 'the', 'bushy', 'eyebrows,', 'his', 'piercing,', 'dark', 'eyes', 'looked', 'out', 'fresh', 'and', 'alert;', 'his', 'normally', 'unkempt', 'white', 'hair', 'was', 'combed', 'down', 'painfully', 'close', 'to', 'his', 'scalp.', 'He', 'took', 'his', 'cap,', 'with', 'its', 'gold', 'monogram', 'from,', 'probably,', 'some', 'bank,', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa,', 'put', 'his', 'hands', 'in', 'his', 'trouser', 'pockets,', 'pushing', 'back', 'the', 'bottom', 'of', 'his', 'long', 'uniform', 'coat,', 'and,', 'with', 'look', 'of', 'determination,', 'walked', 'towards', 'Gregor.', 'He', 'probably', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind,', 'but', 'nonetheless', 'lifted', 'his', 'feet', 'unusually', 'high.', 'Gregor', 'was', 'amazed', 'at', 'the', 'enormous', 'size', 'of', 'the', 'soles', 'of', 'his', 'boots,', 'but', 'wasted', 'no', 'time', 'with', 'that', '-', 'he', 'knew', 'full', 'well,', 'right', 'from', 'the', 'first', 'day', 'of', 'his', 'new', 'life,', 'that', 'his', 'father', 'thought', 'it', 'necessary', 'to', 'always', 'be', 'extremely', 'strict', 'with', 'him.', 'And', 'so', 'he', 'ran', 'up', 'to', 'his', 'father,', 'stopped', 'when', 'his', 'father', 'stopped,', 'scurried', 'forwards', 'again', 'when', 'he', 'moved,', 'even', 'slightly.', 'In', 'this', 'way', 'they', 'went', 'round', 'the', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening,', 'without', 'even', 'giving', 'the', 'impression', 'of', 'a', 'chase', 'as', 'everything', 'went', 'so', 'slowly.', 'Gregor', 'remained', 'all', 'this', 'time', 'on', 'the', 'floor,', 'largely', 'because', 'he', 'feared', 'his', 'father', 'might', 'see', 'it', 'as', 'especially', 'provoking', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceiling.', 'Whatever', 'he', 'did,', 'Gregor', 'had', 'to', 'admit', 'that', 'he', 'certainly', 'would', 'not', 'be', 'able', 'to', 'keep', 'up', 'this', 'running', 'about', 'for', 'long,', 'as', 'for', 'each', 'step', 'his', 'father', 'took', 'he', 'had', 'to', 'carry', 'out', 'countless', 'movements.', 'He', 'became', 'noticeably', 'short', 'of', 'breath,', 'even', 'in', 'his', 'earlier', 'life', 'his', 'lungs', 'had', 'not', 'been', 'very', 'reliable.', 'Now,', 'as', 'he', 'lurched', 'about', 'in', 'his', 'efforts', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'running', 'he', 'could', 'hardly', 'keep', 'his', 'eyes', 'open;', 'his', 'thoughts', 'became', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'any', 'other', 'way', 'of', 'saving', 'himself', 'than', 'running;', 'he', 'almost', 'forgot', 'that', 'the', 'walls', 'were', 'there', 'for', 'him', 'to', 'use', 'although,', 'here,', 'they', 'were', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'of', 'notches', 'and', 'protrusions', '-', 'then,', 'right', 'beside', 'him,', 'lightly', 'tossed,', 'something', 'flew', 'down', 'and', 'rolled', 'in', 'front', 'of', 'him.', 'It', 'was', 'an', 'apple;', 'then', 'another', 'one', 'immediately', 'flew', 'at', 'him;', 'Gregor', 'froze', 'in', 'shock;', 'there', 'was', 'no', 'longer', 'any', 'point', 'in', 'running', 'as', 'his', 'father', 'had', 'decided', 'to', 'bombard', 'him.', 'He', 'had', 'filled', 'his', 'pockets', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now,', 'without', 'even', 'taking', 'the', 'time', 'for', 'careful', 'aim,', 'threw', 'one', 'apple', 'after', 'another.', 'These', 'little,', 'red', 'apples', 'rolled', 'about', 'on', 'the', 'floor,', 'knocking', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electric', 'motors.', 'An', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'against', "Gregor's", 'back', 'and', 'slid', 'off', 'without', 'doing', 'any', 'harm.', 'Another', 'one', 'however,', 'immediately', 'following', 'it,', 'hit', 'squarely', 'and', 'lodged', 'in', 'his', 'back;', 'Gregor', 'wanted', 'to', 'drag', 'himself', 'away,', 'as', 'if', 'he', 'could', 'remove', 'the', 'surprising,', 'the', 'incredible', 'pain', 'by', 'changing', 'his', 'position;', 'but', 'he', 'felt', 'as', 'if', 'nailed', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out,', 'all', 'his', 'senses', 'in', 'confusion.', 'The', 'last', 'thing', 'he', 'saw', 'was', 'the', 'door', 'of', 'his', 'room', 'being', 'pulled', 'open,', 'his', 'sister', 'was', 'screaming,', 'his', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blouse', '(as', 'his', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'clothes', 'after', 'she', 'had', 'fainted', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breathe),', 'she', 'ran', 'to', 'his', 'father,', 'her', 'skirts', 'unfastened', 'and', 'sliding', 'one', 'after', 'another', 'to', 'the', 'ground,', 'stumbling', 'over', 'the', 'skirts', 'she', 'pushed', 'herself', 'to', 'his', 'father,', 'her', 'arms', 'around', 'him,', 'uniting', 'herself', 'with', 'him', 'totally', '-', 'now', 'Gregor', 'lost', 'his', 'ability', 'to', 'see', 'anything', '-', 'her', 'hands', 'behind', 'his', "father's", 'head', 'begging', 'him', 'to', 'spare', "Gregor's", 'life.', 'III', 'No-one', 'dared', 'to', 'remove', 'the', 'apple', 'lodged', 'in', "Gregor's", 'flesh,', 'so', 'it', 'remained', 'there', 'as', 'a', 'visible', 'reminder', 'of', 'his', 'injury.', 'He', 'had', 'suffered', 'it', 'there', 'for', 'more', 'than', 'a', 'month,', 'and', 'his', 'condition', 'seemed', 'serious', 'enough', 'to', 'remind', 'even', 'his', 'father', 'that', 'Gregor,', 'despite', 'his', 'current', 'sad', 'and', 'revolting', 'form,', 'was', 'a', 'family', 'member', 'who', 'could', 'not', 'be', 'treated', 'as', 'an', 'enemy.', 'On', 'the', 'contrary,', 'as', 'a', 'family', 'there', 'was', 'a', 'duty', 'to', 'swallow', 'any', 'revulsion', 'for', 'him', 'and', 'to', 'be', 'patient,', 'just', 'to', 'be', 'patient.', 'Because', 'of', 'his', 'injuries,', 'Gregor', 'had', 'lost', 'much', 'of', 'his', 'mobility', '-', 'probably', 'permanently.', 'He', 'had', 'been', 'reduced', 'to', 'the', 'condition', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long,', 'long', 'minutes', 'to', 'crawl', 'across', 'his', 'room', '-', 'crawling', 'over', 'the', 'ceiling', 'was', 'out', 'of', 'the', 'question', '-', 'but', 'this', 'deterioration', 'in', 'his', 'condition', 'was', 'fully', '(in', 'his', 'opinion)', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'living', 'room', 'being', 'left', 'open', 'every', 'evening.', 'He', 'got', 'into', 'the', 'habit', 'of', 'closely', 'watching', 'it', 'for', 'one', 'or', 'two', 'hours', 'before', 'it', 'was', 'opened', 'and', 'then,', 'lying', 'in', 'the', 'darkness', 'of', 'his', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'living', 'room,', 'he', 'could', 'watch', 'the', 'family', 'in', 'the', 'light', 'of', 'the', 'dinner', 'table', 'and', 'listen', 'to', 'their', 'conversation', '-', 'with', "everyone's", 'permission,', 'in', 'a', 'way,', 'and', 'thus', 'quite', 'differently', 'from', 'before.', 'They', 'no', 'longer', 'held', 'the', 'lively', 'conversations', 'of', 'earlier', 'times,', 'of', 'course,', 'the', 'ones', 'that', 'Gregor', 'always', 'thought', 'about', 'with', 'longing', 'when', 'he', 'was', 'tired', 'and', 'getting', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room.', 'All', 'of', 'them', 'were', 'usually', 'very', 'quiet', 'nowadays.', 'Soon', 'after', 'dinner,', 'his', 'father', 'would', 'go', 'to', 'sleep', 'in', 'his', 'chair;', 'his', 'mother', 'and', 'sister', 'would', 'urge', 'each', 'other', 'to', 'be', 'quiet;', 'his', 'mother,', 'bent', 'deeply', 'under', 'the', 'lamp,', 'would', 'sew', 'fancy', 'underwear', 'for', 'a', 'fashion', 'shop;', 'his', 'sister,', 'who', 'had', 'taken', 'a', 'sales', 'job,', 'learned', 'shorthand', 'and', 'French', 'in', 'the', 'evenings', 'so', 'that', 'she', 'might', 'be', 'able', 'to', 'get', 'a', 'better', 'position', 'later', 'on.', 'Sometimes', 'his', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', "Gregor's", 'mother', '"you\'re', 'doing', 'so', 'much', 'sewing', 'again', 'today!",', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'dozing', '-', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchange', 'a', 'tired', 'grin.', 'With', 'a', 'kind', 'of', 'stubbornness,', "Gregor's", 'father', 'refused', 'to', 'take', 'his', 'uniform', 'off', 'even', 'at', 'home;', 'while', 'his', 'nightgown', 'hung', 'unused', 'on', 'its', 'peg', "Gregor's", 'father', 'would', 'slumber', 'where', 'he', 'was,', 'fully', 'dressed,', 'as', 'if', 'always', 'ready', 'to', 'serve', 'and', 'expecting', 'to', 'hear', 'the', 'voice', 'of', 'his', 'superior', 'even', 'here.', 'The', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with,', 'but', 'as', 'a', 'result', 'of', 'this', 'it', 'slowly', 'became', 'even', 'shabbier', 'despite', 'the', 'efforts', 'of', "Gregor's", 'mother', 'and', 'sister', 'to', 'look', 'after', 'it.', 'Gregor', 'would', 'often', 'spend', 'the', 'whole', 'evening', 'looking', 'at', 'all', 'the', 'stains', 'on', 'this', 'coat,', 'with', 'its', 'gold', 'buttons', 'always', 'kept', 'polished', 'and', 'shiny,', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep,', 'highly', 'uncomfortable', 'but', 'peaceful.', 'As', 'soon', 'as', 'it', 'struck', 'ten,', "Gregor's", 'mother', 'would', 'speak', 'gently', 'to', 'his', 'father', 'to', 'wake', 'him', 'and', 'try', 'to', 'persuade', 'him', 'to', 'go', 'to', 'bed,', 'as', 'he', "couldn't", 'sleep', 'properly', 'where', 'he', 'was', 'and', 'he', 'really', 'had', 'to', 'get', 'his', 'sleep', 'if', 'he', 'was', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work.', 'But', 'since', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'become', 'more', 'obstinate', 'and', 'would', 'always', 'insist', 'on', 'staying', 'longer', 'at', 'the', 'table,', 'even', 'though', 'he', 'regularly', 'fell', 'asleep', 'and', 'it', 'was', 'then', 'harder', 'than', 'ever', 'to', 'persuade', 'him', 'to', 'exchange', 'the', 'chair', 'for', 'his', 'bed.', 'Then,', 'however', 'much', 'mother', 'and', 'sister', 'would', 'importune', 'him', 'with', 'little', 'reproaches', 'and', 'warnings', 'he', 'would', 'keep', 'slowly', 'shaking', 'his', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'his', 'eyes', 'closed', 'and', 'refusing', 'to', 'get', 'up.', "Gregor's", 'mother', 'would', 'tug', 'at', 'his', 'sleeve,', 'whisper', 'endearments', 'into', 'his', 'ear,', "Gregor's", 'sister', 'would', 'leave', 'her', 'work', 'to', 'help', 'her', 'mother,', 'but', 'nothing', 'would', 'have', 'any', 'effect', 'on', 'him.', 'He', 'would', 'just', 'sink', 'deeper', 'into', 'his', 'chair.', 'Only', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arms', 'he', 'would', 'abruptly', 'open', 'his', 'eyes,', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say:', '"What', 'a', 'life!', 'This', 'is', 'what', 'peace', 'I', 'get', 'in', 'my', 'old', 'age!"', 'And', 'supported', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'carefully', 'as', 'if', 'he', 'were', 'carrying', 'the', 'greatest', 'load', 'himself,', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door,', 'send', 'them', 'off', 'and', 'carry', 'on', 'by', 'himself', 'while', "Gregor's", 'mother', 'would', 'throw', 'down', 'her', 'needle', 'and', 'his', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'his', 'father', 'and', 'continue', 'being', 'of', 'help', 'to', 'him.', 'Who,', 'in', 'this', 'tired', 'and', 'overworked', 'family,', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attention', 'to', 'Gregor', 'than', 'was', 'absolutely', 'necessary?', 'The', 'household', 'budget', 'became', 'even', 'smaller;', 'so', 'now', 'the', 'maid', 'was', 'dismissed;', 'an', 'enormous,', 'thick-boned', 'charwoman', 'with', 'white', 'hair', 'that', 'flapped', 'around', 'her', 'head', 'came', 'every', 'morning', 'and', 'evening', 'to', 'do', 'the', 'heaviest', 'work;', 'everything', 'else', 'was', 'looked', 'after', 'by', "Gregor's", 'mother', 'on', 'top', 'of', 'the', 'large', 'amount', 'of', 'sewing', 'work', 'she', 'did.', 'Gregor', 'even', 'learned,', 'listening', 'to', 'the', 'evening', 'conversation', 'about', 'what', 'price', 'they', 'had', 'hoped', 'for,', 'that', 'several', 'items', 'of', 'jewellery', 'belonging', 'to', 'the', 'family', 'had', 'been', 'sold,', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'very', 'fond', 'of', 'wearing', 'them', 'at', 'functions', 'and', 'celebrations.', 'But', 'the', 'loudest', 'complaint', 'was', 'that', 'although', 'the', 'flat', 'was', 'much', 'too', 'big', 'for', 'their', 'present', 'circumstances,', 'they', 'could', 'not', 'move', 'out', 'of', 'it,', 'there', 'was', 'no', 'imaginable', 'way', 'of', 'transferring', 'Gregor', 'to', 'the', 'new', 'address.', 'He', 'could', 'see', 'quite', 'well,', 'though,', 'that', 'there', 'were', 'more', 'reasons', 'than', 'consideration', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move,', 'it', 'would', 'have', 'been', 'quite', 'easy', 'to', 'transport', 'him', 'in', 'any', 'suitable', 'crate', 'with', 'a', 'few', 'air', 'holes', 'in', 'it;', 'the', 'main', 'thing', 'holding', 'the', 'family', 'back', 'from', 'their', 'decision', 'to', 'move', 'was', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair,', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortune', 'unlike', 'anything', 'experienced', 'by', 'anyone', 'else', 'they', 'knew', 'or', 'were', 'related', 'to.', 'They', 'carried', 'out', 'absolutely', 'everything', 'that', 'the', 'world', 'expects', 'from', 'poor', 'people,', "Gregor's", 'father', 'brought', 'bank', 'employees', 'their', 'breakfast,', 'his', 'mother', 'sacrificed', 'herself', 'by', 'washing', 'clothes', 'for', 'strangers,', 'his', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'customers,', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'any', 'more.', 'And', 'the', 'injury', 'in', "Gregor's", 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'was', 'new.', 'After', 'they', 'had', 'come', 'back', 'from', 'taking', 'his', 'father', 'to', 'bed', "Gregor's", 'mother', 'and', 'sister', 'would', 'now', 'leave', 'their', 'work', 'where', 'it', 'was', 'and', 'sit', 'close', 'together,', 'cheek', 'to', 'cheek;', 'his', 'mother', 'would', 'point', 'to', "Gregor's", 'room', 'and', 'say', '"Close', 'that', 'door,', 'Grete",', 'and', 'then,', 'when', 'he', 'was', 'in', 'the', 'dark', 'again,', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tears', 'would', 'mingle,', 'or', 'they', 'would', 'simply', 'sit', 'there', 'staring', 'dry-eyed', 'at', 'the', 'table.', 'Gregor', 'hardly', 'slept', 'at', 'all,', 'either', 'night', 'or', 'day.', 'Sometimes', 'he', 'would', 'think', 'of', 'taking', 'over', 'the', "family's", 'affairs,', 'just', 'like', 'before,', 'the', 'next', 'time', 'the', 'door', 'was', 'opened;', 'he', 'had', 'long', 'forgotten', 'about', 'his', 'boss', 'and', 'the', 'chief', 'clerk,', 'but', 'they', 'would', 'appear', 'again', 'in', 'his', 'thoughts,', 'the', 'salesmen', 'and', 'the', 'apprentices,', 'that', 'stupid', 'teaboy,', 'two', 'or', 'three', 'friends', 'from', 'other', 'businesses,', 'one', 'of', 'the', 'chambermaids', 'from', 'a', 'provincial', 'hotel,', 'a', 'tender', 'memory', 'that', 'appeared', 'and', 'disappeared', 'again,', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'his', 'attention', 'had', 'been', 'serious', 'but', 'too', 'slow,', '-', 'all', 'of', 'them', 'appeared', 'to', 'him,', 'mixed', 'together', 'with', 'strangers', 'and', 'others', 'he', 'had', 'forgotten,', 'but', 'instead', 'of', 'helping', 'him', 'and', 'his', 'family', 'they', 'were', 'all', 'of', 'them', 'inaccessible,', 'and', 'he', 'was', 'glad', 'when', 'they', 'disappeared.', 'Other', 'times', 'he', 'was', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'his', 'family,', 'he', 'was', 'filled', 'with', 'simple', 'rage', 'about', 'the', 'lack', 'of', 'attention', 'he', 'was', 'shown,', 'and', 'although', 'he', 'could', 'think', 'of', 'nothing', 'he', 'would', 'have', 'wanted,', 'he', 'made', 'plans', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantry', 'where', 'he', 'could', 'take', 'all', 'the', 'things', 'he', 'was', 'entitled', 'to,', 'even', 'if', 'he', 'was', 'not', 'hungry.', "Gregor's", 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'please', 'him', 'but', 'would', 'hurriedly', 'push', 'some', 'food', 'or', 'other', 'into', 'his', 'room', 'with', 'her', 'foot', 'before', 'she', 'rushed', 'out', 'to', 'work', 'in', 'the', 'morning', 'and', 'at', 'midday,', 'and', 'in', 'the', 'evening', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom,', 'indifferent', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', '-', 'more', 'often', 'than', 'not', '-', 'had', 'been', 'left', 'totally', 'untouched.', 'She', 'still', 'cleared', 'up', 'the', 'room', 'in', 'the', 'evening,', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'any', 'quicker', 'about', 'it.', 'Smears', 'of', 'dirt', 'were', 'left', 'on', 'the', 'walls,', 'here', 'and', 'there', 'were', 'little', 'balls', 'of', 'dust', 'and', 'filth.', 'At', 'first,', 'Gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'places', 'when', 'his', 'sister', 'arrived', 'as', 'a', 'reproach', 'to', 'her,', 'but', 'he', 'could', 'have', 'stayed', 'there', 'for', 'weeks', 'without', 'his', 'sister', 'doing', 'anything', 'about', 'it;', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simply', 'decided', 'to', 'leave', 'him', 'to', 'it.', 'At', 'the', 'same', 'time', 'she', 'became', 'touchy', 'in', 'a', 'way', 'that', 'was', 'quite', 'new', 'for', 'her', 'and', 'which', 'everyone', 'in', 'the', 'family', 'understood', '-', 'cleaning', 'up', "Gregor's", 'room', 'was', 'for', 'her', 'and', 'her', 'alone.', "Gregor's", 'mother', 'did', 'once', 'thoroughly', 'clean', 'his', 'room,', 'and', 'needed', 'to', 'use', 'several', 'bucketfuls', 'of', 'water', 'to', 'do', 'it', '-', 'although', 'that', 'much', 'dampness', 'also', 'made', 'Gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch,', 'bitter', 'and', 'immobile.', 'But', 'his', 'mother', 'was', 'to', 'be', 'punished', 'still', 'more', 'for', 'what', 'she', 'had', 'done,', 'as', 'hardly', 'had', 'his', 'sister', 'arrived', 'home', 'in', 'the', 'evening', 'than', 'she', 'noticed', 'the', 'change', 'in', "Gregor's", 'room', 'and,', 'highly', 'aggrieved,', 'ran', 'back', 'into', 'the', 'living', 'room', 'where,', 'despite', 'her', 'mothers', 'raised', 'and', 'imploring', 'hands,', 'she', 'broke', 'into', 'convulsive', 'tears.', 'Her', 'father,', 'of', 'course,', 'was', 'startled', 'out', 'of', 'his', 'chair', 'and', 'the', 'two', 'parents', 'looked', 'on', 'astonished', 'and', 'helpless;', 'then', 'they,', 'too,', 'became', 'agitated;', "Gregor's", 'father,', 'standing', 'to', 'the', 'right', 'of', 'his', 'mother,', 'accused', 'her', 'of', 'not', 'leaving', 'the', 'cleaning', 'of', "Gregor's", 'room', 'to', 'his', 'sister;', 'from', 'her', 'left,', "Gregor's", 'sister', 'screamed', 'at', 'her', 'that', 'she', 'was', 'never', 'to', 'clean', "Gregor's", 'room', 'again;', 'while', 'his', 'mother', 'tried', 'to', 'draw', 'his', 'father,', 'who', 'was', 'beside', 'himself', 'with', 'anger,', 'into', 'the', 'bedroom;', 'his', 'sister,', 'quaking', 'with', 'tears,', 'thumped', 'on', 'the', 'table', 'with', 'her', 'small', 'fists;', 'and', 'Gregor', 'hissed', 'in', 'anger', 'that', 'no-one', 'had', 'even', 'thought', 'of', 'closing', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'this', 'and', 'all', 'its', 'noise.', "Gregor's", 'sister', 'was', 'exhausted', 'from', 'going', 'out', 'to', 'work,', 'and', 'looking', 'after', 'Gregor', 'as', 'she', 'had', 'done', 'before', 'was', 'even', 'more', 'work', 'for', 'her,', 'but', 'even', 'so', 'his', 'mother', 'ought', 'certainly', 'not', 'to', 'have', 'taken', 'her', 'place.', 'Gregor,', 'on', 'the', 'other', 'hand,', 'ought', 'not', 'to', 'be', 'neglected.', 'Now,', 'though,', 'the', 'charwoman', 'was', 'here.', 'This', 'elderly', 'widow,', 'with', 'a', 'robust', 'bone', 'structure', 'that', 'made', 'her', 'able', 'to', 'withstand', 'the', 'hardest', 'of', 'things', 'in', 'her', 'long', 'life,', "wasn't", 'really', 'repelled', 'by', 'Gregor.', 'Just', 'by', 'chance', 'one', 'day,', 'rather', 'than', 'any', 'real', 'curiosity,', 'she', 'opened', 'the', 'door', 'to', "Gregor's", 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him.', 'He', 'was', 'taken', 'totally', 'by', 'surprise,', 'no-one', 'was', 'chasing', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amazement', 'with', 'her', 'hands', 'crossed', 'in', 'front', 'of', 'her.', 'From', 'then', 'on', 'she', 'never', 'failed', 'to', 'open', 'the', 'door', 'slightly', 'every', 'evening', 'and', 'morning', 'and', 'look', 'briefly', 'in', 'on', 'him.', 'At', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'words', 'that', 'she', 'probably', 'considered', 'friendly,', 'such', 'as', '"come', 'on', 'then,', 'you', 'old', 'dung-beetle!",', 'or', '"look', 'at', 'the', 'old', 'dung-beetle', 'there!"', 'Gregor', 'never', 'responded', 'to', 'being', 'spoken', 'to', 'in', 'that', 'way,', 'but', 'just', 'remained', 'where', 'he', 'was', 'without', 'moving', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'opened.', 'If', 'only', 'they', 'had', 'told', 'this', 'charwoman', 'to', 'clean', 'up', 'his', 'room', 'every', 'day', 'instead', 'of', 'letting', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenever', 'she', 'felt', 'like', 'it!', 'One', 'day,', 'early', 'in', 'the', 'morning', 'while', 'a', 'heavy', 'rain', 'struck', 'the', 'windowpanes,', 'perhaps', 'indicating', 'that', 'spring', 'was', 'coming,', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'once', 'again.', 'Gregor', 'was', 'so', 'resentful', 'of', 'it', 'that', 'he', 'started', 'to', 'move', 'toward', 'her,', 'he', 'was', 'slow', 'and', 'infirm,', 'but', 'it', 'was', 'like', 'a', 'kind', 'of', 'attack.', 'Instead', 'of', 'being', 'afraid,', 'the', 'charwoman', 'just', 'lifted', 'up', 'one', 'of', 'the', 'chairs', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open,', 'clearly', 'intending', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slammed', 'down', 'into', "Gregor's", 'back.', '"Aren\'t', 'you', 'coming', 'any', 'closer,', 'then?",', 'she', 'asked', 'when', 'Gregor', 'turned', 'round', 'again,', 'and', 'she', 'calmly', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner.', 'Gregor', 'had', 'almost', 'entirely', 'stopped', 'eating.', 'Only', 'if', 'he', 'happened', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepared', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'his', 'mouth', 'to', 'play', 'with', 'it,', 'leave', 'it', 'there', 'a', 'few', 'hours', 'and', 'then,', 'more', 'often', 'than', 'not,', 'spit', 'it', 'out', 'again.', 'At', 'first', 'he', 'thought', 'it', 'was', 'distress', 'at', 'the', 'state', 'of', 'his', 'room', 'that', 'stopped', 'him', 'eating,', 'but', 'he', 'had', 'soon', 'got', 'used', 'to', 'the', 'changes', 'made', 'there.', 'They', 'had', 'got', 'into', 'the', 'habit', 'of', 'putting', 'things', 'into', 'this', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywhere', 'else,', 'and', 'there', 'were', 'now', 'many', 'such', 'things', 'as', 'one', 'of', 'the', 'rooms', 'in', 'the', 'flat', 'had', 'been', 'rented', 'out', 'to', 'three', 'gentlemen.', 'These', 'earnest', 'gentlemen', '-', 'all', 'three', 'of', 'them', 'had', 'full', 'beards,', 'as', 'Gregor', 'learned', 'peering', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', '-', 'were', 'painfully', 'insistent', 'on', "things'", 'being', 'tidy.', 'This', 'meant', 'not', 'only', 'in', 'their', 'own', 'room', 'but,', 'since', 'they', 'had', 'taken', 'a', 'room', 'in', 'this', 'establishment,', 'in', 'the', 'entire', 'flat', 'and', 'especially', 'in', 'the', 'kitchen.', 'Unnecessary', 'clutter', 'was', 'something', 'they', 'could', 'not', 'tolerate,', 'especially', 'if', 'it', 'was', 'dirty.', 'They', 'had', 'moreover', 'brought', 'most', 'of', 'their', 'own', 'furnishings', 'and', 'equipment', 'with', 'them.', 'For', 'this', 'reason,', 'many', 'things', 'had', 'become', 'superfluous', 'which,', 'although', 'they', 'could', 'not', 'be', 'sold,', 'the', 'family', 'did', 'not', 'wish', 'to', 'discard.', 'All', 'these', 'things', 'found', 'their', 'way', 'into', "Gregor's", 'room.', 'The', 'dustbins', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too.', 'The', 'charwoman', 'was', 'always', 'in', 'a', 'hurry,', 'and', 'anything', 'she', "couldn't", 'use', 'for', 'the', 'time', 'being', 'she', 'would', 'just', 'chuck', 'in', 'there.', 'He,', 'fortunately,', 'would', 'usually', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it.', 'The', 'woman', 'most', 'likely', 'meant', 'to', 'fetch', 'the', 'things', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportunity,', 'or', 'to', 'throw', 'everything', 'out', 'in', 'one', 'go,', 'but', 'what', 'actually', 'happened', 'was', 'that', 'they', 'were', 'left', 'where', 'they', 'landed', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'Gregor', 'made', 'his', 'way', 'through', 'the', 'junk', 'and', 'moved', 'it', 'somewhere', 'else.', 'At', 'first', 'he', 'moved', 'it', 'because,', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about,', 'he', 'was', 'forced', 'to,', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'moving', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tired', 'to', 'death,', 'and', 'he', 'would', 'remain', 'immobile', 'for', 'hours', 'afterwards.', 'The', 'gentlemen', 'who', 'rented', 'the', 'room', 'would', 'sometimes', 'take', 'their', 'evening', 'meal', 'at', 'home', 'in', 'the', 'living', 'room', 'that', 'was', 'used', 'by', 'everyone,', 'and', 'so', 'the', 'door', 'to', 'this', 'room', 'was', 'often', 'kept', 'closed', 'in', 'the', 'evening.', 'But', 'Gregor', 'found', 'it', 'easy', 'to', 'give', 'up', 'having', 'the', 'door', 'open,', 'he', 'had,', 'after', 'all,', 'often', 'failed', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'was', 'open', 'and,', 'without', 'the', 'family', 'having', 'noticed', 'it,', 'lain', 'in', 'his', 'room', 'in', 'its', 'darkest', 'corner.', 'One', 'time,', 'though,', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'living', 'room', 'slightly', 'open,', 'and', 'it', 'remained', 'open', 'when', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'came', 'in', 'in', 'the', 'evening', 'and', 'the', 'light', 'was', 'put', 'on.', 'They', 'sat', 'up', 'at', 'the', 'table', 'where,', 'formerly,', 'Gregor', 'had', 'taken', 'his', 'meals', 'with', 'his', 'father', 'and', 'mother,', 'they', 'unfolded', 'the', 'serviettes', 'and', 'picked', 'up', 'their', 'knives', 'and', 'forks.', "Gregor's", 'mother', 'immediately', 'appeared', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'his', 'sister', 'with', 'a', 'dish', 'piled', 'high', 'with', 'potatoes.', 'The', 'food', 'was', 'steaming,', 'and', 'filled', 'the', 'room', 'with', 'its', 'smell.', 'The', 'gentlemen', 'bent', 'over', 'the', 'dishes', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'wanted', 'to', 'test', 'the', 'food', 'before', 'eating', 'it,', 'and', 'the', 'gentleman', 'in', 'the', 'middle,', 'who', 'seemed', 'to', 'count', 'as', 'an', 'authority', 'for', 'the', 'other', 'two,', 'did', 'indeed', 'cut', 'off', 'a', 'piece', 'of', 'meat', 'while', 'it', 'was', 'still', 'in', 'its', 'dish,', 'clearly', 'wishing', 'to', 'establish', 'whether', 'it', 'was', 'sufficiently', 'cooked', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen.', 'It', 'was', 'to', 'his', 'satisfaction,', 'and', "Gregor's", 'mother', 'and', 'sister,', 'who', 'had', 'been', 'looking', 'on', 'anxiously,', 'began', 'to', 'breathe', 'again', 'and', 'smiled.', 'The', 'family', 'themselves', 'ate', 'in', 'the', 'kitchen.', 'Nonetheless,', "Gregor's", 'father', 'came', 'into', 'the', 'living', 'room', 'before', 'he', 'went', 'into', 'the', 'kitchen,', 'bowed', 'once', 'with', 'his', 'cap', 'in', 'his', 'hand', 'and', 'did', 'his', 'round', 'of', 'the', 'table.', 'The', 'gentlemen', 'stood', 'as', 'one,', 'and', 'mumbled', 'something', 'into', 'their', 'beards.', 'Then,', 'once', 'they', 'were', 'alone,', 'they', 'ate', 'in', 'near', 'perfect', 'silence.', 'It', 'seemed', 'remarkable', 'to', 'Gregor', 'that', 'above', 'all', 'the', 'various', 'noises', 'of', 'eating', 'their', 'chewing', 'teeth', 'could', 'still', 'be', 'heard,', 'as', 'if', 'they', 'had', 'wanted', 'to', 'show', 'Gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'was', 'not', 'possible', 'to', 'perform', 'anything', 'with', 'jaws', 'that', 'are', 'toothless', 'however', 'nice', 'they', 'might', 'be.', '"I\'d', 'like', 'to', 'eat', 'something",', 'said', 'Gregor', 'anxiously,', '"but', 'not', 'anything', 'like', "they're", 'eating.', 'They', 'do', 'feed', 'themselves.', 'And', 'here', 'I', 'am,', 'dying!"', 'Throughout', 'all', 'this', 'time,', 'Gregor', 'could', 'not', 'remember', 'having', 'heard', 'the', 'violin', 'being', 'played,', 'but', 'this', 'evening', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen.', 'The', 'three', 'gentlemen', 'had', 'already', 'finished', 'their', 'meal,', 'the', 'one', 'in', 'the', 'middle', 'had', 'produced', 'a', 'newspaper,', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'others,', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chairs', 'reading', 'them', 'and', 'smoking.', 'When', 'the', 'violin', 'began', 'playing', 'they', 'became', 'attentive,', 'stood', 'up', 'and', 'went', 'on', 'tip-toe', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'pressed', 'against', 'each', 'other.', 'Someone', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen,', 'as', "Gregor's", 'father', 'called', 'out:', '"Is', 'the', 'playing', 'perhaps', 'unpleasant', 'for', 'the', 'gentlemen?', 'We', 'can', 'stop', 'it', 'straight', 'away."', '"On', 'the', 'contrary",', 'said', 'the', 'middle', 'gentleman,', '"would', 'the', 'young', 'lady', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room,', 'where', 'it', 'is,', 'after', 'all,', 'much', 'more', 'cosy', 'and', 'comfortable?"', '"Oh', 'yes,', "we'd", 'love', 'to",', 'called', 'back', "Gregor's", 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself.', 'The', 'gentlemen', 'stepped', 'back', 'into', 'the', 'room', 'and', 'waited.', "Gregor's", 'father', 'soon', 'appeared', 'with', 'the', 'music', 'stand,', 'his', 'mother', 'with', 'the', 'music', 'and', 'his', 'sister', 'with', 'the', 'violin.', 'She', 'calmly', 'prepared', 'everything', 'for', 'her', 'to', 'begin', 'playing;', 'his', 'parents,', 'who', 'had', 'never', 'rented', 'a', 'room', 'out', 'before', 'and', 'therefore', 'showed', 'an', 'exaggerated', 'courtesy', 'towards', 'the', 'three', 'gentlemen,', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chairs;', 'his', 'father', 'leant', 'against', 'the', 'door', 'with', 'his', 'right', 'hand', 'pushed', 'in', 'between', 'two', 'buttons', 'on', 'his', 'uniform', 'coat;', 'his', 'mother,', 'though,', 'was', 'offered', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', '-', 'leaving', 'the', 'chair', 'where', 'the', 'gentleman', 'happened', 'to', 'have', 'placed', 'it', '-', 'out', 'of', 'the', 'way', 'in', 'a', 'corner.', 'His', 'sister', 'began', 'to', 'play;', 'father', 'and', 'mother', 'paid', 'close', 'attention,', 'one', 'on', 'each', 'side,', 'to', 'the', 'movements', 'of', 'her', 'hands.', 'Drawn', 'in', 'by', 'the', 'playing,', 'Gregor', 'had', 'dared', 'to', 'come', 'forward', 'a', 'little', 'and', 'already', 'had', 'his', 'head', 'in', 'the', 'living', 'room.', 'Before,', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'considerate', 'he', 'was', 'but', 'now', 'it', 'hardly', 'occurred', 'to', 'him', 'that', 'he', 'had', 'become', 'so', 'thoughtless', 'about', 'the', 'others.', "What's", 'more,', 'there', 'was', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'was', 'covered', 'in', 'the', 'dust', 'that', 'lay', 'everywhere', 'in', 'his', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement;', 'he', 'carried', 'threads,', 'hairs,', 'and', 'remains', 'of', 'food', 'about', 'on', 'his', 'back', 'and', 'sides;', 'he', 'was', 'much', 'too', 'indifferent', 'to', 'everything', 'now', 'to', 'lay', 'on', 'his', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'used', 'to', 'do', 'several', 'times', 'a', 'day.', 'And', 'despite', 'this', 'condition,', 'he', 'was', 'not', 'too', 'shy', 'to', 'move', 'forward', 'a', 'little', 'onto', 'the', 'immaculate', 'floor', 'of', 'the', 'living', 'room.', 'No-one', 'noticed', 'him,', 'though.', 'The', 'family', 'was', 'totally', 'preoccupied', 'with', 'the', 'violin', 'playing;', 'at', 'first,', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hands', 'in', 'their', 'pockets', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'notes', 'being', 'played,', 'and', 'they', 'must', 'have', 'disturbed', "Gregor's", 'sister,', 'but', 'soon,', 'in', 'contrast', 'with', 'the', 'family,', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'heads', 'sunk', 'and', 'talking', 'to', 'each', 'other', 'at', 'half', 'volume,', 'and', 'they', 'stayed', 'by', 'the', 'window', 'while', "Gregor's", 'father', 'observed', 'them', 'anxiously.', 'It', 'really', 'now', 'seemed', 'very', 'obvious', 'that', 'they', 'had', 'expected', 'to', 'hear', 'some', 'beautiful', 'or', 'entertaining', 'violin', 'playing', 'but', 'had', 'been', 'disappointed,', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'performance', 'and', 'it', 'was', 'only', 'now', 'out', 'of', 'politeness', 'that', 'they', 'allowed', 'their', 'peace', 'to', 'be', 'disturbed.', 'It', 'was', 'especially', 'unnerving,', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarettes', 'upwards', 'from', 'their', 'mouth', 'and', 'noses.', 'Yet', "Gregor's", 'sister', 'was', 'playing', 'so', 'beautifully.', 'Her', 'face', 'was', 'leant', 'to', 'one', 'side,', 'following', 'the', 'lines', 'of', 'music', 'with', 'a', 'careful', 'and', 'melancholy', 'expression.', 'Gregor', 'crawled', 'a', 'little', 'further', 'forward,', 'keeping', 'his', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eyes', 'if', 'the', 'chance', 'came.', 'Was', 'he', 'an', 'animal', 'if', 'music', 'could', 'captivate', 'him', 'so?', 'It', 'seemed', 'to', 'him', 'that', 'he', 'was', 'being', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourishment', 'he', 'had', 'been', 'yearning', 'for.', 'He', 'was', 'determined', 'to', 'make', 'his', 'way', 'forward', 'to', 'his', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'his', 'room', 'with', 'her', 'violin,', 'as', 'no-one', 'appreciated', 'her', 'playing', 'here', 'as', 'much', 'as', 'he', 'would.', 'He', 'never', 'wanted', 'to', 'let', 'her', 'out', 'of', 'his', 'room,', 'not', 'while', 'he', 'lived,', 'anyway;', 'his', 'shocking', 'appearance', 'should,', 'for', 'once,', 'be', 'of', 'some', 'use', 'to', 'him;', 'he', 'wanted', 'to', 'be', 'at', 'every', 'door', 'of', 'his', 'room', 'at', 'once', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attackers;', 'his', 'sister', 'should', 'not', 'be', 'forced', 'to', 'stay', 'with', 'him,', 'though,', 'but', 'stay', 'of', 'her', 'own', 'free', 'will;', 'she', 'would', 'sit', 'beside', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'always', 'intended', 'to', 'send', 'her', 'to', 'the', 'conservatory,', 'how', 'he', 'would', 'have', 'told', 'everyone', 'about', 'it', 'last', 'Christmas', '-', 'had', 'Christmas', 'really', 'come', 'and', 'gone', 'already?', '-', 'if', 'this', 'misfortune', "hadn't", 'got', 'in', 'the', 'way,', 'and', 'refuse', 'to', 'let', 'anyone', 'dissuade', 'him', 'from', 'it.', 'On', 'hearing', 'all', 'this,', 'his', 'sister', 'would', 'break', 'out', 'in', 'tears', 'of', 'emotion,', 'and', 'Gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck,', 'which,', 'since', 'she', 'had', 'been', 'going', 'out', 'to', 'work,', 'she', 'had', 'kept', 'free', 'without', 'any', 'necklace', 'or', 'collar.', '"Mr.', 'Samsa!",', 'shouted', 'the', 'middle', 'gentleman', 'to', "Gregor's", 'father,', 'pointing,', 'without', 'wasting', 'any', 'more', 'words,', 'with', 'his', 'forefinger', 'at', 'Gregor', 'as', 'he', 'slowly', 'moved', 'forward.', 'The', 'violin', 'went', 'silent,', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'first', 'smiled', 'at', 'his', 'two', 'friends,', 'shaking', 'his', 'head,', 'and', 'then', 'looked', 'back', 'at', 'Gregor.', 'His', 'father', 'seemed', 'to', 'think', 'it', 'more', 'important', 'to', 'calm', 'the', 'three', 'gentlemen', 'before', 'driving', 'Gregor', 'out,', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seemed', 'to', 'think', 'Gregor', 'was', 'more', 'entertaining', 'than', 'the', 'violin', 'playing', 'had', 'been.', 'He', 'rushed', 'up', 'to', 'them', 'with', 'his', 'arms', 'spread', 'out', 'and', 'attempted', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'trying', 'to', 'block', 'their', 'view', 'of', 'Gregor', 'with', 'his', 'body.', 'Now', 'they', 'did', 'become', 'a', 'little', 'annoyed,', 'and', 'it', 'was', 'not', 'clear', 'whether', 'it', 'was', 'his', "father's", 'behaviour', 'that', 'annoyed', 'them', 'or', 'the', 'dawning', 'realisation', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'Gregor', 'in', 'the', 'next', 'room', 'without', 'knowing', 'it.', 'They', 'asked', "Gregor's", 'father', 'for', 'explanations,', 'raised', 'their', 'arms', 'like', 'he', 'had,', 'tugged', 'excitedly', 'at', 'their', 'beards', 'and', 'moved', 'back', 'towards', 'their', 'room', 'only', 'very', 'slowly.', 'Meanwhile', "Gregor's", 'sister', 'had', 'overcome', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'playing', 'was', 'suddenly', 'interrupted.', 'She', 'had', 'let', 'her', 'hands', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limply', 'for', 'a', 'while', 'but', 'continued', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'playing,', 'but', 'then', 'she', 'suddenly', 'pulled', 'herself', 'together,', 'lay', 'the', 'instrument', 'on', 'her', "mother's", 'lap', 'who', 'still', 'sat', 'laboriously', 'struggling', 'for', 'breath', 'where', 'she', 'was,', 'and', 'ran', 'into', 'the', 'next', 'room', 'which,', 'under', 'pressure', 'from', 'her', 'father,', 'the', 'three', 'gentlemen', 'were', 'more', 'quickly', 'moving', 'toward.', 'Under', 'his', "sister's", 'experienced', 'hand,', 'the', 'pillows', 'and', 'covers', 'on', 'the', 'beds', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'already', 'finished', 'making', 'the', 'beds', 'and', 'slipped', 'out', 'again', 'before', 'the', 'three', 'gentlemen', 'had', 'reached', 'the', 'room.', "Gregor's", 'father', 'seemed', 'so', 'obsessed', 'with', 'what', 'he', 'was', 'doing', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owed', 'to', 'his', 'tenants.', 'He', 'urged', 'them', 'and', 'pressed', 'them', 'until,', 'when', 'he', 'was', 'already', 'at', 'the', 'door', 'of', 'the', 'room,', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'and', 'stamped', 'his', 'foot', 'and', 'thereby', 'brought', "Gregor's", 'father', 'to', 'a', 'halt.', '"I', 'declare', 'here', 'and', 'now",', 'he', 'said,', 'raising', 'his', 'hand', 'and', 'glancing', 'at', "Gregor's", 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attention', 'too,', '"that', 'with', 'regard', 'to', 'the', 'repugnant', 'conditions', 'that', 'prevail', 'in', 'this', 'flat', 'and', 'with', 'this', 'family"', '-', 'here', 'he', 'looked', 'briefly', 'but', 'decisively', 'at', 'the', 'floor', '-', '"I', 'give', 'immediate', 'notice', 'on', 'my', 'room.', 'For', 'the', 'days', 'that', 'I', 'have', 'been', 'living', 'here', 'I', 'will,', 'of', 'course,', 'pay', 'nothing', 'at', 'all,', 'on', 'the', 'contrary', 'I', 'will', 'consider', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damages', 'from', 'you,', 'and', 'believe', 'me', 'it', 'would', 'be', 'very', 'easy', 'to', 'set', 'out', 'the', 'grounds', 'for', 'such', 'an', 'action."', 'He', 'was', 'silent', 'and', 'looked', 'straight', 'ahead', 'as', 'if', 'waiting', 'for', 'something.', 'And', 'indeed,', 'his', 'two', 'friends', 'joined', 'in', 'with', 'the', 'words:', '"And', 'we', 'also', 'give', 'immediate', 'notice."', 'With', 'that,', 'he', 'took', 'hold', 'of', 'the', 'door', 'handle', 'and', 'slammed', 'the', 'door.', "Gregor's", 'father', 'staggered', 'back', 'to', 'his', 'seat,', 'feeling', 'his', 'way', 'with', 'his', 'hands,', 'and', 'fell', 'into', 'it;', 'it', 'looked', 'as', 'if', 'he', 'was', 'stretching', 'himself', 'out', 'for', 'his', 'usual', 'evening', 'nap', 'but', 'from', 'the', 'uncontrolled', 'way', 'his', 'head', 'kept', 'nodding', 'it', 'could', 'be', 'seen', 'that', 'he', 'was', 'not', 'sleeping', 'at', 'all.', 'Throughout', 'all', 'this,', 'Gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him.', 'His', 'disappointment', 'at', 'the', 'failure', 'of', 'his', 'plan,', 'and', 'perhaps', 'also', 'because', 'he', 'was', 'weak', 'from', 'hunger,', 'made', 'it', 'impossible', 'for', 'him', 'to', 'move.', 'He', 'was', 'sure', 'that', 'everyone', 'would', 'turn', 'on', 'him', 'any', 'moment,', 'and', 'he', 'waited.', 'He', 'was', 'not', 'even', 'startled', 'out', 'of', 'this', 'state', 'when', 'the', 'violin', 'on', 'his', "mother's", 'lap', 'fell', 'from', 'her', 'trembling', 'fingers', 'and', 'landed', 'loudly', 'on', 'the', 'floor.', '"Father,', 'Mother",', 'said', 'his', 'sister,', 'hitting', 'the', 'table', 'with', 'her', 'hand', 'as', 'introduction,', '"we', "can't", 'carry', 'on', 'like', 'this.', 'Maybe', 'you', "can't", 'see', 'it,', 'but', 'I', 'can.', 'I', "don't", 'want', 'to', 'call', 'this', 'monster', 'my', 'brother,', 'all', 'I', 'can', 'say', 'is:', 'we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it.', "We've", 'done', 'all', "that's", 'humanly', 'possible', 'to', 'look', 'after', 'it', 'and', 'be', 'patient,', 'I', "don't", 'think', 'anyone', 'could', 'accuse', 'us', 'of', 'doing', 'anything', 'wrong."', '"She\'s', 'absolutely', 'right",', 'said', "Gregor's", 'father', 'to', 'himself.', 'His', 'mother,', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath,', 'began', 'to', 'cough', 'dully,', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'deranged', 'expression', 'in', 'her', 'eyes.', "Gregor's", 'sister', 'rushed', 'to', 'his', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead.', 'Her', 'words', 'seemed', 'to', 'give', "Gregor's", 'father', 'some', 'more', 'definite', 'ideas.', 'He', 'sat', 'upright,', 'played', 'with', 'his', 'uniform', 'cap', 'between', 'the', 'plates', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal,', 'and', 'occasionally', 'looked', 'down', 'at', 'Gregor', 'as', 'he', 'lay', 'there', 'immobile.', '"We', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it",', 'said', "Gregor's", 'sister,', 'now', 'speaking', 'only', 'to', 'her', 'father,', 'as', 'her', 'mother', 'was', 'too', 'occupied', 'with', 'coughing', 'to', 'listen,', '"it\'ll', 'be', 'the', 'death', 'of', 'both', 'of', 'you,', 'I', 'can', 'see', 'it', 'coming.', 'We', "can't", 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortured', 'like', 'this,', 'we', "can't", 'endure', 'it.', 'I', "can't", 'endure', 'it', 'any', 'more."', 'And', 'she', 'broke', 'out', 'so', 'heavily', 'in', 'tears', 'that', 'they', 'flowed', 'down', 'the', 'face', 'of', 'her', 'mother,', 'and', 'she', 'wiped', 'them', 'away', 'with', 'mechanical', 'hand', 'movements.', '"My', 'child",', 'said', 'her', 'father', 'with', 'sympathy', 'and', 'obvious', 'understanding,', '"what', 'are', 'we', 'to', 'do?"', 'His', 'sister', 'just', 'shrugged', 'her', 'shoulders', 'as', 'a', 'sign', 'of', 'the', 'helplessness', 'and', 'tears', 'that', 'had', 'taken', 'hold', 'of', 'her,', 'displacing', 'her', 'earlier', 'certainty.', '"If', 'he', 'could', 'just', 'understand', 'us",', 'said', 'his', 'father', 'almost', 'as', 'a', 'question;', 'his', 'sister', 'shook', 'her', 'hand', 'vigorously', 'through', 'her', 'tears', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'was', 'no', 'question.', '"If', 'he', 'could', 'just', 'understand', 'us",', 'repeated', "Gregor's", 'father,', 'closing', 'his', 'eyes', 'in', 'acceptance', 'of', 'his', "sister's", 'certainty', 'that', 'that', 'was', 'quite', 'impossible,', '"then', 'perhaps', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrangement', 'with', 'him.', 'But', 'as', 'it', 'is', '..."', '"It\'s', 'got', 'to', 'go",', 'shouted', 'his', 'sister,', '"that\'s', 'the', 'only', 'way,', 'Father.', "You've", 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', "that's", 'Gregor.', "We've", 'only', 'harmed', 'ourselves', 'by', 'believing', 'it', 'for', 'so', 'long.', 'How', 'can', 'that', 'be', 'Gregor?', 'If', 'it', 'were', 'Gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', "it's", 'not', 'possible', 'for', 'human', 'beings', 'to', 'live', 'with', 'an', 'animal', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'his', 'own', 'free', 'will.', 'We', "wouldn't", 'have', 'a', 'brother', 'any', 'more,', 'then,', 'but', 'we', 'could', 'carry', 'on', 'with', 'our', 'lives', 'and', 'remember', 'him', 'with', 'respect.', 'As', 'it', 'is', 'this', 'animal', 'is', 'persecuting', 'us,', "it's", 'driven', 'out', 'our', 'tenants,', 'it', 'obviously', 'wants', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'force', 'us', 'to', 'sleep', 'on', 'the', 'streets.', 'Father,', 'look,', 'just', 'look",', 'she', 'suddenly', 'screamed,', '"he\'s', 'starting', 'again!"', 'In', 'her', 'alarm,', 'which', 'was', 'totally', 'beyond', "Gregor's", 'comprehension,', 'his', 'sister', 'even', 'abandoned', 'his', 'mother', 'as', 'she', 'pushed', 'herself', 'vigorously', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'willing', 'to', 'sacrifice', 'her', 'own', 'mother', 'than', 'stay', 'anywhere', 'near', 'Gregor.', 'She', 'rushed', 'over', 'to', 'behind', 'her', 'father,', 'who', 'had', 'become', 'excited', 'merely', 'because', 'she', 'was', 'and', 'stood', 'up', 'half', 'raising', 'his', 'hands', 'in', 'front', 'of', "Gregor's", 'sister', 'as', 'if', 'to', 'protect', 'her.', 'But', 'Gregor', 'had', 'had', 'no', 'intention', 'of', 'frightening', 'anyone,', 'least', 'of', 'all', 'his', 'sister.', 'All', 'he', 'had', 'done', 'was', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'his', 'room,', 'although', 'that', 'was', 'in', 'itself', 'quite', 'startling', 'as', 'his', 'pain-wracked', 'condition', 'meant', 'that', 'turning', 'round', 'required', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'was', 'using', 'his', 'head', 'to', 'help', 'himself', 'do', 'it,', 'repeatedly', 'raising', 'it', 'and', 'striking', 'it', 'against', 'the', 'floor.', 'He', 'stopped', 'and', 'looked', 'round.', 'They', 'seemed', 'to', 'have', 'realised', 'his', 'good', 'intention', 'and', 'had', 'only', 'been', 'alarmed', 'briefly.', 'Now', 'they', 'all', 'looked', 'at', 'him', 'in', 'unhappy', 'silence.', 'His', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'legs', 'stretched', 'out', 'and', 'pressed', 'against', 'each', 'other,', 'her', 'eyes', 'nearly', 'closed', 'with', 'exhaustion;', 'his', 'sister', 'sat', 'next', 'to', 'his', 'father', 'with', 'her', 'arms', 'around', 'his', 'neck.', '"Maybe', 'now', "they'll", 'let', 'me', 'turn', 'round",', 'thought', 'Gregor', 'and', 'went', 'back', 'to', 'work.', 'He', 'could', 'not', 'help', 'panting', 'loudly', 'with', 'the', 'effort', 'and', 'had', 'sometimes', 'to', 'stop', 'and', 'take', 'a', 'rest.', 'No-one', 'was', 'making', 'him', 'rush', 'any', 'more,', 'everything', 'was', 'left', 'up', 'to', 'him.', 'As', 'soon', 'as', 'he', 'had', 'finally', 'finished', 'turning', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead.', 'He', 'was', 'amazed', 'at', 'the', 'great', 'distance', 'that', 'separated', 'him', 'from', 'his', 'room,', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'covered', 'that', 'distance', 'in', 'his', 'weak', 'state', 'a', 'little', 'while', 'before', 'and', 'almost', 'without', 'noticing', 'it.', 'He', 'concentrated', 'on', 'crawling', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardly', 'noticed', 'that', 'there', 'was', 'not', 'a', 'word,', 'not', 'any', 'cry,', 'from', 'his', 'family', 'to', 'distract', 'him.', 'He', 'did', 'not', 'turn', 'his', 'head', 'until', 'he', 'had', 'reached', 'the', 'doorway.', 'He', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'his', 'neck', 'becoming', 'stiff,', 'but', 'it', 'was', 'nonetheless', 'enough', 'to', 'see', 'that', 'nothing', 'behind', 'him', 'had', 'changed,', 'only', 'his', 'sister', 'had', 'stood', 'up.', 'With', 'his', 'last', 'glance', 'he', 'saw', 'that', 'his', 'mother', 'had', 'now', 'fallen', 'completely', 'asleep.', 'He', 'was', 'hardly', 'inside', 'his', 'room', 'before', 'the', 'door', 'was', 'hurriedly', 'shut,', 'bolted', 'and', 'locked.', 'The', 'sudden', 'noise', 'behind', 'Gregor', 'so', 'startled', 'him', 'that', 'his', 'little', 'legs', 'collapsed', 'under', 'him.', 'It', 'was', 'his', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush.', 'She', 'had', 'been', 'standing', 'there', 'waiting', 'and', 'sprung', 'forward', 'lightly,', 'Gregor', 'had', 'not', 'heard', 'her', 'coming', 'at', 'all,', 'and', 'as', 'she', 'turned', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudly', 'to', 'her', 'parents', '"At', 'last!".', '"What', 'now,', 'then?",', 'Gregor', 'asked', 'himself', 'as', 'he', 'looked', 'round', 'in', 'the', 'darkness.', 'He', 'soon', 'made', 'the', 'discovery', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all.', 'This', 'was', 'no', 'surprise', 'to', 'him,', 'it', 'seemed', 'rather', 'that', 'being', 'able', 'to', 'actually', 'move', 'around', 'on', 'those', 'spindly', 'little', 'legs', 'until', 'then', 'was', 'unnatural.', 'He', 'also', 'felt', 'relatively', 'comfortable.', 'It', 'is', 'true', 'that', 'his', 'entire', 'body', 'was', 'aching,', 'but', 'the', 'pain', 'seemed', 'to', 'be', 'slowly', 'getting', 'weaker', 'and', 'weaker', 'and', 'would', 'finally', 'disappear', 'altogether.', 'He', 'could', 'already', 'hardly', 'feel', 'the', 'decayed', 'apple', 'in', 'his', 'back', 'or', 'the', 'inflamed', 'area', 'around', 'it,', 'which', 'was', 'entirely', 'covered', 'in', 'white', 'dust.', 'He', 'thought', 'back', 'of', 'his', 'family', 'with', 'emotion', 'and', 'love.', 'If', 'it', 'was', 'possible,', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongly', 'than', 'his', 'sister.', 'He', 'remained', 'in', 'this', 'state', 'of', 'empty', 'and', 'peaceful', 'rumination', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morning.', 'He', 'watched', 'as', 'it', 'slowly', 'began', 'to', 'get', 'light', 'everywhere', 'outside', 'the', 'window', 'too.', 'Then,', 'without', 'his', 'willing', 'it,', 'his', 'head', 'sank', 'down', 'completely,', 'and', 'his', 'last', 'breath', 'flowed', 'weakly', 'from', 'his', 'nostrils.', 'When', 'the', 'cleaner', 'came', 'in', 'early', 'in', 'the', 'morning', '-', "they'd", 'often', 'asked', 'her', 'not', 'to', 'keep', 'slamming', 'the', 'doors', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurry', 'she', 'still', 'did,', 'so', 'that', 'everyone', 'in', 'the', 'flat', 'knew', 'when', "she'd", 'arrived', 'and', 'from', 'then', 'on', 'it', 'was', 'impossible', 'to', 'sleep', 'in', 'peace', '-', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'Gregor', 'and', 'at', 'first', 'found', 'nothing', 'special.', 'She', 'thought', 'he', 'was', 'laying', 'there', 'so', 'still', 'on', 'purpose,', 'playing', 'the', 'martyr;', 'she', 'attributed', 'all', 'possible', 'understanding', 'to', 'him.', 'She', 'happened', 'to', 'be', 'holding', 'the', 'long', 'broom', 'in', 'her', 'hand,', 'so', 'she', 'tried', 'to', 'tickle', 'Gregor', 'with', 'it', 'from', 'the', 'doorway.', 'When', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tried', 'to', 'make', 'a', 'nuisance', 'of', 'herself', 'and', 'poked', 'at', 'him', 'a', 'little,', 'and', 'only', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resistance', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attention.', 'She', 'soon', 'realised', 'what', 'had', 'really', 'happened,', 'opened', 'her', 'eyes', 'wide,', 'whistled', 'to', 'herself,', 'but', 'did', 'not', 'waste', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'doors', 'and', 'shout', 'loudly', 'into', 'the', 'darkness', 'of', 'the', 'bedrooms:', '"Come', 'and', "'ave", 'a', 'look', 'at', 'this,', "it's", 'dead,', 'just', 'lying', 'there,', 'stone', 'dead!"', 'Mr.', 'and', 'Mrs.', 'Samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriage', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caused', 'by', 'the', 'cleaner', 'before', 'they', 'could', 'grasp', 'what', 'she', 'was', 'saying.', 'But', 'then,', 'each', 'from', 'his', 'own', 'side,', 'they', 'hurried', 'out', 'of', 'bed.', 'Mr.', 'Samsa', 'threw', 'the', 'blanket', 'over', 'his', 'shoulders,', 'Mrs.', 'Samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress;', 'and', 'that', 'is', 'how', 'they', 'went', 'into', "Gregor's", 'room.', 'On', 'the', 'way', 'they', 'opened', 'the', 'door', 'to', 'the', 'living', 'room', 'where', 'Grete', 'had', 'been', 'sleeping', 'since', 'the', 'three', 'gentlemen', 'had', 'moved', 'in;', 'she', 'was', 'fully', 'dressed', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep,', 'and', 'the', 'paleness', 'of', 'her', 'face', 'seemed', 'to', 'confirm', 'this.', '"Dead?",', 'asked', 'Mrs.', 'Samsa,', 'looking', 'at', 'the', 'charwoman', 'enquiringly,', 'even', 'though', 'she', 'could', 'have', 'checked', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'checking.', '"That\'s', 'what', 'I', 'said",', 'replied', 'the', 'cleaner,', 'and', 'to', 'prove', 'it', 'she', 'gave', "Gregor's", 'body', 'another', 'shove', 'with', 'the', 'broom,', 'sending', 'it', 'sideways', 'across', 'the', 'floor.', 'Mrs.', 'Samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'wanted', 'to', 'hold', 'back', 'the', 'broom,', 'but', 'did', 'not', 'complete', 'it.', '"Now', 'then",', 'said', 'Mr.', 'Samsa,', '"let\'s', 'give', 'thanks', 'to', 'God', 'for', 'that".', 'He', 'crossed', 'himself,', 'and', 'the', 'three', 'women', 'followed', 'his', 'example.', 'Grete,', 'who', 'had', 'not', 'taken', 'her', 'eyes', 'from', 'the', 'corpse,', 'said:', '"Just', 'look', 'how', 'thin', 'he', 'was.', 'He', "didn't", 'eat', 'anything', 'for', 'so', 'long.', 'The', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in".', "Gregor's", 'body', 'was', 'indeed', 'completely', 'dried', 'up', 'and', 'flat,', 'they', 'had', 'not', 'seen', 'it', 'until', 'then,', 'but', 'now', 'he', 'was', 'not', 'lifted', 'up', 'on', 'his', 'little', 'legs,', 'nor', 'did', 'he', 'do', 'anything', 'to', 'make', 'them', 'look', 'away.', '"Grete,', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'little', 'while",', 'said', 'Mrs.', 'Samsa', 'with', 'a', 'pained', 'smile,', 'and', 'Grete', 'followed', 'her', 'parents', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'looking', 'back', 'at', 'the', 'body.', 'The', 'cleaner', 'shut', 'the', 'door', 'and', 'opened', 'the', 'window', 'wide.', 'Although', 'it', 'was', 'still', 'early', 'in', 'the', 'morning', 'the', 'fresh', 'air', 'had', 'something', 'of', 'warmth', 'mixed', 'in', 'with', 'it.', 'It', 'was', 'already', 'the', 'end', 'of', 'March,', 'after', 'all.', 'The', 'three', 'gentlemen', 'stepped', 'out', 'of', 'their', 'room', 'and', 'looked', 'round', 'in', 'amazement', 'for', 'their', 'breakfasts;', 'they', 'had', 'been', 'forgotten', 'about.', '"Where', 'is', 'our', 'breakfast?",', 'the', 'middle', 'gentleman', 'asked', 'the', 'cleaner', 'irritably.', 'She', 'just', 'put', 'her', 'finger', 'on', 'her', 'lips', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', "Gregor's", 'room.', 'They', 'did', 'so,', 'and', 'stood', 'around', "Gregor's", 'corpse', 'with', 'their', 'hands', 'in', 'the', 'pockets', 'of', 'their', 'well-worn', 'coats.', 'It', 'was', 'now', 'quite', 'light', 'in', 'the', 'room.', 'Then', 'the', 'door', 'of', 'the', 'bedroom', 'opened', 'and', 'Mr.', 'Samsa', 'appeared', 'in', 'his', 'uniform', 'with', 'his', 'wife', 'on', 'one', 'arm', 'and', 'his', 'daughter', 'on', 'the', 'other.', 'All', 'of', 'them', 'had', 'been', 'crying', 'a', 'little;', 'Grete', 'now', 'and', 'then', 'pressed', 'her', 'face', 'against', 'her', "father's", 'arm.', '"Leave', 'my', 'home.', 'Now!",', 'said', 'Mr.', 'Samsa,', 'indicating', 'the', 'door', 'and', 'without', 'letting', 'the', 'women', 'from', 'him.', '"What', 'do', 'you', 'mean?",', 'asked', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcerted,', 'and', 'he', 'smiled', 'sweetly.', 'The', 'other', 'two', 'held', 'their', 'hands', 'behind', 'their', 'backs', 'and', 'continually', 'rubbed', 'them', 'together', 'in', 'gleeful', 'anticipation', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'only', 'end', 'in', 'their', 'favour.', '"I', 'mean', 'just', 'what', 'I', 'said",', 'answered', 'Mr.', 'Samsa,', 'and,', 'with', 'his', 'two', 'companions,', 'went', 'in', 'a', 'straight', 'line', 'towards', 'the', 'man.', 'At', 'first,', 'he', 'stood', 'there', 'still,', 'looking', 'at', 'the', 'ground', 'as', 'if', 'the', 'contents', 'of', 'his', 'head', 'were', 'rearranging', 'themselves', 'into', 'new', 'positions.', '"Alright,', "we'll", 'go', 'then",', 'he', 'said,', 'and', 'looked', 'up', 'at', 'Mr.', 'Samsa', 'as', 'if', 'he', 'had', 'been', 'suddenly', 'overcome', 'with', 'humility', 'and', 'wanted', 'permission', 'again', 'from', 'Mr.', 'Samsa', 'for', 'his', 'decision.', 'Mr.', 'Samsa', 'merely', 'opened', 'his', 'eyes', 'wide', 'and', 'briefly', 'nodded', 'to', 'him', 'several', 'times.', 'At', 'that,', 'and', 'without', 'delay,', 'the', 'man', 'actually', 'did', 'take', 'long', 'strides', 'into', 'the', 'front', 'hallway;', 'his', 'two', 'friends', 'had', 'stopped', 'rubbing', 'their', 'hands', 'some', 'time', 'before', 'and', 'had', 'been', 'listening', 'to', 'what', 'was', 'being', 'said.', 'Now', 'they', 'jumped', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'Mr.', 'Samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connection', 'with', 'their', 'leader.', 'Once', 'there,', 'all', 'three', 'took', 'their', 'hats', 'from', 'the', 'stand,', 'took', 'their', 'sticks', 'from', 'the', 'holder,', 'bowed', 'without', 'a', 'word', 'and', 'left', 'the', 'premises.', 'Mr.', 'Samsa', 'and', 'the', 'two', 'women', 'followed', 'them', 'out', 'onto', 'the', 'landing;', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', "men's", 'intentions', 'and', 'as', 'they', 'leaned', 'over', 'the', 'landing', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steady', 'progress', 'down', 'the', 'many', 'steps.', 'As', 'they', 'turned', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappeared', 'and', 'would', 'reappear', 'a', 'few', 'moments', 'later;', 'the', 'further', 'down', 'they', 'went,', 'the', 'more', 'that', 'the', 'Samsa', 'family', 'lost', 'interest', 'in', 'them;', 'when', 'a', "butcher's", 'boy,', 'proud', 'of', 'posture', 'with', 'his', 'tray', 'on', 'his', 'head,', 'passed', 'them', 'on', 'his', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were,', 'Mr.', 'Samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'landing', 'and', 'went,', 'as', 'if', 'relieved,', 'back', 'into', 'the', 'flat.', 'They', 'decided', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'was', 'for', 'relaxation', 'and', 'to', 'go', 'for', 'a', 'walk;', 'not', 'only', 'had', 'they', 'earned', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'serious', 'need', 'of', 'it.', 'So', 'they', 'sat', 'at', 'the', 'table', 'and', 'wrote', 'three', 'letters', 'of', 'excusal,', 'Mr.', 'Samsa', 'to', 'his', 'employers,', 'Mrs.', 'Samsa', 'to', 'her', 'contractor', 'and', 'Grete', 'to', 'her', 'principal.', 'The', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'writing', 'to', 'tell', 'them', 'she', 'was', 'going,', "she'd", 'finished', 'her', 'work', 'for', 'that', 'morning.', 'The', 'three', 'of', 'them', 'at', 'first', 'just', 'nodded', 'without', 'looking', 'up', 'from', 'what', 'they', 'were', 'writing,', 'and', 'it', 'was', 'only', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leave', 'that', 'they', 'looked', 'up', 'in', 'irritation.', '"Well?",', 'asked', 'Mr.', 'Samsa.', 'The', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremendous', 'good', 'news', 'to', 'report,', 'but', 'would', 'only', 'do', 'it', 'if', 'she', 'was', 'clearly', 'asked', 'to.', 'The', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'on', 'her', 'hat,', 'which', 'had', 'been', 'a', 'source', 'of', 'irritation', 'to', 'Mr.', 'Samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'working', 'for', 'them,', 'swayed', 'gently', 'in', 'all', 'directions.', '"What', 'is', 'it', 'you', 'want', 'then?",', 'asked', 'Mrs.', 'Samsa,', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for.', '"Yes",', 'she', 'answered,', 'and', 'broke', 'into', 'a', 'friendly', 'laugh', 'that', 'made', 'her', 'unable', 'to', 'speak', 'straight', 'away,', '"well', 'then,', 'that', 'thing', 'in', 'there,', 'you', "needn't", 'worry', 'about', 'how', "you're", 'going', 'to', 'get', 'rid', 'of', 'it.', "That's", 'all', 'been', 'sorted', 'out."', 'Mrs.', 'Samsa', 'and', 'Grete', 'bent', 'down', 'over', 'their', 'letters', 'as', 'if', 'intent', 'on', 'continuing', 'with', 'what', 'they', 'were', 'writing;', 'Mr.', 'Samsa', 'saw', 'that', 'the', 'cleaner', 'wanted', 'to', 'start', 'describing', 'everything', 'in', 'detail', 'but,', 'with', 'outstretched', 'hand,', 'he', 'made', 'it', 'quite', 'clear', 'that', 'she', 'was', 'not', 'to.', 'So,', 'as', 'she', 'was', 'prevented', 'from', 'telling', 'them', 'all', 'about', 'it,', 'she', 'suddenly', 'remembered', 'what', 'a', 'hurry', 'she', 'was', 'in', 'and,', 'clearly', 'peeved,', 'called', 'out', '"Cheerio', 'then,', 'everyone",', 'turned', 'round', 'sharply', 'and', 'left,', 'slamming', 'the', 'door', 'terribly', 'as', 'she', 'went.', '"Tonight', 'she', 'gets', 'sacked",', 'said', 'Mr.', 'Samsa,', 'but', 'he', 'received', 'no', 'reply', 'from', 'either', 'his', 'wife', 'or', 'his', 'daughter', 'as', 'the', 'charwoman', 'seemed', 'to', 'have', 'destroyed', 'the', 'peace', 'they', 'had', 'only', 'just', 'gained.', 'They', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remained', 'with', 'their', 'arms', 'around', 'each', 'other.', 'Mr.', 'Samsa', 'twisted', 'round', 'in', 'his', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watching', 'for', 'a', 'while.', 'Then', 'he', 'called', 'out:', '"Come', 'here,', 'then.', "Let's", 'forget', 'about', 'all', 'that', 'old', 'stuff,', 'shall', 'we.', 'Come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attention".', 'The', 'two', 'women', 'immediately', 'did', 'as', 'he', 'said,', 'hurrying', 'over', 'to', 'him', 'where', 'they', 'kissed', 'him', 'and', 'hugged', 'him', 'and', 'then', 'they', 'quickly', 'finished', 'their', 'letters.', 'After', 'that,', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'together,', 'which', 'was', 'something', 'they', 'had', 'not', 'done', 'for', 'months,', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'country', 'outside', 'the', 'town.', 'They', 'had', 'the', 'tram,', 'filled', 'with', 'warm', 'sunshine,', 'all', 'to', 'themselves.', 'Leant', 'back', 'comfortably', 'on', 'their', 'seats,', 'they', 'discussed', 'their', 'prospects', 'and', 'found', 'that', 'on', 'closer', 'examination', 'they', 'were', 'not', 'at', 'all', 'bad', '-', 'until', 'then', 'they', 'had', 'never', 'asked', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'jobs', 'which', 'were', 'very', 'good', 'and', 'held', 'particularly', 'good', 'promise', 'for', 'the', 'future.', 'The', 'greatest', 'improvement', 'for', 'the', 'time', 'being,', 'of', 'course,', 'would', 'be', 'achieved', 'quite', 'easily', 'by', 'moving', 'house;', 'what', 'they', 'needed', 'now', 'was', 'a', 'flat', 'that', 'was', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'Gregor,', 'one', 'that', 'was', 'in', 'a', 'better', 'location', 'and,', 'most', 'of', 'all,', 'more', 'practical.', 'All', 'the', 'time,', 'Grete', 'was', 'becoming', 'livelier.', 'With', 'all', 'the', 'worry', 'they', 'had', 'been', 'having', 'of', 'late', 'her', 'cheeks', 'had', 'become', 'pale,', 'but,', 'while', 'they', 'were', 'talking,', 'Mr.', 'and', 'Mrs.', 'Samsa', 'were', 'struck,', 'almost', 'simultaneously,', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'was', 'blossoming', 'into', 'a', 'well', 'built', 'and', 'beautiful', 'young', 'lady.', 'They', 'became', 'quieter.', 'Just', 'from', 'each', "other's", 'glance', 'and', 'almost', 'without', 'knowing', 'it', 'they', 'agreed', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her.', 'And,', 'as', 'if', 'in', 'confirmation', 'of', 'their', 'new', 'dreams', 'and', 'good', 'intentions,', 'as', 'soon', 'as', 'they', 'reached', 'their', 'destination', 'Grete', 'was', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'body.', 'Updated', 'editions', 'will', 'replace', 'the', 'previous', 'one--the', 'old', 'editions', 'will', 'be', 'renamed.', 'Creating', 'the', 'works', 'from', 'public', 'domain', 'print', 'editions', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works,', 'so', 'the', 'Foundation', '(and', 'you!)', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United', 'States', 'without', 'permission', 'and', 'without', 'paying', 'copyright', 'royalties.', 'Special', 'rules,', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part', 'of', 'this', 'license,', 'apply', 'to', 'copying', 'and', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERG-tm', 'concept', 'and', 'trademark.', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark,', 'and', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks,', 'unless', 'you', 'receive', 'specific', 'permission.', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'eBook,', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy.', 'You', 'may', 'use', 'this', 'eBook', 'for', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,', 'performances', 'and', 'research.', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given', 'away--you', 'may', 'do', 'practically', 'ANYTHING', 'with', 'public', 'domain', 'eBooks.', 'Redistribution', 'is', 'subject', 'to', 'the', 'trademark', 'license,', 'especially', 'commercial', 'redistribution.', 'A.', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg-tm', 'electronic', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to', 'and', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property', '(trademark/copyright)', 'agreement.', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'and', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'your', 'possession.', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1.E.8.', '1.B.', '"Project', 'Gutenberg"', 'is', 'a', 'registered', 'trademark.', 'It', 'may', 'only', 'be', 'used', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement.', 'There', 'are', 'a', 'few', 'things', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'even', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement.', 'See', 'paragraph', '1.C', 'below.', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this', 'agreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'See', 'paragraph', '1.E', 'below.', '1.C.', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '("the', 'Foundation"', 'or', 'PGLAF),', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Nearly', 'all', 'the', 'individual', 'works', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States.', 'If', 'an', 'individual', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States,', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,', 'displaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed.', 'Of', 'course,', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'free', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg-tm', 'works', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the', 'Project', 'Gutenberg-tm', 'name', 'associated', 'with', 'the', 'work.', 'You', 'can', 'easily', 'comply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the', 'same', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg-tm', 'License', 'when', 'you', 'share', 'it', 'without', 'charge', 'with', 'others.', 'This', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyrighted', 'individual', 'works', 'included', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder.', 'Information', 'on', 'the', 'copyright', 'owner', 'for', 'this', 'particular', 'work', 'and', 'the', 'terms', 'of', 'use', 'imposed', 'by', 'the', 'copyright', 'holder', 'on', 'this', 'work', 'are', 'set', 'forth', 'at', 'the', 'beginning', 'of', 'this', 'work.', '1.D.', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'this', 'work.', 'Copyright', 'laws', 'in', 'most', 'countries', 'are', 'in', 'a', 'constant', 'state', 'of', 'change.', 'If', 'you', 'are', 'outside', 'the', 'United', 'States,', 'check', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this', 'agreement', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,', 'distributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'other', 'Project', 'Gutenberg-tm', 'work.', 'The', 'Foundation', 'makes', 'no', 'representations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'country', 'outside', 'the', 'United', 'States.', '1.E.', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg:', '1.E.1.', 'The', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other', 'immediate', 'access', 'to,', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'must', 'appear', 'prominently', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', '(any', 'work', 'on', 'which', 'the', 'phrase', '"Project', 'Gutenberg"', 'appears,', 'or', 'with', 'which', 'the', 'phrase', '"Project', 'Gutenberg"', 'is', 'associated)', 'is', 'accessed,', 'displayed,', 'performed,', 'viewed,', 'copied', 'or', 'distributed:', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever.', 'You', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org', '1.E.2.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'derived', 'from', 'the', 'public', 'domain', '(does', 'not', 'contain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the', 'copyright', 'holder),', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in', 'the', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'If', 'you', 'are', 'redistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '"Project', 'Gutenberg"', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work,', 'you', 'must', 'comply', 'either', 'with', 'the', 'requirements', 'of', 'paragraphs', '1.E.1', 'through', '1.E.7', 'or', 'obtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenberg-tm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1.E.8', 'or', '1.E.9.', '1.E.3.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder,', 'your', 'use', 'and', 'distribution', 'must', 'comply', 'with', 'both', 'paragraphs', '1.E.1', 'through', '1.E.7', 'and', 'any', 'additional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder.', 'Additional', 'terms', 'will', 'be', 'linked', 'to', 'the', 'Project', 'Gutenberg-tm', 'License', 'for', 'all', 'works', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'beginning', 'of', 'this', 'work.', '1.E.4.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this', 'work', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg-tm.', '1.E.5.', 'Do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this', 'electronic', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without', 'prominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.E.1', 'with', 'active', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project', 'Gutenberg-tm', 'License.', '1.E.6.', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary,', 'compressed,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including', 'any', 'word', 'processing', 'or', 'hypertext', 'form.', 'However,', 'if', 'you', 'provide', 'access', 'to', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', 'in', 'a', 'format', 'other', 'than', '"Plain', 'Vanilla', 'ASCII"', 'or', 'other', 'format', 'used', 'in', 'the', 'official', 'version', 'posted', 'on', 'the', 'official', 'Project', 'Gutenberg-tm', 'web', 'site', '(www.gutenberg.org),', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense', 'to', 'the', 'user,', 'provide', 'a', 'copy,', 'a', 'means', 'of', 'exporting', 'a', 'copy,', 'or', 'a', 'means', 'of', 'obtaining', 'a', 'copy', 'upon', 'request,', 'of', 'the', 'work', 'in', 'its', 'original', '"Plain', 'Vanilla', 'ASCII"', 'or', 'other', 'form.', 'Any', 'alternate', 'format', 'must', 'include', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'as', 'specified', 'in', 'paragraph', '1.E.1.', '1.E.7.', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,', 'performing,', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg-tm', 'works', 'unless', 'you', 'comply', 'with', 'paragraph', '1.E.8', 'or', '1.E.9.', '1.E.8.', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'access', 'to', 'or', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'provided', 'that', '-', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20%', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from', 'the', 'use', 'of', 'Project', 'Gutenberg-tm', 'works', 'calculated', 'using', 'the', 'method', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'The', 'fee', 'is', 'owed', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark,', 'but', 'he', 'has', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation.', 'Royalty', 'payments', 'must', 'be', 'paid', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'Royalty', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in', 'Section', '4,', '"Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation."', '-', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenberg-tm', 'License.', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg-tm', 'works.', '-', 'You', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.F.3,', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy,', 'if', 'a', 'defect', 'in', 'the', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of', 'receipt', 'of', 'the', 'work.', '-', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works.', '1.E.9.', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'are', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'from', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'Michael', 'Hart,', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark.', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below.', '1.F.', '1.F.1.', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable', 'effort', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'and', 'proofread', 'public', 'domain', 'works', 'in', 'creating', 'the', 'Project', 'Gutenberg-tm', 'collection.', 'Despite', 'these', 'efforts,', 'Project', 'Gutenberg-tm', 'electronic', 'works,', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may', 'contain', '"Defects,"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate', 'or', 'corrupt', 'data,', 'transcription', 'errors,', 'a', 'copyright', 'or', 'other', 'intellectual', 'property', 'infringement,', 'a', 'defective', 'or', 'damaged', 'disk', 'or', 'other', 'medium,', 'a', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'cannot', 'be', 'read', 'by', 'your', 'equipment.', '1.F.2.', 'LIMITED', 'WARRANTY,', 'DISCLAIMER', 'OF', 'DAMAGES', '-', 'Except', 'for', 'the', '"Right', 'of', 'Replacement', 'or', 'Refund"', 'described', 'in', 'paragraph', '1.F.3,', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation,', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark,', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all', 'liability', 'to', 'you', 'for', 'damages,', 'costs', 'and', 'expenses,', 'including', 'legal', 'fees.', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE,', 'STRICT', 'LIABILITY,', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE', 'PROVIDED', 'IN', 'PARAGRAPH', 'F3.', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION,', 'THE', 'TRADEMARK', 'OWNER,', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE', 'LIABLE', 'TO', 'YOU', 'FOR', 'ACTUAL,', 'DIRECT,', 'INDIRECT,', 'CONSEQUENTIAL,', 'PUNITIVE', 'OR', 'INCIDENTAL', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH', 'DAMAGE.', '1.F.3.', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '-', 'If', 'you', 'discover', 'a', 'defect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can', 'receive', 'a', 'refund', 'of', 'the', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a', 'written', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from.', 'If', 'you', 'received', 'the', 'work', 'on', 'a', 'physical', 'medium,', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explanation.', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you', 'with', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in', 'lieu', 'of', 'a', 'refund.', 'If', 'you', 'received', 'the', 'work', 'electronically,', 'the', 'person', 'or', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second', 'opportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund.', 'If', 'the', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing', 'without', 'further', 'opportunities', 'to', 'fix', 'the', 'problem.', '1.F.4.', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1.F.3,', 'this', 'work', 'is', 'provided', 'to', 'you', "'AS-IS,'", 'WITH', 'NO', 'OTHER', 'WARRANTIES', 'OF', 'ANY', 'KIND,', 'EXPRESS', 'OR', 'IMPLIED,', 'INCLUDING', 'BUT', 'NOT', 'LIMITED', 'TO', 'WARRANTIES', 'OF', 'MERCHANTIBILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE.', '1.F.5.', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'warranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'damages.', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'violates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement,', 'the', 'agreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or', 'limitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law.', 'The', 'invalidity', 'or', 'unenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the', 'remaining', 'provisions.', '1.F.6.', 'INDEMNITY', '-', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation,', 'the', 'trademark', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation,', 'anyone', 'providing', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'accordance', 'with', 'this', 'agreement,', 'and', 'any', 'volunteers', 'associated', 'with', 'the', 'production,', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'and', 'expenses,', 'including', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'the', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this', 'or', 'any', 'Project', 'Gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or', 'additions', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg-tm', 'work,', 'and', '(c)', 'any', 'Defect', 'you', 'cause.', 'Section', '2.', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenberg-tm', 'Project', 'Gutenberg-tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of', 'electronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of', 'computers', 'including', 'obsolete,', 'old,', 'middle-aged', 'and', 'new', 'computers.', 'It', 'exists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations', 'from', 'people', 'in', 'all', 'walks', 'of', 'life.', 'Volunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the', 'assistance', 'they', 'need,', 'is', 'critical', 'to', 'reaching', 'Project', "Gutenberg-tm's", 'goals', 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenberg-tm', 'collection', 'will', 'remain', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'In', '2001,', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure', 'and', 'permanent', 'future', 'for', 'Project', 'Gutenberg-tm', 'and', 'future', 'generations.', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help,', 'see', 'Sections', '3', 'and', '4', 'and', 'the', 'Foundation', 'web', 'page', 'at', 'https://www.pglaf.org.', 'Section', '3.', 'Information', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit', '501(c)(3)', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the', 'state', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal', 'Revenue', 'Service.', 'The', "Foundation's", 'EIN', 'or', 'federal', 'tax', 'identification', 'number', 'is', '64-6221541.', 'Its', '501(c)(3)', 'letter', 'is', 'posted', 'at', 'https://pglaf.org/fundraising.', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by', 'U.S.', 'federal', 'laws', 'and', 'your', "state's", 'laws.', 'The', "Foundation's", 'principal', 'office', 'is', 'located', 'at', '4557', 'Melan', 'Dr.', 'S.', 'Fairbanks,', 'AK,', '99712.,', 'but', 'its', 'volunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'locations.', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West,', 'Salt', 'Lake', 'City,', 'UT', '84116,', '(801)', '596-1887,', 'email', 'business@pglaf.org.', 'Email', 'contact', 'links', 'and', 'up', 'to', 'date', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', "Foundation's", 'web', 'site', 'and', 'official', 'page', 'at', 'https://pglaf.org', 'Section', '4.', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Project', 'Gutenberg-tm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'increasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be', 'freely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest', 'array', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'Many', 'small', 'donations', '($1', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'status', 'with', 'the', 'IRS.', 'The', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating', 'charities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United', 'States.', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a', 'considerable', 'effort,', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requirements.', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'where', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'To', 'SEND', 'DONATIONS', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'state', 'visit', 'https://pglaf.org', 'While', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'have', 'not', 'met', 'the', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition', 'against', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'approach', 'us', 'with', 'offers', 'to', 'donate.', 'International', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make', 'any', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'outside', 'the', 'United', 'States.', 'U.S.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.', 'Please', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation', 'methods', 'and', 'addresses.', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other', 'ways', 'including', 'including', 'checks,', 'online', 'payments', 'and', 'credit', 'card', 'donations.', 'To', 'donate,', 'please', 'visit:', 'https://pglaf.org/donate', 'Section', '5.', 'General', 'Information', 'About', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Professor', 'Michael', 'S.', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project', 'Gutenberg-tm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'freely', 'shared', 'with', 'anyone.', 'For', 'thirty', 'years,', 'he', 'produced', 'and', 'distributed', 'Project', 'Gutenberg-tm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of', 'volunteer', 'support.', 'Project', 'Gutenberg-tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'editions,', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'Public', 'Domain', 'in', 'the', 'U.S.', 'unless', 'a', 'copyright', 'notice', 'is', 'included.', 'Thus,', 'we', 'do', 'not', 'necessarily', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'edition.', 'Most', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search', 'facility:', 'https://www.gutenberg.org', 'This', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg-tm,', 'including', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks,', 'and', 'how', 'to', 'subscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks.', 'The', 'Project', 'Gutenberg', 'EBook', 'of', 'Metamorphosis,', 'by', 'Franz', 'Kafka', 'Translated', 'by', 'David', 'Wyllie.', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever.', 'You', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org', 'One', 'morning,', 'when', 'Gregor', 'Samsa', 'woke', 'from', 'troubled', 'dreams,', 'he', 'found', 'himself', 'transformed', 'in', 'his', 'bed', 'into', 'a', 'horrible', 'vermin.', 'He', 'lay', 'on', 'his', 'armour-like', 'back,', 'and', 'if', 'he', 'lifted', 'his', 'head', 'a', 'little', 'he', 'could', 'see', 'his', 'brown', 'belly,', 'slightly', 'domed', 'and', 'divided', 'by', 'arches', 'into', 'stiff', 'sections.', 'The', 'bedding', 'was', 'hardly', 'able', 'to', 'cover', 'it', 'and', 'seemed', 'ready', 'to', 'slide', 'off', 'any', 'moment.', 'His', 'many', 'legs,', 'pitifully', 'thin', 'compared', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him,', 'waved', 'about', 'helplessly', 'as', 'he', 'looked.', '"What\'s', 'happened', 'to', 'me?"', 'he', 'thought.', 'It', "wasn't", 'a', 'dream.', 'His', 'room,', 'a', 'proper', 'human', 'room', 'although', 'a', 'little', 'too', 'small,', 'lay', 'peacefully', 'between', 'its', 'four', 'familiar', 'walls.', 'A', 'collection', 'of', 'textile', 'samples', 'lay', 'spread', 'out', 'on', 'the', 'table', '-', 'Samsa', 'was', 'a', 'travelling', 'salesman', '-', 'and', 'above', 'it', 'there', 'hung', 'a', 'picture', 'that', 'he', 'had', 'recently', 'cut', 'out', 'of', 'an', 'illustrated', 'magazine', 'and', 'housed', 'in', 'a', 'nice,', 'gilded', 'frame.', 'It', 'showed', 'a', 'lady', 'fitted', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright,', 'raising', 'a', 'heavy', 'fur', 'muff', 'that', 'covered', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'towards', 'the', 'viewer.', 'Gregor', 'then', 'turned', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather.', 'Drops', 'of', 'rain', 'could', 'be', 'heard', 'hitting', 'the', 'pane,', 'which', 'made', 'him', 'feel', 'quite', 'sad.', '"How', 'about', 'if', 'I', 'sleep', 'a', 'little', 'bit', 'longer', 'and', 'forget', 'all', 'this', 'nonsense",', 'he', 'thought,', 'but', 'that', 'was', 'something', 'he', 'was', 'unable', 'to', 'do', 'because', 'he', 'was', 'used', 'to', 'sleeping', 'on', 'his', 'right,', 'and', 'in', 'his', 'present', 'state', "couldn't", 'get', 'into', 'that', 'position.', 'However', 'hard', 'he', 'threw', 'himself', 'onto', 'his', 'right,', 'he', 'always', 'rolled', 'back', 'to', 'where', 'he', 'was.', 'He', 'must', 'have', 'tried', 'it', 'a', 'hundred', 'times,', 'shut', 'his', 'eyes', 'so', 'that', 'he', "wouldn't", 'have', 'to', 'look', 'at', 'the', 'floundering', 'legs,', 'and', 'only', 'stopped', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild,', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'before.', '"Oh,', 'God",', 'he', 'thought,', '"what', 'a', 'strenuous', 'career', 'it', 'is', 'that', "I've", 'chosen!', 'Travelling', 'day', 'in', 'and', 'day', 'out.', 'Doing', 'business', 'like', 'this', 'takes', 'much', 'more', 'effort', 'than', 'doing', 'your', 'own', 'business', 'at', 'home,', 'and', 'on', 'top', 'of', 'that', "there's", 'the', 'curse', 'of', 'travelling,', 'worries', 'about', 'making', 'train', 'connections,', 'bad', 'and', 'irregular', 'food,', 'contact', 'with', 'different', 'people', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyone', 'or', 'become', 'friendly', 'with', 'them.', 'It', 'can', 'all', 'go', 'to', 'Hell!"', 'He', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'his', 'belly;', 'pushed', 'himself', 'slowly', 'up', 'on', 'his', 'back', 'towards', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'his', 'head', 'better;', 'found', 'where', 'the', 'itch', 'was,', 'and', 'saw', 'that', 'it', 'was', 'covered', 'with', 'lots', 'of', 'little', 'white', 'spots', 'which', 'he', "didn't", 'know', 'what', 'to', 'make', 'of;', 'and', 'when', 'he', 'tried', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'his', 'legs', 'he', 'drew', 'it', 'quickly', 'back', 'because', 'as', 'soon', 'as', 'he', 'touched', 'it', 'he', 'was', 'overcome', 'by', 'a', 'cold', 'shudder.', 'He', 'slid', 'back', 'into', 'his', 'former', 'position.', '"Getting', 'up', 'early', 'all', 'the', 'time",', 'he', 'thought,', '"it', 'makes', 'you', 'stupid.', "You've", 'got', 'to', 'get', 'enough', 'sleep.', 'Other', 'travelling', 'salesmen', 'live', 'a', 'life', 'of', 'luxury.', 'For', 'instance,', 'whenever', 'I', 'go', 'back', 'to', 'the', 'guest', 'house', 'during', 'the', 'morning', 'to', 'copy', 'out', 'the', 'contract,', 'these', 'gentlemen', 'are', 'always', 'still', 'sitting', 'there', 'eating', 'their', 'breakfasts.', 'I', 'ought', 'to', 'just', 'try', 'that', 'with', 'my', 'boss;', "I'd", 'get', 'kicked', 'out', 'on', 'the', 'spot.', 'But', 'who', 'knows,', 'maybe', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me.', 'If', 'I', "didn't", 'have', 'my', 'parents', 'to', 'think', 'about', "I'd", 'have', 'given', 'in', 'my', 'notice', 'a', 'long', 'time', 'ago,', "I'd", 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'I', 'think,', 'tell', 'him', 'everything', 'I', 'would,', 'let', 'him', 'know', 'just', 'what', 'I', 'feel.', "He'd", 'fall', 'right', 'off', 'his', 'desk!', 'And', "it's", 'a', 'funny', 'sort', 'of', 'business', 'to', 'be', 'sitting', 'up', 'there', 'at', 'your', 'desk,', 'talking', 'down', 'at', 'your', 'subordinates', 'from', 'up', 'there,', 'especially', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'because', 'the', 'boss', 'is', 'hard', 'of', 'hearing.', 'Well,', "there's", 'still', 'some', 'hope;', 'once', "I've", 'got', 'the', 'money', 'together', 'to', 'pay', 'off', 'my', "parents'", 'debt', 'to', 'him', '-', 'another', 'five', 'or', 'six', 'years', 'I', 'suppose', '-', "that's", 'definitely', 'what', "I'll", 'do.', "That's", 'when', "I'll", 'make', 'the', 'big', 'change.', 'First', 'of', 'all', 'though,', "I've", 'got', 'to', 'get', 'up,', 'my', 'train', 'leaves', 'at', 'five."', 'And', 'he', 'looked', 'over', 'at', 'the', 'alarm', 'clock,', 'ticking', 'on', 'the', 'chest', 'of', 'drawers.', '"God', 'in', 'Heaven!"', 'he', 'thought.', 'It', 'was', 'half', 'past', 'six', 'and', 'the', 'hands', 'were', 'quietly', 'moving', 'forwards,', 'it', 'was', 'even', 'later', 'than', 'half', 'past,', 'more', 'like', 'quarter', 'to', 'seven.', 'Had', 'the', 'alarm', 'clock', 'not', 'rung?', 'He', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', "o'clock", 'as', 'it', 'should', 'have', 'been;', 'it', 'certainly', 'must', 'have', 'rung.', 'Yes,', 'but', 'was', 'it', 'possible', 'to', 'quietly', 'sleep', 'through', 'that', 'furniture-rattling', 'noise?', 'True,', 'he', 'had', 'not', 'slept', 'peacefully,', 'but', 'probably', 'all', 'the', 'more', 'deeply', 'because', 'of', 'that.', 'What', 'should', 'he', 'do', 'now?', 'The', 'next', 'train', 'went', 'at', 'seven;', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collection', 'of', 'samples', 'was', 'still', 'not', 'packed,', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularly', 'fresh', 'and', 'lively.', 'And', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'his', "boss's", 'anger', 'as', 'the', 'office', 'assistant', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', "o'clock", 'train', 'go,', 'he', 'would', 'have', 'put', 'in', 'his', 'report', 'about', "Gregor's", 'not', 'being', 'there', 'a', 'long', 'time', 'ago.', 'The', 'office', 'assistant', 'was', 'the', "boss's", 'man,', 'spineless,', 'and', 'with', 'no', 'understanding.', 'What', 'about', 'if', 'he', 'reported', 'sick?', 'But', 'that', 'would', 'be', 'extremely', 'strained', 'and', 'suspicious', 'as', 'in', 'fifteen', 'years', 'of', 'service', 'Gregor', 'had', 'never', 'once', 'yet', 'been', 'ill.', 'His', 'boss', 'would', 'certainly', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medical', 'insurance', 'company,', 'accuse', 'his', 'parents', 'of', 'having', 'a', 'lazy', 'son,', 'and', 'accept', 'the', "doctor's", 'recommendation', 'not', 'to', 'make', 'any', 'claim', 'as', 'the', 'doctor', 'believed', 'that', 'no-one', 'was', 'ever', 'ill', 'but', 'that', 'many', 'were', 'workshy.', 'And', "what's", 'more,', 'would', 'he', 'have', 'been', 'entirely', 'wrong', 'in', 'this', 'case?', 'Gregor', 'did', 'in', 'fact,', 'apart', 'from', 'excessive', 'sleepiness', 'after', 'sleeping', 'for', 'so', 'long,', 'feel', 'completely', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual.', 'He', 'was', 'still', 'hurriedly', 'thinking', 'all', 'this', 'through,', 'unable', 'to', 'decide', 'to', 'get', 'out', 'of', 'the', 'bed,', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven.', 'There', 'was', 'a', 'cautious', 'knock', 'at', 'the', 'door', 'near', 'his', 'head.', '"Gregor",', 'somebody', 'called', '-', 'it', 'was', 'his', 'mother', '-', '"it\'s', 'quarter', 'to', 'seven.', "Didn't", 'you', 'want', 'to', 'go', 'somewhere?"', 'That', 'gentle', 'voice!', 'Gregor', 'was', 'shocked', 'when', 'he', 'heard', 'his', 'own', 'voice', 'answering,', 'it', 'could', 'hardly', 'be', 'recognised', 'as', 'the', 'voice', 'he', 'had', 'had', 'before.', 'As', 'if', 'from', 'deep', 'inside', 'him,', 'there', 'was', 'a', 'painful', 'and', 'uncontrollable', 'squeaking', 'mixed', 'in', 'with', 'it,', 'the', 'words', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'was', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear,', 'leaving', 'the', 'hearer', 'unsure', 'whether', 'he', 'had', 'heard', 'properly', 'or', 'not.', 'Gregor', 'had', 'wanted', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everything,', 'but', 'in', 'the', 'circumstances', 'contented', 'himself', 'with', 'saying:', '"Yes,', 'mother,', 'yes,', 'thank-you,', "I'm", 'getting', 'up', 'now."', 'The', 'change', 'in', "Gregor's", 'voice', 'probably', 'could', 'not', 'be', 'noticed', 'outside', 'through', 'the', 'wooden', 'door,', 'as', 'his', 'mother', 'was', 'satisfied', 'with', 'this', 'explanation', 'and', 'shuffled', 'away.', 'But', 'this', 'short', 'conversation', 'made', 'the', 'other', 'members', 'of', 'the', 'family', 'aware', 'that', 'Gregor,', 'against', 'their', 'expectations', 'was', 'still', 'at', 'home,', 'and', 'soon', 'his', 'father', 'came', 'knocking', 'at', 'one', 'of', 'the', 'side', 'doors,', 'gently,', 'but', 'with', 'his', 'fist.', '"Gregor,', 'Gregor",', 'he', 'called,', '"what\'s', 'wrong?"', 'And', 'after', 'a', 'short', 'while', 'he', 'called', 'again', 'with', 'a', 'warning', 'deepness', 'in', 'his', 'voice:', '"Gregor!', 'Gregor!"', 'At', 'the', 'other', 'side', 'door', 'his', 'sister', 'came', 'plaintively:', '"Gregor?', "Aren't", 'you', 'well?', 'Do', 'you', 'need', 'anything?"', 'Gregor', 'answered', 'to', 'both', 'sides:', '"I\'m', 'ready,', 'now",', 'making', 'an', 'effort', 'to', 'remove', 'all', 'the', 'strangeness', 'from', 'his', 'voice', 'by', 'enunciating', 'very', 'carefully', 'and', 'putting', 'long', 'pauses', 'between', 'each,', 'individual', 'word.', 'His', 'father', 'went', 'back', 'to', 'his', 'breakfast,', 'but', 'his', 'sister', 'whispered:', '"Gregor,', 'open', 'the', 'door,', 'I', 'beg', 'of', 'you."', 'Gregor,', 'however,', 'had', 'no', 'thought', 'of', 'opening', 'the', 'door,', 'and', 'instead', 'congratulated', 'himself', 'for', 'his', 'cautious', 'habit,', 'acquired', 'from', 'his', 'travelling,', 'of', 'locking', 'all', 'doors', 'at', 'night', 'even', 'when', 'he', 'was', 'at', 'home.', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'to', 'get', 'up', 'in', 'peace', 'without', 'being', 'disturbed,', 'to', 'get', 'dressed,', 'and', 'most', 'of', 'all', 'to', 'have', 'his', 'breakfast.', 'Only', 'then', 'would', 'he', 'consider', 'what', 'to', 'do', 'next,', 'as', 'he', 'was', 'well', 'aware', 'that', 'he', 'would', 'not', 'bring', 'his', 'thoughts', 'to', 'any', 'sensible', 'conclusions', 'by', 'lying', 'in', 'bed.', 'He', 'remembered', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed,', 'perhaps', 'caused', 'by', 'lying', 'awkwardly,', 'but', 'that', 'had', 'always', 'turned', 'out', 'to', 'be', 'pure', 'imagination', 'and', 'he', 'wondered', 'how', 'his', 'imaginings', 'would', 'slowly', 'resolve', 'themselves', 'today.', 'He', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'change', 'in', 'his', 'voice', 'was', 'nothing', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'serious', 'cold,', 'which', 'was', 'an', 'occupational', 'hazard', 'for', 'travelling', 'salesmen.', 'It', 'was', 'a', 'simple', 'matter', 'to', 'throw', 'off', 'the', 'covers;', 'he', 'only', 'had', 'to', 'blow', 'himself', 'up', 'a', 'little', 'and', 'they', 'fell', 'off', 'by', 'themselves.', 'But', 'it', 'became', 'difficult', 'after', 'that,', 'especially', 'as', 'he', 'was', 'so', 'exceptionally', 'broad.', 'He', 'would', 'have', 'used', 'his', 'arms', 'and', 'his', 'hands', 'to', 'push', 'himself', 'up;', 'but', 'instead', 'of', 'them', 'he', 'only', 'had', 'all', 'those', 'little', 'legs', 'continuously', 'moving', 'in', 'different', 'directions,', 'and', 'which', 'he', 'was', 'moreover', 'unable', 'to', 'control.', 'If', 'he', 'wanted', 'to', 'bend', 'one', 'of', 'them,', 'then', 'that', 'was', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out;', 'and', 'if', 'he', 'finally', 'managed', 'to', 'do', 'what', 'he', 'wanted', 'with', 'that', 'leg,', 'all', 'the', 'others', 'seemed', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'painfully.', '"This', 'is', 'something', 'that', "can't", 'be', 'done', 'in', 'bed",', 'Gregor', 'said', 'to', 'himself,', '"so', "don't", 'keep', 'trying', 'to', 'do', 'it".', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'get', 'the', 'lower', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed,', 'but', 'he', 'had', 'never', 'seen', 'this', 'lower', 'part,', 'and', 'could', 'not', 'imagine', 'what', 'it', 'looked', 'like;', 'it', 'turned', 'out', 'to', 'be', 'too', 'hard', 'to', 'move;', 'it', 'went', 'so', 'slowly;', 'and', 'finally,', 'almost', 'in', 'a', 'frenzy,', 'when', 'he', 'carelessly', 'shoved', 'himself', 'forwards', 'with', 'all', 'the', 'force', 'he', 'could', 'gather,', 'he', 'chose', 'the', 'wrong', 'direction,', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost,', 'and', 'learned', 'from', 'the', 'burning', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'his', 'body', 'might', 'well,', 'at', 'present,', 'be', 'the', 'most', 'sensitive.', 'So', 'then', 'he', 'tried', 'to', 'get', 'the', 'top', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'first,', 'carefully', 'turning', 'his', 'head', 'to', 'the', 'side.', 'This', 'he', 'managed', 'quite', 'easily,', 'and', 'despite', 'its', 'breadth', 'and', 'its', 'weight,', 'the', 'bulk', 'of', 'his', 'body', 'eventually', 'followed', 'slowly', 'in', 'the', 'direction', 'of', 'the', 'head.', 'But', 'when', 'he', 'had', 'at', 'last', 'got', 'his', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occurred', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracle', 'if', 'his', 'head', 'were', 'not', 'injured,', 'so', 'he', 'became', 'afraid', 'to', 'carry', 'on', 'pushing', 'himself', 'forward', 'the', 'same', 'way.', 'And', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'any', 'price;', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'consciousness.', 'It', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier,', 'but', 'when', 'he', 'lay', 'there', 'sighing,', 'and', 'was', 'once', 'more', 'watching', 'his', 'legs', 'as', 'they', 'struggled', 'against', 'each', 'other', 'even', 'harder', 'than', 'before,', 'if', 'that', 'was', 'possible,', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bringing', 'peace', 'and', 'order', 'to', 'this', 'chaos.', 'He', 'told', 'himself', 'once', 'more', 'that', 'it', 'was', 'not', 'possible', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensible', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatever', 'way', 'he', 'could', 'at', 'whatever', 'sacrifice.', 'At', 'the', 'same', 'time,', 'though,', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consideration', 'was', 'much', 'better', 'than', 'rushing', 'to', 'desperate', 'conclusions.', 'At', 'times', 'like', 'this', 'he', 'would', 'direct', 'his', 'eyes', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearly', 'as', 'he', 'could,', 'but', 'unfortunately,', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'was', 'enveloped', 'in', 'morning', 'fog', 'and', 'the', 'view', 'had', 'little', 'confidence', 'or', 'cheer', 'to', 'offer', 'him.', '"Seven', "o'clock,", 'already",', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again,', '"seven', "o'clock,", 'and', "there's", 'still', 'a', 'fog', 'like', 'this."', 'And', 'he', 'lay', 'there', 'quietly', 'a', 'while', 'longer,', 'breathing', 'lightly', 'as', 'if', 'he', 'perhaps', 'expected', 'the', 'total', 'stillness', 'to', 'bring', 'things', 'back', 'to', 'their', 'real', 'and', 'natural', 'state.', 'But', 'then', 'he', 'said', 'to', 'himself:', '"Before', 'it', 'strikes', 'quarter', 'past', 'seven', "I'll", 'definitely', 'have', 'to', 'have', 'got', 'properly', 'out', 'of', 'bed.', 'And', 'by', 'then', 'somebody', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', "what's", 'happened', 'to', 'me', 'as', 'well,', 'as', 'they', 'open', 'up', 'at', 'work', 'before', 'seven', 'o\'clock."', 'And', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swinging', 'the', 'entire', 'length', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time.', 'If', 'he', 'succeeded', 'in', 'falling', 'out', 'of', 'bed', 'in', 'this', 'way', 'and', 'kept', 'his', 'head', 'raised', 'as', 'he', 'did', 'so', 'he', 'could', 'probably', 'avoid', 'injuring', 'it.', 'His', 'back', 'seemed', 'to', 'be', 'quite', 'hard,', 'and', 'probably', 'nothing', 'would', 'happen', 'to', 'it', 'falling', 'onto', 'the', 'carpet.', 'His', 'main', 'concern', 'was', 'for', 'the', 'loud', 'noise', 'he', 'was', 'bound', 'to', 'make,', 'and', 'which', 'even', 'through', 'all', 'the', 'doors', 'would', 'probably', 'raise', 'concern', 'if', 'not', 'alarm.', 'But', 'it', 'was', 'something', 'that', 'had', 'to', 'be', 'risked.', 'When', 'Gregor', 'was', 'already', 'sticking', 'half', 'way', 'out', 'of', 'the', 'bed', '-', 'the', 'new', 'method', 'was', 'more', 'of', 'a', 'game', 'than', 'an', 'effort,', 'all', 'he', 'had', 'to', 'do', 'was', 'rock', 'back', 'and', 'forth', '-', 'it', 'occurred', 'to', 'him', 'how', 'simple', 'everything', 'would', 'be', 'if', 'somebody', 'came', 'to', 'help', 'him.', 'Two', 'strong', 'people', '-', 'he', 'had', 'his', 'father', 'and', 'the', 'maid', 'in', 'mind', '-', 'would', 'have', 'been', 'more', 'than', 'enough;', 'they', 'would', 'only', 'have', 'to', 'push', 'their', 'arms', 'under', 'the', 'dome', 'of', 'his', 'back,', 'peel', 'him', 'away', 'from', 'the', 'bed,', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'careful', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor,', 'where,', 'hopefully,', 'the', 'little', 'legs', 'would', 'find', 'a', 'use.', 'Should', 'he', 'really', 'call', 'for', 'help', 'though,', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'doors', 'were', 'locked?', 'Despite', 'all', 'the', 'difficulty', 'he', 'was', 'in,', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'this', 'thought.', 'After', 'a', 'while', 'he', 'had', 'already', 'moved', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'his', 'balance', 'if', 'he', 'rocked', 'too', 'hard.', 'The', 'time', 'was', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decision', 'very', 'soon.', 'Then', 'there', 'was', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat.', '"That\'ll', 'be', 'someone', 'from', 'work",', 'he', 'said', 'to', 'himself,', 'and', 'froze', 'very', 'still,', 'although', 'his', 'little', 'legs', 'only', 'became', 'all', 'the', 'more', 'lively', 'as', 'they', 'danced', 'around.', 'For', 'a', 'moment', 'everything', 'remained', 'quiet.', '"They\'re', 'not', 'opening', 'the', 'door",', 'Gregor', 'said', 'to', 'himself,', 'caught', 'in', 'some', 'nonsensical', 'hope.', 'But', 'then', 'of', 'course,', 'the', "maid's", 'firm', 'steps', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'opened', 'it.', 'Gregor', 'only', 'needed', 'to', 'hear', 'the', "visitor's", 'first', 'words', 'of', 'greeting', 'and', 'he', 'knew', 'who', 'it', 'was', '-', 'the', 'chief', 'clerk', 'himself.', 'Why', 'did', 'Gregor', 'have', 'to', 'be', 'the', 'only', 'one', 'condemned', 'to', 'work', 'for', 'a', 'company', 'where', 'they', 'immediately', 'became', 'highly', 'suspicious', 'at', 'the', 'slightest', 'shortcoming?', 'Were', 'all', 'employees,', 'every', 'one', 'of', 'them,', 'louts,', 'was', 'there', 'not', 'one', 'of', 'them', 'who', 'was', 'faithful', 'and', 'devoted', 'who', 'would', 'go', 'so', 'mad', 'with', 'pangs', 'of', 'conscience', 'that', 'he', "couldn't", 'get', 'out', 'of', 'bed', 'if', 'he', "didn't", 'spend', 'at', 'least', 'a', 'couple', 'of', 'hours', 'in', 'the', 'morning', 'on', 'company', 'business?', 'Was', 'it', 'really', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'trainees', 'make', 'enquiries', '-', 'assuming', 'enquiries', 'were', 'even', 'necessary', '-', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself,', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole,', 'innocent', 'family', 'that', 'this', 'was', 'so', 'suspicious', 'that', 'only', 'the', 'chief', 'clerk', 'could', 'be', 'trusted', 'to', 'have', 'the', 'wisdom', 'to', 'investigate', 'it?', 'And', 'more', 'because', 'these', 'thoughts', 'had', 'made', 'him', 'upset', 'than', 'through', 'any', 'proper', 'decision,', 'he', 'swang', 'himself', 'with', 'all', 'his', 'force', 'out', 'of', 'the', 'bed.', 'There', 'was', 'a', 'loud', 'thump,', 'but', 'it', "wasn't", 'really', 'a', 'loud', 'noise.', 'His', 'fall', 'was', 'softened', 'a', 'little', 'by', 'the', 'carpet,', 'and', "Gregor's", 'back', 'was', 'also', 'more', 'elastic', 'than', 'he', 'had', 'thought,', 'which', 'made', 'the', 'sound', 'muffled', 'and', 'not', 'too', 'noticeable.', 'He', 'had', 'not', 'held', 'his', 'head', 'carefully', 'enough,', 'though,', 'and', 'hit', 'it', 'as', 'he', 'fell;', 'annoyed', 'and', 'in', 'pain,', 'he', 'turned', 'it', 'and', 'rubbed', 'it', 'against', 'the', 'carpet.', '"Something\'s', 'fallen', 'down', 'in', 'there",', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left.', 'Gregor', 'tried', 'to', 'imagine', 'whether', 'something', 'of', 'the', 'sort', 'that', 'had', 'happened', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too;', 'you', 'had', 'to', 'concede', 'that', 'it', 'was', 'possible.', 'But', 'as', 'if', 'in', 'gruff', 'reply', 'to', 'this', 'question,', 'the', 'chief', "clerk's", 'firm', 'footsteps', 'in', 'his', 'highly', 'polished', 'boots', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoining', 'room.', 'From', 'the', 'room', 'on', 'his', 'right,', "Gregor's", 'sister', 'whispered', 'to', 'him', 'to', 'let', 'him', 'know:', '"Gregor,', 'the', 'chief', 'clerk', 'is', 'here."', '"Yes,', 'I', 'know",', 'said', 'Gregor', 'to', 'himself;', 'but', 'without', 'daring', 'to', 'raise', 'his', 'voice', 'loud', 'enough', 'for', 'his', 'sister', 'to', 'hear', 'him.', '"Gregor",', 'said', 'his', 'father', 'now', 'from', 'the', 'room', 'to', 'his', 'left,', '"the', 'chief', 'clerk', 'has', 'come', 'round', 'and', 'wants', 'to', 'know', 'why', 'you', "didn't", 'leave', 'on', 'the', 'early', 'train.', 'We', "don't", 'know', 'what', 'to', 'say', 'to', 'him.', 'And', 'anyway,', 'he', 'wants', 'to', 'speak', 'to', 'you', 'personally.', 'So', 'please', 'open', 'up', 'this', 'door.', "I'm", 'sure', "he'll", 'be', 'good', 'enough', 'to', 'forgive', 'the', 'untidiness', 'of', 'your', 'room."', 'Then', 'the', 'chief', 'clerk', 'called', '"Good', 'morning,', 'Mr.', 'Samsa".', '"He', "isn't", 'well",', 'said', 'his', 'mother', 'to', 'the', 'chief', 'clerk,', 'while', 'his', 'father', 'continued', 'to', 'speak', 'through', 'the', 'door.', '"He', "isn't", 'well,', 'please', 'believe', 'me.', 'Why', 'else', 'would', 'Gregor', 'have', 'missed', 'a', 'train!', 'The', 'lad', 'only', 'ever', 'thinks', 'about', 'the', 'business.', 'It', 'nearly', 'makes', 'me', 'cross', 'the', 'way', 'he', 'never', 'goes', 'out', 'in', 'the', 'evenings;', "he's", 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stayed', 'home', 'every', 'evening.', 'He', 'sits', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'reads', 'the', 'paper', 'or', 'studies', 'train', 'timetables.', 'His', 'idea', 'of', 'relaxation', 'is', 'working', 'with', 'his', 'fretsaw.', "He's", 'made', 'a', 'little', 'frame,', 'for', 'instance,', 'it', 'only', 'took', 'him', 'two', 'or', 'three', 'evenings,', "you'll", 'be', 'amazed', 'how', 'nice', 'it', 'is;', "it's", 'hanging', 'up', 'in', 'his', 'room;', "you'll", 'see', 'it', 'as', 'soon', 'as', 'Gregor', 'opens', 'the', 'door.', 'Anyway,', "I'm", 'glad', "you're", 'here;', 'we', "wouldn't", 'have', 'been', 'able', 'to', 'get', 'Gregor', 'to', 'open', 'the', 'door', 'by', 'ourselves;', "he's", 'so', 'stubborn;', 'and', "I'm", 'sure', 'he', "isn't", 'well,', 'he', 'said', 'this', 'morning', 'that', 'he', 'is,', 'but', 'he', 'isn\'t."', '"I\'ll', 'be', 'there', 'in', 'a', 'moment",', 'said', 'Gregor', 'slowly', 'and', 'thoughtfully,', 'but', 'without', 'moving', 'so', 'that', 'he', 'would', 'not', 'miss', 'any', 'word', 'of', 'the', 'conversation.', '"Well', 'I', "can't", 'think', 'of', 'any', 'other', 'way', 'of', 'explaining', 'it,', 'Mrs.', 'Samsa",', 'said', 'the', 'chief', 'clerk,', '"I', 'hope', "it's", 'nothing', 'serious.', 'But', 'on', 'the', 'other', 'hand,', 'I', 'must', 'say', 'that', 'if', 'we', 'people', 'in', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'then,', 'fortunately', 'or', 'unfortunately', 'as', 'you', 'like,', 'we', 'simply', 'have', 'to', 'overcome', 'it', 'because', 'of', 'business', 'considerations."', '"Can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then?",', 'asked', 'his', 'father', 'impatiently,', 'knocking', 'at', 'the', 'door', 'again.', '"No",', 'said', 'Gregor.', 'In', 'the', 'room', 'on', 'his', 'right', 'there', 'followed', 'a', 'painful', 'silence;', 'in', 'the', 'room', 'on', 'his', 'left', 'his', 'sister', 'began', 'to', 'cry.', 'So', 'why', 'did', 'his', 'sister', 'not', 'go', 'and', 'join', 'the', 'others?', 'She', 'had', 'probably', 'only', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dressed.', 'And', 'why', 'was', 'she', 'crying?', 'Was', 'it', 'because', 'he', 'had', 'not', 'got', 'up,', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in,', 'because', 'he', 'was', 'in', 'danger', 'of', 'losing', 'his', 'job', 'and', 'if', 'that', 'happened', 'his', 'boss', 'would', 'once', 'more', 'pursue', 'their', 'parents', 'with', 'the', 'same', 'demands', 'as', 'before?', 'There', 'was', 'no', 'need', 'to', 'worry', 'about', 'things', 'like', 'that', 'yet.', 'Gregor', 'was', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intention', 'of', 'abandoning', 'his', 'family.', 'For', 'the', 'time', 'being', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet,', 'and', 'no-one', 'who', 'knew', 'the', 'condition', 'he', 'was', 'in', 'would', 'seriously', 'have', 'expected', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in.', 'It', 'was', 'only', 'a', 'minor', 'discourtesy,', 'and', 'a', 'suitable', 'excuse', 'could', 'easily', 'be', 'found', 'for', 'it', 'later', 'on,', 'it', 'was', 'not', 'something', 'for', 'which', 'Gregor', 'could', 'be', 'sacked', 'on', 'the', 'spot.', 'And', 'it', 'seemed', 'to', 'Gregor', 'much', 'more', 'sensible', 'to', 'leave', 'him', 'now', 'in', 'peace', 'instead', 'of', 'disturbing', 'him', 'with', 'talking', 'at', 'him', 'and', 'crying.', 'But', 'the', 'others', "didn't", 'know', 'what', 'was', 'happening,', 'they', 'were', 'worried,', 'that', 'would', 'excuse', 'their', 'behaviour.', 'The', 'chief', 'clerk', 'now', 'raised', 'his', 'voice,', '"Mr.', 'Samsa",', 'he', 'called', 'to', 'him,', '"what', 'is', 'wrong?', 'You', 'barricade', 'yourself', 'in', 'your', 'room,', 'give', 'us', 'no', 'more', 'than', 'yes', 'or', 'no', 'for', 'an', 'answer,', 'you', 'are', 'causing', 'serious', 'and', 'unnecessary', 'concern', 'to', 'your', 'parents', 'and', 'you', 'fail', '-', 'and', 'I', 'mention', 'this', 'just', 'by', 'the', 'way', '-', 'you', 'fail', 'to', 'carry', 'out', 'your', 'business', 'duties', 'in', 'a', 'way', 'that', 'is', 'quite', 'unheard', 'of.', "I'm", 'speaking', 'here', 'on', 'behalf', 'of', 'your', 'parents', 'and', 'of', 'your', 'employer,', 'and', 'really', 'must', 'request', 'a', 'clear', 'and', 'immediate', 'explanation.', 'I', 'am', 'astonished,', 'quite', 'astonished.', 'I', 'thought', 'I', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensible', 'person,', 'and', 'now', 'you', 'suddenly', 'seem', 'to', 'be', 'showing', 'off', 'with', 'peculiar', 'whims.', 'This', 'morning,', 'your', 'employer', 'did', 'suggest', 'a', 'possible', 'reason', 'for', 'your', 'failure', 'to', 'appear,', "it's", 'true', '-', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'was', 'recently', 'entrusted', 'to', 'you', '-', 'but', 'I', 'came', 'near', 'to', 'giving', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explanation.', 'But', 'now', 'that', 'I', 'see', 'your', 'incomprehensible', 'stubbornness', 'I', 'no', 'longer', 'feel', 'any', 'wish', 'whatsoever', 'to', 'intercede', 'on', 'your', 'behalf.', 'And', 'nor', 'is', 'your', 'position', 'all', 'that', 'secure.', 'I', 'had', 'originally', 'intended', 'to', 'say', 'all', 'this', 'to', 'you', 'in', 'private,', 'but', 'since', 'you', 'cause', 'me', 'to', 'waste', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'I', "don't", 'see', 'why', 'your', 'parents', 'should', 'not', 'also', 'learn', 'of', 'it.', 'Your', 'turnover', 'has', 'been', 'very', 'unsatisfactory', 'of', 'late;', 'I', 'grant', 'you', 'that', "it's", 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especially', 'good', 'business,', 'we', 'recognise', 'that;', 'but', 'there', 'simply', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'business', 'at', 'all,', 'Mr.', 'Samsa,', 'we', 'cannot', 'allow', 'there', 'to', 'be."', '"But', 'Sir",', 'called', 'Gregor,', 'beside', 'himself', 'and', 'forgetting', 'all', 'else', 'in', 'the', 'excitement,', '"I\'ll', 'open', 'up', 'immediately,', 'just', 'a', 'moment.', "I'm", 'slightly', 'unwell,', 'an', 'attack', 'of', 'dizziness,', 'I', "haven't", 'been', 'able', 'to', 'get', 'up.', "I'm", 'still', 'in', 'bed', 'now.', "I'm", 'quite', 'fresh', 'again', 'now,', 'though.', "I'm", 'just', 'getting', 'out', 'of', 'bed.', 'Just', 'a', 'moment.', 'Be', 'patient!', "It's", 'not', 'quite', 'as', 'easy', 'as', "I'd", 'thought.', "I'm", 'quite', 'alright', 'now,', 'though.', "It's", 'shocking,', 'what', 'can', 'suddenly', 'happen', 'to', 'a', 'person!', 'I', 'was', 'quite', 'alright', 'last', 'night,', 'my', 'parents', 'know', 'about', 'it,', 'perhaps', 'better', 'than', 'me,', 'I', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'already.', 'They', 'must', 'have', 'noticed', 'it.', 'I', "don't", 'know', 'why', 'I', "didn't", 'let', 'you', 'know', 'at', 'work!', 'But', 'you', 'always', 'think', 'you', 'can', 'get', 'over', 'an', 'illness', 'without', 'staying', 'at', 'home.', 'Please,', "don't", 'make', 'my', 'parents', 'suffer!', "There's", 'no', 'basis', 'for', 'any', 'of', 'the', 'accusations', "you're", 'making;', "nobody's", 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'any', 'of', 'these', 'things.', 'Maybe', 'you', "haven't", 'read', 'the', 'latest', 'contracts', 'I', 'sent', 'in.', "I'll", 'set', 'off', 'with', 'the', 'eight', "o'clock", 'train,', 'as', 'well,', 'these', 'few', 'hours', 'of', 'rest', 'have', 'given', 'me', 'strength.', 'You', "don't", 'need', 'to', 'wait,', 'sir;', "I'll", 'be', 'in', 'the', 'office', 'soon', 'after', 'you,', 'and', 'please', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him!"', 'And', 'while', 'Gregor', 'gushed', 'out', 'these', 'words,', 'hardly', 'knowing', 'what', 'he', 'was', 'saying,', 'he', 'made', 'his', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawers', '-', 'this', 'was', 'easily', 'done,', 'probably', 'because', 'of', 'the', 'practise', 'he', 'had', 'already', 'had', 'in', 'bed', '-', 'where', 'he', 'now', 'tried', 'to', 'get', 'himself', 'upright.', 'He', 'really', 'did', 'want', 'to', 'open', 'the', 'door,', 'really', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk;', 'the', 'others', 'were', 'being', 'so', 'insistent,', 'and', 'he', 'was', 'curious', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him.', 'If', 'they', 'were', 'shocked', 'then', 'it', 'would', 'no', 'longer', 'be', "Gregor's", 'responsibility', 'and', 'he', 'could', 'rest.', 'If,', 'however,', 'they', 'took', 'everything', 'calmly', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset,', 'and', 'if', 'he', 'hurried', 'he', 'really', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', "o'clock.", 'The', 'first', 'few', 'times', 'he', 'tried', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawers', 'he', 'just', 'slid', 'down', 'again,', 'but', 'he', 'finally', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright;', 'the', 'lower', 'part', 'of', 'his', 'body', 'was', 'in', 'serious', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'any', 'attention', 'to', 'it.', 'Now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearby', 'chair', 'and', 'held', 'tightly', 'to', 'the', 'edges', 'of', 'it', 'with', 'his', 'little', 'legs.', 'By', 'now', 'he', 'had', 'also', 'calmed', 'down,', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'was', 'saying.', '"Did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that?"', 'the', 'chief', 'clerk', 'asked', 'his', 'parents,', '"surely', "he's", 'not', 'trying', 'to', 'make', 'fools', 'of', 'us".', '"Oh,', 'God!"', 'called', 'his', 'mother,', 'who', 'was', 'already', 'in', 'tears,', '"he', 'could', 'be', 'seriously', 'ill', 'and', "we're", 'making', 'him', 'suffer.', 'Grete!', 'Grete!"', 'she', 'then', 'cried.', '"Mother?"', 'his', 'sister', 'called', 'from', 'the', 'other', 'side.', 'They', 'communicated', 'across', "Gregor's", 'room.', '"You\'ll', 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away.', 'Gregor', 'is', 'ill.', 'Quick,', 'get', 'the', 'doctor.', 'Did', 'you', 'hear', 'the', 'way', 'Gregor', 'spoke', 'just', 'now?"', '"That', 'was', 'the', 'voice', 'of', 'an', 'animal",', 'said', 'the', 'chief', 'clerk,', 'with', 'a', 'calmness', 'that', 'was', 'in', 'contrast', 'with', 'his', "mother's", 'screams.', '"Anna!', 'Anna!"', 'his', 'father', 'called', 'into', 'the', 'kitchen', 'through', 'the', 'entrance', 'hall,', 'clapping', 'his', 'hands,', '"get', 'a', 'locksmith', 'here,', 'now!"', 'And', 'the', 'two', 'girls,', 'their', 'skirts', 'swishing,', 'immediately', 'ran', 'out', 'through', 'the', 'hall,', 'wrenching', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went.', 'How', 'had', 'his', 'sister', 'managed', 'to', 'get', 'dressed', 'so', 'quickly?', 'There', 'was', 'no', 'sound', 'of', 'the', 'door', 'banging', 'shut', 'again;', 'they', 'must', 'have', 'left', 'it', 'open;', 'people', 'often', 'do', 'in', 'homes', 'where', 'something', 'awful', 'has', 'happened.', 'Gregor,', 'in', 'contrast,', 'had', 'become', 'much', 'calmer.', 'So', 'they', "couldn't", 'understand', 'his', 'words', 'any', 'more,', 'although', 'they', 'seemed', 'clear', 'enough', 'to', 'him,', 'clearer', 'than', 'before', '-', 'perhaps', 'his', 'ears', 'had', 'become', 'used', 'to', 'the', 'sound.', 'They', 'had', 'realised,', 'though,', 'that', 'there', 'was', 'something', 'wrong', 'with', 'him,', 'and', 'were', 'ready', 'to', 'help.', 'The', 'first', 'response', 'to', 'his', 'situation', 'had', 'been', 'confident', 'and', 'wise,', 'and', 'that', 'made', 'him', 'feel', 'better.', 'He', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'people,', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expected', 'great', 'and', 'surprising', 'achievements', '-', 'although', 'he', 'did', 'not', 'really', 'distinguish', 'one', 'from', 'the', 'other.', 'Whatever', 'was', 'said', 'next', 'would', 'be', 'crucial,', 'so,', 'in', 'order', 'to', 'make', 'his', 'voice', 'as', 'clear', 'as', 'possible,', 'he', 'coughed', 'a', 'little,', 'but', 'taking', 'care', 'to', 'do', 'this', 'not', 'too', 'loudly', 'as', 'even', 'this', 'might', 'well', 'sound', 'different', 'from', 'the', 'way', 'that', 'a', 'human', 'coughs', 'and', 'he', 'was', 'no', 'longer', 'sure', 'he', 'could', 'judge', 'this', 'for', 'himself.', 'Meanwhile,', 'it', 'had', 'become', 'very', 'quiet', 'in', 'the', 'next', 'room.', 'Perhaps', 'his', 'parents', 'were', 'sat', 'at', 'the', 'table', 'whispering', 'with', 'the', 'chief', 'clerk,', 'or', 'perhaps', 'they', 'were', 'all', 'pressed', 'against', 'the', 'door', 'and', 'listening.', 'Gregor', 'slowly', 'pushed', 'his', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair.', 'Once', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door,', 'holding', 'himself', 'upright', 'against', 'it', 'using', 'the', 'adhesive', 'on', 'the', 'tips', 'of', 'his', 'legs.', 'He', 'rested', 'there', 'a', 'little', 'while', 'to', 'recover', 'from', 'the', 'effort', 'involved', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turning', 'the', 'key', 'in', 'the', 'lock', 'with', 'his', 'mouth.', 'He', 'seemed,', 'unfortunately,', 'to', 'have', 'no', 'proper', 'teeth', '-', 'how', 'was', 'he,', 'then,', 'to', 'grasp', 'the', 'key?', '-', 'but', 'the', 'lack', 'of', 'teeth', 'was,', 'of', 'course,', 'made', 'up', 'for', 'with', 'a', 'very', 'strong', 'jaw;', 'using', 'the', 'jaw,', 'he', 'really', 'was', 'able', 'to', 'start', 'the', 'key', 'turning,', 'ignoring', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'causing', 'some', 'kind', 'of', 'damage', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'his', 'mouth,', 'flowed', 'over', 'the', 'key', 'and', 'dripped', 'onto', 'the', 'floor.', '"Listen",', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room,', '"he\'s', 'turning', 'the', 'key."', 'Gregor', 'was', 'greatly', 'encouraged', 'by', 'this;', 'but', 'they', 'all', 'should', 'have', 'been', 'calling', 'to', 'him,', 'his', 'father', 'and', 'his', 'mother', 'too:', '"Well', 'done,', 'Gregor",', 'they', 'should', 'have', 'cried,', '"keep', 'at', 'it,', 'keep', 'hold', 'of', 'the', 'lock!"', 'And', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedly', 'following', 'his', 'efforts,', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'his', 'strength,', 'paying', 'no', 'attention', 'to', 'the', 'pain', 'he', 'was', 'causing', 'himself.', 'As', 'the', 'key', 'turned', 'round', 'he', 'turned', 'around', 'the', 'lock', 'with', 'it,', 'only', 'holding', 'himself', 'upright', 'with', 'his', 'mouth,', 'and', 'hung', 'onto', 'the', 'key', 'or', 'pushed', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'his', 'body', 'as', 'needed.', 'The', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snapped', 'back', 'was', "Gregor's", 'sign', 'that', 'he', 'could', 'break', 'his', 'concentration,', 'and', 'as', 'he', 'regained', 'his', 'breath', 'he', 'said', 'to', 'himself:', '"So,', 'I', "didn't", 'need', 'the', 'locksmith', 'after', 'all".', 'Then', 'he', 'lay', 'his', 'head', 'on', 'the', 'handle', 'of', 'the', 'door', 'to', 'open', 'it', 'completely.', 'Because', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'this', 'way,', 'it', 'was', 'already', 'wide', 'open', 'before', 'he', 'could', 'be', 'seen.', 'He', 'had', 'first', 'to', 'slowly', 'turn', 'himself', 'around', 'one', 'of', 'the', 'double', 'doors,', 'and', 'he', 'had', 'to', 'do', 'it', 'very', 'carefully', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'his', 'back', 'before', 'entering', 'the', 'room.', 'He', 'was', 'still', 'occupied', 'with', 'this', 'difficult', 'movement,', 'unable', 'to', 'pay', 'attention', 'to', 'anything', 'else,', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', '"Oh!",', 'which', 'sounded', 'like', 'the', 'soughing', 'of', 'the', 'wind.', 'Now', 'he', 'also', 'saw', 'him', '-', 'he', 'was', 'the', 'nearest', 'to', 'the', 'door', '-', 'his', 'hand', 'pressed', 'against', 'his', 'open', 'mouth', 'and', 'slowly', 'retreating', 'as', 'if', 'driven', 'by', 'a', 'steady', 'and', 'invisible', 'force.', "Gregor's", 'mother,', 'her', 'hair', 'still', 'dishevelled', 'from', 'bed', 'despite', 'the', 'chief', "clerk's", 'being', 'there,', 'looked', 'at', 'his', 'father.', 'Then', 'she', 'unfolded', 'her', 'arms,', 'took', 'two', 'steps', 'forward', 'towards', 'Gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirts', 'that', 'spread', 'themselves', 'out', 'around', 'her', 'as', 'her', 'head', 'disappeared', 'down', 'onto', 'her', 'breast.', 'His', 'father', 'looked', 'hostile,', 'and', 'clenched', 'his', 'fists', 'as', 'if', 'wanting', 'to', 'knock', 'Gregor', 'back', 'into', 'his', 'room.', 'Then', 'he', 'looked', 'uncertainly', 'round', 'the', 'living', 'room,', 'covered', 'his', 'eyes', 'with', 'his', 'hands', 'and', 'wept', 'so', 'that', 'his', 'powerful', 'chest', 'shook.', 'So', 'Gregor', 'did', 'not', 'go', 'into', 'the', 'room,', 'but', 'leant', 'against', 'the', 'inside', 'of', 'the', 'other', 'door', 'which', 'was', 'still', 'held', 'bolted', 'in', 'place.', 'In', 'this', 'way', 'only', 'half', 'of', 'his', 'body', 'could', 'be', 'seen,', 'along', 'with', 'his', 'head', 'above', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peered', 'out', 'at', 'the', 'others.', 'Meanwhile', 'the', 'day', 'had', 'become', 'much', 'lighter;', 'part', 'of', 'the', 'endless,', 'grey-black', 'building', 'on', 'the', 'other', 'side', 'of', 'the', 'street', '-', 'which', 'was', 'a', 'hospital', '-', 'could', 'be', 'seen', 'quite', 'clearly', 'with', 'the', 'austere', 'and', 'regular', 'line', 'of', 'windows', 'piercing', 'its', 'facade;', 'the', 'rain', 'was', 'still', 'falling,', 'now', 'throwing', 'down', 'large,', 'individual', 'droplets', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time.', 'The', 'washing', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'table;', 'there', 'was', 'so', 'much', 'of', 'it', 'because,', 'for', "Gregor's", 'father,', 'breakfast', 'was', 'the', 'most', 'important', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'several', 'hours', 'as', 'he', 'sat', 'reading', 'a', 'number', 'of', 'different', 'newspapers.', 'On', 'the', 'wall', 'exactly', 'opposite', 'there', 'was', 'photograph', 'of', 'Gregor', 'when', 'he', 'was', 'a', 'lieutenant', 'in', 'the', 'army,', 'his', 'sword', 'in', 'his', 'hand', 'and', 'a', 'carefree', 'smile', 'on', 'his', 'face', 'as', 'he', 'called', 'forth', 'respect', 'for', 'his', 'uniform', 'and', 'bearing.', 'The', 'door', 'to', 'the', 'entrance', 'hall', 'was', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'was', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'landing', 'and', 'the', 'stairs', 'where', 'they', 'began', 'their', 'way', 'down', 'below.', '"Now,', 'then",', 'said', 'Gregor,', 'well', 'aware', 'that', 'he', 'was', 'the', 'only', 'one', 'to', 'have', 'kept', 'calm,', '"I\'ll', 'get', 'dressed', 'straight', 'away', 'now,', 'pack', 'up', 'my', 'samples', 'and', 'set', 'off.', 'Will', 'you', 'please', 'just', 'let', 'me', 'leave?', 'You', 'can', 'see",', 'he', 'said', 'to', 'the', 'chief', 'clerk,', '"that', "I'm", 'not', 'stubborn', 'and', 'I', 'like', 'to', 'do', 'my', 'job;', 'being', 'a', 'commercial', 'traveller', 'is', 'arduous', 'but', 'without', 'travelling', 'I', "couldn't", 'earn', 'my', 'living.', 'So', 'where', 'are', 'you', 'going,', 'in', 'to', 'the', 'office?', 'Yes?', 'Will', 'you', 'report', 'everything', 'accurately,', 'then?', "It's", 'quite', 'possible', 'for', 'someone', 'to', 'be', 'temporarily', 'unable', 'to', 'work,', 'but', "that's", 'just', 'the', 'right', 'time', 'to', 'remember', "what's", 'been', 'achieved', 'in', 'the', 'past', 'and', 'consider', 'that', 'later', 'on,', 'once', 'the', 'difficulty', 'has', 'been', 'removed,', 'he', 'will', 'certainly', 'work', 'with', 'all', 'the', 'more', 'diligence', 'and', 'concentration.', "You're", 'well', 'aware', 'that', "I'm", 'seriously', 'in', 'debt', 'to', 'our', 'employer', 'as', 'well', 'as', 'having', 'to', 'look', 'after', 'my', 'parents', 'and', 'my', 'sister,', 'so', 'that', "I'm", 'trapped', 'in', 'a', 'difficult', 'situation,', 'but', 'I', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again.', 'Please', "don't", 'make', 'things', 'any', 'harder', 'for', 'me', 'than', 'they', 'are', 'already,', 'and', "don't", 'take', 'sides', 'against', 'me', 'at', 'the', 'office.', 'I', 'know', 'that', 'nobody', 'likes', 'the', 'travellers.', 'They', 'think', 'we', 'earn', 'an', 'enormous', 'wage', 'as', 'well', 'as', 'having', 'a', 'soft', 'time', 'of', 'it.', "That's", 'just', 'prejudice', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it.', 'But', 'you,', 'sir,', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff,', 'in', 'fact,', 'if', 'I', 'can', 'say', 'this', 'in', 'confidence,', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', '-', "it's", 'very', 'easy', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistakes', 'about', 'his', 'employees', 'and', 'judge', 'them', 'more', 'harshly', 'than', 'he', 'should.', 'And', "you're", 'also', 'well', 'aware', 'that', 'we', 'travellers', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'office,', 'so', 'that', 'we', 'can', 'very', 'easily', 'fall', 'victim', 'to', 'gossip', 'and', 'chance', 'and', 'groundless', 'complaints,', 'and', "it's", 'almost', 'impossible', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing,', 'we', "don't", 'usually', 'even', 'hear', 'about', 'them,', 'or', 'if', 'at', 'all', "it's", 'when', 'we', 'arrive', 'back', 'home', 'exhausted', 'from', 'a', 'trip,', 'and', "that's", 'when', 'we', 'feel', 'the', 'harmful', 'effects', 'of', "what's", 'been', 'going', 'on', 'without', 'even', 'knowing', 'what', 'caused', 'them.', 'Please,', "don't", 'go', 'away,', 'at', 'least', 'first', 'say', 'something', 'to', 'show', 'that', 'you', 'grant', 'that', "I'm", 'at', 'least', 'partly', 'right!"', 'But', 'the', 'chief', 'clerk', 'had', 'turned', 'away', 'as', 'soon', 'as', 'Gregor', 'had', 'started', 'to', 'speak,', 'and,', 'with', 'protruding', 'lips,', 'only', 'stared', 'back', 'at', 'him', 'over', 'his', 'trembling', 'shoulders', 'as', 'he', 'left.', 'He', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'Gregor', 'was', 'speaking,', 'but', 'moved', 'steadily', 'towards', 'the', 'door', 'without', 'taking', 'his', 'eyes', 'off', 'him.', 'He', 'moved', 'very', 'gradually,', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibition', 'on', 'leaving', 'the', 'room.', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'entrance', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement,', 'drew', 'his', 'foot', 'from', 'the', 'living', 'room,', 'and', 'rushed', 'forward', 'in', 'a', 'panic.', 'In', 'the', 'hall,', 'he', 'stretched', 'his', 'right', 'hand', 'far', 'out', 'towards', 'the', 'stairway', 'as', 'if', 'out', 'there,', 'there', 'were', 'some', 'supernatural', 'force', 'waiting', 'to', 'save', 'him.', 'Gregor', 'realised', 'that', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'this', 'mood', 'if', 'his', 'position', 'in', 'the', 'firm', 'was', 'not', 'to', 'be', 'put', 'into', 'extreme', 'danger.', 'That', 'was', 'something', 'his', 'parents', 'did', 'not', 'understand', 'very', 'well;', 'over', 'the', 'years,', 'they', 'had', 'become', 'convinced', 'that', 'this', 'job', 'would', 'provide', 'for', 'Gregor', 'for', 'his', 'entire', 'life,', 'and', 'besides,', 'they', 'had', 'so', 'much', 'to', 'worry', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'any', 'thought', 'for', 'the', 'future.', 'Gregor,', 'though,', 'did', 'think', 'about', 'the', 'future.', 'The', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back,', 'calmed', 'down,', 'convinced', 'and', 'finally', 'won', 'over;', 'the', 'future', 'of', 'Gregor', 'and', 'his', 'family', 'depended', 'on', 'it!', 'If', 'only', 'his', 'sister', 'were', 'here!', 'She', 'was', 'clever;', 'she', 'was', 'already', 'in', 'tears', 'while', 'Gregor', 'was', 'still', 'lying', 'peacefully', 'on', 'his', 'back.', 'And', 'the', 'chief', 'clerk', 'was', 'a', 'lover', 'of', 'women,', 'surely', 'she', 'could', 'persuade', 'him;', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entrance', 'hall', 'and', 'talk', 'him', 'out', 'of', 'his', 'shocked', 'state.', 'But', 'his', 'sister', 'was', 'not', 'there,', 'Gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself.', 'And', 'without', 'considering', 'that', 'he', 'still', 'was', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'his', 'present', 'state,', 'or', 'that', 'his', 'speech', 'still', 'might', 'not', '-', 'or', 'probably', 'would', 'not', '-', 'be', 'understood,', 'he', 'let', 'go', 'of', 'the', 'door;', 'pushed', 'himself', 'through', 'the', 'opening;', 'tried', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'landing', 'who,', 'ridiculously,', 'was', 'holding', 'on', 'to', 'the', 'banister', 'with', 'both', 'hands;', 'but', 'Gregor', 'fell', 'immediately', 'over', 'and,', 'with', 'a', 'little', 'scream', 'as', 'he', 'sought', 'something', 'to', 'hold', 'onto,', 'landed', 'on', 'his', 'numerous', 'little', 'legs.', 'Hardly', 'had', 'that', 'happened', 'than,', 'for', 'the', 'first', 'time', 'that', 'day,', 'he', 'began', 'to', 'feel', 'alright', 'with', 'his', 'body;', 'the', 'little', 'legs', 'had', 'the', 'solid', 'ground', 'under', 'them;', 'to', 'his', 'pleasure,', 'they', 'did', 'exactly', 'as', 'he', 'told', 'them;', 'they', 'were', 'even', 'making', 'the', 'effort', 'to', 'carry', 'him', 'where', 'he', 'wanted', 'to', 'go;', 'and', 'he', 'was', 'soon', 'believing', 'that', 'all', 'his', 'sorrows', 'would', 'soon', 'be', 'finally', 'at', 'an', 'end.', 'He', 'held', 'back', 'the', 'urge', 'to', 'move', 'but', 'swayed', 'from', 'side', 'to', 'side', 'as', 'he', 'crouched', 'there', 'on', 'the', 'floor.', 'His', 'mother', 'was', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seemed,', 'at', 'first,', 'quite', 'engrossed', 'in', 'herself,', 'but', 'then', 'she', 'suddenly', 'jumped', 'up', 'with', 'her', 'arms', 'outstretched', 'and', 'her', 'fingers', 'spread', 'shouting:', '"Help,', 'for', "pity's", 'sake,', 'Help!"', 'The', 'way', 'she', 'held', 'her', 'head', 'suggested', 'she', 'wanted', 'to', 'see', 'Gregor', 'better,', 'but', 'the', 'unthinking', 'way', 'she', 'was', 'hurrying', 'backwards', 'showed', 'that', 'she', 'did', 'not;', 'she', 'had', 'forgotten', 'that', 'the', 'table', 'was', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'things', 'on', 'it;', 'when', 'she', 'reached', 'the', 'table', 'she', 'sat', 'quickly', 'down', 'on', 'it', 'without', 'knowing', 'what', 'she', 'was', 'doing;', 'without', 'even', 'seeming', 'to', 'notice', 'that', 'the', 'coffee', 'pot', 'had', 'been', 'knocked', 'over', 'and', 'a', 'gush', 'of', 'coffee', 'was', 'pouring', 'down', 'onto', 'the', 'carpet.', '"Mother,', 'mother",', 'said', 'Gregor', 'gently,', 'looking', 'up', 'at', 'her.', 'He', 'had', 'completely', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment,', 'but', 'could', 'not', 'help', 'himself', 'snapping', 'in', 'the', 'air', 'with', 'his', 'jaws', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffee.', 'That', 'set', 'his', 'mother', 'screaming', 'anew,', 'she', 'fled', 'from', 'the', 'table', 'and', 'into', 'the', 'arms', 'of', 'his', 'father', 'as', 'he', 'rushed', 'towards', 'her.', 'Gregor,', 'though,', 'had', 'no', 'time', 'to', 'spare', 'for', 'his', 'parents', 'now;', 'the', 'chief', 'clerk', 'had', 'already', 'reached', 'the', 'stairs;', 'with', 'his', 'chin', 'on', 'the', 'banister,', 'he', 'looked', 'back', 'for', 'the', 'last', 'time.', 'Gregor', 'made', 'a', 'run', 'for', 'him;', 'he', 'wanted', 'to', 'be', 'sure', 'of', 'reaching', 'him;', 'the', 'chief', 'clerk', 'must', 'have', 'expected', 'something,', 'as', 'he', 'leapt', 'down', 'several', 'steps', 'at', 'once', 'and', 'disappeared;', 'his', 'shouts', 'resounding', 'all', 'around', 'the', 'staircase.', 'The', 'flight', 'of', 'the', 'chief', 'clerk', 'seemed,', 'unfortunately,', 'to', 'put', "Gregor's", 'father', 'into', 'a', 'panic', 'as', 'well.', 'Until', 'then', 'he', 'had', 'been', 'relatively', 'self', 'controlled,', 'but', 'now,', 'instead', 'of', 'running', 'after', 'the', 'chief', 'clerk', 'himself,', 'or', 'at', 'least', 'not', 'impeding', 'Gregor', 'as', 'he', 'ran', 'after', 'him,', "Gregor's", 'father', 'seized', 'the', 'chief', "clerk's", 'stick', 'in', 'his', 'right', 'hand', '(the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair,', 'along', 'with', 'his', 'hat', 'and', 'overcoat),', 'picked', 'up', 'a', 'large', 'newspaper', 'from', 'the', 'table', 'with', 'his', 'left,', 'and', 'used', 'them', 'to', 'drive', 'Gregor', 'back', 'into', 'his', 'room,', 'stamping', 'his', 'foot', 'at', 'him', 'as', 'he', 'went.', "Gregor's", 'appeals', 'to', 'his', 'father', 'were', 'of', 'no', 'help,', 'his', 'appeals', 'were', 'simply', 'not', 'understood,', 'however', 'much', 'he', 'humbly', 'turned', 'his', 'head', 'his', 'father', 'merely', 'stamped', 'his', 'foot', 'all', 'the', 'harder.', 'Across', 'the', 'room,', 'despite', 'the', 'chilly', 'weather,', "Gregor's", 'mother', 'had', 'pulled', 'open', 'a', 'window,', 'leant', 'far', 'out', 'of', 'it', 'and', 'pressed', 'her', 'hands', 'to', 'her', 'face.', 'A', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'towards', 'the', 'stairway,', 'the', 'curtains', 'flew', 'up,', 'the', 'newspapers', 'on', 'the', 'table', 'fluttered', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor.', 'Nothing', 'would', 'stop', "Gregor's", 'father', 'as', 'he', 'drove', 'him', 'back,', 'making', 'hissing', 'noises', 'at', 'him', 'like', 'a', 'wild', 'man.', 'Gregor', 'had', 'never', 'had', 'any', 'practice', 'in', 'moving', 'backwards', 'and', 'was', 'only', 'able', 'to', 'go', 'very', 'slowly.', 'If', 'Gregor', 'had', 'only', 'been', 'allowed', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'his', 'room', 'straight', 'away,', 'but', 'he', 'was', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'his', 'father', 'would', 'become', 'impatient,', 'and', 'there', 'was', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'his', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'his', "father's", 'hand', 'any', 'moment.', 'Eventually,', 'though,', 'Gregor', 'realised', 'that', 'he', 'had', 'no', 'choice', 'as', 'he', 'saw,', 'to', 'his', 'disgust,', 'that', 'he', 'was', 'quite', 'incapable', 'of', 'going', 'backwards', 'in', 'a', 'straight', 'line;', 'so', 'he', 'began,', 'as', 'quickly', 'as', 'possible', 'and', 'with', 'frequent', 'anxious', 'glances', 'at', 'his', 'father,', 'to', 'turn', 'himself', 'round.', 'It', 'went', 'very', 'slowly,', 'but', 'perhaps', 'his', 'father', 'was', 'able', 'to', 'see', 'his', 'good', 'intentions', 'as', 'he', 'did', 'nothing', 'to', 'hinder', 'him,', 'in', 'fact', 'now', 'and', 'then', 'he', 'used', 'the', 'tip', 'of', 'his', 'stick', 'to', 'give', 'directions', 'from', 'a', 'distance', 'as', 'to', 'which', 'way', 'to', 'turn.', 'If', 'only', 'his', 'father', 'would', 'stop', 'that', 'unbearable', 'hissing!', 'It', 'was', 'making', 'Gregor', 'quite', 'confused.', 'When', 'he', 'had', 'nearly', 'finished', 'turning', 'round,', 'still', 'listening', 'to', 'that', 'hissing,', 'he', 'made', 'a', 'mistake', 'and', 'turned', 'himself', 'back', 'a', 'little', 'the', 'way', 'he', 'had', 'just', 'come.', 'He', 'was', 'pleased', 'when', 'he', 'finally', 'had', 'his', 'head', 'in', 'front', 'of', 'the', 'doorway,', 'but', 'then', 'saw', 'that', 'it', 'was', 'too', 'narrow,', 'and', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulty.', 'In', 'his', 'present', 'mood,', 'it', 'obviously', 'did', 'not', 'occur', 'to', 'his', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'double', 'doors', 'so', 'that', 'Gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through.', 'He', 'was', 'merely', 'fixed', 'on', 'the', 'idea', 'that', 'Gregor', 'should', 'be', 'got', 'back', 'into', 'his', 'room', 'as', 'quickly', 'as', 'possible.', 'Nor', 'would', 'he', 'ever', 'have', 'allowed', 'Gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'preparation', 'for', 'getting', 'through', 'the', 'doorway.', 'What', 'he', 'did,', 'making', 'more', 'noise', 'than', 'ever,', 'was', 'to', 'drive', 'Gregor', 'forwards', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'nothing', 'in', 'the', 'way;', 'it', 'sounded', 'to', 'Gregor', 'as', 'if', 'there', 'was', 'now', 'more', 'than', 'one', 'father', 'behind', 'him;', 'it', 'was', 'not', 'a', 'pleasant', 'experience,', 'and', 'Gregor', 'pushed', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen.', 'One', 'side', 'of', 'his', 'body', 'lifted', 'itself,', 'he', 'lay', 'at', 'an', 'angle', 'in', 'the', 'doorway,', 'one', 'flank', 'scraped', 'on', 'the', 'white', 'door', 'and', 'was', 'painfully', 'injured,', 'leaving', 'vile', 'brown', 'flecks', 'on', 'it,', 'soon', 'he', 'was', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'able', 'to', 'move', 'at', 'all', 'by', 'himself,', 'the', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'pressed', 'painfully', 'against', 'the', 'ground.', 'Then', 'his', 'father', 'gave', 'him', 'a', 'hefty', 'shove', 'from', 'behind', 'which', 'released', 'him', 'from', 'where', 'he', 'was', 'held', 'and', 'sent', 'him', 'flying,', 'and', 'heavily', 'bleeding,', 'deep', 'into', 'his', 'room.', 'The', 'door', 'was', 'slammed', 'shut', 'with', 'the', 'stick,', 'then,', 'finally,', 'all', 'was', 'quiet.', 'II', 'It', 'was', 'not', 'until', 'it', 'was', 'getting', 'dark', 'that', 'evening', 'that', 'Gregor', 'awoke', 'from', 'his', 'deep', 'and', 'coma-like', 'sleep.', 'He', 'would', 'have', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'if', 'he', "hadn't", 'been', 'disturbed,', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fully', 'rested.', 'But', 'he', 'had', 'the', 'impression', 'that', 'some', 'hurried', 'steps', 'and', 'the', 'sound', 'of', 'the', 'door', 'leading', 'into', 'the', 'front', 'room', 'being', 'carefully', 'shut', 'had', 'woken', 'him.', 'The', 'light', 'from', 'the', 'electric', 'street', 'lamps', 'shone', 'palely', 'here', 'and', 'there', 'onto', 'the', 'ceiling', 'and', 'tops', 'of', 'the', 'furniture,', 'but', 'down', 'below,', 'where', 'Gregor', 'was,', 'it', 'was', 'dark.', 'He', 'pushed', 'himself', 'over', 'to', 'the', 'door,', 'feeling', 'his', 'way', 'clumsily', 'with', 'his', 'antennae', '-', 'of', 'which', 'he', 'was', 'now', 'beginning', 'to', 'learn', 'the', 'value', '-', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happening', 'there.', 'The', 'whole', 'of', 'his', 'left', 'side', 'seemed', 'like', 'one,', 'painfully', 'stretched', 'scar,', 'and', 'he', 'limped', 'badly', 'on', 'his', 'two', 'rows', 'of', 'legs.', 'One', 'of', 'the', 'legs', 'had', 'been', 'badly', 'injured', 'in', 'the', 'events', 'of', 'that', 'morning', '-', 'it', 'was', 'nearly', 'a', 'miracle', 'that', 'only', 'one', 'of', 'them', 'had', 'been', '-', 'and', 'dragged', 'along', 'lifelessly.', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'door', 'that', 'he', 'realised', 'what', 'it', 'actually', 'was', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it;', 'it', 'was', 'the', 'smell', 'of', 'something', 'to', 'eat.', 'By', 'the', 'door', 'there', 'was', 'a', 'dish', 'filled', 'with', 'sweetened', 'milk', 'with', 'little', 'pieces', 'of', 'white', 'bread', 'floating', 'in', 'it.', 'He', 'was', 'so', 'pleased', 'he', 'almost', 'laughed,', 'as', 'he', 'was', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morning,', 'and', 'immediately', 'dipped', 'his', 'head', 'into', 'the', 'milk,', 'nearly', 'covering', 'his', 'eyes', 'with', 'it.', 'But', 'he', 'soon', 'drew', 'his', 'head', 'back', 'again', 'in', 'disappointment;', 'not', 'only', 'did', 'the', 'pain', 'in', 'his', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', '-', 'he', 'was', 'only', 'able', 'to', 'eat', 'if', 'his', 'whole', 'body', 'worked', 'together', 'as', 'a', 'snuffling', 'whole', '-', 'but', 'the', 'milk', 'did', 'not', 'taste', 'at', 'all', 'nice.', 'Milk', 'like', 'this', 'was', 'normally', 'his', 'favourite', 'drink,', 'and', 'his', 'sister', 'had', 'certainly', 'left', 'it', 'there', 'for', 'him', 'because', 'of', 'that,', 'but', 'he', 'turned,', 'almost', 'against', 'his', 'own', 'will,', 'away', 'from', 'the', 'dish', 'and', 'crawled', 'back', 'into', 'the', 'centre', 'of', 'the', 'room.', 'Through', 'the', 'crack', 'in', 'the', 'door,', 'Gregor', 'could', 'see', 'that', 'the', 'gas', 'had', 'been', 'lit', 'in', 'the', 'living', 'room.', 'His', 'father', 'at', 'this', 'time', 'would', 'normally', 'be', 'sat', 'with', 'his', 'evening', 'paper,', 'reading', 'it', 'out', 'in', 'a', 'loud', 'voice', 'to', "Gregor's", 'mother,', 'and', 'sometimes', 'to', 'his', 'sister,', 'but', 'there', 'was', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard.', "Gregor's", 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'this', 'reading,', 'but', 'maybe', 'his', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'times.', 'It', 'was', 'so', 'quiet', 'all', 'around', 'too,', 'even', 'though', 'there', 'must', 'have', 'been', 'somebody', 'in', 'the', 'flat.', '"What', 'a', 'quiet', 'life', 'it', 'is', 'the', 'family', 'lead",', 'said', 'Gregor', 'to', 'himself,', 'and,', 'gazing', 'into', 'the', 'darkness,', 'felt', 'a', 'great', 'pride', 'that', 'he', 'was', 'able', 'to', 'provide', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'his', 'sister', 'and', 'parents.', 'But', 'what', 'now,', 'if', 'all', 'this', 'peace', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horrible', 'and', 'frightening', 'end?', 'That', 'was', 'something', 'that', 'Gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much,', 'so', 'he', 'started', 'to', 'move', 'about,', 'crawling', 'up', 'and', 'down', 'the', 'room.', 'Once', 'during', 'that', 'long', 'evening,', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'was', 'opened', 'very', 'slightly', 'and', 'hurriedly', 'closed', 'again;', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same;', 'it', 'seemed', 'that', 'someone', 'needed', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it.', 'Gregor', 'went', 'and', 'waited', 'immediately', 'by', 'the', 'door,', 'resolved', 'either', 'to', 'bring', 'the', 'timorous', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'was;', 'but', 'the', 'door', 'was', 'opened', 'no', 'more', 'that', 'night', 'and', 'Gregor', 'waited', 'in', 'vain.', 'The', 'previous', 'morning', 'while', 'the', 'doors', 'were', 'locked', 'everyone', 'had', 'wanted', 'to', 'get', 'in', 'there', 'to', 'him,', 'but', 'now,', 'now', 'that', 'he', 'had', 'opened', 'up', 'one', 'of', 'the', 'doors', 'and', 'the', 'other', 'had', 'clearly', 'been', 'unlocked', 'some', 'time', 'during', 'the', 'day,', 'no-one', 'came,', 'and', 'the', 'keys', 'were', 'in', 'the', 'other', 'sides.', 'It', 'was', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'living', 'room', 'was', 'put', 'out,', 'and', 'now', 'it', 'was', 'easy', 'to', 'see', 'that', 'his', 'parents', 'and', 'sister', 'had', 'stayed', 'awake', 'all', 'that', 'time,', 'as', 'they', 'all', 'could', 'be', 'distinctly', 'heard', 'as', 'they', 'went', 'away', 'together', 'on', 'tip-toe.', 'It', 'was', 'clear', 'that', 'no-one', 'would', 'come', 'into', "Gregor's", 'room', 'any', 'more', 'until', 'morning;', 'that', 'gave', 'him', 'plenty', 'of', 'time', 'to', 'think', 'undisturbed', 'about', 'how', 'he', 'would', 'have', 'to', 're-arrange', 'his', 'life.', 'For', 'some', 'reason,', 'the', 'tall,', 'empty', 'room', 'where', 'he', 'was', 'forced', 'to', 'remain', 'made', 'him', 'feel', 'uneasy', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor,', 'even', 'though', 'he', 'had', 'been', 'living', 'in', 'it', 'for', 'five', 'years.', 'Hardly', 'aware', 'of', 'what', 'he', 'was', 'doing', 'other', 'than', 'a', 'slight', 'feeling', 'of', 'shame,', 'he', 'hurried', 'under', 'the', 'couch.', 'It', 'pressed', 'down', 'on', 'his', 'back', 'a', 'little,', 'and', 'he', 'was', 'no', 'longer', 'able', 'to', 'lift', 'his', 'head,', 'but', 'he', 'nonetheless', 'felt', 'immediately', 'at', 'ease', 'and', 'his', 'only', 'regret', 'was', 'that', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath.', 'He', 'spent', 'the', 'whole', 'night', 'there.', 'Some', 'of', 'the', 'time', 'he', 'passed', 'in', 'a', 'light', 'sleep,', 'although', 'he', 'frequently', 'woke', 'from', 'it', 'in', 'alarm', 'because', 'of', 'his', 'hunger,', 'and', 'some', 'of', 'the', 'time', 'was', 'spent', 'in', 'worries', 'and', 'vague', 'hopes', 'which,', 'however,', 'always', 'led', 'to', 'the', 'same', 'conclusion:', 'for', 'the', 'time', 'being', 'he', 'must', 'remain', 'calm,', 'he', 'must', 'show', 'patience', 'and', 'the', 'greatest', 'consideration', 'so', 'that', 'his', 'family', 'could', 'bear', 'the', 'unpleasantness', 'that', 'he,', 'in', 'his', 'present', 'condition,', 'was', 'forced', 'to', 'impose', 'on', 'them.', 'Gregor', 'soon', 'had', 'the', 'opportunity', 'to', 'test', 'the', 'strength', 'of', 'his', 'decisions,', 'as', 'early', 'the', 'next', 'morning,', 'almost', 'before', 'the', 'night', 'had', 'ended,', 'his', 'sister,', 'nearly', 'fully', 'dressed,', 'opened', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'looked', 'anxiously', 'in.', 'She', 'did', 'not', 'see', 'him', 'straight', 'away,', 'but', 'when', 'she', 'did', 'notice', 'him', 'under', 'the', 'couch', '-', 'he', 'had', 'to', 'be', 'somewhere,', 'for', "God's", 'sake,', 'he', "couldn't", 'have', 'flown', 'away', '-', 'she', 'was', 'so', 'shocked', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slammed', 'the', 'door', 'shut', 'again', 'from', 'outside.', 'But', 'she', 'seemed', 'to', 'regret', 'her', 'behaviour,', 'as', 'she', 'opened', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tip-toe', 'as', 'if', 'entering', 'the', 'room', 'of', 'someone', 'seriously', 'ill', 'or', 'even', 'of', 'a', 'stranger.', 'Gregor', 'had', 'pushed', 'his', 'head', 'forward,', 'right', 'to', 'the', 'edge', 'of', 'the', 'couch,', 'and', 'watched', 'her.', 'Would', 'she', 'notice', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'was,', 'realise', 'that', 'it', 'was', 'not', 'from', 'any', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'was', 'more', 'suitable?', 'If', 'she', "didn't", 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungry', 'than', 'draw', 'her', 'attention', 'to', 'it,', 'although', 'he', 'did', 'feel', 'a', 'terrible', 'urge', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch,', 'throw', 'himself', 'at', 'his', "sister's", 'feet', 'and', 'beg', 'her', 'for', 'something', 'good', 'to', 'eat.', 'However,', 'his', 'sister', 'noticed', 'the', 'full', 'dish', 'immediately', 'and', 'looked', 'at', 'it', 'and', 'the', 'few', 'drops', 'of', 'milk', 'splashed', 'around', 'it', 'with', 'some', 'surprise.', 'She', 'immediately', 'picked', 'it', 'up', '-', 'using', 'a', 'rag,', 'not', 'her', 'bare', 'hands', '-', 'and', 'carried', 'it', 'out.', 'Gregor', 'was', 'extremely', 'curious', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'its', 'place,', 'imagining', 'the', 'wildest', 'possibilities,', 'but', 'he', 'never', 'could', 'have', 'guessed', 'what', 'his', 'sister,', 'in', 'her', 'goodness,', 'actually', 'did', 'bring.', 'In', 'order', 'to', 'test', 'his', 'taste,', 'she', 'brought', 'him', 'a', 'whole', 'selection', 'of', 'things,', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspaper.', 'There', 'were', 'old,', 'half-rotten', 'vegetables;', 'bones', 'from', 'the', 'evening', 'meal,', 'covered', 'in', 'white', 'sauce', 'that', 'had', 'gone', 'hard;', 'a', 'few', 'raisins', 'and', 'almonds;', 'some', 'cheese', 'that', 'Gregor', 'had', 'declared', 'inedible', 'two', 'days', 'before;', 'a', 'dry', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt.', 'As', 'well', 'as', 'all', 'that', 'she', 'had', 'poured', 'some', 'water', 'into', 'the', 'dish,', 'which', 'had', 'probably', 'been', 'permanently', 'set', 'aside', 'for', "Gregor's", 'use,', 'and', 'placed', 'it', 'beside', 'them.', 'Then,', 'out', 'of', 'consideration', 'for', "Gregor's", 'feelings,', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her,', 'she', 'hurried', 'out', 'again', 'and', 'even', 'turned', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'Gregor', 'would', 'know', 'he', 'could', 'make', 'things', 'as', 'comfortable', 'for', 'himself', 'as', 'he', 'liked.', "Gregor's", 'little', 'legs', 'whirred,', 'at', 'last', 'he', 'could', 'eat.', "What's", 'more,', 'his', 'injuries', 'must', 'already', 'have', 'completely', 'healed', 'as', 'he', 'found', 'no', 'difficulty', 'in', 'moving.', 'This', 'amazed', 'him,', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'his', 'finger', 'slightly', 'with', 'a', 'knife,', 'he', 'thought', 'of', 'how', 'his', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'before', 'yesterday.', '"Am', 'I', 'less', 'sensitive', 'than', 'I', 'used', 'to', 'be,', 'then?",', 'he', 'thought,', 'and', 'was', 'already', 'sucking', 'greedily', 'at', 'the', 'cheese', 'which', 'had', 'immediately,', 'almost', 'compellingly,', 'attracted', 'him', 'much', 'more', 'than', 'the', 'other', 'foods', 'on', 'the', 'newspaper.', 'Quickly', 'one', 'after', 'another,', 'his', 'eyes', 'watering', 'with', 'pleasure,', 'he', 'consumed', 'the', 'cheese,', 'the', 'vegetables', 'and', 'the', 'sauce;', 'the', 'fresh', 'foods,', 'on', 'the', 'other', 'hand,', 'he', "didn't", 'like', 'at', 'all,', 'and', 'even', 'dragged', 'the', 'things', 'he', 'did', 'want', 'to', 'eat', 'a', 'little', 'way', 'away', 'from', 'them', 'because', 'he', "couldn't", 'stand', 'the', 'smell.', 'Long', 'after', 'he', 'had', 'finished', 'eating', 'and', 'lay', 'lethargic', 'in', 'the', 'same', 'place,', 'his', 'sister', 'slowly', 'turned', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw.', 'He', 'was', 'immediately', 'startled,', 'although', 'he', 'had', 'been', 'half', 'asleep,', 'and', 'he', 'hurried', 'back', 'under', 'the', 'couch.', 'But', 'he', 'needed', 'great', 'self-control', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'his', 'sister', 'was', 'in', 'the', 'room,', 'as', 'eating', 'so', 'much', 'food', 'had', 'rounded', 'out', 'his', 'body', 'a', 'little', 'and', 'he', 'could', 'hardly', 'breathe', 'in', 'that', 'narrow', 'space.', 'Half', 'suffocating,', 'he', 'watched', 'with', 'bulging', 'eyes', 'as', 'his', 'sister', 'unselfconsciously', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'left-overs,', 'mixing', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touched', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'used', 'any', 'more.', 'She', 'quickly', 'dropped', 'it', 'all', 'into', 'a', 'bin,', 'closed', 'it', 'with', 'its', 'wooden', 'lid,', 'and', 'carried', 'everything', 'out.', 'She', 'had', 'hardly', 'turned', 'her', 'back', 'before', 'Gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretched', 'himself.', 'This', 'was', 'how', 'Gregor', 'received', 'his', 'food', 'each', 'day', 'now,', 'once', 'in', 'the', 'morning', 'while', 'his', 'parents', 'and', 'the', 'maid', 'were', 'still', 'asleep,', 'and', 'the', 'second', 'time', 'after', 'everyone', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'his', 'parents', 'would', 'sleep', 'for', 'a', 'little', 'while', 'then', 'as', 'well,', 'and', "Gregor's", 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand.', "Gregor's", 'father', 'and', 'mother', 'certainly', 'did', 'not', 'want', 'him', 'to', 'starve', 'either,', 'but', 'perhaps', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'any', 'more', 'experience', 'of', 'his', 'feeding', 'than', 'being', 'told', 'about', 'it,', 'and', 'perhaps', 'his', 'sister', 'wanted', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'indeed', 'suffering', 'enough.', 'It', 'was', 'impossible', 'for', 'Gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morning', 'to', 'get', 'them', 'out', 'of', 'the', 'flat.', 'As', 'nobody', 'could', 'understand', 'him,', 'nobody,', 'not', 'even', 'his', 'sister,', 'thought', 'that', 'he', 'could', 'understand', 'them,', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'his', "sister's", 'sighs', 'and', 'appeals', 'to', 'the', 'saints', 'as', 'she', 'moved', 'about', 'his', 'room.', 'It', 'was', 'only', 'later,', 'when', 'she', 'had', 'become', 'a', 'little', 'more', 'used', 'to', 'everything', '-', 'there', 'was,', 'of', 'course,', 'no', 'question', 'of', 'her', 'ever', 'becoming', 'fully', 'used', 'to', 'the', 'situation', '-', 'that', 'Gregor', 'would', 'sometimes', 'catch', 'a', 'friendly', 'comment,', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'construed', 'as', 'friendly.', '"He\'s', 'enjoyed', 'his', 'dinner', 'today",', 'she', 'might', 'say', 'when', 'he', 'had', 'diligently', 'cleared', 'away', 'all', 'the', 'food', 'left', 'for', 'him,', 'or', 'if', 'he', 'left', 'most', 'of', 'it,', 'which', 'slowly', 'became', 'more', 'and', 'more', 'frequent,', 'she', 'would', 'often', 'say,', 'sadly,', '"now', "everything's", 'just', 'been', 'left', 'there', 'again".', 'Although', 'Gregor', "wasn't", 'able', 'to', 'hear', 'any', 'news', 'directly', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'was', 'said', 'in', 'the', 'next', 'rooms,', 'and', 'whenever', 'he', 'heard', 'anyone', 'speaking', 'he', 'would', 'scurry', 'straight', 'to', 'the', 'appropriate', 'door', 'and', 'press', 'his', 'whole', 'body', 'against', 'it.', 'There', 'was', 'seldom', 'any', 'conversation,', 'especially', 'at', 'first,', 'that', 'was', 'not', 'about', 'him', 'in', 'some', 'way,', 'even', 'if', 'only', 'in', 'secret.', 'For', 'two', 'whole', 'days,', 'all', 'the', 'talk', 'at', 'every', 'mealtime', 'was', 'about', 'what', 'they', 'should', 'do', 'now;', 'but', 'even', 'between', 'meals', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'always', 'at', 'least', 'two', 'members', 'of', 'the', 'family', 'at', 'home', '-', 'nobody', 'wanted', 'to', 'be', 'at', 'home', 'by', 'themselves', 'and', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'leave', 'the', 'flat', 'entirely', 'empty.', 'And', 'on', 'the', 'very', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knees', 'and', 'begged', "Gregor's", 'mother', 'to', 'let', 'her', 'go', 'without', 'delay.', 'It', 'was', 'not', 'very', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happened', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour,', 'tearfully', 'thanking', "Gregor's", 'mother', 'for', 'her', 'dismissal', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enormous', 'service.', 'She', 'even', 'swore', 'emphatically', 'not', 'to', 'tell', 'anyone', 'the', 'slightest', 'about', 'what', 'had', 'happened,', 'even', 'though', 'no-one', 'had', 'asked', 'that', 'of', 'her.', 'Now', "Gregor's", 'sister', 'also', 'had', 'to', 'help', 'his', 'mother', 'with', 'the', 'cooking;', 'although', 'that', 'was', 'not', 'so', 'much', 'bother', 'as', 'no-one', 'ate', 'very', 'much.', 'Gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccessfully', 'urge', 'another', 'to', 'eat,', 'and', 'receive', 'no', 'more', 'answer', 'than', '"no', 'thanks,', "I've", 'had', 'enough"', 'or', 'something', 'similar.', 'No-one', 'drank', 'very', 'much', 'either.', 'His', 'sister', 'would', 'sometimes', 'ask', 'his', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer,', 'hoping', 'for', 'the', 'chance', 'to', 'go', 'and', 'fetch', 'it', 'herself.', 'When', 'his', 'father', 'then', 'said', 'nothing', 'she', 'would', 'add,', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish,', 'that', 'she', 'could', 'send', 'the', 'housekeeper', 'for', 'it,', 'but', 'then', 'his', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big,', 'loud', '"No",', 'and', 'no', 'more', 'would', 'be', 'said.', 'Even', 'before', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end,', 'his', 'father', 'had', 'explained', 'to', "Gregor's", 'mother', 'and', 'sister', 'what', 'their', 'finances', 'and', 'prospects', 'were.', 'Now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'table', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'little', 'cash', 'box', 'he', 'had', 'saved', 'from', 'his', 'business', 'when', 'it', 'had', 'collapsed', 'five', 'years', 'earlier.', 'Gregor', 'heard', 'how', 'he', 'opened', 'the', 'complicated', 'lock', 'and', 'then', 'closed', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'wanted.', 'What', 'he', 'heard', 'his', 'father', 'say', 'was', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'Gregor', 'heard', 'since', 'he', 'had', 'first', 'been', 'incarcerated', 'in', 'his', 'room.', 'He', 'had', 'thought', 'that', 'nothing', 'at', 'all', 'remained', 'from', 'his', "father's", 'business,', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anything', 'different,', 'and', 'Gregor', 'had', 'never', 'asked', 'him', 'about', 'it', 'anyway.', 'Their', 'business', 'misfortune', 'had', 'reduced', 'the', 'family', 'to', 'a', 'state', 'of', 'total', 'despair,', 'and', "Gregor's", 'only', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrange', 'things', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickly', 'as', 'possible.', 'So', 'then', 'he', 'started', 'working', 'especially', 'hard,', 'with', 'a', 'fiery', 'vigour', 'that', 'raised', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travelling', 'representative', 'almost', 'overnight,', 'bringing', 'with', 'it', 'the', 'chance', 'to', 'earn', 'money', 'in', 'quite', 'different', 'ways.', 'Gregor', 'converted', 'his', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'table', 'at', 'home', 'for', 'the', 'benefit', 'of', 'his', 'astonished', 'and', 'delighted', 'family.', 'They', 'had', 'been', 'good', 'times', 'and', 'they', 'had', 'never', 'come', 'again,', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour,', 'even', 'though', 'Gregor', 'had', 'later', 'earned', 'so', 'much', 'that', 'he', 'was', 'in', 'a', 'position', 'to', 'bear', 'the', 'costs', 'of', 'the', 'whole', 'family,', 'and', 'did', 'bear', 'them.', 'They', 'had', 'even', 'got', 'used', 'to', 'it,', 'both', 'Gregor', 'and', 'the', 'family,', 'they', 'took', 'the', 'money', 'with', 'gratitude', 'and', 'he', 'was', 'glad', 'to', 'provide', 'it,', 'although', 'there', 'was', 'no', 'longer', 'much', 'warm', 'affection', 'given', 'in', 'return.', 'Gregor', 'only', 'remained', 'close', 'to', 'his', 'sister', 'now.', 'Unlike', 'him,', 'she', 'was', 'very', 'fond', 'of', 'music', 'and', 'a', 'gifted', 'and', 'expressive', 'violinist,', 'it', 'was', 'his', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'next', 'year', 'even', 'though', 'it', 'would', 'cause', 'great', 'expense', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way.', 'During', "Gregor's", 'short', 'periods', 'in', 'town,', 'conversation', 'with', 'his', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatory', 'but', 'it', 'was', 'only', 'ever', 'mentioned', 'as', 'a', 'lovely', 'dream', 'that', 'could', 'never', 'be', 'realised.', 'Their', 'parents', 'did', 'not', 'like', 'to', 'hear', 'this', 'innocent', 'talk,', 'but', 'Gregor', 'thought', 'about', 'it', 'quite', 'hard', 'and', 'decided', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'planned', 'with', 'a', 'grand', 'announcement', 'of', 'it', 'on', 'Christmas', 'day.', 'That', 'was', 'the', 'sort', 'of', 'totally', 'pointless', 'thing', 'that', 'went', 'through', 'his', 'mind', 'in', 'his', 'present', 'state,', 'pressed', 'upright', 'against', 'the', 'door', 'and', 'listening.', 'There', 'were', 'times', 'when', 'he', 'simply', 'became', 'too', 'tired', 'to', 'continue', 'listening,', 'when', 'his', 'head', 'would', 'fall', 'wearily', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start,', 'as', 'even', 'the', 'slightest', 'noise', 'he', 'caused', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent.', '"What\'s', 'that', "he's", 'doing', 'now",', 'his', 'father', 'would', 'say', 'after', 'a', 'while,', 'clearly', 'having', 'gone', 'over', 'to', 'the', 'door,', 'and', 'only', 'then', 'would', 'the', 'interrupted', 'conversation', 'slowly', 'be', 'taken', 'up', 'again.', 'When', 'explaining', 'things,', 'his', 'father', 'repeated', 'himself', 'several', 'times,', 'partly', 'because', 'it', 'was', 'a', 'long', 'time', 'since', 'he', 'had', 'been', 'occupied', 'with', 'these', 'matters', 'himself', 'and', 'partly', 'because', "Gregor's", 'mother', 'did', 'not', 'understand', 'everything', 'the', 'first', 'time.', 'From', 'these', 'repeated', 'explanations', 'Gregor', 'learned,', 'to', 'his', 'pleasure,', 'that', 'despite', 'all', 'their', 'misfortunes', 'there', 'was', 'still', 'some', 'money', 'available', 'from', 'the', 'old', 'days.', 'It', 'was', 'not', 'a', 'lot,', 'but', 'it', 'had', 'not', 'been', 'touched', 'in', 'the', 'meantime', 'and', 'some', 'interest', 'had', 'accumulated.', 'Besides', 'that,', 'they', 'had', 'not', 'been', 'using', 'up', 'all', 'the', 'money', 'that', 'Gregor', 'had', 'been', 'bringing', 'home', 'every', 'month,', 'keeping', 'only', 'a', 'little', 'for', 'himself,', 'so', 'that', 'that,', 'too,', 'had', 'been', 'accumulating.', 'Behind', 'the', 'door,', 'Gregor', 'nodded', 'with', 'enthusiasm', 'in', 'his', 'pleasure', 'at', 'this', 'unexpected', 'thrift', 'and', 'caution.', 'He', 'could', 'actually', 'have', 'used', 'this', 'surplus', 'money', 'to', 'reduce', 'his', "father's", 'debt', 'to', 'his', 'boss,', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer,', 'but', 'now', 'it', 'was', 'certainly', 'better', 'the', 'way', 'his', 'father', 'had', 'done', 'things.', 'This', 'money,', 'however,', 'was', 'certainly', 'not', 'enough', 'to', 'enable', 'the', 'family', 'to', 'live', 'off', 'the', 'interest;', 'it', 'was', 'enough', 'to', 'maintain', 'them', 'for,', 'perhaps,', 'one', 'or', 'two', 'years,', 'no', 'more.', "That's", 'to', 'say,', 'it', 'was', 'money', 'that', 'should', 'not', 'really', 'be', 'touched', 'but', 'set', 'aside', 'for', 'emergencies;', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earned.', 'His', 'father', 'was', 'healthy', 'but', 'old,', 'and', 'lacking', 'in', 'self', 'confidence.', 'During', 'the', 'five', 'years', 'that', 'he', 'had', 'not', 'been', 'working', '-', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', '-', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'become', 'very', 'slow', 'and', 'clumsy.', 'Would', "Gregor's", 'elderly', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money?', 'She', 'suffered', 'from', 'asthma', 'and', 'it', 'was', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home,', 'every', 'other', 'day', 'would', 'be', 'spent', 'struggling', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window.', 'Would', 'his', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money?', 'She', 'was', 'still', 'a', 'child', 'of', 'seventeen,', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'very', 'enviable,', 'consisting', 'of', 'wearing', 'nice', 'clothes,', 'sleeping', 'late,', 'helping', 'out', 'in', 'the', 'business,', 'joining', 'in', 'with', 'a', 'few', 'modest', 'pleasures', 'and', 'most', 'of', 'all', 'playing', 'the', 'violin.', 'Whenever', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money,', 'Gregor', 'would', 'always', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool,', 'leather', 'sofa', 'next', 'to', 'it,', 'as', 'he', 'became', 'quite', 'hot', 'with', 'shame', 'and', 'regret.', 'He', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through,', 'not', 'sleeping', 'a', 'wink', 'but', 'scratching', 'at', 'the', 'leather', 'for', 'hours', 'on', 'end.', 'Or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'pushing', 'a', 'chair', 'to', 'the', 'window,', 'climbing', 'up', 'onto', 'the', 'sill', 'and,', 'propped', 'up', 'in', 'the', 'chair,', 'leaning', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it.', 'He', 'had', 'used', 'to', 'feel', 'a', 'great', 'sense', 'of', 'freedom', 'from', 'doing', 'this,', 'but', 'doing', 'it', 'now', 'was', 'obviously', 'something', 'more', 'remembered', 'than', 'experienced,', 'as', 'what', 'he', 'actually', 'saw', 'in', 'this', 'way', 'was', 'becoming', 'less', 'distinct', 'every', 'day,', 'even', 'things', 'that', 'were', 'quite', 'near;', 'he', 'had', 'used', 'to', 'curse', 'the', 'ever-present', 'view', 'of', 'the', 'hospital', 'across', 'the', 'street,', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all,', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'lived', 'in', 'Charlottenstrasse,', 'which', 'was', 'a', 'quiet', 'street', 'despite', 'being', 'in', 'the', 'middle', 'of', 'the', 'city,', 'he', 'could', 'have', 'thought', 'that', 'he', 'was', 'looking', 'out', 'the', 'window', 'at', 'a', 'barren', 'waste', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingled', 'inseparably.', 'His', 'observant', 'sister', 'only', 'needed', 'to', 'notice', 'the', 'chair', 'twice', 'before', 'she', 'would', 'always', 'push', 'it', 'back', 'to', 'its', 'exact', 'position', 'by', 'the', 'window', 'after', 'she', 'had', 'tidied', 'up', 'the', 'room,', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on.', 'If', 'Gregor', 'had', 'only', 'been', 'able', 'to', 'speak', 'to', 'his', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it;', 'but', 'as', 'it', 'was', 'it', 'caused', 'him', 'pain.', 'His', 'sister,', 'naturally,', 'tried', 'as', 'far', 'as', 'possible', 'to', 'pretend', 'there', 'was', 'nothing', 'burdensome', 'about', 'it,', 'and', 'the', 'longer', 'it', 'went', 'on,', 'of', 'course,', 'the', 'better', 'she', 'was', 'able', 'to', 'do', 'so,', 'but', 'as', 'time', 'went', 'by', 'Gregor', 'was', 'also', 'able', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better.', 'It', 'had', 'even', 'become', 'very', 'unpleasant', 'for', 'him,', 'now,', 'whenever', 'she', 'entered', 'the', 'room.', 'No', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickly', 'close', 'the', 'door', 'as', 'a', 'precaution', 'so', 'that', 'no-one', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', "Gregor's", 'room,', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedly', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffocating.', 'Even', 'if', 'it', 'was', 'cold,', 'she', 'would', 'stay', 'at', 'the', 'window', 'breathing', 'deeply', 'for', 'a', 'little', 'while.', 'She', 'would', 'alarm', 'Gregor', 'twice', 'a', 'day', 'with', 'this', 'running', 'about', 'and', 'noise', 'making;', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shivering', 'the', 'whole', 'while,', 'knowing', 'full', 'well', 'that', 'she', 'would', 'certainly', 'have', 'liked', 'to', 'spare', 'him', 'this', 'ordeal,', 'but', 'it', 'was', 'impossible', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'windows', 'closed.', 'One', 'day,', 'about', 'a', 'month', 'after', "Gregor's", 'transformation', 'when', 'his', 'sister', 'no', 'longer', 'had', 'any', 'particular', 'reason', 'to', 'be', 'shocked', 'at', 'his', 'appearance,', 'she', 'came', 'into', 'the', 'room', 'a', 'little', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'staring', 'out', 'the', 'window,', 'motionless,', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horrible.', 'In', 'itself,', 'his', "sister's", 'not', 'coming', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surprise', 'for', 'Gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immediately', 'open', 'the', 'window', 'while', 'he', 'was', 'still', 'there,', 'but', 'not', 'only', 'did', 'she', 'not', 'come', 'in,', 'she', 'went', 'straight', 'back', 'and', 'closed', 'the', 'door', 'behind', 'her,', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threatened', 'her', 'and', 'tried', 'to', 'bite', 'her.', 'Gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch,', 'of', 'course,', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'before', 'his', 'sister', 'came', 'back', 'and', 'she', 'seemed', 'much', 'more', 'uneasy', 'than', 'usual.', 'It', 'made', 'him', 'realise', 'that', 'she', 'still', 'found', 'his', 'appearance', 'unbearable', 'and', 'would', 'continue', 'to', 'do', 'so,', 'she', 'probably', 'even', 'had', 'to', 'overcome', 'the', 'urge', 'to', 'flee', 'when', 'she', 'saw', 'the', 'little', 'bit', 'of', 'him', 'that', 'protruded', 'from', 'under', 'the', 'couch.', 'One', 'day,', 'in', 'order', 'to', 'spare', 'her', 'even', 'this', 'sight,', 'he', 'spent', 'four', 'hours', 'carrying', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'his', 'back', 'and', 'arranged', 'it', 'so', 'that', 'he', 'was', 'completely', 'covered', 'and', 'his', 'sister', 'would', 'not', 'be', 'able', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down.', 'If', 'she', 'did', 'not', 'think', 'this', 'sheet', 'was', 'necessary', 'then', 'all', 'she', 'had', 'to', 'do', 'was', 'take', 'it', 'off', 'again,', 'as', 'it', 'was', 'clear', 'enough', 'that', 'it', 'was', 'no', 'pleasure', 'for', 'Gregor', 'to', 'cut', 'himself', 'off', 'so', 'completely.', 'She', 'left', 'the', 'sheet', 'where', 'it', 'was.', 'Gregor', 'even', 'thought', 'he', 'glimpsed', 'a', 'look', 'of', 'gratitude', 'one', 'time', 'when', 'he', 'carefully', 'looked', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'his', 'sister', 'liked', 'the', 'new', 'arrangement.', 'For', 'the', 'first', 'fourteen', 'days,', "Gregor's", 'parents', 'could', 'not', 'bring', 'themselves', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him.', 'He', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreciated', 'all', 'the', 'new', 'work', 'his', 'sister', 'was', 'doing', 'even', 'though,', 'before,', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'was', 'somewhat', 'useless', 'and', 'frequently', 'been', 'annoyed', 'with', 'her.', 'But', 'now', 'the', 'two', 'of', 'them,', 'father', 'and', 'mother,', 'would', 'often', 'both', 'wait', 'outside', 'the', 'door', 'of', "Gregor's", 'room', 'while', 'his', 'sister', 'tidied', 'up', 'in', 'there,', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactly', 'how', 'everything', 'looked,', 'what', 'Gregor', 'had', 'eaten,', 'how', 'he', 'had', 'behaved', 'this', 'time', 'and', 'whether,', 'perhaps,', 'any', 'slight', 'improvement', 'could', 'be', 'seen.', 'His', 'mother', 'also', 'wanted', 'to', 'go', 'in', 'and', 'visit', 'Gregor', 'relatively', 'soon', 'but', 'his', 'father', 'and', 'sister', 'at', 'first', 'persuaded', 'her', 'against', 'it.', 'Gregor', 'listened', 'very', 'closely', 'to', 'all', 'this,', 'and', 'approved', 'fully.', 'Later,', 'though,', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'force,', 'which', 'made', 'her', 'call', 'out:', '"Let', 'me', 'go', 'and', 'see', 'Gregor,', 'he', 'is', 'my', 'unfortunate', 'son!', "Can't", 'you', 'understand', 'I', 'have', 'to', 'see', 'him?",', 'and', 'Gregor', 'would', 'think', 'to', 'himself', 'that', 'maybe', 'it', 'would', 'be', 'better', 'if', 'his', 'mother', 'came', 'in,', 'not', 'every', 'day', 'of', 'course,', 'but', 'one', 'day', 'a', 'week,', 'perhaps;', 'she', 'could', 'understand', 'everything', 'much', 'better', 'than', 'his', 'sister', 'who,', 'for', 'all', 'her', 'courage,', 'was', 'still', 'just', 'a', 'child', 'after', 'all,', 'and', 'really', 'might', 'not', 'have', 'had', 'an', "adult's", 'appreciation', 'of', 'the', 'burdensome', 'job', 'she', 'had', 'taken', 'on.', "Gregor's", 'wish', 'to', 'see', 'his', 'mother', 'was', 'soon', 'realised.', 'Out', 'of', 'consideration', 'for', 'his', 'parents,', 'Gregor', 'wanted', 'to', 'avoid', 'being', 'seen', 'at', 'the', 'window', 'during', 'the', 'day,', 'the', 'few', 'square', 'meters', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about,', 'it', 'was', 'hard', 'to', 'just', 'lie', 'quietly', 'through', 'the', 'night,', 'his', 'food', 'soon', 'stopped', 'giving', 'him', 'any', 'pleasure', 'at', 'all,', 'and', 'so,', 'to', 'entertain', 'himself,', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawling', 'up', 'and', 'down', 'the', 'walls', 'and', 'ceiling.', 'He', 'was', 'especially', 'fond', 'of', 'hanging', 'from', 'the', 'ceiling;', 'it', 'was', 'quite', 'different', 'from', 'lying', 'on', 'the', 'floor;', 'he', 'could', 'breathe', 'more', 'freely;', 'his', 'body', 'had', 'a', 'light', 'swing', 'to', 'it;', 'and', 'up', 'there,', 'relaxed', 'and', 'almost', 'happy,', 'it', 'might', 'happen', 'that', 'he', 'would', 'surprise', 'even', 'himself', 'by', 'letting', 'go', 'of', 'the', 'ceiling', 'and', 'landing', 'on', 'the', 'floor', 'with', 'a', 'crash.', 'But', 'now,', 'of', 'course,', 'he', 'had', 'far', 'better', 'control', 'of', 'his', 'body', 'than', 'before', 'and,', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that,', 'caused', 'himself', 'no', 'damage.', 'Very', 'soon', 'his', 'sister', 'noticed', "Gregor's", 'new', 'way', 'of', 'entertaining', 'himself', '-', 'he', 'had,', 'after', 'all,', 'left', 'traces', 'of', 'the', 'adhesive', 'from', 'his', 'feet', 'as', 'he', 'crawled', 'about', '-', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easy', 'as', 'possible', 'for', 'him', 'by', 'removing', 'the', 'furniture', 'that', 'got', 'in', 'his', 'way,', 'especially', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk.', 'Now,', 'this', 'was', 'not', 'something', 'that', 'she', 'would', 'be', 'able', 'to', 'do', 'by', 'herself;', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father;', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carried', 'on', 'bravely', 'since', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainly', 'would', 'not', 'have', 'helped', 'in', 'this,', 'she', 'had', 'even', 'asked', 'to', 'be', 'allowed', 'to', 'keep', 'the', 'kitchen', 'locked', 'at', 'all', 'times', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'was', 'especially', 'important;', 'so', 'his', 'sister', 'had', 'no', 'choice', 'but', 'to', 'choose', 'some', 'time', 'when', "Gregor's", 'father', 'was', 'not', 'there', 'and', 'fetch', 'his', 'mother', 'to', 'help', 'her.', 'As', 'she', 'approached', 'the', 'room,', 'Gregor', 'could', 'hear', 'his', 'mother', 'express', 'her', 'joy,', 'but', 'once', 'at', 'the', 'door', 'she', 'went', 'silent.', 'First,', 'of', 'course,', 'his', 'sister', 'came', 'in', 'and', 'looked', 'round', 'to', 'see', 'that', 'everything', 'in', 'the', 'room', 'was', 'alright;', 'and', 'only', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter.', 'Gregor', 'had', 'hurriedly', 'pulled', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'folds', 'into', 'it', 'so', 'that', 'everything', 'really', 'looked', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chance.', 'Gregor', 'also', 'refrained,', 'this', 'time,', 'from', 'spying', 'out', 'from', 'under', 'the', 'sheet;', 'he', 'gave', 'up', 'the', 'chance', 'to', 'see', 'his', 'mother', 'until', 'later', 'and', 'was', 'simply', 'glad', 'that', 'she', 'had', 'come.', '"You', 'can', 'come', 'in,', 'he', "can't", 'be', 'seen",', 'said', 'his', 'sister,', 'obviously', 'leading', 'her', 'in', 'by', 'the', 'hand.', 'The', 'old', 'chest', 'of', 'drawers', 'was', 'too', 'heavy', 'for', 'a', 'pair', 'of', 'feeble', 'women', 'to', 'be', 'heaving', 'about,', 'but', 'Gregor', 'listened', 'as', 'they', 'pushed', 'it', 'from', 'its', 'place,', 'his', 'sister', 'always', 'taking', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignoring', 'her', "mother's", 'warnings', 'that', 'she', 'would', 'strain', 'herself.', 'This', 'lasted', 'a', 'very', 'long', 'time.', 'After', 'labouring', 'at', 'it', 'for', 'fifteen', 'minutes', 'or', 'more', 'his', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leave', 'the', 'chest', 'where', 'it', 'was,', 'for', 'one', 'thing', 'it', 'was', 'too', 'heavy', 'for', 'them', 'to', 'get', 'the', 'job', 'finished', 'before', "Gregor's", 'father', 'got', 'home', 'and', 'leaving', 'it', 'in', 'the', 'middle', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'his', 'way', 'even', 'more,', 'and', 'for', 'another', 'thing', 'it', "wasn't", 'even', 'sure', 'that', 'taking', 'the', 'furniture', 'away', 'would', 'really', 'be', 'any', 'help', 'to', 'him.', 'She', 'thought', 'just', 'the', 'opposite;', 'the', 'sight', 'of', 'the', 'bare', 'walls', 'saddened', 'her', 'right', 'to', 'her', 'heart;', 'and', 'why', "wouldn't", 'Gregor', 'feel', 'the', 'same', 'way', 'about', 'it,', "he'd", 'been', 'used', 'to', 'this', 'furniture', 'in', 'his', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandoned', 'to', 'be', 'in', 'an', 'empty', 'room', 'like', 'that.', 'Then,', 'quietly,', 'almost', 'whispering', 'as', 'if', 'wanting', 'Gregor', '(whose', 'whereabouts', 'she', 'did', 'not', 'know)', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voice,', 'as', 'she', 'was', 'convinced', 'that', 'he', 'did', 'not', 'understand', 'her', 'words,', 'she', 'added', '"and', 'by', 'taking', 'the', 'furniture', 'away,', "won't", 'it', 'seem', 'like', "we're", 'showing', 'that', "we've", 'given', 'up', 'all', 'hope', 'of', 'improvement', 'and', "we're", 'abandoning', 'him', 'to', 'cope', 'for', 'himself?', 'I', 'think', "it'd", 'be', 'best', 'to', 'leave', 'the', 'room', 'exactly', 'the', 'way', 'it', 'was', 'before', 'so', 'that', 'when', 'Gregor', 'comes', 'back', 'to', 'us', 'again', "he'll", 'find', 'everything', 'unchanged', 'and', "he'll", 'be', 'able', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier".', 'Hearing', 'these', 'words', 'from', 'his', 'mother', 'made', 'Gregor', 'realise', 'that', 'the', 'lack', 'of', 'any', 'direct', 'human', 'communication,', 'along', 'with', 'the', 'monotonous', 'life', 'led', 'by', 'the', 'family', 'during', 'these', 'two', 'months,', 'must', 'have', 'made', 'him', 'confused', '-', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explaining', 'to', 'himself', 'why', 'he', 'had', 'seriously', 'wanted', 'his', 'room', 'emptied', 'out.', 'Had', 'he', 'really', 'wanted', 'to', 'transform', 'his', 'room', 'into', 'a', 'cave,', 'a', 'warm', 'room', 'fitted', 'out', 'with', 'the', 'nice', 'furniture', 'he', 'had', 'inherited?', 'That', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimpeded', 'in', 'any', 'direction,', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickly', 'forget', 'his', 'past', 'when', 'he', 'had', 'still', 'been', 'human.', 'He', 'had', 'come', 'very', 'close', 'to', 'forgetting,', 'and', 'it', 'had', 'only', 'been', 'the', 'voice', 'of', 'his', 'mother,', 'unheard', 'for', 'so', 'long,', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it.', 'Nothing', 'should', 'be', 'removed;', 'everything', 'had', 'to', 'stay;', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influence', 'the', 'furniture', 'had', 'on', 'his', 'condition;', 'and', 'if', 'the', 'furniture', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessly', 'that', 'was', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantage.', 'His', 'sister,', 'unfortunately,', 'did', 'not', 'agree;', 'she', 'had', 'become', 'used', 'to', 'the', 'idea,', 'not', 'without', 'reason,', 'that', 'she', 'was', "Gregor's", 'spokesman', 'to', 'his', 'parents', 'about', 'the', 'things', 'that', 'concerned', 'him.', 'This', 'meant', 'that', 'his', "mother's", 'advice', 'now', 'was', 'sufficient', 'reason', 'for', 'her', 'to', 'insist', 'on', 'removing', 'not', 'only', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk,', 'as', 'she', 'had', 'thought', 'at', 'first,', 'but', 'all', 'the', 'furniture', 'apart', 'from', 'the', 'all-important', 'couch.', 'It', 'was', 'more', 'than', 'childish', 'perversity,', 'of', 'course,', 'or', 'the', 'unexpected', 'confidence', 'she', 'had', 'recently', 'acquired,', 'that', 'made', 'her', 'insist;', 'she', 'had', 'indeed', 'noticed', 'that', 'Gregor', 'needed', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in,', 'whereas', 'the', 'furniture,', 'as', 'far', 'as', 'anyone', 'could', 'see,', 'was', 'of', 'no', 'use', 'to', 'him', 'at', 'all.', 'Girls', 'of', 'that', 'age,', 'though,', 'do', 'become', 'enthusiastic', 'about', 'things', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenever', 'they', 'can.', 'Perhaps', 'this', 'was', 'what', 'tempted', 'Grete', 'to', 'make', "Gregor's", 'situation', 'seem', 'even', 'more', 'shocking', 'than', 'it', 'was', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him.', 'Grete', 'would', 'probably', 'be', 'the', 'only', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'dominated', 'by', 'Gregor', 'crawling', 'about', 'the', 'bare', 'walls', 'by', 'himself.', 'So', 'she', 'refused', 'to', 'let', 'her', 'mother', 'dissuade', 'her.', "Gregor's", 'mother', 'already', 'looked', 'uneasy', 'in', 'his', 'room,', 'she', 'soon', 'stopped', 'speaking', 'and', 'helped', "Gregor's", 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawers', 'out', 'with', 'what', 'strength', 'she', 'had.', 'The', 'chest', 'of', 'drawers', 'was', 'something', 'that', 'Gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to,', 'but', 'the', 'writing', 'desk', 'had', 'to', 'stay.', 'Hardly', 'had', 'the', 'two', 'women', 'pushed', 'the', 'chest', 'of', 'drawers,', 'groaning,', 'out', 'of', 'the', 'room', 'than', 'Gregor', 'poked', 'his', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it.', 'He', 'meant', 'to', 'be', 'as', 'careful', 'and', 'considerate', 'as', 'he', 'could,', 'but,', 'unfortunately,', 'it', 'was', 'his', 'mother', 'who', 'came', 'back', 'first', 'while', 'Grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arms', 'round', 'the', 'chest,', 'pushing', 'and', 'pulling', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without,', 'of', 'course,', 'moving', 'it', 'an', 'inch.', 'His', 'mother', 'was', 'not', 'used', 'to', 'the', 'sight', 'of', 'Gregor,', 'he', 'might', 'have', 'made', 'her', 'ill,', 'so', 'Gregor', 'hurried', 'backwards', 'to', 'the', 'far', 'end', 'of', 'the', 'couch.', 'In', 'his', 'startlement,', 'though,', 'he', 'was', 'not', 'able', 'to', 'prevent', 'the', 'sheet', 'at', 'its', 'front', 'from', 'moving', 'a', 'little.', 'It', 'was', 'enough', 'to', 'attract', 'his', "mother's", 'attention.', 'She', 'stood', 'very', 'still,', 'remained', 'there', 'a', 'moment,', 'and', 'then', 'went', 'back', 'out', 'to', 'Grete.', 'Gregor', 'kept', 'trying', 'to', 'assure', 'himself', 'that', 'nothing', 'unusual', 'was', 'happening,', 'it', 'was', 'just', 'a', 'few', 'pieces', 'of', 'furniture', 'being', 'moved', 'after', 'all,', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'going', 'to', 'and', 'fro,', 'their', 'little', 'calls', 'to', 'each', 'other,', 'the', 'scraping', 'of', 'the', 'furniture', 'on', 'the', 'floor,', 'all', 'these', 'things', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'being', 'assailed', 'from', 'all', 'sides.', 'With', 'his', 'head', 'and', 'legs', 'pulled', 'in', 'against', 'him', 'and', 'his', 'body', 'pressed', 'to', 'the', 'floor,', 'he', 'was', 'forced', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'this', 'much', 'longer.', 'They', 'were', 'emptying', 'his', 'room', 'out;', 'taking', 'away', 'everything', 'that', 'was', 'dear', 'to', 'him;', 'they', 'had', 'already', 'taken', 'out', 'the', 'chest', 'containing', 'his', 'fretsaw', 'and', 'other', 'tools;', 'now', 'they', 'threatened', 'to', 'remove', 'the', 'writing', 'desk', 'with', 'its', 'place', 'clearly', 'worn', 'into', 'the', 'floor,', 'the', 'desk', 'where', 'he', 'had', 'done', 'his', 'homework', 'as', 'a', 'business', 'trainee,', 'at', 'high', 'school,', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'school--he', 'really', 'could', 'not', 'wait', 'any', 'longer', 'to', 'see', 'whether', 'the', 'two', "women's", 'intentions', 'were', 'good.', 'He', 'had', 'nearly', 'forgotten', 'they', 'were', 'there', 'anyway,', 'as', 'they', 'were', 'now', 'too', 'tired', 'to', 'say', 'anything', 'while', 'they', 'worked', 'and', 'he', 'could', 'only', 'hear', 'their', 'feet', 'as', 'they', 'stepped', 'heavily', 'on', 'the', 'floor.', 'So,', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catching', 'their', 'breath,', 'he', 'sallied', 'out,', 'changed', 'direction', 'four', 'times', 'not', 'knowing', 'what', 'he', 'should', 'save', 'first', 'before', 'his', 'attention', 'was', 'suddenly', 'caught', 'by', 'the', 'picture', 'on', 'the', 'wall', '-', 'which', 'was', 'already', 'denuded', 'of', 'everything', 'else', 'that', 'had', 'been', 'on', 'it', '-', 'of', 'the', 'lady', 'dressed', 'in', 'copious', 'fur.', 'He', 'hurried', 'up', 'onto', 'the', 'picture', 'and', 'pressed', 'himself', 'against', 'its', 'glass,', 'it', 'held', 'him', 'firmly', 'and', 'felt', 'good', 'on', 'his', 'hot', 'belly.', 'This', 'picture', 'at', 'least,', 'now', 'totally', 'covered', 'by', 'Gregor,', 'would', 'certainly', 'be', 'taken', 'away', 'by', 'no-one.', 'He', 'turned', 'his', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'living', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back.', 'They', 'had', 'not', 'allowed', 'themselves', 'a', 'long', 'rest', 'and', 'came', 'back', 'quite', 'soon;', 'Grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'was', 'nearly', 'carrying', 'her.', '"What', 'shall', 'we', 'take', 'now,', 'then?",', 'said', 'Grete', 'and', 'looked', 'around.', 'Her', 'eyes', 'met', 'those', 'of', 'Gregor', 'on', 'the', 'wall.', 'Perhaps', 'only', 'because', 'her', 'mother', 'was', 'there,', 'she', 'remained', 'calm,', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said,', 'albeit', 'hurriedly', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voice:', '"Come', 'on,', "let's", 'go', 'back', 'in', 'the', 'living', 'room', 'for', 'a', 'while?"', 'Gregor', 'could', 'see', 'what', 'Grete', 'had', 'in', 'mind,', 'she', 'wanted', 'to', 'take', 'her', 'mother', 'somewhere', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall.', 'Well,', 'she', 'could', 'certainly', 'try', 'it!', 'He', 'sat', 'unyielding', 'on', 'his', 'picture.', 'He', 'would', 'rather', 'jump', 'at', "Grete's", 'face.', 'But', "Grete's", 'words', 'had', 'made', 'her', 'mother', 'quite', 'worried,', 'she', 'stepped', 'to', 'one', 'side,', 'saw', 'the', 'enormous', 'brown', 'patch', 'against', 'the', 'flowers', 'of', 'the', 'wallpaper,', 'and', 'before', 'she', 'even', 'realised', 'it', 'was', 'Gregor', 'that', 'she', 'saw', 'screamed:', '"Oh', 'God,', 'oh', 'God!"', 'Arms', 'outstretched,', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everything', 'and', 'stayed', 'there', 'immobile.', '"Gregor!"', 'shouted', 'his', 'sister,', 'glowering', 'at', 'him', 'and', 'shaking', 'her', 'fist.', 'That', 'was', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directly', 'since', 'his', 'transformation.', 'She', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smelling', 'salts', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint;', 'Gregor', 'wanted', 'to', 'help', 'too', '-', 'he', 'could', 'save', 'his', 'picture', 'later,', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'force;', 'then', 'he,', 'too,', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advise', 'his', 'sister', 'like', 'in', 'the', 'old', 'days;', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'doing', 'nothing;', 'she', 'was', 'looking', 'into', 'various', 'bottles,', 'he', 'startled', 'her', 'when', 'she', 'turned', 'round;', 'a', 'bottle', 'fell', 'to', 'the', 'ground', 'and', 'broke;', 'a', 'splinter', 'cut', "Gregor's", 'face,', 'some', 'kind', 'of', 'caustic', 'medicine', 'splashed', 'all', 'over', 'him;', 'now,', 'without', 'delaying', 'any', 'longer,', 'Grete', 'took', 'hold', 'of', 'all', 'the', 'bottles', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother;', 'she', 'slammed', 'the', 'door', 'shut', 'with', 'her', 'foot.', 'So', 'now', 'Gregor', 'was', 'shut', 'out', 'from', 'his', 'mother,', 'who,', 'because', 'of', 'him,', 'might', 'be', 'near', 'to', 'death;', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'his', 'sister', 'away,', 'and', 'she', 'had', 'to', 'stay', 'with', 'his', 'mother;', 'there', 'was', 'nothing', 'for', 'him', 'to', 'do', 'but', 'wait;', 'and,', 'oppressed', 'with', 'anxiety', 'and', 'self-reproach,', 'he', 'began', 'to', 'crawl', 'about,', 'he', 'crawled', 'over', 'everything,', 'walls,', 'furniture,', 'ceiling,', 'and', 'finally', 'in', 'his', 'confusion', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middle', 'of', 'the', 'dinner', 'table.', 'He', 'lay', 'there', 'for', 'a', 'while,', 'numb', 'and', 'immobile,', 'all', 'around', 'him', 'it', 'was', 'quiet,', 'maybe', 'that', 'was', 'a', 'good', 'sign.', 'Then', 'there', 'was', 'someone', 'at', 'the', 'door.', 'The', 'maid,', 'of', 'course,', 'had', 'locked', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'Grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it.', 'His', 'father', 'had', 'arrived', 'home.', '"What\'s', 'happened?"', 'were', 'his', 'first', 'words;', "Grete's", 'appearance', 'must', 'have', 'made', 'everything', 'clear', 'to', 'him.', 'She', 'answered', 'him', 'with', 'subdued', 'voice,', 'and', 'openly', 'pressed', 'her', 'face', 'into', 'his', 'chest:', '"Mother\'s', 'fainted,', 'but', "she's", 'better', 'now.', 'Gregor', 'got', 'out."', '"Just', 'as', 'I', 'expected",', 'said', 'his', 'father,', '"just', 'as', 'I', 'always', 'said,', 'but', 'you', 'women', "wouldn't", 'listen,', 'would', 'you."', 'It', 'was', 'clear', 'to', 'Gregor', 'that', 'Grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'his', 'father', 'took', 'it', 'to', 'mean', 'that', 'something', 'bad', 'had', 'happened,', 'that', 'he', 'was', 'responsible', 'for', 'some', 'act', 'of', 'violence.', 'That', 'meant', 'Gregor', 'would', 'now', 'have', 'to', 'try', 'to', 'calm', 'his', 'father,', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'things', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possible.', 'So', 'he', 'fled', 'to', 'the', 'door', 'of', 'his', 'room', 'and', 'pressed', 'himself', 'against', 'it', 'so', 'that', 'his', 'father,', 'when', 'he', 'came', 'in', 'from', 'the', 'hall,', 'could', 'see', 'straight', 'away', 'that', 'Gregor', 'had', 'the', 'best', 'intentions', 'and', 'would', 'go', 'back', 'into', 'his', 'room', 'without', 'delay,', 'that', 'it', 'would', 'not', 'be', 'necessary', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'only', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear.', 'His', 'father,', 'though,', 'was', 'not', 'in', 'the', 'mood', 'to', 'notice', 'subtleties', 'like', 'that;', '"Ah!",', 'he', 'shouted', 'as', 'he', 'came', 'in,', 'sounding', 'as', 'if', 'he', 'were', 'both', 'angry', 'and', 'glad', 'at', 'the', 'same', 'time.', 'Gregor', 'drew', 'his', 'head', 'back', 'from', 'the', 'door', 'and', 'lifted', 'it', 'towards', 'his', 'father.', 'He', 'really', 'had', 'not', 'imagined', 'his', 'father', 'the', 'way', 'he', 'stood', 'there', 'now;', 'of', 'late,', 'with', 'his', 'new', 'habit', 'of', 'crawling', 'about,', 'he', 'had', 'neglected', 'to', 'pay', 'attention', 'to', 'what', 'was', 'going', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'before.', 'He', 'really', 'ought', 'to', 'have', 'expected', 'things', 'to', 'have', 'changed,', 'but', 'still,', 'still,', 'was', 'that', 'really', 'his', 'father?', 'The', 'same', 'tired', 'man', 'as', 'used', 'to', 'be', 'laying', 'there', 'entombed', 'in', 'his', 'bed', 'when', 'Gregor', 'came', 'back', 'from', 'his', 'business', 'trips,', 'who', 'would', 'receive', 'him', 'sitting', 'in', 'the', 'armchair', 'in', 'his', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'evenings;', 'who', 'was', 'hardly', 'even', 'able', 'to', 'stand', 'up', 'but,', 'as', 'a', 'sign', 'of', 'his', 'pleasure,', 'would', 'just', 'raise', 'his', 'arms', 'and', 'who,', 'on', 'the', 'couple', 'of', 'times', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'together', 'on', 'a', 'Sunday', 'or', 'public', 'holiday', 'wrapped', 'up', 'tightly', 'in', 'his', 'overcoat', 'between', 'Gregor', 'and', 'his', 'mother,', 'would', 'always', 'labour', 'his', 'way', 'forward', 'a', 'little', 'more', 'slowly', 'than', 'them,', 'who', 'were', 'already', 'walking', 'slowly', 'for', 'his', 'sake;', 'who', 'would', 'place', 'his', 'stick', 'down', 'carefully', 'and,', 'if', 'he', 'wanted', 'to', 'say', 'something', 'would', 'invariably', 'stop', 'and', 'gather', 'his', 'companions', 'around', 'him.', 'He', 'was', 'standing', 'up', 'straight', 'enough', 'now;', 'dressed', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'buttons,', 'the', 'sort', 'worn', 'by', 'the', 'employees', 'at', 'the', 'banking', 'institute;', 'above', 'the', 'high,', 'stiff', 'collar', 'of', 'the', 'coat', 'his', 'strong', 'double-chin', 'emerged;', 'under', 'the', 'bushy', 'eyebrows,', 'his', 'piercing,', 'dark', 'eyes', 'looked', 'out', 'fresh', 'and', 'alert;', 'his', 'normally', 'unkempt', 'white', 'hair', 'was', 'combed', 'down', 'painfully', 'close', 'to', 'his', 'scalp.', 'He', 'took', 'his', 'cap,', 'with', 'its', 'gold', 'monogram', 'from,', 'probably,', 'some', 'bank,', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa,', 'put', 'his', 'hands', 'in', 'his', 'trouser', 'pockets,', 'pushing', 'back', 'the', 'bottom', 'of', 'his', 'long', 'uniform', 'coat,', 'and,', 'with', 'look', 'of', 'determination,', 'walked', 'towards', 'Gregor.', 'He', 'probably', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind,', 'but', 'nonetheless', 'lifted', 'his', 'feet', 'unusually', 'high.', 'Gregor', 'was', 'amazed', 'at', 'the', 'enormous', 'size', 'of', 'the', 'soles', 'of', 'his', 'boots,', 'but', 'wasted', 'no', 'time', 'with', 'that', '-', 'he', 'knew', 'full', 'well,', 'right', 'from', 'the', 'first', 'day', 'of', 'his', 'new', 'life,', 'that', 'his', 'father', 'thought', 'it', 'necessary', 'to', 'always', 'be', 'extremely', 'strict', 'with', 'him.', 'And', 'so', 'he', 'ran', 'up', 'to', 'his', 'father,', 'stopped', 'when', 'his', 'father', 'stopped,', 'scurried', 'forwards', 'again', 'when', 'he', 'moved,', 'even', 'slightly.', 'In', 'this', 'way', 'they', 'went', 'round', 'the', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening,', 'without', 'even', 'giving', 'the', 'impression', 'of', 'a', 'chase', 'as', 'everything', 'went', 'so', 'slowly.', 'Gregor', 'remained', 'all', 'this', 'time', 'on', 'the', 'floor,', 'largely', 'because', 'he', 'feared', 'his', 'father', 'might', 'see', 'it', 'as', 'especially', 'provoking', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceiling.', 'Whatever', 'he', 'did,', 'Gregor', 'had', 'to', 'admit', 'that', 'he', 'certainly', 'would', 'not', 'be', 'able', 'to', 'keep', 'up', 'this', 'running', 'about', 'for', 'long,', 'as', 'for', 'each', 'step', 'his', 'father', 'took', 'he', 'had', 'to', 'carry', 'out', 'countless', 'movements.', 'He', 'became', 'noticeably', 'short', 'of', 'breath,', 'even', 'in', 'his', 'earlier', 'life', 'his', 'lungs', 'had', 'not', 'been', 'very', 'reliable.', 'Now,', 'as', 'he', 'lurched', 'about', 'in', 'his', 'efforts', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'running', 'he', 'could', 'hardly', 'keep', 'his', 'eyes', 'open;', 'his', 'thoughts', 'became', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'any', 'other', 'way', 'of', 'saving', 'himself', 'than', 'running;', 'he', 'almost', 'forgot', 'that', 'the', 'walls', 'were', 'there', 'for', 'him', 'to', 'use', 'although,', 'here,', 'they', 'were', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'of', 'notches', 'and', 'protrusions', '-', 'then,', 'right', 'beside', 'him,', 'lightly', 'tossed,', 'something', 'flew', 'down', 'and', 'rolled', 'in', 'front', 'of', 'him.', 'It', 'was', 'an', 'apple;', 'then', 'another', 'one', 'immediately', 'flew', 'at', 'him;', 'Gregor', 'froze', 'in', 'shock;', 'there', 'was', 'no', 'longer', 'any', 'point', 'in', 'running', 'as', 'his', 'father', 'had', 'decided', 'to', 'bombard', 'him.', 'He', 'had', 'filled', 'his', 'pockets', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now,', 'without', 'even', 'taking', 'the', 'time', 'for', 'careful', 'aim,', 'threw', 'one', 'apple', 'after', 'another.', 'These', 'little,', 'red', 'apples', 'rolled', 'about', 'on', 'the', 'floor,', 'knocking', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electric', 'motors.', 'An', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'against', "Gregor's", 'back', 'and', 'slid', 'off', 'without', 'doing', 'any', 'harm.', 'Another', 'one', 'however,', 'immediately', 'following', 'it,', 'hit', 'squarely', 'and', 'lodged', 'in', 'his', 'back;', 'Gregor', 'wanted', 'to', 'drag', 'himself', 'away,', 'as', 'if', 'he', 'could', 'remove', 'the', 'surprising,', 'the', 'incredible', 'pain', 'by', 'changing', 'his', 'position;', 'but', 'he', 'felt', 'as', 'if', 'nailed', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out,', 'all', 'his', 'senses', 'in', 'confusion.', 'The', 'last', 'thing', 'he', 'saw', 'was', 'the', 'door', 'of', 'his', 'room', 'being', 'pulled', 'open,', 'his', 'sister', 'was', 'screaming,', 'his', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blouse', '(as', 'his', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'clothes', 'after', 'she', 'had', 'fainted', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breathe),', 'she', 'ran', 'to', 'his', 'father,', 'her', 'skirts', 'unfastened', 'and', 'sliding', 'one', 'after', 'another', 'to', 'the', 'ground,', 'stumbling', 'over', 'the', 'skirts', 'she', 'pushed', 'herself', 'to', 'his', 'father,', 'her', 'arms', 'around', 'him,', 'uniting', 'herself', 'with', 'him', 'totally', '-', 'now', 'Gregor', 'lost', 'his', 'ability', 'to', 'see', 'anything', '-', 'her', 'hands', 'behind', 'his', "father's", 'head', 'begging', 'him', 'to', 'spare', "Gregor's", 'life.', 'III', 'No-one', 'dared', 'to', 'remove', 'the', 'apple', 'lodged', 'in', "Gregor's", 'flesh,', 'so', 'it', 'remained', 'there', 'as', 'a', 'visible', 'reminder', 'of', 'his', 'injury.', 'He', 'had', 'suffered', 'it', 'there', 'for', 'more', 'than', 'a', 'month,', 'and', 'his', 'condition', 'seemed', 'serious', 'enough', 'to', 'remind', 'even', 'his', 'father', 'that', 'Gregor,', 'despite', 'his', 'current', 'sad', 'and', 'revolting', 'form,', 'was', 'a', 'family', 'member', 'who', 'could', 'not', 'be', 'treated', 'as', 'an', 'enemy.', 'On', 'the', 'contrary,', 'as', 'a', 'family', 'there', 'was', 'a', 'duty', 'to', 'swallow', 'any', 'revulsion', 'for', 'him', 'and', 'to', 'be', 'patient,', 'just', 'to', 'be', 'patient.', 'Because', 'of', 'his', 'injuries,', 'Gregor', 'had', 'lost', 'much', 'of', 'his', 'mobility', '-', 'probably', 'permanently.', 'He', 'had', 'been', 'reduced', 'to', 'the', 'condition', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long,', 'long', 'minutes', 'to', 'crawl', 'across', 'his', 'room', '-', 'crawling', 'over', 'the', 'ceiling', 'was', 'out', 'of', 'the', 'question', '-', 'but', 'this', 'deterioration', 'in', 'his', 'condition', 'was', 'fully', '(in', 'his', 'opinion)', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'living', 'room', 'being', 'left', 'open', 'every', 'evening.', 'He', 'got', 'into', 'the', 'habit', 'of', 'closely', 'watching', 'it', 'for', 'one', 'or', 'two', 'hours', 'before', 'it', 'was', 'opened', 'and', 'then,', 'lying', 'in', 'the', 'darkness', 'of', 'his', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'living', 'room,', 'he', 'could', 'watch', 'the', 'family', 'in', 'the', 'light', 'of', 'the', 'dinner', 'table', 'and', 'listen', 'to', 'their', 'conversation', '-', 'with', "everyone's", 'permission,', 'in', 'a', 'way,', 'and', 'thus', 'quite', 'differently', 'from', 'before.', 'They', 'no', 'longer', 'held', 'the', 'lively', 'conversations', 'of', 'earlier', 'times,', 'of', 'course,', 'the', 'ones', 'that', 'Gregor', 'always', 'thought', 'about', 'with', 'longing', 'when', 'he', 'was', 'tired', 'and', 'getting', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room.', 'All', 'of', 'them', 'were', 'usually', 'very', 'quiet', 'nowadays.', 'Soon', 'after', 'dinner,', 'his', 'father', 'would', 'go', 'to', 'sleep', 'in', 'his', 'chair;', 'his', 'mother', 'and', 'sister', 'would', 'urge', 'each', 'other', 'to', 'be', 'quiet;', 'his', 'mother,', 'bent', 'deeply', 'under', 'the', 'lamp,', 'would', 'sew', 'fancy', 'underwear', 'for', 'a', 'fashion', 'shop;', 'his', 'sister,', 'who', 'had', 'taken', 'a', 'sales', 'job,', 'learned', 'shorthand', 'and', 'French', 'in', 'the', 'evenings', 'so', 'that', 'she', 'might', 'be', 'able', 'to', 'get', 'a', 'better', 'position', 'later', 'on.', 'Sometimes', 'his', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', "Gregor's", 'mother', '"you\'re', 'doing', 'so', 'much', 'sewing', 'again', 'today!",', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'dozing', '-', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchange', 'a', 'tired', 'grin.', 'With', 'a', 'kind', 'of', 'stubbornness,', "Gregor's", 'father', 'refused', 'to', 'take', 'his', 'uniform', 'off', 'even', 'at', 'home;', 'while', 'his', 'nightgown', 'hung', 'unused', 'on', 'its', 'peg', "Gregor's", 'father', 'would', 'slumber', 'where', 'he', 'was,', 'fully', 'dressed,', 'as', 'if', 'always', 'ready', 'to', 'serve', 'and', 'expecting', 'to', 'hear', 'the', 'voice', 'of', 'his', 'superior', 'even', 'here.', 'The', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with,', 'but', 'as', 'a', 'result', 'of', 'this', 'it', 'slowly', 'became', 'even', 'shabbier', 'despite', 'the', 'efforts', 'of', "Gregor's", 'mother', 'and', 'sister', 'to', 'look', 'after', 'it.', 'Gregor', 'would', 'often', 'spend', 'the', 'whole', 'evening', 'looking', 'at', 'all', 'the', 'stains', 'on', 'this', 'coat,', 'with', 'its', 'gold', 'buttons', 'always', 'kept', 'polished', 'and', 'shiny,', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep,', 'highly', 'uncomfortable', 'but', 'peaceful.', 'As', 'soon', 'as', 'it', 'struck', 'ten,', "Gregor's", 'mother', 'would', 'speak', 'gently', 'to', 'his', 'father', 'to', 'wake', 'him', 'and', 'try', 'to', 'persuade', 'him', 'to', 'go', 'to', 'bed,', 'as', 'he', "couldn't", 'sleep', 'properly', 'where', 'he', 'was', 'and', 'he', 'really', 'had', 'to', 'get', 'his', 'sleep', 'if', 'he', 'was', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work.', 'But', 'since', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'become', 'more', 'obstinate', 'and', 'would', 'always', 'insist', 'on', 'staying', 'longer', 'at', 'the', 'table,', 'even', 'though', 'he', 'regularly', 'fell', 'asleep', 'and', 'it', 'was', 'then', 'harder', 'than', 'ever', 'to', 'persuade', 'him', 'to', 'exchange', 'the', 'chair', 'for', 'his', 'bed.', 'Then,', 'however', 'much', 'mother', 'and', 'sister', 'would', 'importune', 'him', 'with', 'little', 'reproaches', 'and', 'warnings', 'he', 'would', 'keep', 'slowly', 'shaking', 'his', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'his', 'eyes', 'closed', 'and', 'refusing', 'to', 'get', 'up.', "Gregor's", 'mother', 'would', 'tug', 'at', 'his', 'sleeve,', 'whisper', 'endearments', 'into', 'his', 'ear,', "Gregor's", 'sister', 'would', 'leave', 'her', 'work', 'to', 'help', 'her', 'mother,', 'but', 'nothing', 'would', 'have', 'any', 'effect', 'on', 'him.', 'He', 'would', 'just', 'sink', 'deeper', 'into', 'his', 'chair.', 'Only', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arms', 'he', 'would', 'abruptly', 'open', 'his', 'eyes,', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say:', '"What', 'a', 'life!', 'This', 'is', 'what', 'peace', 'I', 'get', 'in', 'my', 'old', 'age!"', 'And', 'supported', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'carefully', 'as', 'if', 'he', 'were', 'carrying', 'the', 'greatest', 'load', 'himself,', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door,', 'send', 'them', 'off', 'and', 'carry', 'on', 'by', 'himself', 'while', "Gregor's", 'mother', 'would', 'throw', 'down', 'her', 'needle', 'and', 'his', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'his', 'father', 'and', 'continue', 'being', 'of', 'help', 'to', 'him.', 'Who,', 'in', 'this', 'tired', 'and', 'overworked', 'family,', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attention', 'to', 'Gregor', 'than', 'was', 'absolutely', 'necessary?', 'The', 'household', 'budget', 'became', 'even', 'smaller;', 'so', 'now', 'the', 'maid', 'was', 'dismissed;', 'an', 'enormous,', 'thick-boned', 'charwoman', 'with', 'white', 'hair', 'that', 'flapped', 'around', 'her', 'head', 'came', 'every', 'morning', 'and', 'evening', 'to', 'do', 'the', 'heaviest', 'work;', 'everything', 'else', 'was', 'looked', 'after', 'by', "Gregor's", 'mother', 'on', 'top', 'of', 'the', 'large', 'amount', 'of', 'sewing', 'work', 'she', 'did.', 'Gregor', 'even', 'learned,', 'listening', 'to', 'the', 'evening', 'conversation', 'about', 'what', 'price', 'they', 'had', 'hoped', 'for,', 'that', 'several', 'items', 'of', 'jewellery', 'belonging', 'to', 'the', 'family', 'had', 'been', 'sold,', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'very', 'fond', 'of', 'wearing', 'them', 'at', 'functions', 'and', 'celebrations.', 'But', 'the', 'loudest', 'complaint', 'was', 'that', 'although', 'the', 'flat', 'was', 'much', 'too', 'big', 'for', 'their', 'present', 'circumstances,', 'they', 'could', 'not', 'move', 'out', 'of', 'it,', 'there', 'was', 'no', 'imaginable', 'way', 'of', 'transferring', 'Gregor', 'to', 'the', 'new', 'address.', 'He', 'could', 'see', 'quite', 'well,', 'though,', 'that', 'there', 'were', 'more', 'reasons', 'than', 'consideration', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move,', 'it', 'would', 'have', 'been', 'quite', 'easy', 'to', 'transport', 'him', 'in', 'any', 'suitable', 'crate', 'with', 'a', 'few', 'air', 'holes', 'in', 'it;', 'the', 'main', 'thing', 'holding', 'the', 'family', 'back', 'from', 'their', 'decision', 'to', 'move', 'was', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair,', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortune', 'unlike', 'anything', 'experienced', 'by', 'anyone', 'else', 'they', 'knew', 'or', 'were', 'related', 'to.', 'They', 'carried', 'out', 'absolutely', 'everything', 'that', 'the', 'world', 'expects', 'from', 'poor', 'people,', "Gregor's", 'father', 'brought', 'bank', 'employees', 'their', 'breakfast,', 'his', 'mother', 'sacrificed', 'herself', 'by', 'washing', 'clothes', 'for', 'strangers,', 'his', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'customers,', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'any', 'more.', 'And', 'the', 'injury', 'in', "Gregor's", 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'was', 'new.', 'After', 'they', 'had', 'come', 'back', 'from', 'taking', 'his', 'father', 'to', 'bed', "Gregor's", 'mother', 'and', 'sister', 'would', 'now', 'leave', 'their', 'work', 'where', 'it', 'was', 'and', 'sit', 'close', 'together,', 'cheek', 'to', 'cheek;', 'his', 'mother', 'would', 'point', 'to', "Gregor's", 'room', 'and', 'say', '"Close', 'that', 'door,', 'Grete",', 'and', 'then,', 'when', 'he', 'was', 'in', 'the', 'dark', 'again,', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tears', 'would', 'mingle,', 'or', 'they', 'would', 'simply', 'sit', 'there', 'staring', 'dry-eyed', 'at', 'the', 'table.', 'Gregor', 'hardly', 'slept', 'at', 'all,', 'either', 'night', 'or', 'day.', 'Sometimes', 'he', 'would', 'think', 'of', 'taking', 'over', 'the', "family's", 'affairs,', 'just', 'like', 'before,', 'the', 'next', 'time', 'the', 'door', 'was', 'opened;', 'he', 'had', 'long', 'forgotten', 'about', 'his', 'boss', 'and', 'the', 'chief', 'clerk,', 'but', 'they', 'would', 'appear', 'again', 'in', 'his', 'thoughts,', 'the', 'salesmen', 'and', 'the', 'apprentices,', 'that', 'stupid', 'teaboy,', 'two', 'or', 'three', 'friends', 'from', 'other', 'businesses,', 'one', 'of', 'the', 'chambermaids', 'from', 'a', 'provincial', 'hotel,', 'a', 'tender', 'memory', 'that', 'appeared', 'and', 'disappeared', 'again,', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'his', 'attention', 'had', 'been', 'serious', 'but', 'too', 'slow,', '-', 'all', 'of', 'them', 'appeared', 'to', 'him,', 'mixed', 'together', 'with', 'strangers', 'and', 'others', 'he', 'had', 'forgotten,', 'but', 'instead', 'of', 'helping', 'him', 'and', 'his', 'family', 'they', 'were', 'all', 'of', 'them', 'inaccessible,', 'and', 'he', 'was', 'glad', 'when', 'they', 'disappeared.', 'Other', 'times', 'he', 'was', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'his', 'family,', 'he', 'was', 'filled', 'with', 'simple', 'rage', 'about', 'the', 'lack', 'of', 'attention', 'he', 'was', 'shown,', 'and', 'although', 'he', 'could', 'think', 'of', 'nothing', 'he', 'would', 'have', 'wanted,', 'he', 'made', 'plans', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantry', 'where', 'he', 'could', 'take', 'all', 'the', 'things', 'he', 'was', 'entitled', 'to,', 'even', 'if', 'he', 'was', 'not', 'hungry.', "Gregor's", 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'please', 'him', 'but', 'would', 'hurriedly', 'push', 'some', 'food', 'or', 'other', 'into', 'his', 'room', 'with', 'her', 'foot', 'before', 'she', 'rushed', 'out', 'to', 'work', 'in', 'the', 'morning', 'and', 'at', 'midday,', 'and', 'in', 'the', 'evening', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom,', 'indifferent', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', '-', 'more', 'often', 'than', 'not', '-', 'had', 'been', 'left', 'totally', 'untouched.', 'She', 'still', 'cleared', 'up', 'the', 'room', 'in', 'the', 'evening,', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'any', 'quicker', 'about', 'it.', 'Smears', 'of', 'dirt', 'were', 'left', 'on', 'the', 'walls,', 'here', 'and', 'there', 'were', 'little', 'balls', 'of', 'dust', 'and', 'filth.', 'At', 'first,', 'Gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'places', 'when', 'his', 'sister', 'arrived', 'as', 'a', 'reproach', 'to', 'her,', 'but', 'he', 'could', 'have', 'stayed', 'there', 'for', 'weeks', 'without', 'his', 'sister', 'doing', 'anything', 'about', 'it;', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simply', 'decided', 'to', 'leave', 'him', 'to', 'it.', 'At', 'the', 'same', 'time', 'she', 'became', 'touchy', 'in', 'a', 'way', 'that', 'was', 'quite', 'new', 'for', 'her', 'and', 'which', 'everyone', 'in', 'the', 'family', 'understood', '-', 'cleaning', 'up', "Gregor's", 'room', 'was', 'for', 'her', 'and', 'her', 'alone.', "Gregor's", 'mother', 'did', 'once', 'thoroughly', 'clean', 'his', 'room,', 'and', 'needed', 'to', 'use', 'several', 'bucketfuls', 'of', 'water', 'to', 'do', 'it', '-', 'although', 'that', 'much', 'dampness', 'also', 'made', 'Gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch,', 'bitter', 'and', 'immobile.', 'But', 'his', 'mother', 'was', 'to', 'be', 'punished', 'still', 'more', 'for', 'what', 'she', 'had', 'done,', 'as', 'hardly', 'had', 'his', 'sister', 'arrived', 'home', 'in', 'the', 'evening', 'than', 'she', 'noticed', 'the', 'change', 'in', "Gregor's", 'room', 'and,', 'highly', 'aggrieved,', 'ran', 'back', 'into', 'the', 'living', 'room', 'where,', 'despite', 'her', 'mothers', 'raised', 'and', 'imploring', 'hands,', 'she', 'broke', 'into', 'convulsive', 'tears.', 'Her', 'father,', 'of', 'course,', 'was', 'startled', 'out', 'of', 'his', 'chair', 'and', 'the', 'two', 'parents', 'looked', 'on', 'astonished', 'and', 'helpless;', 'then', 'they,', 'too,', 'became', 'agitated;', "Gregor's", 'father,', 'standing', 'to', 'the', 'right', 'of', 'his', 'mother,', 'accused', 'her', 'of', 'not', 'leaving', 'the', 'cleaning', 'of', "Gregor's", 'room', 'to', 'his', 'sister;', 'from', 'her', 'left,', "Gregor's", 'sister', 'screamed', 'at', 'her', 'that', 'she', 'was', 'never', 'to', 'clean', "Gregor's", 'room', 'again;', 'while', 'his', 'mother', 'tried', 'to', 'draw', 'his', 'father,', 'who', 'was', 'beside', 'himself', 'with', 'anger,', 'into', 'the', 'bedroom;', 'his', 'sister,', 'quaking', 'with', 'tears,', 'thumped', 'on', 'the', 'table', 'with', 'her', 'small', 'fists;', 'and', 'Gregor', 'hissed', 'in', 'anger', 'that', 'no-one', 'had', 'even', 'thought', 'of', 'closing', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'this', 'and', 'all', 'its', 'noise.', "Gregor's", 'sister', 'was', 'exhausted', 'from', 'going', 'out', 'to', 'work,', 'and', 'looking', 'after', 'Gregor', 'as', 'she', 'had', 'done', 'before', 'was', 'even', 'more', 'work', 'for', 'her,', 'but', 'even', 'so', 'his', 'mother', 'ought', 'certainly', 'not', 'to', 'have', 'taken', 'her', 'place.', 'Gregor,', 'on', 'the', 'other', 'hand,', 'ought', 'not', 'to', 'be', 'neglected.', 'Now,', 'though,', 'the', 'charwoman', 'was', 'here.', 'This', 'elderly', 'widow,', 'with', 'a', 'robust', 'bone', 'structure', 'that', 'made', 'her', 'able', 'to', 'withstand', 'the', 'hardest', 'of', 'things', 'in', 'her', 'long', 'life,', "wasn't", 'really', 'repelled', 'by', 'Gregor.', 'Just', 'by', 'chance', 'one', 'day,', 'rather', 'than', 'any', 'real', 'curiosity,', 'she', 'opened', 'the', 'door', 'to', "Gregor's", 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him.', 'He', 'was', 'taken', 'totally', 'by', 'surprise,', 'no-one', 'was', 'chasing', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amazement', 'with', 'her', 'hands', 'crossed', 'in', 'front', 'of', 'her.', 'From', 'then', 'on', 'she', 'never', 'failed', 'to', 'open', 'the', 'door', 'slightly', 'every', 'evening', 'and', 'morning', 'and', 'look', 'briefly', 'in', 'on', 'him.', 'At', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'words', 'that', 'she', 'probably', 'considered', 'friendly,', 'such', 'as', '"come', 'on', 'then,', 'you', 'old', 'dung-beetle!",', 'or', '"look', 'at', 'the', 'old', 'dung-beetle', 'there!"', 'Gregor', 'never', 'responded', 'to', 'being', 'spoken', 'to', 'in', 'that', 'way,', 'but', 'just', 'remained', 'where', 'he', 'was', 'without', 'moving', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'opened.', 'If', 'only', 'they', 'had', 'told', 'this', 'charwoman', 'to', 'clean', 'up', 'his', 'room', 'every', 'day', 'instead', 'of', 'letting', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenever', 'she', 'felt', 'like', 'it!', 'One', 'day,', 'early', 'in', 'the', 'morning', 'while', 'a', 'heavy', 'rain', 'struck', 'the', 'windowpanes,', 'perhaps', 'indicating', 'that', 'spring', 'was', 'coming,', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'once', 'again.', 'Gregor', 'was', 'so', 'resentful', 'of', 'it', 'that', 'he', 'started', 'to', 'move', 'toward', 'her,', 'he', 'was', 'slow', 'and', 'infirm,', 'but', 'it', 'was', 'like', 'a', 'kind', 'of', 'attack.', 'Instead', 'of', 'being', 'afraid,', 'the', 'charwoman', 'just', 'lifted', 'up', 'one', 'of', 'the', 'chairs', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open,', 'clearly', 'intending', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slammed', 'down', 'into', "Gregor's", 'back.', '"Aren\'t', 'you', 'coming', 'any', 'closer,', 'then?",', 'she', 'asked', 'when', 'Gregor', 'turned', 'round', 'again,', 'and', 'she', 'calmly', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner.', 'Gregor', 'had', 'almost', 'entirely', 'stopped', 'eating.', 'Only', 'if', 'he', 'happened', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepared', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'his', 'mouth', 'to', 'play', 'with', 'it,', 'leave', 'it', 'there', 'a', 'few', 'hours', 'and', 'then,', 'more', 'often', 'than', 'not,', 'spit', 'it', 'out', 'again.', 'At', 'first', 'he', 'thought', 'it', 'was', 'distress', 'at', 'the', 'state', 'of', 'his', 'room', 'that', 'stopped', 'him', 'eating,', 'but', 'he', 'had', 'soon', 'got', 'used', 'to', 'the', 'changes', 'made', 'there.', 'They', 'had', 'got', 'into', 'the', 'habit', 'of', 'putting', 'things', 'into', 'this', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywhere', 'else,', 'and', 'there', 'were', 'now', 'many', 'such', 'things', 'as', 'one', 'of', 'the', 'rooms', 'in', 'the', 'flat', 'had', 'been', 'rented', 'out', 'to', 'three', 'gentlemen.', 'These', 'earnest', 'gentlemen', '-', 'all', 'three', 'of', 'them', 'had', 'full', 'beards,', 'as', 'Gregor', 'learned', 'peering', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', '-', 'were', 'painfully', 'insistent', 'on', "things'", 'being', 'tidy.', 'This', 'meant', 'not', 'only', 'in', 'their', 'own', 'room', 'but,', 'since', 'they', 'had', 'taken', 'a', 'room', 'in', 'this', 'establishment,', 'in', 'the', 'entire', 'flat', 'and', 'especially', 'in', 'the', 'kitchen.', 'Unnecessary', 'clutter', 'was', 'something', 'they', 'could', 'not', 'tolerate,', 'especially', 'if', 'it', 'was', 'dirty.', 'They', 'had', 'moreover', 'brought', 'most', 'of', 'their', 'own', 'furnishings', 'and', 'equipment', 'with', 'them.', 'For', 'this', 'reason,', 'many', 'things', 'had', 'become', 'superfluous', 'which,', 'although', 'they', 'could', 'not', 'be', 'sold,', 'the', 'family', 'did', 'not', 'wish', 'to', 'discard.', 'All', 'these', 'things', 'found', 'their', 'way', 'into', "Gregor's", 'room.', 'The', 'dustbins', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too.', 'The', 'charwoman', 'was', 'always', 'in', 'a', 'hurry,', 'and', 'anything', 'she', "couldn't", 'use', 'for', 'the', 'time', 'being', 'she', 'would', 'just', 'chuck', 'in', 'there.', 'He,', 'fortunately,', 'would', 'usually', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it.', 'The', 'woman', 'most', 'likely', 'meant', 'to', 'fetch', 'the', 'things', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportunity,', 'or', 'to', 'throw', 'everything', 'out', 'in', 'one', 'go,', 'but', 'what', 'actually', 'happened', 'was', 'that', 'they', 'were', 'left', 'where', 'they', 'landed', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'Gregor', 'made', 'his', 'way', 'through', 'the', 'junk', 'and', 'moved', 'it', 'somewhere', 'else.', 'At', 'first', 'he', 'moved', 'it', 'because,', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about,', 'he', 'was', 'forced', 'to,', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'moving', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tired', 'to', 'death,', 'and', 'he', 'would', 'remain', 'immobile', 'for', 'hours', 'afterwards.', 'The', 'gentlemen', 'who', 'rented', 'the', 'room', 'would', 'sometimes', 'take', 'their', 'evening', 'meal', 'at', 'home', 'in', 'the', 'living', 'room', 'that', 'was', 'used', 'by', 'everyone,', 'and', 'so', 'the', 'door', 'to', 'this', 'room', 'was', 'often', 'kept', 'closed', 'in', 'the', 'evening.', 'But', 'Gregor', 'found', 'it', 'easy', 'to', 'give', 'up', 'having', 'the', 'door', 'open,', 'he', 'had,', 'after', 'all,', 'often', 'failed', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'was', 'open', 'and,', 'without', 'the', 'family', 'having', 'noticed', 'it,', 'lain', 'in', 'his', 'room', 'in', 'its', 'darkest', 'corner.', 'One', 'time,', 'though,', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'living', 'room', 'slightly', 'open,', 'and', 'it', 'remained', 'open', 'when', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'came', 'in', 'in', 'the', 'evening', 'and', 'the', 'light', 'was', 'put', 'on.', 'They', 'sat', 'up', 'at', 'the', 'table', 'where,', 'formerly,', 'Gregor', 'had', 'taken', 'his', 'meals', 'with', 'his', 'father', 'and', 'mother,', 'they', 'unfolded', 'the', 'serviettes', 'and', 'picked', 'up', 'their', 'knives', 'and', 'forks.', "Gregor's", 'mother', 'immediately', 'appeared', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'his', 'sister', 'with', 'a', 'dish', 'piled', 'high', 'with', 'potatoes.', 'The', 'food', 'was', 'steaming,', 'and', 'filled', 'the', 'room', 'with', 'its', 'smell.', 'The', 'gentlemen', 'bent', 'over', 'the', 'dishes', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'wanted', 'to', 'test', 'the', 'food', 'before', 'eating', 'it,', 'and', 'the', 'gentleman', 'in', 'the', 'middle,', 'who', 'seemed', 'to', 'count', 'as', 'an', 'authority', 'for', 'the', 'other', 'two,', 'did', 'indeed', 'cut', 'off', 'a', 'piece', 'of', 'meat', 'while', 'it', 'was', 'still', 'in', 'its', 'dish,', 'clearly', 'wishing', 'to', 'establish', 'whether', 'it', 'was', 'sufficiently', 'cooked', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen.', 'It', 'was', 'to', 'his', 'satisfaction,', 'and', "Gregor's", 'mother', 'and', 'sister,', 'who', 'had', 'been', 'looking', 'on', 'anxiously,', 'began', 'to', 'breathe', 'again', 'and', 'smiled.', 'The', 'family', 'themselves', 'ate', 'in', 'the', 'kitchen.', 'Nonetheless,', "Gregor's", 'father', 'came', 'into', 'the', 'living', 'room', 'before', 'he', 'went', 'into', 'the', 'kitchen,', 'bowed', 'once', 'with', 'his', 'cap', 'in', 'his', 'hand', 'and', 'did', 'his', 'round', 'of', 'the', 'table.', 'The', 'gentlemen', 'stood', 'as', 'one,', 'and', 'mumbled', 'something', 'into', 'their', 'beards.', 'Then,', 'once', 'they', 'were', 'alone,', 'they', 'ate', 'in', 'near', 'perfect', 'silence.', 'It', 'seemed', 'remarkable', 'to', 'Gregor', 'that', 'above', 'all', 'the', 'various', 'noises', 'of', 'eating', 'their', 'chewing', 'teeth', 'could', 'still', 'be', 'heard,', 'as', 'if', 'they', 'had', 'wanted', 'to', 'show', 'Gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'was', 'not', 'possible', 'to', 'perform', 'anything', 'with', 'jaws', 'that', 'are', 'toothless', 'however', 'nice', 'they', 'might', 'be.', '"I\'d', 'like', 'to', 'eat', 'something",', 'said', 'Gregor', 'anxiously,', '"but', 'not', 'anything', 'like', "they're", 'eating.', 'They', 'do', 'feed', 'themselves.', 'And', 'here', 'I', 'am,', 'dying!"', 'Throughout', 'all', 'this', 'time,', 'Gregor', 'could', 'not', 'remember', 'having', 'heard', 'the', 'violin', 'being', 'played,', 'but', 'this', 'evening', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen.', 'The', 'three', 'gentlemen', 'had', 'already', 'finished', 'their', 'meal,', 'the', 'one', 'in', 'the', 'middle', 'had', 'produced', 'a', 'newspaper,', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'others,', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chairs', 'reading', 'them', 'and', 'smoking.', 'When', 'the', 'violin', 'began', 'playing', 'they', 'became', 'attentive,', 'stood', 'up', 'and', 'went', 'on', 'tip-toe', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'pressed', 'against', 'each', 'other.', 'Someone', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen,', 'as', "Gregor's", 'father', 'called', 'out:', '"Is', 'the', 'playing', 'perhaps', 'unpleasant', 'for', 'the', 'gentlemen?', 'We', 'can', 'stop', 'it', 'straight', 'away."', '"On', 'the', 'contrary",', 'said', 'the', 'middle', 'gentleman,', '"would', 'the', 'young', 'lady', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room,', 'where', 'it', 'is,', 'after', 'all,', 'much', 'more', 'cosy', 'and', 'comfortable?"', '"Oh', 'yes,', "we'd", 'love', 'to",', 'called', 'back', "Gregor's", 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself.', 'The', 'gentlemen', 'stepped', 'back', 'into', 'the', 'room', 'and', 'waited.', "Gregor's", 'father', 'soon', 'appeared', 'with', 'the', 'music', 'stand,', 'his', 'mother', 'with', 'the', 'music', 'and', 'his', 'sister', 'with', 'the', 'violin.', 'She', 'calmly', 'prepared', 'everything', 'for', 'her', 'to', 'begin', 'playing;', 'his', 'parents,', 'who', 'had', 'never', 'rented', 'a', 'room', 'out', 'before', 'and', 'therefore', 'showed', 'an', 'exaggerated', 'courtesy', 'towards', 'the', 'three', 'gentlemen,', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chairs;', 'his', 'father', 'leant', 'against', 'the', 'door', 'with', 'his', 'right', 'hand', 'pushed', 'in', 'between', 'two', 'buttons', 'on', 'his', 'uniform', 'coat;', 'his', 'mother,', 'though,', 'was', 'offered', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', '-', 'leaving', 'the', 'chair', 'where', 'the', 'gentleman', 'happened', 'to', 'have', 'placed', 'it', '-', 'out', 'of', 'the', 'way', 'in', 'a', 'corner.', 'His', 'sister', 'began', 'to', 'play;', 'father', 'and', 'mother', 'paid', 'close', 'attention,', 'one', 'on', 'each', 'side,', 'to', 'the', 'movements', 'of', 'her', 'hands.', 'Drawn', 'in', 'by', 'the', 'playing,', 'Gregor', 'had', 'dared', 'to', 'come', 'forward', 'a', 'little', 'and', 'already', 'had', 'his', 'head', 'in', 'the', 'living', 'room.', 'Before,', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'considerate', 'he', 'was', 'but', 'now', 'it', 'hardly', 'occurred', 'to', 'him', 'that', 'he', 'had', 'become', 'so', 'thoughtless', 'about', 'the', 'others.', "What's", 'more,', 'there', 'was', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'was', 'covered', 'in', 'the', 'dust', 'that', 'lay', 'everywhere', 'in', 'his', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement;', 'he', 'carried', 'threads,', 'hairs,', 'and', 'remains', 'of', 'food', 'about', 'on', 'his', 'back', 'and', 'sides;', 'he', 'was', 'much', 'too', 'indifferent', 'to', 'everything', 'now', 'to', 'lay', 'on', 'his', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'used', 'to', 'do', 'several', 'times', 'a', 'day.', 'And', 'despite', 'this', 'condition,', 'he', 'was', 'not', 'too', 'shy', 'to', 'move', 'forward', 'a', 'little', 'onto', 'the', 'immaculate', 'floor', 'of', 'the', 'living', 'room.', 'No-one', 'noticed', 'him,', 'though.', 'The', 'family', 'was', 'totally', 'preoccupied', 'with', 'the', 'violin', 'playing;', 'at', 'first,', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hands', 'in', 'their', 'pockets', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'notes', 'being', 'played,', 'and', 'they', 'must', 'have', 'disturbed', "Gregor's", 'sister,', 'but', 'soon,', 'in', 'contrast', 'with', 'the', 'family,', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'heads', 'sunk', 'and', 'talking', 'to', 'each', 'other', 'at', 'half', 'volume,', 'and', 'they', 'stayed', 'by', 'the', 'window', 'while', "Gregor's", 'father', 'observed', 'them', 'anxiously.', 'It', 'really', 'now', 'seemed', 'very', 'obvious', 'that', 'they', 'had', 'expected', 'to', 'hear', 'some', 'beautiful', 'or', 'entertaining', 'violin', 'playing', 'but', 'had', 'been', 'disappointed,', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'performance', 'and', 'it', 'was', 'only', 'now', 'out', 'of', 'politeness', 'that', 'they', 'allowed', 'their', 'peace', 'to', 'be', 'disturbed.', 'It', 'was', 'especially', 'unnerving,', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarettes', 'upwards', 'from', 'their', 'mouth', 'and', 'noses.', 'Yet', "Gregor's", 'sister', 'was', 'playing', 'so', 'beautifully.', 'Her', 'face', 'was', 'leant', 'to', 'one', 'side,', 'following', 'the', 'lines', 'of', 'music', 'with', 'a', 'careful', 'and', 'melancholy', 'expression.', 'Gregor', 'crawled', 'a', 'little', 'further', 'forward,', 'keeping', 'his', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eyes', 'if', 'the', 'chance', 'came.', 'Was', 'he', 'an', 'animal', 'if', 'music', 'could', 'captivate', 'him', 'so?', 'It', 'seemed', 'to', 'him', 'that', 'he', 'was', 'being', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourishment', 'he', 'had', 'been', 'yearning', 'for.', 'He', 'was', 'determined', 'to', 'make', 'his', 'way', 'forward', 'to', 'his', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'his', 'room', 'with', 'her', 'violin,', 'as', 'no-one', 'appreciated', 'her', 'playing', 'here', 'as', 'much', 'as', 'he', 'would.', 'He', 'never', 'wanted', 'to', 'let', 'her', 'out', 'of', 'his', 'room,', 'not', 'while', 'he', 'lived,', 'anyway;', 'his', 'shocking', 'appearance', 'should,', 'for', 'once,', 'be', 'of', 'some', 'use', 'to', 'him;', 'he', 'wanted', 'to', 'be', 'at', 'every', 'door', 'of', 'his', 'room', 'at', 'once', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attackers;', 'his', 'sister', 'should', 'not', 'be', 'forced', 'to', 'stay', 'with', 'him,', 'though,', 'but', 'stay', 'of', 'her', 'own', 'free', 'will;', 'she', 'would', 'sit', 'beside', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'always', 'intended', 'to', 'send', 'her', 'to', 'the', 'conservatory,', 'how', 'he', 'would', 'have', 'told', 'everyone', 'about', 'it', 'last', 'Christmas', '-', 'had', 'Christmas', 'really', 'come', 'and', 'gone', 'already?', '-', 'if', 'this', 'misfortune', "hadn't", 'got', 'in', 'the', 'way,', 'and', 'refuse', 'to', 'let', 'anyone', 'dissuade', 'him', 'from', 'it.', 'On', 'hearing', 'all', 'this,', 'his', 'sister', 'would', 'break', 'out', 'in', 'tears', 'of', 'emotion,', 'and', 'Gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck,', 'which,', 'since', 'she', 'had', 'been', 'going', 'out', 'to', 'work,', 'she', 'had', 'kept', 'free', 'without', 'any', 'necklace', 'or', 'collar.', '"Mr.', 'Samsa!",', 'shouted', 'the', 'middle', 'gentleman', 'to', "Gregor's", 'father,', 'pointing,', 'without', 'wasting', 'any', 'more', 'words,', 'with', 'his', 'forefinger', 'at', 'Gregor', 'as', 'he', 'slowly', 'moved', 'forward.', 'The', 'violin', 'went', 'silent,', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'first', 'smiled', 'at', 'his', 'two', 'friends,', 'shaking', 'his', 'head,', 'and', 'then', 'looked', 'back', 'at', 'Gregor.', 'His', 'father', 'seemed', 'to', 'think', 'it', 'more', 'important', 'to', 'calm', 'the', 'three', 'gentlemen', 'before', 'driving', 'Gregor', 'out,', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seemed', 'to', 'think', 'Gregor', 'was', 'more', 'entertaining', 'than', 'the', 'violin', 'playing', 'had', 'been.', 'He', 'rushed', 'up', 'to', 'them', 'with', 'his', 'arms', 'spread', 'out', 'and', 'attempted', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'trying', 'to', 'block', 'their', 'view', 'of', 'Gregor', 'with', 'his', 'body.', 'Now', 'they', 'did', 'become', 'a', 'little', 'annoyed,', 'and', 'it', 'was', 'not', 'clear', 'whether', 'it', 'was', 'his', "father's", 'behaviour', 'that', 'annoyed', 'them', 'or', 'the', 'dawning', 'realisation', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'Gregor', 'in', 'the', 'next', 'room', 'without', 'knowing', 'it.', 'They', 'asked', "Gregor's", 'father', 'for', 'explanations,', 'raised', 'their', 'arms', 'like', 'he', 'had,', 'tugged', 'excitedly', 'at', 'their', 'beards', 'and', 'moved', 'back', 'towards', 'their', 'room', 'only', 'very', 'slowly.', 'Meanwhile', "Gregor's", 'sister', 'had', 'overcome', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'playing', 'was', 'suddenly', 'interrupted.', 'She', 'had', 'let', 'her', 'hands', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limply', 'for', 'a', 'while', 'but', 'continued', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'playing,', 'but', 'then', 'she', 'suddenly', 'pulled', 'herself', 'together,', 'lay', 'the', 'instrument', 'on', 'her', "mother's", 'lap', 'who', 'still', 'sat', 'laboriously', 'struggling', 'for', 'breath', 'where', 'she', 'was,', 'and', 'ran', 'into', 'the', 'next', 'room', 'which,', 'under', 'pressure', 'from', 'her', 'father,', 'the', 'three', 'gentlemen', 'were', 'more', 'quickly', 'moving', 'toward.', 'Under', 'his', "sister's", 'experienced', 'hand,', 'the', 'pillows', 'and', 'covers', 'on', 'the', 'beds', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'already', 'finished', 'making', 'the', 'beds', 'and', 'slipped', 'out', 'again', 'before', 'the', 'three', 'gentlemen', 'had', 'reached', 'the', 'room.', "Gregor's", 'father', 'seemed', 'so', 'obsessed', 'with', 'what', 'he', 'was', 'doing', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owed', 'to', 'his', 'tenants.', 'He', 'urged', 'them', 'and', 'pressed', 'them', 'until,', 'when', 'he', 'was', 'already', 'at', 'the', 'door', 'of', 'the', 'room,', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'and', 'stamped', 'his', 'foot', 'and', 'thereby', 'brought', "Gregor's", 'father', 'to', 'a', 'halt.', '"I', 'declare', 'here', 'and', 'now",', 'he', 'said,', 'raising', 'his', 'hand', 'and', 'glancing', 'at', "Gregor's", 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attention', 'too,', '"that', 'with', 'regard', 'to', 'the', 'repugnant', 'conditions', 'that', 'prevail', 'in', 'this', 'flat', 'and', 'with', 'this', 'family"', '-', 'here', 'he', 'looked', 'briefly', 'but', 'decisively', 'at', 'the', 'floor', '-', '"I', 'give', 'immediate', 'notice', 'on', 'my', 'room.', 'For', 'the', 'days', 'that', 'I', 'have', 'been', 'living', 'here', 'I', 'will,', 'of', 'course,', 'pay', 'nothing', 'at', 'all,', 'on', 'the', 'contrary', 'I', 'will', 'consider', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damages', 'from', 'you,', 'and', 'believe', 'me', 'it', 'would', 'be', 'very', 'easy', 'to', 'set', 'out', 'the', 'grounds', 'for', 'such', 'an', 'action."', 'He', 'was', 'silent', 'and', 'looked', 'straight', 'ahead', 'as', 'if', 'waiting', 'for', 'something.', 'And', 'indeed,', 'his', 'two', 'friends', 'joined', 'in', 'with', 'the', 'words:', '"And', 'we', 'also', 'give', 'immediate', 'notice."', 'With', 'that,', 'he', 'took', 'hold', 'of', 'the', 'door', 'handle', 'and', 'slammed', 'the', 'door.', "Gregor's", 'father', 'staggered', 'back', 'to', 'his', 'seat,', 'feeling', 'his', 'way', 'with', 'his', 'hands,', 'and', 'fell', 'into', 'it;', 'it', 'looked', 'as', 'if', 'he', 'was', 'stretching', 'himself', 'out', 'for', 'his', 'usual', 'evening', 'nap', 'but', 'from', 'the', 'uncontrolled', 'way', 'his', 'head', 'kept', 'nodding', 'it', 'could', 'be', 'seen', 'that', 'he', 'was', 'not', 'sleeping', 'at', 'all.', 'Throughout', 'all', 'this,', 'Gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him.', 'His', 'disappointment', 'at', 'the', 'failure', 'of', 'his', 'plan,', 'and', 'perhaps', 'also', 'because', 'he', 'was', 'weak', 'from', 'hunger,', 'made', 'it', 'impossible', 'for', 'him', 'to', 'move.', 'He', 'was', 'sure', 'that', 'everyone', 'would', 'turn', 'on', 'him', 'any', 'moment,', 'and', 'he', 'waited.', 'He', 'was', 'not', 'even', 'startled', 'out', 'of', 'this', 'state', 'when', 'the', 'violin', 'on', 'his', "mother's", 'lap', 'fell', 'from', 'her', 'trembling', 'fingers', 'and', 'landed', 'loudly', 'on', 'the', 'floor.', '"Father,', 'Mother",', 'said', 'his', 'sister,', 'hitting', 'the', 'table', 'with', 'her', 'hand', 'as', 'introduction,', '"we', "can't", 'carry', 'on', 'like', 'this.', 'Maybe', 'you', "can't", 'see', 'it,', 'but', 'I', 'can.', 'I', "don't", 'want', 'to', 'call', 'this', 'monster', 'my', 'brother,', 'all', 'I', 'can', 'say', 'is:', 'we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it.', "We've", 'done', 'all', "that's", 'humanly', 'possible', 'to', 'look', 'after', 'it', 'and', 'be', 'patient,', 'I', "don't", 'think', 'anyone', 'could', 'accuse', 'us', 'of', 'doing', 'anything', 'wrong."', '"She\'s', 'absolutely', 'right",', 'said', "Gregor's", 'father', 'to', 'himself.', 'His', 'mother,', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath,', 'began', 'to', 'cough', 'dully,', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'deranged', 'expression', 'in', 'her', 'eyes.', "Gregor's", 'sister', 'rushed', 'to', 'his', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead.', 'Her', 'words', 'seemed', 'to', 'give', "Gregor's", 'father', 'some', 'more', 'definite', 'ideas.', 'He', 'sat', 'upright,', 'played', 'with', 'his', 'uniform', 'cap', 'between', 'the', 'plates', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal,', 'and', 'occasionally', 'looked', 'down', 'at', 'Gregor', 'as', 'he', 'lay', 'there', 'immobile.', '"We', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it",', 'said', "Gregor's", 'sister,', 'now', 'speaking', 'only', 'to', 'her', 'father,', 'as', 'her', 'mother', 'was', 'too', 'occupied', 'with', 'coughing', 'to', 'listen,', '"it\'ll', 'be', 'the', 'death', 'of', 'both', 'of', 'you,', 'I', 'can', 'see', 'it', 'coming.', 'We', "can't", 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortured', 'like', 'this,', 'we', "can't", 'endure', 'it.', 'I', "can't", 'endure', 'it', 'any', 'more."', 'And', 'she', 'broke', 'out', 'so', 'heavily', 'in', 'tears', 'that', 'they', 'flowed', 'down', 'the', 'face', 'of', 'her', 'mother,', 'and', 'she', 'wiped', 'them', 'away', 'with', 'mechanical', 'hand', 'movements.', '"My', 'child",', 'said', 'her', 'father', 'with', 'sympathy', 'and', 'obvious', 'understanding,', '"what', 'are', 'we', 'to', 'do?"', 'His', 'sister', 'just', 'shrugged', 'her', 'shoulders', 'as', 'a', 'sign', 'of', 'the', 'helplessness', 'and', 'tears', 'that', 'had', 'taken', 'hold', 'of', 'her,', 'displacing', 'her', 'earlier', 'certainty.', '"If', 'he', 'could', 'just', 'understand', 'us",', 'said', 'his', 'father', 'almost', 'as', 'a', 'question;', 'his', 'sister', 'shook', 'her', 'hand', 'vigorously', 'through', 'her', 'tears', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'was', 'no', 'question.', '"If', 'he', 'could', 'just', 'understand', 'us",', 'repeated', "Gregor's", 'father,', 'closing', 'his', 'eyes', 'in', 'acceptance', 'of', 'his', "sister's", 'certainty', 'that', 'that', 'was', 'quite', 'impossible,', '"then', 'perhaps', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrangement', 'with', 'him.', 'But', 'as', 'it', 'is', '..."', '"It\'s', 'got', 'to', 'go",', 'shouted', 'his', 'sister,', '"that\'s', 'the', 'only', 'way,', 'Father.', "You've", 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', "that's", 'Gregor.', "We've", 'only', 'harmed', 'ourselves', 'by', 'believing', 'it', 'for', 'so', 'long.', 'How', 'can', 'that', 'be', 'Gregor?', 'If', 'it', 'were', 'Gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', "it's", 'not', 'possible', 'for', 'human', 'beings', 'to', 'live', 'with', 'an', 'animal', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'his', 'own', 'free', 'will.', 'We', "wouldn't", 'have', 'a', 'brother', 'any', 'more,', 'then,', 'but', 'we', 'could', 'carry', 'on', 'with', 'our', 'lives', 'and', 'remember', 'him', 'with', 'respect.', 'As', 'it', 'is', 'this', 'animal', 'is', 'persecuting', 'us,', "it's", 'driven', 'out', 'our', 'tenants,', 'it', 'obviously', 'wants', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'force', 'us', 'to', 'sleep', 'on', 'the', 'streets.', 'Father,', 'look,', 'just', 'look",', 'she', 'suddenly', 'screamed,', '"he\'s', 'starting', 'again!"', 'In', 'her', 'alarm,', 'which', 'was', 'totally', 'beyond', "Gregor's", 'comprehension,', 'his', 'sister', 'even', 'abandoned', 'his', 'mother', 'as', 'she', 'pushed', 'herself', 'vigorously', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'willing', 'to', 'sacrifice', 'her', 'own', 'mother', 'than', 'stay', 'anywhere', 'near', 'Gregor.', 'She', 'rushed', 'over', 'to', 'behind', 'her', 'father,', 'who', 'had', 'become', 'excited', 'merely', 'because', 'she', 'was', 'and', 'stood', 'up', 'half', 'raising', 'his', 'hands', 'in', 'front', 'of', "Gregor's", 'sister', 'as', 'if', 'to', 'protect', 'her.', 'But', 'Gregor', 'had', 'had', 'no', 'intention', 'of', 'frightening', 'anyone,', 'least', 'of', 'all', 'his', 'sister.', 'All', 'he', 'had', 'done', 'was', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'his', 'room,', 'although', 'that', 'was', 'in', 'itself', 'quite', 'startling', 'as', 'his', 'pain-wracked', 'condition', 'meant', 'that', 'turning', 'round', 'required', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'was', 'using', 'his', 'head', 'to', 'help', 'himself', 'do', 'it,', 'repeatedly', 'raising', 'it', 'and', 'striking', 'it', 'against', 'the', 'floor.', 'He', 'stopped', 'and', 'looked', 'round.', 'They', 'seemed', 'to', 'have', 'realised', 'his', 'good', 'intention', 'and', 'had', 'only', 'been', 'alarmed', 'briefly.', 'Now', 'they', 'all', 'looked', 'at', 'him', 'in', 'unhappy', 'silence.', 'His', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'legs', 'stretched', 'out', 'and', 'pressed', 'against', 'each', 'other,', 'her', 'eyes', 'nearly', 'closed', 'with', 'exhaustion;', 'his', 'sister', 'sat', 'next', 'to', 'his', 'father', 'with', 'her', 'arms', 'around', 'his', 'neck.', '"Maybe', 'now', "they'll", 'let', 'me', 'turn', 'round",', 'thought', 'Gregor', 'and', 'went', 'back', 'to', 'work.', 'He', 'could', 'not', 'help', 'panting', 'loudly', 'with', 'the', 'effort', 'and', 'had', 'sometimes', 'to', 'stop', 'and', 'take', 'a', 'rest.', 'No-one', 'was', 'making', 'him', 'rush', 'any', 'more,', 'everything', 'was', 'left', 'up', 'to', 'him.', 'As', 'soon', 'as', 'he', 'had', 'finally', 'finished', 'turning', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead.', 'He', 'was', 'amazed', 'at', 'the', 'great', 'distance', 'that', 'separated', 'him', 'from', 'his', 'room,', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'covered', 'that', 'distance', 'in', 'his', 'weak', 'state', 'a', 'little', 'while', 'before', 'and', 'almost', 'without', 'noticing', 'it.', 'He', 'concentrated', 'on', 'crawling', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardly', 'noticed', 'that', 'there', 'was', 'not', 'a', 'word,', 'not', 'any', 'cry,', 'from', 'his', 'family', 'to', 'distract', 'him.', 'He', 'did', 'not', 'turn', 'his', 'head', 'until', 'he', 'had', 'reached', 'the', 'doorway.', 'He', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'his', 'neck', 'becoming', 'stiff,', 'but', 'it', 'was', 'nonetheless', 'enough', 'to', 'see', 'that', 'nothing', 'behind', 'him', 'had', 'changed,', 'only', 'his', 'sister', 'had', 'stood', 'up.', 'With', 'his', 'last', 'glance', 'he', 'saw', 'that', 'his', 'mother', 'had', 'now', 'fallen', 'completely', 'asleep.', 'He', 'was', 'hardly', 'inside', 'his', 'room', 'before', 'the', 'door', 'was', 'hurriedly', 'shut,', 'bolted', 'and', 'locked.', 'The', 'sudden', 'noise', 'behind', 'Gregor', 'so', 'startled', 'him', 'that', 'his', 'little', 'legs', 'collapsed', 'under', 'him.', 'It', 'was', 'his', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush.', 'She', 'had', 'been', 'standing', 'there', 'waiting', 'and', 'sprung', 'forward', 'lightly,', 'Gregor', 'had', 'not', 'heard', 'her', 'coming', 'at', 'all,', 'and', 'as', 'she', 'turned', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudly', 'to', 'her', 'parents', '"At', 'last!".', '"What', 'now,', 'then?",', 'Gregor', 'asked', 'himself', 'as', 'he', 'looked', 'round', 'in', 'the', 'darkness.', 'He', 'soon', 'made', 'the', 'discovery', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all.', 'This', 'was', 'no', 'surprise', 'to', 'him,', 'it', 'seemed', 'rather', 'that', 'being', 'able', 'to', 'actually', 'move', 'around', 'on', 'those', 'spindly', 'little', 'legs', 'until', 'then', 'was', 'unnatural.', 'He', 'also', 'felt', 'relatively', 'comfortable.', 'It', 'is', 'true', 'that', 'his', 'entire', 'body', 'was', 'aching,', 'but', 'the', 'pain', 'seemed', 'to', 'be', 'slowly', 'getting', 'weaker', 'and', 'weaker', 'and', 'would', 'finally', 'disappear', 'altogether.', 'He', 'could', 'already', 'hardly', 'feel', 'the', 'decayed', 'apple', 'in', 'his', 'back', 'or', 'the', 'inflamed', 'area', 'around', 'it,', 'which', 'was', 'entirely', 'covered', 'in', 'white', 'dust.', 'He', 'thought', 'back', 'of', 'his', 'family', 'with', 'emotion', 'and', 'love.', 'If', 'it', 'was', 'possible,', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongly', 'than', 'his', 'sister.', 'He', 'remained', 'in', 'this', 'state', 'of', 'empty', 'and', 'peaceful', 'rumination', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morning.', 'He', 'watched', 'as', 'it', 'slowly', 'began', 'to', 'get', 'light', 'everywhere', 'outside', 'the', 'window', 'too.', 'Then,', 'without', 'his', 'willing', 'it,', 'his', 'head', 'sank', 'down', 'completely,', 'and', 'his', 'last', 'breath', 'flowed', 'weakly', 'from', 'his', 'nostrils.', 'When', 'the', 'cleaner', 'came', 'in', 'early', 'in', 'the', 'morning', '-', "they'd", 'often', 'asked', 'her', 'not', 'to', 'keep', 'slamming', 'the', 'doors', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurry', 'she', 'still', 'did,', 'so', 'that', 'everyone', 'in', 'the', 'flat', 'knew', 'when', "she'd", 'arrived', 'and', 'from', 'then', 'on', 'it', 'was', 'impossible', 'to', 'sleep', 'in', 'peace', '-', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'Gregor', 'and', 'at', 'first', 'found', 'nothing', 'special.', 'She', 'thought', 'he', 'was', 'laying', 'there', 'so', 'still', 'on', 'purpose,', 'playing', 'the', 'martyr;', 'she', 'attributed', 'all', 'possible', 'understanding', 'to', 'him.', 'She', 'happened', 'to', 'be', 'holding', 'the', 'long', 'broom', 'in', 'her', 'hand,', 'so', 'she', 'tried', 'to', 'tickle', 'Gregor', 'with', 'it', 'from', 'the', 'doorway.', 'When', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tried', 'to', 'make', 'a', 'nuisance', 'of', 'herself', 'and', 'poked', 'at', 'him', 'a', 'little,', 'and', 'only', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resistance', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attention.', 'She', 'soon', 'realised', 'what', 'had', 'really', 'happened,', 'opened', 'her', 'eyes', 'wide,', 'whistled', 'to', 'herself,', 'but', 'did', 'not', 'waste', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'doors', 'and', 'shout', 'loudly', 'into', 'the', 'darkness', 'of', 'the', 'bedrooms:', '"Come', 'and', "'ave", 'a', 'look', 'at', 'this,', "it's", 'dead,', 'just', 'lying', 'there,', 'stone', 'dead!"', 'Mr.', 'and', 'Mrs.', 'Samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriage', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caused', 'by', 'the', 'cleaner', 'before', 'they', 'could', 'grasp', 'what', 'she', 'was', 'saying.', 'But', 'then,', 'each', 'from', 'his', 'own', 'side,', 'they', 'hurried', 'out', 'of', 'bed.', 'Mr.', 'Samsa', 'threw', 'the', 'blanket', 'over', 'his', 'shoulders,', 'Mrs.', 'Samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress;', 'and', 'that', 'is', 'how', 'they', 'went', 'into', "Gregor's", 'room.', 'On', 'the', 'way', 'they', 'opened', 'the', 'door', 'to', 'the', 'living', 'room', 'where', 'Grete', 'had', 'been', 'sleeping', 'since', 'the', 'three', 'gentlemen', 'had', 'moved', 'in;', 'she', 'was', 'fully', 'dressed', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep,', 'and', 'the', 'paleness', 'of', 'her', 'face', 'seemed', 'to', 'confirm', 'this.', '"Dead?",', 'asked', 'Mrs.', 'Samsa,', 'looking', 'at', 'the', 'charwoman', 'enquiringly,', 'even', 'though', 'she', 'could', 'have', 'checked', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'checking.', '"That\'s', 'what', 'I', 'said",', 'replied', 'the', 'cleaner,', 'and', 'to', 'prove', 'it', 'she', 'gave', "Gregor's", 'body', 'another', 'shove', 'with', 'the', 'broom,', 'sending', 'it', 'sideways', 'across', 'the', 'floor.', 'Mrs.', 'Samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'wanted', 'to', 'hold', 'back', 'the', 'broom,', 'but', 'did', 'not', 'complete', 'it.', '"Now', 'then",', 'said', 'Mr.', 'Samsa,', '"let\'s', 'give', 'thanks', 'to', 'God', 'for', 'that".', 'He', 'crossed', 'himself,', 'and', 'the', 'three', 'women', 'followed', 'his', 'example.', 'Grete,', 'who', 'had', 'not', 'taken', 'her', 'eyes', 'from', 'the', 'corpse,', 'said:', '"Just', 'look', 'how', 'thin', 'he', 'was.', 'He', "didn't", 'eat', 'anything', 'for', 'so', 'long.', 'The', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in".', "Gregor's", 'body', 'was', 'indeed', 'completely', 'dried', 'up', 'and', 'flat,', 'they', 'had', 'not', 'seen', 'it', 'until', 'then,', 'but', 'now', 'he', 'was', 'not', 'lifted', 'up', 'on', 'his', 'little', 'legs,', 'nor', 'did', 'he', 'do', 'anything', 'to', 'make', 'them', 'look', 'away.', '"Grete,', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'little', 'while",', 'said', 'Mrs.', 'Samsa', 'with', 'a', 'pained', 'smile,', 'and', 'Grete', 'followed', 'her', 'parents', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'looking', 'back', 'at', 'the', 'body.', 'The', 'cleaner', 'shut', 'the', 'door', 'and', 'opened', 'the', 'window', 'wide.', 'Although', 'it', 'was', 'still', 'early', 'in', 'the', 'morning', 'the', 'fresh', 'air', 'had', 'something', 'of', 'warmth', 'mixed', 'in', 'with', 'it.', 'It', 'was', 'already', 'the', 'end', 'of', 'March,', 'after', 'all.', 'The', 'three', 'gentlemen', 'stepped', 'out', 'of', 'their', 'room', 'and', 'looked', 'round', 'in', 'amazement', 'for', 'their', 'breakfasts;', 'they', 'had', 'been', 'forgotten', 'about.', '"Where', 'is', 'our', 'breakfast?",', 'the', 'middle', 'gentleman', 'asked', 'the', 'cleaner', 'irritably.', 'She', 'just', 'put', 'her', 'finger', 'on', 'her', 'lips', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', "Gregor's", 'room.', 'They', 'did', 'so,', 'and', 'stood', 'around', "Gregor's", 'corpse', 'with', 'their', 'hands', 'in', 'the', 'pockets', 'of', 'their', 'well-worn', 'coats.', 'It', 'was', 'now', 'quite', 'light', 'in', 'the', 'room.', 'Then', 'the', 'door', 'of', 'the', 'bedroom', 'opened', 'and', 'Mr.', 'Samsa', 'appeared', 'in', 'his', 'uniform', 'with', 'his', 'wife', 'on', 'one', 'arm', 'and', 'his', 'daughter', 'on', 'the', 'other.', 'All', 'of', 'them', 'had', 'been', 'crying', 'a', 'little;', 'Grete', 'now', 'and', 'then', 'pressed', 'her', 'face', 'against', 'her', "father's", 'arm.', '"Leave', 'my', 'home.', 'Now!",', 'said', 'Mr.', 'Samsa,', 'indicating', 'the', 'door', 'and', 'without', 'letting', 'the', 'women', 'from', 'him.', '"What', 'do', 'you', 'mean?",', 'asked', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcerted,', 'and', 'he', 'smiled', 'sweetly.', 'The', 'other', 'two', 'held', 'their', 'hands', 'behind', 'their', 'backs', 'and', 'continually', 'rubbed', 'them', 'together', 'in', 'gleeful', 'anticipation', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'only', 'end', 'in', 'their', 'favour.', '"I', 'mean', 'just', 'what', 'I', 'said",', 'answered', 'Mr.', 'Samsa,', 'and,', 'with', 'his', 'two', 'companions,', 'went', 'in', 'a', 'straight', 'line', 'towards', 'the', 'man.', 'At', 'first,', 'he', 'stood', 'there', 'still,', 'looking', 'at', 'the', 'ground', 'as', 'if', 'the', 'contents', 'of', 'his', 'head', 'were', 'rearranging', 'themselves', 'into', 'new', 'positions.', '"Alright,', "we'll", 'go', 'then",', 'he', 'said,', 'and', 'looked', 'up', 'at', 'Mr.', 'Samsa', 'as', 'if', 'he', 'had', 'been', 'suddenly', 'overcome', 'with', 'humility', 'and', 'wanted', 'permission', 'again', 'from', 'Mr.', 'Samsa', 'for', 'his', 'decision.', 'Mr.', 'Samsa', 'merely', 'opened', 'his', 'eyes', 'wide', 'and', 'briefly', 'nodded', 'to', 'him', 'several', 'times.', 'At', 'that,', 'and', 'without', 'delay,', 'the', 'man', 'actually', 'did', 'take', 'long', 'strides', 'into', 'the', 'front', 'hallway;', 'his', 'two', 'friends', 'had', 'stopped', 'rubbing', 'their', 'hands', 'some', 'time', 'before', 'and', 'had', 'been', 'listening', 'to', 'what', 'was', 'being', 'said.', 'Now', 'they', 'jumped', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'Mr.', 'Samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connection', 'with', 'their', 'leader.', 'Once', 'there,', 'all', 'three', 'took', 'their', 'hats', 'from', 'the', 'stand,', 'took', 'their', 'sticks', 'from', 'the', 'holder,', 'bowed', 'without', 'a', 'word', 'and', 'left', 'the', 'premises.', 'Mr.', 'Samsa', 'and', 'the', 'two', 'women', 'followed', 'them', 'out', 'onto', 'the', 'landing;', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', "men's", 'intentions', 'and', 'as', 'they', 'leaned', 'over', 'the', 'landing', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steady', 'progress', 'down', 'the', 'many', 'steps.', 'As', 'they', 'turned', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappeared', 'and', 'would', 'reappear', 'a', 'few', 'moments', 'later;', 'the', 'further', 'down', 'they', 'went,', 'the', 'more', 'that', 'the', 'Samsa', 'family', 'lost', 'interest', 'in', 'them;', 'when', 'a', "butcher's", 'boy,', 'proud', 'of', 'posture', 'with', 'his', 'tray', 'on', 'his', 'head,', 'passed', 'them', 'on', 'his', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were,', 'Mr.', 'Samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'landing', 'and', 'went,', 'as', 'if', 'relieved,', 'back', 'into', 'the', 'flat.', 'They', 'decided', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'was', 'for', 'relaxation', 'and', 'to', 'go', 'for', 'a', 'walk;', 'not', 'only', 'had', 'they', 'earned', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'serious', 'need', 'of', 'it.', 'So', 'they', 'sat', 'at', 'the', 'table', 'and', 'wrote', 'three', 'letters', 'of', 'excusal,', 'Mr.', 'Samsa', 'to', 'his', 'employers,', 'Mrs.', 'Samsa', 'to', 'her', 'contractor', 'and', 'Grete', 'to', 'her', 'principal.', 'The', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'writing', 'to', 'tell', 'them', 'she', 'was', 'going,', "she'd", 'finished', 'her', 'work', 'for', 'that', 'morning.', 'The', 'three', 'of', 'them', 'at', 'first', 'just', 'nodded', 'without', 'looking', 'up', 'from', 'what', 'they', 'were', 'writing,', 'and', 'it', 'was', 'only', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leave', 'that', 'they', 'looked', 'up', 'in', 'irritation.', '"Well?",', 'asked', 'Mr.', 'Samsa.', 'The', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremendous', 'good', 'news', 'to', 'report,', 'but', 'would', 'only', 'do', 'it', 'if', 'she', 'was', 'clearly', 'asked', 'to.', 'The', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'on', 'her', 'hat,', 'which', 'had', 'been', 'a', 'source', 'of', 'irritation', 'to', 'Mr.', 'Samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'working', 'for', 'them,', 'swayed', 'gently', 'in', 'all', 'directions.', '"What', 'is', 'it', 'you', 'want', 'then?",', 'asked', 'Mrs.', 'Samsa,', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for.', '"Yes",', 'she', 'answered,', 'and', 'broke', 'into', 'a', 'friendly', 'laugh', 'that', 'made', 'her', 'unable', 'to', 'speak', 'straight', 'away,', '"well', 'then,', 'that', 'thing', 'in', 'there,', 'you', "needn't", 'worry', 'about', 'how', "you're", 'going', 'to', 'get', 'rid', 'of', 'it.', "That's", 'all', 'been', 'sorted', 'out."', 'Mrs.', 'Samsa', 'and', 'Grete', 'bent', 'down', 'over', 'their', 'letters', 'as', 'if', 'intent', 'on', 'continuing', 'with', 'what', 'they', 'were', 'writing;', 'Mr.', 'Samsa', 'saw', 'that', 'the', 'cleaner', 'wanted', 'to', 'start', 'describing', 'everything', 'in', 'detail', 'but,', 'with', 'outstretched', 'hand,', 'he', 'made', 'it', 'quite', 'clear', 'that', 'she', 'was', 'not', 'to.', 'So,', 'as', 'she', 'was', 'prevented', 'from', 'telling', 'them', 'all', 'about', 'it,', 'she', 'suddenly', 'remembered', 'what', 'a', 'hurry', 'she', 'was', 'in', 'and,', 'clearly', 'peeved,', 'called', 'out', '"Cheerio', 'then,', 'everyone",', 'turned', 'round', 'sharply', 'and', 'left,', 'slamming', 'the', 'door', 'terribly', 'as', 'she', 'went.', '"Tonight', 'she', 'gets', 'sacked",', 'said', 'Mr.', 'Samsa,', 'but', 'he', 'received', 'no', 'reply', 'from', 'either', 'his', 'wife', 'or', 'his', 'daughter', 'as', 'the', 'charwoman', 'seemed', 'to', 'have', 'destroyed', 'the', 'peace', 'they', 'had', 'only', 'just', 'gained.', 'They', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remained', 'with', 'their', 'arms', 'around', 'each', 'other.', 'Mr.', 'Samsa', 'twisted', 'round', 'in', 'his', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watching', 'for', 'a', 'while.', 'Then', 'he', 'called', 'out:', '"Come', 'here,', 'then.', "Let's", 'forget', 'about', 'all', 'that', 'old', 'stuff,', 'shall', 'we.', 'Come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attention".', 'The', 'two', 'women', 'immediately', 'did', 'as', 'he', 'said,', 'hurrying', 'over', 'to', 'him', 'where', 'they', 'kissed', 'him', 'and', 'hugged', 'him', 'and', 'then', 'they', 'quickly', 'finished', 'their', 'letters.', 'After', 'that,', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'together,', 'which', 'was', 'something', 'they', 'had', 'not', 'done', 'for', 'months,', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'country', 'outside', 'the', 'town.', 'They', 'had', 'the', 'tram,', 'filled', 'with', 'warm', 'sunshine,', 'all', 'to', 'themselves.', 'Leant', 'back', 'comfortably', 'on', 'their', 'seats,', 'they', 'discussed', 'their', 'prospects', 'and', 'found', 'that', 'on', 'closer', 'examination', 'they', 'were', 'not', 'at', 'all', 'bad', '-', 'until', 'then', 'they', 'had', 'never', 'asked', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'jobs', 'which', 'were', 'very', 'good', 'and', 'held', 'particularly', 'good', 'promise', 'for', 'the', 'future.', 'The', 'greatest', 'improvement', 'for', 'the', 'time', 'being,', 'of', 'course,', 'would', 'be', 'achieved', 'quite', 'easily', 'by', 'moving', 'house;', 'what', 'they', 'needed', 'now', 'was', 'a', 'flat', 'that', 'was', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'Gregor,', 'one', 'that', 'was', 'in', 'a', 'better', 'location', 'and,', 'most', 'of', 'all,', 'more', 'practical.', 'All', 'the', 'time,', 'Grete', 'was', 'becoming', 'livelier.', 'With', 'all', 'the', 'worry', 'they', 'had', 'been', 'having', 'of', 'late', 'her', 'cheeks', 'had', 'become', 'pale,', 'but,', 'while', 'they', 'were', 'talking,', 'Mr.', 'and', 'Mrs.', 'Samsa', 'were', 'struck,', 'almost', 'simultaneously,', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'was', 'blossoming', 'into', 'a', 'well', 'built', 'and', 'beautiful', 'young', 'lady.', 'They', 'became', 'quieter.', 'Just', 'from', 'each', "other's", 'glance', 'and', 'almost', 'without', 'knowing', 'it', 'they', 'agreed', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her.', 'And,', 'as', 'if', 'in', 'confirmation', 'of', 'their', 'new', 'dreams', 'and', 'good', 'intentions,', 'as', 'soon', 'as', 'they', 'reached', 'their', 'destination', 'Grete', 'was', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'body.', 'Updated', 'editions', 'will', 'replace', 'the', 'previous', 'one--the', 'old', 'editions', 'will', 'be', 'renamed.', 'Creating', 'the', 'works', 'from', 'public', 'domain', 'print', 'editions', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works,', 'so', 'the', 'Foundation', '(and', 'you!)', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United', 'States', 'without', 'permission', 'and', 'without', 'paying', 'copyright', 'royalties.', 'Special', 'rules,', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part', 'of', 'this', 'license,', 'apply', 'to', 'copying', 'and', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERG-tm', 'concept', 'and', 'trademark.', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark,', 'and', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks,', 'unless', 'you', 'receive', 'specific', 'permission.', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'eBook,', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy.', 'You', 'may', 'use', 'this', 'eBook', 'for', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,', 'performances', 'and', 'research.', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given', 'away--you', 'may', 'do', 'practically', 'ANYTHING', 'with', 'public', 'domain', 'eBooks.', 'Redistribution', 'is', 'subject', 'to', 'the', 'trademark', 'license,', 'especially', 'commercial', 'redistribution.', 'Section', '1.', 'General', 'Terms', 'of', 'Use', 'and', 'Redistributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', '1.A.', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg-tm', 'electronic', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to', 'and', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property', '(trademark/copyright)', 'agreement.', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'and', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'your', 'possession.', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1.E.8.', '1.B.', '"Project', 'Gutenberg"', 'is', 'a', 'registered', 'trademark.', 'It', 'may', 'only', 'be', 'used', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement.', 'There', 'are', 'a', 'few', 'things', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'even', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement.', 'See', 'paragraph', '1.C', 'below.', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this', 'agreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'See', 'paragraph', '1.E', 'below.', '1.C.', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '("the', 'Foundation"', 'or', 'PGLAF),', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Nearly', 'all', 'the', 'individual', 'works', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States.', 'If', 'an', 'individual', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States,', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,', 'displaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed.', 'Of', 'course,', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'free', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg-tm', 'works', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the', 'Project', 'Gutenberg-tm', 'name', 'associated', 'with', 'the', 'work.', 'You', 'can', 'easily', 'comply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the', 'same', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg-tm', 'License', 'when', 'you', 'share', 'it', 'without', 'charge', 'with', 'others.', 'This', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyrighted', 'individual', 'works', 'included', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder.', 'Information', 'on', 'the', 'copyright', 'owner', 'for', 'this', 'particular', 'work', 'and', 'the', 'terms', 'of', 'use', 'imposed', 'by', 'the', 'copyright', 'holder', 'on', 'this', 'work', 'are', 'set', 'forth', 'at', 'the', 'beginning', 'of', 'this', 'work.', '1.D.', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'this', 'work.', 'Copyright', 'laws', 'in', 'most', 'countries', 'are', 'in', 'a', 'constant', 'state', 'of', 'change.', 'If', 'you', 'are', 'outside', 'the', 'United', 'States,', 'check', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this', 'agreement', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,', 'distributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'other', 'Project', 'Gutenberg-tm', 'work.', 'The', 'Foundation', 'makes', 'no', 'representations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'country', 'outside', 'the', 'United', 'States.', '1.E.', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg:', '1.E.1.', 'The', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other', 'immediate', 'access', 'to,', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'must', 'appear', 'prominently', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', '(any', 'work', 'on', 'which', 'the', 'phrase', '"Project', 'Gutenberg"', 'appears,', 'or', 'with', 'which', 'the', 'phrase', '"Project', 'Gutenberg"', 'is', 'associated)', 'is', 'accessed,', 'displayed,', 'performed,', 'viewed,', 'copied', 'or', 'distributed:', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever.', 'You', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org', '1.E.2.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'derived', 'from', 'the', 'public', 'domain', '(does', 'not', 'contain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the', 'copyright', 'holder),', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in', 'the', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'If', 'you', 'are', 'redistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '"Project', 'Gutenberg"', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work,', 'you', 'must', 'comply', 'either', 'with', 'the', 'requirements', 'of', 'paragraphs', '1.E.1', 'through', '1.E.7', 'or', 'obtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenberg-tm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1.E.8', 'or', '1.E.9.', '1.E.3.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder,', 'your', 'use', 'and', 'distribution', 'must', 'comply', 'with', 'both', 'paragraphs', '1.E.1', 'through', '1.E.7', 'and', 'any', 'additional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder.', 'Additional', 'terms', 'will', 'be', 'linked', 'to', 'the', 'Project', 'Gutenberg-tm', 'License', 'for', 'all', 'works', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'beginning', 'of', 'this', 'work.', '1.E.4.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this', 'work', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg-tm.', '1.E.5.', 'Do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this', 'electronic', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without', 'prominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.E.1', 'with', 'active', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project', 'Gutenberg-tm', 'License.', '1.E.6.', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary,', 'compressed,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including', 'any', 'word', 'processing', 'or', 'hypertext', 'form.', 'However,', 'if', 'you', 'provide', 'access', 'to', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', 'in', 'a', 'format', 'other', 'than', '"Plain', 'Vanilla', 'ASCII"', 'or', 'other', 'format', 'used', 'in', 'the', 'official', 'version', 'posted', 'on', 'the', 'official', 'Project', 'Gutenberg-tm', 'web', 'site', '(www.gutenberg.org),', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense', 'to', 'the', 'user,', 'provide', 'a', 'copy,', 'a', 'means', 'of', 'exporting', 'a', 'copy,', 'or', 'a', 'means', 'of', 'obtaining', 'a', 'copy', 'upon', 'request,', 'of', 'the', 'work', 'in', 'its', 'original', '"Plain', 'Vanilla', 'ASCII"', 'or', 'other', 'form.', 'Any', 'alternate', 'format', 'must', 'include', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'as', 'specified', 'in', 'paragraph', '1.E.1.', '1.E.7.', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,', 'performing,', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg-tm', 'works', 'unless', 'you', 'comply', 'with', 'paragraph', '1.E.8', 'or', '1.E.9.', '1.E.8.', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'access', 'to', 'or', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'provided', 'that', '-', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20%', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from', 'the', 'use', 'of', 'Project', 'Gutenberg-tm', 'works', 'calculated', 'using', 'the', 'method', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'The', 'fee', 'is', 'owed', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark,', 'but', 'he', 'has', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation.', 'Royalty', 'payments', 'must', 'be', 'paid', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'Royalty', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in', 'Section', '4,', '"Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation."', '-', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenberg-tm', 'License.', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg-tm', 'works.', '-', 'You', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.F.3,', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy,', 'if', 'a', 'defect', 'in', 'the', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of', 'receipt', 'of', 'the', 'work.', '-', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works.', '1.E.9.', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'are', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'from', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'Michael', 'Hart,', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark.', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below.', '1.F.', '1.F.1.', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable', 'effort', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'and', 'proofread', 'public', 'domain', 'works', 'in', 'creating', 'the', 'Project', 'Gutenberg-tm', 'collection.', 'Despite', 'these', 'efforts,', 'Project', 'Gutenberg-tm', 'electronic', 'works,', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may', 'contain', '"Defects,"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate', 'or', 'corrupt', 'data,', 'transcription', 'errors,', 'a', 'copyright', 'or', 'other', 'intellectual', 'property', 'infringement,', 'a', 'defective', 'or', 'damaged', 'disk', 'or', 'other', 'medium,', 'a', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'cannot', 'be', 'read', 'by', 'your', 'equipment.', '1.F.2.', 'LIMITED', 'WARRANTY,', 'DISCLAIMER', 'OF', 'DAMAGES', '-', 'Except', 'for', 'the', '"Right', 'of', 'Replacement', 'or', 'Refund"', 'described', 'in', 'paragraph', '1.F.3,', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation,', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark,', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all', 'liability', 'to', 'you', 'for', 'damages,', 'costs', 'and', 'expenses,', 'including', 'legal', 'fees.', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE,', 'STRICT', 'LIABILITY,', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE', 'PROVIDED', 'IN', 'PARAGRAPH', 'F3.', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION,', 'THE', 'TRADEMARK', 'OWNER,', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE', 'LIABLE', 'TO', 'YOU', 'FOR', 'ACTUAL,', 'DIRECT,', 'INDIRECT,', 'CONSEQUENTIAL,', 'PUNITIVE', 'OR', 'INCIDENTAL', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH', 'DAMAGE.', '1.F.3.', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '-', 'If', 'you', 'discover', 'a', 'defect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can', 'receive', 'a', 'refund', 'of', 'the', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a', 'written', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from.', 'If', 'you', 'received', 'the', 'work', 'on', 'a', 'physical', 'medium,', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explanation.', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you', 'with', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in', 'lieu', 'of', 'a', 'refund.', 'If', 'you', 'received', 'the', 'work', 'electronically,', 'the', 'person', 'or', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second', 'opportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund.', 'If', 'the', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing', 'without', 'further', 'opportunities', 'to', 'fix', 'the', 'problem.', '1.F.4.', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1.F.3,', 'this', 'work', 'is', 'provided', 'to', 'you', "'AS-IS,'", 'WITH', 'NO', 'OTHER', 'WARRANTIES', 'OF', 'ANY', 'KIND,', 'EXPRESS', 'OR', 'IMPLIED,', 'INCLUDING', 'BUT', 'NOT', 'LIMITED', 'TO', 'WARRANTIES', 'OF', 'MERCHANTIBILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE.', '1.F.5.', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'warranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'damages.', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'violates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement,', 'the', 'agreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or', 'limitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law.', 'The', 'invalidity', 'or', 'unenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the', 'remaining', 'provisions.', '1.F.6.', 'INDEMNITY', '-', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation,', 'the', 'trademark', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation,', 'anyone', 'providing', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'accordance', 'with', 'this', 'agreement,', 'and', 'any', 'volunteers', 'associated', 'with', 'the', 'production,', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'and', 'expenses,', 'including', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'the', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this', 'or', 'any', 'Project', 'Gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or', 'additions', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg-tm', 'work,', 'and', '(c)', 'any', 'Defect', 'you', 'cause.', 'Section', '2.', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenberg-tm', 'Project', 'Gutenberg-tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of', 'electronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of', 'computers', 'including', 'obsolete,', 'old,', 'middle-aged', 'and', 'new', 'computers.', 'It', 'exists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations', 'from', 'people', 'in', 'all', 'walks', 'of', 'life.', 'Volunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the', 'assistance', 'they', 'need,', 'is', 'critical', 'to', 'reaching', 'Project', "Gutenberg-tm's", 'goals', 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenberg-tm', 'collection', 'will', 'remain', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'In', '2001,', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure', 'and', 'permanent', 'future', 'for', 'Project', 'Gutenberg-tm', 'and', 'future', 'generations.', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help,', 'see', 'Sections', '3', 'and', '4', 'and', 'the', 'Foundation', 'web', 'page', 'at', 'https://www.pglaf.org.', 'Section', '3.', 'Information', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit', '501(c)(3)', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the', 'state', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal', 'Revenue', 'Service.', 'The', "Foundation's", 'EIN', 'or', 'federal', 'tax', 'identification', 'number', 'is', '64-6221541.', 'Its', '501(c)(3)', 'letter', 'is', 'posted', 'at', 'https://pglaf.org/fundraising.', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by', 'U.S.', 'federal', 'laws', 'and', 'your', "state's", 'laws.', 'The', "Foundation's", 'principal', 'office', 'is', 'located', 'at', '4557', 'Melan', 'Dr.', 'S.', 'Fairbanks,', 'AK,', '99712.,', 'but', 'its', 'volunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'locations.', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West,', 'Salt', 'Lake', 'City,', 'UT', '84116,', '(801)', '596-1887,', 'email', 'business@pglaf.org.', 'Email', 'contact', 'links', 'and', 'up', 'to', 'date', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', "Foundation's", 'web', 'site', 'and', 'official', 'page', 'at', 'https://pglaf.org', 'Section', '4.', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Project', 'Gutenberg-tm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'increasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be', 'freely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest', 'array', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'Many', 'small', 'donations', '($1', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'status', 'with', 'the', 'IRS.', 'The', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating', 'charities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United', 'States.', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a', 'considerable', 'effort,', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requirements.', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'where', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'To', 'SEND', 'DONATIONS', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'state', 'visit', 'https://pglaf.org', 'While', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'have', 'not', 'met', 'the', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition', 'against', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'approach', 'us', 'with', 'offers', 'to', 'donate.', 'International', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make', 'any', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'outside', 'the', 'United', 'States.', 'U.S.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.', 'Please', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation', 'methods', 'and', 'addresses.', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other', 'ways', 'including', 'including', 'checks,', 'online', 'payments', 'and', 'credit', 'card', 'donations.', 'To', 'donate,', 'please', 'visit:', 'https://pglaf.org/donate', 'Section', '5.', 'General', 'Information', 'About', 'Project', 'Gutenberg-tm', 'electronic', 'works.', 'Professor', 'Michael', 'S.', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project', 'Gutenberg-tm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'freely', 'shared', 'with', 'anyone.', 'For', 'thirty', 'years,', 'he', 'produced', 'and', 'distributed', 'Project', 'Gutenberg-tm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of', 'volunteer', 'support.', 'Project', 'Gutenberg-tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'editions,', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'Public', 'Domain', 'in', 'the', 'U.S.', 'unless', 'a', 'copyright', 'notice', 'is', 'included.', 'Thus,', 'we', 'do', 'not', 'necessarily', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'edition.', 'Most', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search', 'facility:', 'This', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg-tm,', 'including', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks,', 'and', 'how', 'to', 'subscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks.']
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
import re
words = re.split(r'\W+', text)
print(words)
['One', 'morning', 'when', 'Gregor', 'Samsa', 'woke', 'from', 'troubled', 'dreams', 'he', 'found', 'himself', 'transformed', 'in', 'his', 'bed', 'into', 'a', 'horrible', 'vermin', 'He', 'lay', 'on', 'his', 'armour', 'like', 'back', 'and', 'if', 'he', 'lifted', 'his', 'head', 'a', 'little', 'he', 'could', 'see', 'his', 'brown', 'belly', 'slightly', 'domed', 'and', 'divided', 'by', 'arches', 'into', 'stiff', 'sections', 'The', 'bedding', 'was', 'hardly', 'able', 'to', 'cover', 'it', 'and', 'seemed', 'ready', 'to', 'slide', 'off', 'any', 'moment', 'His', 'many', 'legs', 'pitifully', 'thin', 'compared', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him', 'waved', 'about', 'helplessly', 'as', 'he', 'looked', 'What', 's', 'happened', 'to', 'me', 'he', 'thought', 'It', 'wasn', 't', 'a', 'dream', 'His', 'room', 'a', 'proper', 'human', 'room', 'although', 'a', 'little', 'too', 'small', 'lay', 'peacefully', 'between', 'its', 'four', 'familiar', 'walls', 'A', 'collection', 'of', 'textile', 'samples', 'lay', 'spread', 'out', 'on', 'the', 'table', 'Samsa', 'was', 'a', 'travelling', 'salesman', 'and', 'above', 'it', 'there', 'hung', 'a', 'picture', 'that', 'he', 'had', 'recently', 'cut', 'out', 'of', 'an', 'illustrated', 'magazine', 'and', 'housed', 'in', 'a', 'nice', 'gilded', 'frame', 'It', 'showed', 'a', 'lady', 'fitted', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright', 'raising', 'a', 'heavy', 'fur', 'muff', 'that', 'covered', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'towards', 'the', 'viewer', 'Gregor', 'then', 'turned', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather', 'Drops', 'of', 'rain', 'could', 'be', 'heard', 'hitting', 'the', 'pane', 'which', 'made', 'him', 'feel', 'quite', 'sad', 'How', 'about', 'if', 'I', 'sleep', 'a', 'little', 'bit', 'longer', 'and', 'forget', 'all', 'this', 'nonsense', 'he', 'thought', 'but', 'that', 'was', 'something', 'he', 'was', 'unable', 'to', 'do', 'because', 'he', 'was', 'used', 'to', 'sleeping', 'on', 'his', 'right', 'and', 'in', 'his', 'present', 'state', 'couldn', 't', 'get', 'into', 'that', 'position', 'However', 'hard', 'he', 'threw', 'himself', 'onto', 'his', 'right', 'he', 'always', 'rolled', 'back', 'to', 'where', 'he', 'was', 'He', 'must', 'have', 'tried', 'it', 'a', 'hundred', 'times', 'shut', 'his', 'eyes', 'so', 'that', 'he', 'wouldn', 't', 'have', 'to', 'look', 'at', 'the', 'floundering', 'legs', 'and', 'only', 'stopped', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'before', 'Oh', 'God', 'he', 'thought', 'what', 'a', 'strenuous', 'career', 'it', 'is', 'that', 'I', 've', 'chosen', 'Travelling', 'day', 'in', 'and', 'day', 'out', 'Doing', 'business', 'like', 'this', 'takes', 'much', 'more', 'effort', 'than', 'doing', 'your', 'own', 'business', 'at', 'home', 'and', 'on', 'top', 'of', 'that', 'there', 's', 'the', 'curse', 'of', 'travelling', 'worries', 'about', 'making', 'train', 'connections', 'bad', 'and', 'irregular', 'food', 'contact', 'with', 'different', 'people', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyone', 'or', 'become', 'friendly', 'with', 'them', 'It', 'can', 'all', 'go', 'to', 'Hell', 'He', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'his', 'belly', 'pushed', 'himself', 'slowly', 'up', 'on', 'his', 'back', 'towards', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'his', 'head', 'better', 'found', 'where', 'the', 'itch', 'was', 'and', 'saw', 'that', 'it', 'was', 'covered', 'with', 'lots', 'of', 'little', 'white', 'spots', 'which', 'he', 'didn', 't', 'know', 'what', 'to', 'make', 'of', 'and', 'when', 'he', 'tried', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'his', 'legs', 'he', 'drew', 'it', 'quickly', 'back', 'because', 'as', 'soon', 'as', 'he', 'touched', 'it', 'he', 'was', 'overcome', 'by', 'a', 'cold', 'shudder', 'He', 'slid', 'back', 'into', 'his', 'former', 'position', 'Getting', 'up', 'early', 'all', 'the', 'time', 'he', 'thought', 'it', 'makes', 'you', 'stupid', 'You', 've', 'got', 'to', 'get', 'enough', 'sleep', 'Other', 'travelling', 'salesmen', 'live', 'a', 'life', 'of', 'luxury', 'For', 'instance', 'whenever', 'I', 'go', 'back', 'to', 'the', 'guest', 'house', 'during', 'the', 'morning', 'to', 'copy', 'out', 'the', 'contract', 'these', 'gentlemen', 'are', 'always', 'still', 'sitting', 'there', 'eating', 'their', 'breakfasts', 'I', 'ought', 'to', 'just', 'try', 'that', 'with', 'my', 'boss', 'I', 'd', 'get', 'kicked', 'out', 'on', 'the', 'spot', 'But', 'who', 'knows', 'maybe', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me', 'If', 'I', 'didn', 't', 'have', 'my', 'parents', 'to', 'think', 'about', 'I', 'd', 'have', 'given', 'in', 'my', 'notice', 'a', 'long', 'time', 'ago', 'I', 'd', 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'I', 'think', 'tell', 'him', 'everything', 'I', 'would', 'let', 'him', 'know', 'just', 'what', 'I', 'feel', 'He', 'd', 'fall', 'right', 'off', 'his', 'desk', 'And', 'it', 's', 'a', 'funny', 'sort', 'of', 'business', 'to', 'be', 'sitting', 'up', 'there', 'at', 'your', 'desk', 'talking', 'down', 'at', 'your', 'subordinates', 'from', 'up', 'there', 'especially', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'because', 'the', 'boss', 'is', 'hard', 'of', 'hearing', 'Well', 'there', 's', 'still', 'some', 'hope', 'once', 'I', 've', 'got', 'the', 'money', 'together', 'to', 'pay', 'off', 'my', 'parents', 'debt', 'to', 'him', 'another', 'five', 'or', 'six', 'years', 'I', 'suppose', 'that', 's', 'definitely', 'what', 'I', 'll', 'do', 'That', 's', 'when', 'I', 'll', 'make', 'the', 'big', 'change', 'First', 'of', 'all', 'though', 'I', 've', 'got', 'to', 'get', 'up', 'my', 'train', 'leaves', 'at', 'five', 'And', 'he', 'looked', 'over', 'at', 'the', 'alarm', 'clock', 'ticking', 'on', 'the', 'chest', 'of', 'drawers', 'God', 'in', 'Heaven', 'he', 'thought', 'It', 'was', 'half', 'past', 'six', 'and', 'the', 'hands', 'were', 'quietly', 'moving', 'forwards', 'it', 'was', 'even', 'later', 'than', 'half', 'past', 'more', 'like', 'quarter', 'to', 'seven', 'Had', 'the', 'alarm', 'clock', 'not', 'rung', 'He', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', 'o', 'clock', 'as', 'it', 'should', 'have', 'been', 'it', 'certainly', 'must', 'have', 'rung', 'Yes', 'but', 'was', 'it', 'possible', 'to', 'quietly', 'sleep', 'through', 'that', 'furniture', 'rattling', 'noise', 'True', 'he', 'had', 'not', 'slept', 'peacefully', 'but', 'probably', 'all', 'the', 'more', 'deeply', 'because', 'of', 'that', 'What', 'should', 'he', 'do', 'now', 'The', 'next', 'train', 'went', 'at', 'seven', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collection', 'of', 'samples', 'was', 'still', 'not', 'packed', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularly', 'fresh', 'and', 'lively', 'And', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'his', 'boss', 's', 'anger', 'as', 'the', 'office', 'assistant', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', 'o', 'clock', 'train', 'go', 'he', 'would', 'have', 'put', 'in', 'his', 'report', 'about', 'Gregor', 's', 'not', 'being', 'there', 'a', 'long', 'time', 'ago', 'The', 'office', 'assistant', 'was', 'the', 'boss', 's', 'man', 'spineless', 'and', 'with', 'no', 'understanding', 'What', 'about', 'if', 'he', 'reported', 'sick', 'But', 'that', 'would', 'be', 'extremely', 'strained', 'and', 'suspicious', 'as', 'in', 'fifteen', 'years', 'of', 'service', 'Gregor', 'had', 'never', 'once', 'yet', 'been', 'ill', 'His', 'boss', 'would', 'certainly', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medical', 'insurance', 'company', 'accuse', 'his', 'parents', 'of', 'having', 'a', 'lazy', 'son', 'and', 'accept', 'the', 'doctor', 's', 'recommendation', 'not', 'to', 'make', 'any', 'claim', 'as', 'the', 'doctor', 'believed', 'that', 'no', 'one', 'was', 'ever', 'ill', 'but', 'that', 'many', 'were', 'workshy', 'And', 'what', 's', 'more', 'would', 'he', 'have', 'been', 'entirely', 'wrong', 'in', 'this', 'case', 'Gregor', 'did', 'in', 'fact', 'apart', 'from', 'excessive', 'sleepiness', 'after', 'sleeping', 'for', 'so', 'long', 'feel', 'completely', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual', 'He', 'was', 'still', 'hurriedly', 'thinking', 'all', 'this', 'through', 'unable', 'to', 'decide', 'to', 'get', 'out', 'of', 'the', 'bed', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven', 'There', 'was', 'a', 'cautious', 'knock', 'at', 'the', 'door', 'near', 'his', 'head', 'Gregor', 'somebody', 'called', 'it', 'was', 'his', 'mother', 'it', 's', 'quarter', 'to', 'seven', 'Didn', 't', 'you', 'want', 'to', 'go', 'somewhere', 'That', 'gentle', 'voice', 'Gregor', 'was', 'shocked', 'when', 'he', 'heard', 'his', 'own', 'voice', 'answering', 'it', 'could', 'hardly', 'be', 'recognised', 'as', 'the', 'voice', 'he', 'had', 'had', 'before', 'As', 'if', 'from', 'deep', 'inside', 'him', 'there', 'was', 'a', 'painful', 'and', 'uncontrollable', 'squeaking', 'mixed', 'in', 'with', 'it', 'the', 'words', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'was', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear', 'leaving', 'the', 'hearer', 'unsure', 'whether', 'he', 'had', 'heard', 'properly', 'or', 'not', 'Gregor', 'had', 'wanted', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everything', 'but', 'in', 'the', 'circumstances', 'contented', 'himself', 'with', 'saying', 'Yes', 'mother', 'yes', 'thank', 'you', 'I', 'm', 'getting', 'up', 'now', 'The', 'change', 'in', 'Gregor', 's', 'voice', 'probably', 'could', 'not', 'be', 'noticed', 'outside', 'through', 'the', 'wooden', 'door', 'as', 'his', 'mother', 'was', 'satisfied', 'with', 'this', 'explanation', 'and', 'shuffled', 'away', 'But', 'this', 'short', 'conversation', 'made', 'the', 'other', 'members', 'of', 'the', 'family', 'aware', 'that', 'Gregor', 'against', 'their', 'expectations', 'was', 'still', 'at', 'home', 'and', 'soon', 'his', 'father', 'came', 'knocking', 'at', 'one', 'of', 'the', 'side', 'doors', 'gently', 'but', 'with', 'his', 'fist', 'Gregor', 'Gregor', 'he', 'called', 'what', 's', 'wrong', 'And', 'after', 'a', 'short', 'while', 'he', 'called', 'again', 'with', 'a', 'warning', 'deepness', 'in', 'his', 'voice', 'Gregor', 'Gregor', 'At', 'the', 'other', 'side', 'door', 'his', 'sister', 'came', 'plaintively', 'Gregor', 'Aren', 't', 'you', 'well', 'Do', 'you', 'need', 'anything', 'Gregor', 'answered', 'to', 'both', 'sides', 'I', 'm', 'ready', 'now', 'making', 'an', 'effort', 'to', 'remove', 'all', 'the', 'strangeness', 'from', 'his', 'voice', 'by', 'enunciating', 'very', 'carefully', 'and', 'putting', 'long', 'pauses', 'between', 'each', 'individual', 'word', 'His', 'father', 'went', 'back', 'to', 'his', 'breakfast', 'but', 'his', 'sister', 'whispered', 'Gregor', 'open', 'the', 'door', 'I', 'beg', 'of', 'you', 'Gregor', 'however', 'had', 'no', 'thought', 'of', 'opening', 'the', 'door', 'and', 'instead', 'congratulated', 'himself', 'for', 'his', 'cautious', 'habit', 'acquired', 'from', 'his', 'travelling', 'of', 'locking', 'all', 'doors', 'at', 'night', 'even', 'when', 'he', 'was', 'at', 'home', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'to', 'get', 'up', 'in', 'peace', 'without', 'being', 'disturbed', 'to', 'get', 'dressed', 'and', 'most', 'of', 'all', 'to', 'have', 'his', 'breakfast', 'Only', 'then', 'would', 'he', 'consider', 'what', 'to', 'do', 'next', 'as', 'he', 'was', 'well', 'aware', 'that', 'he', 'would', 'not', 'bring', 'his', 'thoughts', 'to', 'any', 'sensible', 'conclusions', 'by', 'lying', 'in', 'bed', 'He', 'remembered', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed', 'perhaps', 'caused', 'by', 'lying', 'awkwardly', 'but', 'that', 'had', 'always', 'turned', 'out', 'to', 'be', 'pure', 'imagination', 'and', 'he', 'wondered', 'how', 'his', 'imaginings', 'would', 'slowly', 'resolve', 'themselves', 'today', 'He', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'change', 'in', 'his', 'voice', 'was', 'nothing', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'serious', 'cold', 'which', 'was', 'an', 'occupational', 'hazard', 'for', 'travelling', 'salesmen', 'It', 'was', 'a', 'simple', 'matter', 'to', 'throw', 'off', 'the', 'covers', 'he', 'only', 'had', 'to', 'blow', 'himself', 'up', 'a', 'little', 'and', 'they', 'fell', 'off', 'by', 'themselves', 'But', 'it', 'became', 'difficult', 'after', 'that', 'especially', 'as', 'he', 'was', 'so', 'exceptionally', 'broad', 'He', 'would', 'have', 'used', 'his', 'arms', 'and', 'his', 'hands', 'to', 'push', 'himself', 'up', 'but', 'instead', 'of', 'them', 'he', 'only', 'had', 'all', 'those', 'little', 'legs', 'continuously', 'moving', 'in', 'different', 'directions', 'and', 'which', 'he', 'was', 'moreover', 'unable', 'to', 'control', 'If', 'he', 'wanted', 'to', 'bend', 'one', 'of', 'them', 'then', 'that', 'was', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out', 'and', 'if', 'he', 'finally', 'managed', 'to', 'do', 'what', 'he', 'wanted', 'with', 'that', 'leg', 'all', 'the', 'others', 'seemed', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'painfully', 'This', 'is', 'something', 'that', 'can', 't', 'be', 'done', 'in', 'bed', 'Gregor', 'said', 'to', 'himself', 'so', 'don', 't', 'keep', 'trying', 'to', 'do', 'it', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'get', 'the', 'lower', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'but', 'he', 'had', 'never', 'seen', 'this', 'lower', 'part', 'and', 'could', 'not', 'imagine', 'what', 'it', 'looked', 'like', 'it', 'turned', 'out', 'to', 'be', 'too', 'hard', 'to', 'move', 'it', 'went', 'so', 'slowly', 'and', 'finally', 'almost', 'in', 'a', 'frenzy', 'when', 'he', 'carelessly', 'shoved', 'himself', 'forwards', 'with', 'all', 'the', 'force', 'he', 'could', 'gather', 'he', 'chose', 'the', 'wrong', 'direction', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost', 'and', 'learned', 'from', 'the', 'burning', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'his', 'body', 'might', 'well', 'at', 'present', 'be', 'the', 'most', 'sensitive', 'So', 'then', 'he', 'tried', 'to', 'get', 'the', 'top', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'first', 'carefully', 'turning', 'his', 'head', 'to', 'the', 'side', 'This', 'he', 'managed', 'quite', 'easily', 'and', 'despite', 'its', 'breadth', 'and', 'its', 'weight', 'the', 'bulk', 'of', 'his', 'body', 'eventually', 'followed', 'slowly', 'in', 'the', 'direction', 'of', 'the', 'head', 'But', 'when', 'he', 'had', 'at', 'last', 'got', 'his', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occurred', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracle', 'if', 'his', 'head', 'were', 'not', 'injured', 'so', 'he', 'became', 'afraid', 'to', 'carry', 'on', 'pushing', 'himself', 'forward', 'the', 'same', 'way', 'And', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'any', 'price', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'consciousness', 'It', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier', 'but', 'when', 'he', 'lay', 'there', 'sighing', 'and', 'was', 'once', 'more', 'watching', 'his', 'legs', 'as', 'they', 'struggled', 'against', 'each', 'other', 'even', 'harder', 'than', 'before', 'if', 'that', 'was', 'possible', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bringing', 'peace', 'and', 'order', 'to', 'this', 'chaos', 'He', 'told', 'himself', 'once', 'more', 'that', 'it', 'was', 'not', 'possible', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensible', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatever', 'way', 'he', 'could', 'at', 'whatever', 'sacrifice', 'At', 'the', 'same', 'time', 'though', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consideration', 'was', 'much', 'better', 'than', 'rushing', 'to', 'desperate', 'conclusions', 'At', 'times', 'like', 'this', 'he', 'would', 'direct', 'his', 'eyes', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearly', 'as', 'he', 'could', 'but', 'unfortunately', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'was', 'enveloped', 'in', 'morning', 'fog', 'and', 'the', 'view', 'had', 'little', 'confidence', 'or', 'cheer', 'to', 'offer', 'him', 'Seven', 'o', 'clock', 'already', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again', 'seven', 'o', 'clock', 'and', 'there', 's', 'still', 'a', 'fog', 'like', 'this', 'And', 'he', 'lay', 'there', 'quietly', 'a', 'while', 'longer', 'breathing', 'lightly', 'as', 'if', 'he', 'perhaps', 'expected', 'the', 'total', 'stillness', 'to', 'bring', 'things', 'back', 'to', 'their', 'real', 'and', 'natural', 'state', 'But', 'then', 'he', 'said', 'to', 'himself', 'Before', 'it', 'strikes', 'quarter', 'past', 'seven', 'I', 'll', 'definitely', 'have', 'to', 'have', 'got', 'properly', 'out', 'of', 'bed', 'And', 'by', 'then', 'somebody', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', 'what', 's', 'happened', 'to', 'me', 'as', 'well', 'as', 'they', 'open', 'up', 'at', 'work', 'before', 'seven', 'o', 'clock', 'And', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swinging', 'the', 'entire', 'length', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time', 'If', 'he', 'succeeded', 'in', 'falling', 'out', 'of', 'bed', 'in', 'this', 'way', 'and', 'kept', 'his', 'head', 'raised', 'as', 'he', 'did', 'so', 'he', 'could', 'probably', 'avoid', 'injuring', 'it', 'His', 'back', 'seemed', 'to', 'be', 'quite', 'hard', 'and', 'probably', 'nothing', 'would', 'happen', 'to', 'it', 'falling', 'onto', 'the', 'carpet', 'His', 'main', 'concern', 'was', 'for', 'the', 'loud', 'noise', 'he', 'was', 'bound', 'to', 'make', 'and', 'which', 'even', 'through', 'all', 'the', 'doors', 'would', 'probably', 'raise', 'concern', 'if', 'not', 'alarm', 'But', 'it', 'was', 'something', 'that', 'had', 'to', 'be', 'risked', 'When', 'Gregor', 'was', 'already', 'sticking', 'half', 'way', 'out', 'of', 'the', 'bed', 'the', 'new', 'method', 'was', 'more', 'of', 'a', 'game', 'than', 'an', 'effort', 'all', 'he', 'had', 'to', 'do', 'was', 'rock', 'back', 'and', 'forth', 'it', 'occurred', 'to', 'him', 'how', 'simple', 'everything', 'would', 'be', 'if', 'somebody', 'came', 'to', 'help', 'him', 'Two', 'strong', 'people', 'he', 'had', 'his', 'father', 'and', 'the', 'maid', 'in', 'mind', 'would', 'have', 'been', 'more', 'than', 'enough', 'they', 'would', 'only', 'have', 'to', 'push', 'their', 'arms', 'under', 'the', 'dome', 'of', 'his', 'back', 'peel', 'him', 'away', 'from', 'the', 'bed', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'careful', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor', 'where', 'hopefully', 'the', 'little', 'legs', 'would', 'find', 'a', 'use', 'Should', 'he', 'really', 'call', 'for', 'help', 'though', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'doors', 'were', 'locked', 'Despite', 'all', 'the', 'difficulty', 'he', 'was', 'in', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'this', 'thought', 'After', 'a', 'while', 'he', 'had', 'already', 'moved', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'his', 'balance', 'if', 'he', 'rocked', 'too', 'hard', 'The', 'time', 'was', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decision', 'very', 'soon', 'Then', 'there', 'was', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat', 'That', 'll', 'be', 'someone', 'from', 'work', 'he', 'said', 'to', 'himself', 'and', 'froze', 'very', 'still', 'although', 'his', 'little', 'legs', 'only', 'became', 'all', 'the', 'more', 'lively', 'as', 'they', 'danced', 'around', 'For', 'a', 'moment', 'everything', 'remained', 'quiet', 'They', 're', 'not', 'opening', 'the', 'door', 'Gregor', 'said', 'to', 'himself', 'caught', 'in', 'some', 'nonsensical', 'hope', 'But', 'then', 'of', 'course', 'the', 'maid', 's', 'firm', 'steps', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'opened', 'it', 'Gregor', 'only', 'needed', 'to', 'hear', 'the', 'visitor', 's', 'first', 'words', 'of', 'greeting', 'and', 'he', 'knew', 'who', 'it', 'was', 'the', 'chief', 'clerk', 'himself', 'Why', 'did', 'Gregor', 'have', 'to', 'be', 'the', 'only', 'one', 'condemned', 'to', 'work', 'for', 'a', 'company', 'where', 'they', 'immediately', 'became', 'highly', 'suspicious', 'at', 'the', 'slightest', 'shortcoming', 'Were', 'all', 'employees', 'every', 'one', 'of', 'them', 'louts', 'was', 'there', 'not', 'one', 'of', 'them', 'who', 'was', 'faithful', 'and', 'devoted', 'who', 'would', 'go', 'so', 'mad', 'with', 'pangs', 'of', 'conscience', 'that', 'he', 'couldn', 't', 'get', 'out', 'of', 'bed', 'if', 'he', 'didn', 't', 'spend', 'at', 'least', 'a', 'couple', 'of', 'hours', 'in', 'the', 'morning', 'on', 'company', 'business', 'Was', 'it', 'really', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'trainees', 'make', 'enquiries', 'assuming', 'enquiries', 'were', 'even', 'necessary', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole', 'innocent', 'family', 'that', 'this', 'was', 'so', 'suspicious', 'that', 'only', 'the', 'chief', 'clerk', 'could', 'be', 'trusted', 'to', 'have', 'the', 'wisdom', 'to', 'investigate', 'it', 'And', 'more', 'because', 'these', 'thoughts', 'had', 'made', 'him', 'upset', 'than', 'through', 'any', 'proper', 'decision', 'he', 'swang', 'himself', 'with', 'all', 'his', 'force', 'out', 'of', 'the', 'bed', 'There', 'was', 'a', 'loud', 'thump', 'but', 'it', 'wasn', 't', 'really', 'a', 'loud', 'noise', 'His', 'fall', 'was', 'softened', 'a', 'little', 'by', 'the', 'carpet', 'and', 'Gregor', 's', 'back', 'was', 'also', 'more', 'elastic', 'than', 'he', 'had', 'thought', 'which', 'made', 'the', 'sound', 'muffled', 'and', 'not', 'too', 'noticeable', 'He', 'had', 'not', 'held', 'his', 'head', 'carefully', 'enough', 'though', 'and', 'hit', 'it', 'as', 'he', 'fell', 'annoyed', 'and', 'in', 'pain', 'he', 'turned', 'it', 'and', 'rubbed', 'it', 'against', 'the', 'carpet', 'Something', 's', 'fallen', 'down', 'in', 'there', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left', 'Gregor', 'tried', 'to', 'imagine', 'whether', 'something', 'of', 'the', 'sort', 'that', 'had', 'happened', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too', 'you', 'had', 'to', 'concede', 'that', 'it', 'was', 'possible', 'But', 'as', 'if', 'in', 'gruff', 'reply', 'to', 'this', 'question', 'the', 'chief', 'clerk', 's', 'firm', 'footsteps', 'in', 'his', 'highly', 'polished', 'boots', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoining', 'room', 'From', 'the', 'room', 'on', 'his', 'right', 'Gregor', 's', 'sister', 'whispered', 'to', 'him', 'to', 'let', 'him', 'know', 'Gregor', 'the', 'chief', 'clerk', 'is', 'here', 'Yes', 'I', 'know', 'said', 'Gregor', 'to', 'himself', 'but', 'without', 'daring', 'to', 'raise', 'his', 'voice', 'loud', 'enough', 'for', 'his', 'sister', 'to', 'hear', 'him', 'Gregor', 'said', 'his', 'father', 'now', 'from', 'the', 'room', 'to', 'his', 'left', 'the', 'chief', 'clerk', 'has', 'come', 'round', 'and', 'wants', 'to', 'know', 'why', 'you', 'didn', 't', 'leave', 'on', 'the', 'early', 'train', 'We', 'don', 't', 'know', 'what', 'to', 'say', 'to', 'him', 'And', 'anyway', 'he', 'wants', 'to', 'speak', 'to', 'you', 'personally', 'So', 'please', 'open', 'up', 'this', 'door', 'I', 'm', 'sure', 'he', 'll', 'be', 'good', 'enough', 'to', 'forgive', 'the', 'untidiness', 'of', 'your', 'room', 'Then', 'the', 'chief', 'clerk', 'called', 'Good', 'morning', 'Mr', 'Samsa', 'He', 'isn', 't', 'well', 'said', 'his', 'mother', 'to', 'the', 'chief', 'clerk', 'while', 'his', 'father', 'continued', 'to', 'speak', 'through', 'the', 'door', 'He', 'isn', 't', 'well', 'please', 'believe', 'me', 'Why', 'else', 'would', 'Gregor', 'have', 'missed', 'a', 'train', 'The', 'lad', 'only', 'ever', 'thinks', 'about', 'the', 'business', 'It', 'nearly', 'makes', 'me', 'cross', 'the', 'way', 'he', 'never', 'goes', 'out', 'in', 'the', 'evenings', 'he', 's', 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stayed', 'home', 'every', 'evening', 'He', 'sits', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'reads', 'the', 'paper', 'or', 'studies', 'train', 'timetables', 'His', 'idea', 'of', 'relaxation', 'is', 'working', 'with', 'his', 'fretsaw', 'He', 's', 'made', 'a', 'little', 'frame', 'for', 'instance', 'it', 'only', 'took', 'him', 'two', 'or', 'three', 'evenings', 'you', 'll', 'be', 'amazed', 'how', 'nice', 'it', 'is', 'it', 's', 'hanging', 'up', 'in', 'his', 'room', 'you', 'll', 'see', 'it', 'as', 'soon', 'as', 'Gregor', 'opens', 'the', 'door', 'Anyway', 'I', 'm', 'glad', 'you', 're', 'here', 'we', 'wouldn', 't', 'have', 'been', 'able', 'to', 'get', 'Gregor', 'to', 'open', 'the', 'door', 'by', 'ourselves', 'he', 's', 'so', 'stubborn', 'and', 'I', 'm', 'sure', 'he', 'isn', 't', 'well', 'he', 'said', 'this', 'morning', 'that', 'he', 'is', 'but', 'he', 'isn', 't', 'I', 'll', 'be', 'there', 'in', 'a', 'moment', 'said', 'Gregor', 'slowly', 'and', 'thoughtfully', 'but', 'without', 'moving', 'so', 'that', 'he', 'would', 'not', 'miss', 'any', 'word', 'of', 'the', 'conversation', 'Well', 'I', 'can', 't', 'think', 'of', 'any', 'other', 'way', 'of', 'explaining', 'it', 'Mrs', 'Samsa', 'said', 'the', 'chief', 'clerk', 'I', 'hope', 'it', 's', 'nothing', 'serious', 'But', 'on', 'the', 'other', 'hand', 'I', 'must', 'say', 'that', 'if', 'we', 'people', 'in', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'then', 'fortunately', 'or', 'unfortunately', 'as', 'you', 'like', 'we', 'simply', 'have', 'to', 'overcome', 'it', 'because', 'of', 'business', 'considerations', 'Can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then', 'asked', 'his', 'father', 'impatiently', 'knocking', 'at', 'the', 'door', 'again', 'No', 'said', 'Gregor', 'In', 'the', 'room', 'on', 'his', 'right', 'there', 'followed', 'a', 'painful', 'silence', 'in', 'the', 'room', 'on', 'his', 'left', 'his', 'sister', 'began', 'to', 'cry', 'So', 'why', 'did', 'his', 'sister', 'not', 'go', 'and', 'join', 'the', 'others', 'She', 'had', 'probably', 'only', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dressed', 'And', 'why', 'was', 'she', 'crying', 'Was', 'it', 'because', 'he', 'had', 'not', 'got', 'up', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in', 'because', 'he', 'was', 'in', 'danger', 'of', 'losing', 'his', 'job', 'and', 'if', 'that', 'happened', 'his', 'boss', 'would', 'once', 'more', 'pursue', 'their', 'parents', 'with', 'the', 'same', 'demands', 'as', 'before', 'There', 'was', 'no', 'need', 'to', 'worry', 'about', 'things', 'like', 'that', 'yet', 'Gregor', 'was', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intention', 'of', 'abandoning', 'his', 'family', 'For', 'the', 'time', 'being', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet', 'and', 'no', 'one', 'who', 'knew', 'the', 'condition', 'he', 'was', 'in', 'would', 'seriously', 'have', 'expected', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in', 'It', 'was', 'only', 'a', 'minor', 'discourtesy', 'and', 'a', 'suitable', 'excuse', 'could', 'easily', 'be', 'found', 'for', 'it', 'later', 'on', 'it', 'was', 'not', 'something', 'for', 'which', 'Gregor', 'could', 'be', 'sacked', 'on', 'the', 'spot', 'And', 'it', 'seemed', 'to', 'Gregor', 'much', 'more', 'sensible', 'to', 'leave', 'him', 'now', 'in', 'peace', 'instead', 'of', 'disturbing', 'him', 'with', 'talking', 'at', 'him', 'and', 'crying', 'But', 'the', 'others', 'didn', 't', 'know', 'what', 'was', 'happening', 'they', 'were', 'worried', 'that', 'would', 'excuse', 'their', 'behaviour', 'The', 'chief', 'clerk', 'now', 'raised', 'his', 'voice', 'Mr', 'Samsa', 'he', 'called', 'to', 'him', 'what', 'is', 'wrong', 'You', 'barricade', 'yourself', 'in', 'your', 'room', 'give', 'us', 'no', 'more', 'than', 'yes', 'or', 'no', 'for', 'an', 'answer', 'you', 'are', 'causing', 'serious', 'and', 'unnecessary', 'concern', 'to', 'your', 'parents', 'and', 'you', 'fail', 'and', 'I', 'mention', 'this', 'just', 'by', 'the', 'way', 'you', 'fail', 'to', 'carry', 'out', 'your', 'business', 'duties', 'in', 'a', 'way', 'that', 'is', 'quite', 'unheard', 'of', 'I', 'm', 'speaking', 'here', 'on', 'behalf', 'of', 'your', 'parents', 'and', 'of', 'your', 'employer', 'and', 'really', 'must', 'request', 'a', 'clear', 'and', 'immediate', 'explanation', 'I', 'am', 'astonished', 'quite', 'astonished', 'I', 'thought', 'I', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensible', 'person', 'and', 'now', 'you', 'suddenly', 'seem', 'to', 'be', 'showing', 'off', 'with', 'peculiar', 'whims', 'This', 'morning', 'your', 'employer', 'did', 'suggest', 'a', 'possible', 'reason', 'for', 'your', 'failure', 'to', 'appear', 'it', 's', 'true', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'was', 'recently', 'entrusted', 'to', 'you', 'but', 'I', 'came', 'near', 'to', 'giving', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explanation', 'But', 'now', 'that', 'I', 'see', 'your', 'incomprehensible', 'stubbornness', 'I', 'no', 'longer', 'feel', 'any', 'wish', 'whatsoever', 'to', 'intercede', 'on', 'your', 'behalf', 'And', 'nor', 'is', 'your', 'position', 'all', 'that', 'secure', 'I', 'had', 'originally', 'intended', 'to', 'say', 'all', 'this', 'to', 'you', 'in', 'private', 'but', 'since', 'you', 'cause', 'me', 'to', 'waste', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'I', 'don', 't', 'see', 'why', 'your', 'parents', 'should', 'not', 'also', 'learn', 'of', 'it', 'Your', 'turnover', 'has', 'been', 'very', 'unsatisfactory', 'of', 'late', 'I', 'grant', 'you', 'that', 'it', 's', 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especially', 'good', 'business', 'we', 'recognise', 'that', 'but', 'there', 'simply', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'business', 'at', 'all', 'Mr', 'Samsa', 'we', 'cannot', 'allow', 'there', 'to', 'be', 'But', 'Sir', 'called', 'Gregor', 'beside', 'himself', 'and', 'forgetting', 'all', 'else', 'in', 'the', 'excitement', 'I', 'll', 'open', 'up', 'immediately', 'just', 'a', 'moment', 'I', 'm', 'slightly', 'unwell', 'an', 'attack', 'of', 'dizziness', 'I', 'haven', 't', 'been', 'able', 'to', 'get', 'up', 'I', 'm', 'still', 'in', 'bed', 'now', 'I', 'm', 'quite', 'fresh', 'again', 'now', 'though', 'I', 'm', 'just', 'getting', 'out', 'of', 'bed', 'Just', 'a', 'moment', 'Be', 'patient', 'It', 's', 'not', 'quite', 'as', 'easy', 'as', 'I', 'd', 'thought', 'I', 'm', 'quite', 'alright', 'now', 'though', 'It', 's', 'shocking', 'what', 'can', 'suddenly', 'happen', 'to', 'a', 'person', 'I', 'was', 'quite', 'alright', 'last', 'night', 'my', 'parents', 'know', 'about', 'it', 'perhaps', 'better', 'than', 'me', 'I', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'already', 'They', 'must', 'have', 'noticed', 'it', 'I', 'don', 't', 'know', 'why', 'I', 'didn', 't', 'let', 'you', 'know', 'at', 'work', 'But', 'you', 'always', 'think', 'you', 'can', 'get', 'over', 'an', 'illness', 'without', 'staying', 'at', 'home', 'Please', 'don', 't', 'make', 'my', 'parents', 'suffer', 'There', 's', 'no', 'basis', 'for', 'any', 'of', 'the', 'accusations', 'you', 're', 'making', 'nobody', 's', 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'any', 'of', 'these', 'things', 'Maybe', 'you', 'haven', 't', 'read', 'the', 'latest', 'contracts', 'I', 'sent', 'in', 'I', 'll', 'set', 'off', 'with', 'the', 'eight', 'o', 'clock', 'train', 'as', 'well', 'these', 'few', 'hours', 'of', 'rest', 'have', 'given', 'me', 'strength', 'You', 'don', 't', 'need', 'to', 'wait', 'sir', 'I', 'll', 'be', 'in', 'the', 'office', 'soon', 'after', 'you', 'and', 'please', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him', 'And', 'while', 'Gregor', 'gushed', 'out', 'these', 'words', 'hardly', 'knowing', 'what', 'he', 'was', 'saying', 'he', 'made', 'his', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawers', 'this', 'was', 'easily', 'done', 'probably', 'because', 'of', 'the', 'practise', 'he', 'had', 'already', 'had', 'in', 'bed', 'where', 'he', 'now', 'tried', 'to', 'get', 'himself', 'upright', 'He', 'really', 'did', 'want', 'to', 'open', 'the', 'door', 'really', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk', 'the', 'others', 'were', 'being', 'so', 'insistent', 'and', 'he', 'was', 'curious', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him', 'If', 'they', 'were', 'shocked', 'then', 'it', 'would', 'no', 'longer', 'be', 'Gregor', 's', 'responsibility', 'and', 'he', 'could', 'rest', 'If', 'however', 'they', 'took', 'everything', 'calmly', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset', 'and', 'if', 'he', 'hurried', 'he', 'really', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', 'o', 'clock', 'The', 'first', 'few', 'times', 'he', 'tried', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawers', 'he', 'just', 'slid', 'down', 'again', 'but', 'he', 'finally', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright', 'the', 'lower', 'part', 'of', 'his', 'body', 'was', 'in', 'serious', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'any', 'attention', 'to', 'it', 'Now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearby', 'chair', 'and', 'held', 'tightly', 'to', 'the', 'edges', 'of', 'it', 'with', 'his', 'little', 'legs', 'By', 'now', 'he', 'had', 'also', 'calmed', 'down', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'was', 'saying', 'Did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that', 'the', 'chief', 'clerk', 'asked', 'his', 'parents', 'surely', 'he', 's', 'not', 'trying', 'to', 'make', 'fools', 'of', 'us', 'Oh', 'God', 'called', 'his', 'mother', 'who', 'was', 'already', 'in', 'tears', 'he', 'could', 'be', 'seriously', 'ill', 'and', 'we', 're', 'making', 'him', 'suffer', 'Grete', 'Grete', 'she', 'then', 'cried', 'Mother', 'his', 'sister', 'called', 'from', 'the', 'other', 'side', 'They', 'communicated', 'across', 'Gregor', 's', 'room', 'You', 'll', 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away', 'Gregor', 'is', 'ill', 'Quick', 'get', 'the', 'doctor', 'Did', 'you', 'hear', 'the', 'way', 'Gregor', 'spoke', 'just', 'now', 'That', 'was', 'the', 'voice', 'of', 'an', 'animal', 'said', 'the', 'chief', 'clerk', 'with', 'a', 'calmness', 'that', 'was', 'in', 'contrast', 'with', 'his', 'mother', 's', 'screams', 'Anna', 'Anna', 'his', 'father', 'called', 'into', 'the', 'kitchen', 'through', 'the', 'entrance', 'hall', 'clapping', 'his', 'hands', 'get', 'a', 'locksmith', 'here', 'now', 'And', 'the', 'two', 'girls', 'their', 'skirts', 'swishing', 'immediately', 'ran', 'out', 'through', 'the', 'hall', 'wrenching', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went', 'How', 'had', 'his', 'sister', 'managed', 'to', 'get', 'dressed', 'so', 'quickly', 'There', 'was', 'no', 'sound', 'of', 'the', 'door', 'banging', 'shut', 'again', 'they', 'must', 'have', 'left', 'it', 'open', 'people', 'often', 'do', 'in', 'homes', 'where', 'something', 'awful', 'has', 'happened', 'Gregor', 'in', 'contrast', 'had', 'become', 'much', 'calmer', 'So', 'they', 'couldn', 't', 'understand', 'his', 'words', 'any', 'more', 'although', 'they', 'seemed', 'clear', 'enough', 'to', 'him', 'clearer', 'than', 'before', 'perhaps', 'his', 'ears', 'had', 'become', 'used', 'to', 'the', 'sound', 'They', 'had', 'realised', 'though', 'that', 'there', 'was', 'something', 'wrong', 'with', 'him', 'and', 'were', 'ready', 'to', 'help', 'The', 'first', 'response', 'to', 'his', 'situation', 'had', 'been', 'confident', 'and', 'wise', 'and', 'that', 'made', 'him', 'feel', 'better', 'He', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'people', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expected', 'great', 'and', 'surprising', 'achievements', 'although', 'he', 'did', 'not', 'really', 'distinguish', 'one', 'from', 'the', 'other', 'Whatever', 'was', 'said', 'next', 'would', 'be', 'crucial', 'so', 'in', 'order', 'to', 'make', 'his', 'voice', 'as', 'clear', 'as', 'possible', 'he', 'coughed', 'a', 'little', 'but', 'taking', 'care', 'to', 'do', 'this', 'not', 'too', 'loudly', 'as', 'even', 'this', 'might', 'well', 'sound', 'different', 'from', 'the', 'way', 'that', 'a', 'human', 'coughs', 'and', 'he', 'was', 'no', 'longer', 'sure', 'he', 'could', 'judge', 'this', 'for', 'himself', 'Meanwhile', 'it', 'had', 'become', 'very', 'quiet', 'in', 'the', 'next', 'room', 'Perhaps', 'his', 'parents', 'were', 'sat', 'at', 'the', 'table', 'whispering', 'with', 'the', 'chief', 'clerk', 'or', 'perhaps', 'they', 'were', 'all', 'pressed', 'against', 'the', 'door', 'and', 'listening', 'Gregor', 'slowly', 'pushed', 'his', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair', 'Once', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door', 'holding', 'himself', 'upright', 'against', 'it', 'using', 'the', 'adhesive', 'on', 'the', 'tips', 'of', 'his', 'legs', 'He', 'rested', 'there', 'a', 'little', 'while', 'to', 'recover', 'from', 'the', 'effort', 'involved', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turning', 'the', 'key', 'in', 'the', 'lock', 'with', 'his', 'mouth', 'He', 'seemed', 'unfortunately', 'to', 'have', 'no', 'proper', 'teeth', 'how', 'was', 'he', 'then', 'to', 'grasp', 'the', 'key', 'but', 'the', 'lack', 'of', 'teeth', 'was', 'of', 'course', 'made', 'up', 'for', 'with', 'a', 'very', 'strong', 'jaw', 'using', 'the', 'jaw', 'he', 'really', 'was', 'able', 'to', 'start', 'the', 'key', 'turning', 'ignoring', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'causing', 'some', 'kind', 'of', 'damage', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'his', 'mouth', 'flowed', 'over', 'the', 'key', 'and', 'dripped', 'onto', 'the', 'floor', 'Listen', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room', 'he', 's', 'turning', 'the', 'key', 'Gregor', 'was', 'greatly', 'encouraged', 'by', 'this', 'but', 'they', 'all', 'should', 'have', 'been', 'calling', 'to', 'him', 'his', 'father', 'and', 'his', 'mother', 'too', 'Well', 'done', 'Gregor', 'they', 'should', 'have', 'cried', 'keep', 'at', 'it', 'keep', 'hold', 'of', 'the', 'lock', 'And', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedly', 'following', 'his', 'efforts', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'his', 'strength', 'paying', 'no', 'attention', 'to', 'the', 'pain', 'he', 'was', 'causing', 'himself', 'As', 'the', 'key', 'turned', 'round', 'he', 'turned', 'around', 'the', 'lock', 'with', 'it', 'only', 'holding', 'himself', 'upright', 'with', 'his', 'mouth', 'and', 'hung', 'onto', 'the', 'key', 'or', 'pushed', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'his', 'body', 'as', 'needed', 'The', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snapped', 'back', 'was', 'Gregor', 's', 'sign', 'that', 'he', 'could', 'break', 'his', 'concentration', 'and', 'as', 'he', 'regained', 'his', 'breath', 'he', 'said', 'to', 'himself', 'So', 'I', 'didn', 't', 'need', 'the', 'locksmith', 'after', 'all', 'Then', 'he', 'lay', 'his', 'head', 'on', 'the', 'handle', 'of', 'the', 'door', 'to', 'open', 'it', 'completely', 'Because', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'this', 'way', 'it', 'was', 'already', 'wide', 'open', 'before', 'he', 'could', 'be', 'seen', 'He', 'had', 'first', 'to', 'slowly', 'turn', 'himself', 'around', 'one', 'of', 'the', 'double', 'doors', 'and', 'he', 'had', 'to', 'do', 'it', 'very', 'carefully', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'his', 'back', 'before', 'entering', 'the', 'room', 'He', 'was', 'still', 'occupied', 'with', 'this', 'difficult', 'movement', 'unable', 'to', 'pay', 'attention', 'to', 'anything', 'else', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', 'Oh', 'which', 'sounded', 'like', 'the', 'soughing', 'of', 'the', 'wind', 'Now', 'he', 'also', 'saw', 'him', 'he', 'was', 'the', 'nearest', 'to', 'the', 'door', 'his', 'hand', 'pressed', 'against', 'his', 'open', 'mouth', 'and', 'slowly', 'retreating', 'as', 'if', 'driven', 'by', 'a', 'steady', 'and', 'invisible', 'force', 'Gregor', 's', 'mother', 'her', 'hair', 'still', 'dishevelled', 'from', 'bed', 'despite', 'the', 'chief', 'clerk', 's', 'being', 'there', 'looked', 'at', 'his', 'father', 'Then', 'she', 'unfolded', 'her', 'arms', 'took', 'two', 'steps', 'forward', 'towards', 'Gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirts', 'that', 'spread', 'themselves', 'out', 'around', 'her', 'as', 'her', 'head', 'disappeared', 'down', 'onto', 'her', 'breast', 'His', 'father', 'looked', 'hostile', 'and', 'clenched', 'his', 'fists', 'as', 'if', 'wanting', 'to', 'knock', 'Gregor', 'back', 'into', 'his', 'room', 'Then', 'he', 'looked', 'uncertainly', 'round', 'the', 'living', 'room', 'covered', 'his', 'eyes', 'with', 'his', 'hands', 'and', 'wept', 'so', 'that', 'his', 'powerful', 'chest', 'shook', 'So', 'Gregor', 'did', 'not', 'go', 'into', 'the', 'room', 'but', 'leant', 'against', 'the', 'inside', 'of', 'the', 'other', 'door', 'which', 'was', 'still', 'held', 'bolted', 'in', 'place', 'In', 'this', 'way', 'only', 'half', 'of', 'his', 'body', 'could', 'be', 'seen', 'along', 'with', 'his', 'head', 'above', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peered', 'out', 'at', 'the', 'others', 'Meanwhile', 'the', 'day', 'had', 'become', 'much', 'lighter', 'part', 'of', 'the', 'endless', 'grey', 'black', 'building', 'on', 'the', 'other', 'side', 'of', 'the', 'street', 'which', 'was', 'a', 'hospital', 'could', 'be', 'seen', 'quite', 'clearly', 'with', 'the', 'austere', 'and', 'regular', 'line', 'of', 'windows', 'piercing', 'its', 'facade', 'the', 'rain', 'was', 'still', 'falling', 'now', 'throwing', 'down', 'large', 'individual', 'droplets', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time', 'The', 'washing', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'table', 'there', 'was', 'so', 'much', 'of', 'it', 'because', 'for', 'Gregor', 's', 'father', 'breakfast', 'was', 'the', 'most', 'important', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'several', 'hours', 'as', 'he', 'sat', 'reading', 'a', 'number', 'of', 'different', 'newspapers', 'On', 'the', 'wall', 'exactly', 'opposite', 'there', 'was', 'photograph', 'of', 'Gregor', 'when', 'he', 'was', 'a', 'lieutenant', 'in', 'the', 'army', 'his', 'sword', 'in', 'his', 'hand', 'and', 'a', 'carefree', 'smile', 'on', 'his', 'face', 'as', 'he', 'called', 'forth', 'respect', 'for', 'his', 'uniform', 'and', 'bearing', 'The', 'door', 'to', 'the', 'entrance', 'hall', 'was', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'was', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'landing', 'and', 'the', 'stairs', 'where', 'they', 'began', 'their', 'way', 'down', 'below', 'Now', 'then', 'said', 'Gregor', 'well', 'aware', 'that', 'he', 'was', 'the', 'only', 'one', 'to', 'have', 'kept', 'calm', 'I', 'll', 'get', 'dressed', 'straight', 'away', 'now', 'pack', 'up', 'my', 'samples', 'and', 'set', 'off', 'Will', 'you', 'please', 'just', 'let', 'me', 'leave', 'You', 'can', 'see', 'he', 'said', 'to', 'the', 'chief', 'clerk', 'that', 'I', 'm', 'not', 'stubborn', 'and', 'I', 'like', 'to', 'do', 'my', 'job', 'being', 'a', 'commercial', 'traveller', 'is', 'arduous', 'but', 'without', 'travelling', 'I', 'couldn', 't', 'earn', 'my', 'living', 'So', 'where', 'are', 'you', 'going', 'in', 'to', 'the', 'office', 'Yes', 'Will', 'you', 'report', 'everything', 'accurately', 'then', 'It', 's', 'quite', 'possible', 'for', 'someone', 'to', 'be', 'temporarily', 'unable', 'to', 'work', 'but', 'that', 's', 'just', 'the', 'right', 'time', 'to', 'remember', 'what', 's', 'been', 'achieved', 'in', 'the', 'past', 'and', 'consider', 'that', 'later', 'on', 'once', 'the', 'difficulty', 'has', 'been', 'removed', 'he', 'will', 'certainly', 'work', 'with', 'all', 'the', 'more', 'diligence', 'and', 'concentration', 'You', 're', 'well', 'aware', 'that', 'I', 'm', 'seriously', 'in', 'debt', 'to', 'our', 'employer', 'as', 'well', 'as', 'having', 'to', 'look', 'after', 'my', 'parents', 'and', 'my', 'sister', 'so', 'that', 'I', 'm', 'trapped', 'in', 'a', 'difficult', 'situation', 'but', 'I', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again', 'Please', 'don', 't', 'make', 'things', 'any', 'harder', 'for', 'me', 'than', 'they', 'are', 'already', 'and', 'don', 't', 'take', 'sides', 'against', 'me', 'at', 'the', 'office', 'I', 'know', 'that', 'nobody', 'likes', 'the', 'travellers', 'They', 'think', 'we', 'earn', 'an', 'enormous', 'wage', 'as', 'well', 'as', 'having', 'a', 'soft', 'time', 'of', 'it', 'That', 's', 'just', 'prejudice', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it', 'But', 'you', 'sir', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff', 'in', 'fact', 'if', 'I', 'can', 'say', 'this', 'in', 'confidence', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', 'it', 's', 'very', 'easy', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistakes', 'about', 'his', 'employees', 'and', 'judge', 'them', 'more', 'harshly', 'than', 'he', 'should', 'And', 'you', 're', 'also', 'well', 'aware', 'that', 'we', 'travellers', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'office', 'so', 'that', 'we', 'can', 'very', 'easily', 'fall', 'victim', 'to', 'gossip', 'and', 'chance', 'and', 'groundless', 'complaints', 'and', 'it', 's', 'almost', 'impossible', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing', 'we', 'don', 't', 'usually', 'even', 'hear', 'about', 'them', 'or', 'if', 'at', 'all', 'it', 's', 'when', 'we', 'arrive', 'back', 'home', 'exhausted', 'from', 'a', 'trip', 'and', 'that', 's', 'when', 'we', 'feel', 'the', 'harmful', 'effects', 'of', 'what', 's', 'been', 'going', 'on', 'without', 'even', 'knowing', 'what', 'caused', 'them', 'Please', 'don', 't', 'go', 'away', 'at', 'least', 'first', 'say', 'something', 'to', 'show', 'that', 'you', 'grant', 'that', 'I', 'm', 'at', 'least', 'partly', 'right', 'But', 'the', 'chief', 'clerk', 'had', 'turned', 'away', 'as', 'soon', 'as', 'Gregor', 'had', 'started', 'to', 'speak', 'and', 'with', 'protruding', 'lips', 'only', 'stared', 'back', 'at', 'him', 'over', 'his', 'trembling', 'shoulders', 'as', 'he', 'left', 'He', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'Gregor', 'was', 'speaking', 'but', 'moved', 'steadily', 'towards', 'the', 'door', 'without', 'taking', 'his', 'eyes', 'off', 'him', 'He', 'moved', 'very', 'gradually', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibition', 'on', 'leaving', 'the', 'room', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'entrance', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement', 'drew', 'his', 'foot', 'from', 'the', 'living', 'room', 'and', 'rushed', 'forward', 'in', 'a', 'panic', 'In', 'the', 'hall', 'he', 'stretched', 'his', 'right', 'hand', 'far', 'out', 'towards', 'the', 'stairway', 'as', 'if', 'out', 'there', 'there', 'were', 'some', 'supernatural', 'force', 'waiting', 'to', 'save', 'him', 'Gregor', 'realised', 'that', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'this', 'mood', 'if', 'his', 'position', 'in', 'the', 'firm', 'was', 'not', 'to', 'be', 'put', 'into', 'extreme', 'danger', 'That', 'was', 'something', 'his', 'parents', 'did', 'not', 'understand', 'very', 'well', 'over', 'the', 'years', 'they', 'had', 'become', 'convinced', 'that', 'this', 'job', 'would', 'provide', 'for', 'Gregor', 'for', 'his', 'entire', 'life', 'and', 'besides', 'they', 'had', 'so', 'much', 'to', 'worry', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'any', 'thought', 'for', 'the', 'future', 'Gregor', 'though', 'did', 'think', 'about', 'the', 'future', 'The', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back', 'calmed', 'down', 'convinced', 'and', 'finally', 'won', 'over', 'the', 'future', 'of', 'Gregor', 'and', 'his', 'family', 'depended', 'on', 'it', 'If', 'only', 'his', 'sister', 'were', 'here', 'She', 'was', 'clever', 'she', 'was', 'already', 'in', 'tears', 'while', 'Gregor', 'was', 'still', 'lying', 'peacefully', 'on', 'his', 'back', 'And', 'the', 'chief', 'clerk', 'was', 'a', 'lover', 'of', 'women', 'surely', 'she', 'could', 'persuade', 'him', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entrance', 'hall', 'and', 'talk', 'him', 'out', 'of', 'his', 'shocked', 'state', 'But', 'his', 'sister', 'was', 'not', 'there', 'Gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself', 'And', 'without', 'considering', 'that', 'he', 'still', 'was', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'his', 'present', 'state', 'or', 'that', 'his', 'speech', 'still', 'might', 'not', 'or', 'probably', 'would', 'not', 'be', 'understood', 'he', 'let', 'go', 'of', 'the', 'door', 'pushed', 'himself', 'through', 'the', 'opening', 'tried', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'landing', 'who', 'ridiculously', 'was', 'holding', 'on', 'to', 'the', 'banister', 'with', 'both', 'hands', 'but', 'Gregor', 'fell', 'immediately', 'over', 'and', 'with', 'a', 'little', 'scream', 'as', 'he', 'sought', 'something', 'to', 'hold', 'onto', 'landed', 'on', 'his', 'numerous', 'little', 'legs', 'Hardly', 'had', 'that', 'happened', 'than', 'for', 'the', 'first', 'time', 'that', 'day', 'he', 'began', 'to', 'feel', 'alright', 'with', 'his', 'body', 'the', 'little', 'legs', 'had', 'the', 'solid', 'ground', 'under', 'them', 'to', 'his', 'pleasure', 'they', 'did', 'exactly', 'as', 'he', 'told', 'them', 'they', 'were', 'even', 'making', 'the', 'effort', 'to', 'carry', 'him', 'where', 'he', 'wanted', 'to', 'go', 'and', 'he', 'was', 'soon', 'believing', 'that', 'all', 'his', 'sorrows', 'would', 'soon', 'be', 'finally', 'at', 'an', 'end', 'He', 'held', 'back', 'the', 'urge', 'to', 'move', 'but', 'swayed', 'from', 'side', 'to', 'side', 'as', 'he', 'crouched', 'there', 'on', 'the', 'floor', 'His', 'mother', 'was', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seemed', 'at', 'first', 'quite', 'engrossed', 'in', 'herself', 'but', 'then', 'she', 'suddenly', 'jumped', 'up', 'with', 'her', 'arms', 'outstretched', 'and', 'her', 'fingers', 'spread', 'shouting', 'Help', 'for', 'pity', 's', 'sake', 'Help', 'The', 'way', 'she', 'held', 'her', 'head', 'suggested', 'she', 'wanted', 'to', 'see', 'Gregor', 'better', 'but', 'the', 'unthinking', 'way', 'she', 'was', 'hurrying', 'backwards', 'showed', 'that', 'she', 'did', 'not', 'she', 'had', 'forgotten', 'that', 'the', 'table', 'was', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'things', 'on', 'it', 'when', 'she', 'reached', 'the', 'table', 'she', 'sat', 'quickly', 'down', 'on', 'it', 'without', 'knowing', 'what', 'she', 'was', 'doing', 'without', 'even', 'seeming', 'to', 'notice', 'that', 'the', 'coffee', 'pot', 'had', 'been', 'knocked', 'over', 'and', 'a', 'gush', 'of', 'coffee', 'was', 'pouring', 'down', 'onto', 'the', 'carpet', 'Mother', 'mother', 'said', 'Gregor', 'gently', 'looking', 'up', 'at', 'her', 'He', 'had', 'completely', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment', 'but', 'could', 'not', 'help', 'himself', 'snapping', 'in', 'the', 'air', 'with', 'his', 'jaws', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffee', 'That', 'set', 'his', 'mother', 'screaming', 'anew', 'she', 'fled', 'from', 'the', 'table', 'and', 'into', 'the', 'arms', 'of', 'his', 'father', 'as', 'he', 'rushed', 'towards', 'her', 'Gregor', 'though', 'had', 'no', 'time', 'to', 'spare', 'for', 'his', 'parents', 'now', 'the', 'chief', 'clerk', 'had', 'already', 'reached', 'the', 'stairs', 'with', 'his', 'chin', 'on', 'the', 'banister', 'he', 'looked', 'back', 'for', 'the', 'last', 'time', 'Gregor', 'made', 'a', 'run', 'for', 'him', 'he', 'wanted', 'to', 'be', 'sure', 'of', 'reaching', 'him', 'the', 'chief', 'clerk', 'must', 'have', 'expected', 'something', 'as', 'he', 'leapt', 'down', 'several', 'steps', 'at', 'once', 'and', 'disappeared', 'his', 'shouts', 'resounding', 'all', 'around', 'the', 'staircase', 'The', 'flight', 'of', 'the', 'chief', 'clerk', 'seemed', 'unfortunately', 'to', 'put', 'Gregor', 's', 'father', 'into', 'a', 'panic', 'as', 'well', 'Until', 'then', 'he', 'had', 'been', 'relatively', 'self', 'controlled', 'but', 'now', 'instead', 'of', 'running', 'after', 'the', 'chief', 'clerk', 'himself', 'or', 'at', 'least', 'not', 'impeding', 'Gregor', 'as', 'he', 'ran', 'after', 'him', 'Gregor', 's', 'father', 'seized', 'the', 'chief', 'clerk', 's', 'stick', 'in', 'his', 'right', 'hand', 'the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair', 'along', 'with', 'his', 'hat', 'and', 'overcoat', 'picked', 'up', 'a', 'large', 'newspaper', 'from', 'the', 'table', 'with', 'his', 'left', 'and', 'used', 'them', 'to', 'drive', 'Gregor', 'back', 'into', 'his', 'room', 'stamping', 'his', 'foot', 'at', 'him', 'as', 'he', 'went', 'Gregor', 's', 'appeals', 'to', 'his', 'father', 'were', 'of', 'no', 'help', 'his', 'appeals', 'were', 'simply', 'not', 'understood', 'however', 'much', 'he', 'humbly', 'turned', 'his', 'head', 'his', 'father', 'merely', 'stamped', 'his', 'foot', 'all', 'the', 'harder', 'Across', 'the', 'room', 'despite', 'the', 'chilly', 'weather', 'Gregor', 's', 'mother', 'had', 'pulled', 'open', 'a', 'window', 'leant', 'far', 'out', 'of', 'it', 'and', 'pressed', 'her', 'hands', 'to', 'her', 'face', 'A', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'towards', 'the', 'stairway', 'the', 'curtains', 'flew', 'up', 'the', 'newspapers', 'on', 'the', 'table', 'fluttered', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor', 'Nothing', 'would', 'stop', 'Gregor', 's', 'father', 'as', 'he', 'drove', 'him', 'back', 'making', 'hissing', 'noises', 'at', 'him', 'like', 'a', 'wild', 'man', 'Gregor', 'had', 'never', 'had', 'any', 'practice', 'in', 'moving', 'backwards', 'and', 'was', 'only', 'able', 'to', 'go', 'very', 'slowly', 'If', 'Gregor', 'had', 'only', 'been', 'allowed', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'his', 'room', 'straight', 'away', 'but', 'he', 'was', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'his', 'father', 'would', 'become', 'impatient', 'and', 'there', 'was', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'his', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'his', 'father', 's', 'hand', 'any', 'moment', 'Eventually', 'though', 'Gregor', 'realised', 'that', 'he', 'had', 'no', 'choice', 'as', 'he', 'saw', 'to', 'his', 'disgust', 'that', 'he', 'was', 'quite', 'incapable', 'of', 'going', 'backwards', 'in', 'a', 'straight', 'line', 'so', 'he', 'began', 'as', 'quickly', 'as', 'possible', 'and', 'with', 'frequent', 'anxious', 'glances', 'at', 'his', 'father', 'to', 'turn', 'himself', 'round', 'It', 'went', 'very', 'slowly', 'but', 'perhaps', 'his', 'father', 'was', 'able', 'to', 'see', 'his', 'good', 'intentions', 'as', 'he', 'did', 'nothing', 'to', 'hinder', 'him', 'in', 'fact', 'now', 'and', 'then', 'he', 'used', 'the', 'tip', 'of', 'his', 'stick', 'to', 'give', 'directions', 'from', 'a', 'distance', 'as', 'to', 'which', 'way', 'to', 'turn', 'If', 'only', 'his', 'father', 'would', 'stop', 'that', 'unbearable', 'hissing', 'It', 'was', 'making', 'Gregor', 'quite', 'confused', 'When', 'he', 'had', 'nearly', 'finished', 'turning', 'round', 'still', 'listening', 'to', 'that', 'hissing', 'he', 'made', 'a', 'mistake', 'and', 'turned', 'himself', 'back', 'a', 'little', 'the', 'way', 'he', 'had', 'just', 'come', 'He', 'was', 'pleased', 'when', 'he', 'finally', 'had', 'his', 'head', 'in', 'front', 'of', 'the', 'doorway', 'but', 'then', 'saw', 'that', 'it', 'was', 'too', 'narrow', 'and', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulty', 'In', 'his', 'present', 'mood', 'it', 'obviously', 'did', 'not', 'occur', 'to', 'his', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'double', 'doors', 'so', 'that', 'Gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through', 'He', 'was', 'merely', 'fixed', 'on', 'the', 'idea', 'that', 'Gregor', 'should', 'be', 'got', 'back', 'into', 'his', 'room', 'as', 'quickly', 'as', 'possible', 'Nor', 'would', 'he', 'ever', 'have', 'allowed', 'Gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'preparation', 'for', 'getting', 'through', 'the', 'doorway', 'What', 'he', 'did', 'making', 'more', 'noise', 'than', 'ever', 'was', 'to', 'drive', 'Gregor', 'forwards', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'nothing', 'in', 'the', 'way', 'it', 'sounded', 'to', 'Gregor', 'as', 'if', 'there', 'was', 'now', 'more', 'than', 'one', 'father', 'behind', 'him', 'it', 'was', 'not', 'a', 'pleasant', 'experience', 'and', 'Gregor', 'pushed', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen', 'One', 'side', 'of', 'his', 'body', 'lifted', 'itself', 'he', 'lay', 'at', 'an', 'angle', 'in', 'the', 'doorway', 'one', 'flank', 'scraped', 'on', 'the', 'white', 'door', 'and', 'was', 'painfully', 'injured', 'leaving', 'vile', 'brown', 'flecks', 'on', 'it', 'soon', 'he', 'was', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'able', 'to', 'move', 'at', 'all', 'by', 'himself', 'the', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'pressed', 'painfully', 'against', 'the', 'ground', 'Then', 'his', 'father', 'gave', 'him', 'a', 'hefty', 'shove', 'from', 'behind', 'which', 'released', 'him', 'from', 'where', 'he', 'was', 'held', 'and', 'sent', 'him', 'flying', 'and', 'heavily', 'bleeding', 'deep', 'into', 'his', 'room', 'The', 'door', 'was', 'slammed', 'shut', 'with', 'the', 'stick', 'then', 'finally', 'all', 'was', 'quiet', 'II', 'It', 'was', 'not', 'until', 'it', 'was', 'getting', 'dark', 'that', 'evening', 'that', 'Gregor', 'awoke', 'from', 'his', 'deep', 'and', 'coma', 'like', 'sleep', 'He', 'would', 'have', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'if', 'he', 'hadn', 't', 'been', 'disturbed', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fully', 'rested', 'But', 'he', 'had', 'the', 'impression', 'that', 'some', 'hurried', 'steps', 'and', 'the', 'sound', 'of', 'the', 'door', 'leading', 'into', 'the', 'front', 'room', 'being', 'carefully', 'shut', 'had', 'woken', 'him', 'The', 'light', 'from', 'the', 'electric', 'street', 'lamps', 'shone', 'palely', 'here', 'and', 'there', 'onto', 'the', 'ceiling', 'and', 'tops', 'of', 'the', 'furniture', 'but', 'down', 'below', 'where', 'Gregor', 'was', 'it', 'was', 'dark', 'He', 'pushed', 'himself', 'over', 'to', 'the', 'door', 'feeling', 'his', 'way', 'clumsily', 'with', 'his', 'antennae', 'of', 'which', 'he', 'was', 'now', 'beginning', 'to', 'learn', 'the', 'value', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happening', 'there', 'The', 'whole', 'of', 'his', 'left', 'side', 'seemed', 'like', 'one', 'painfully', 'stretched', 'scar', 'and', 'he', 'limped', 'badly', 'on', 'his', 'two', 'rows', 'of', 'legs', 'One', 'of', 'the', 'legs', 'had', 'been', 'badly', 'injured', 'in', 'the', 'events', 'of', 'that', 'morning', 'it', 'was', 'nearly', 'a', 'miracle', 'that', 'only', 'one', 'of', 'them', 'had', 'been', 'and', 'dragged', 'along', 'lifelessly', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'door', 'that', 'he', 'realised', 'what', 'it', 'actually', 'was', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it', 'it', 'was', 'the', 'smell', 'of', 'something', 'to', 'eat', 'By', 'the', 'door', 'there', 'was', 'a', 'dish', 'filled', 'with', 'sweetened', 'milk', 'with', 'little', 'pieces', 'of', 'white', 'bread', 'floating', 'in', 'it', 'He', 'was', 'so', 'pleased', 'he', 'almost', 'laughed', 'as', 'he', 'was', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morning', 'and', 'immediately', 'dipped', 'his', 'head', 'into', 'the', 'milk', 'nearly', 'covering', 'his', 'eyes', 'with', 'it', 'But', 'he', 'soon', 'drew', 'his', 'head', 'back', 'again', 'in', 'disappointment', 'not', 'only', 'did', 'the', 'pain', 'in', 'his', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', 'he', 'was', 'only', 'able', 'to', 'eat', 'if', 'his', 'whole', 'body', 'worked', 'together', 'as', 'a', 'snuffling', 'whole', 'but', 'the', 'milk', 'did', 'not', 'taste', 'at', 'all', 'nice', 'Milk', 'like', 'this', 'was', 'normally', 'his', 'favourite', 'drink', 'and', 'his', 'sister', 'had', 'certainly', 'left', 'it', 'there', 'for', 'him', 'because', 'of', 'that', 'but', 'he', 'turned', 'almost', 'against', 'his', 'own', 'will', 'away', 'from', 'the', 'dish', 'and', 'crawled', 'back', 'into', 'the', 'centre', 'of', 'the', 'room', 'Through', 'the', 'crack', 'in', 'the', 'door', 'Gregor', 'could', 'see', 'that', 'the', 'gas', 'had', 'been', 'lit', 'in', 'the', 'living', 'room', 'His', 'father', 'at', 'this', 'time', 'would', 'normally', 'be', 'sat', 'with', 'his', 'evening', 'paper', 'reading', 'it', 'out', 'in', 'a', 'loud', 'voice', 'to', 'Gregor', 's', 'mother', 'and', 'sometimes', 'to', 'his', 'sister', 'but', 'there', 'was', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard', 'Gregor', 's', 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'this', 'reading', 'but', 'maybe', 'his', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'times', 'It', 'was', 'so', 'quiet', 'all', 'around', 'too', 'even', 'though', 'there', 'must', 'have', 'been', 'somebody', 'in', 'the', 'flat', 'What', 'a', 'quiet', 'life', 'it', 'is', 'the', 'family', 'lead', 'said', 'Gregor', 'to', 'himself', 'and', 'gazing', 'into', 'the', 'darkness', 'felt', 'a', 'great', 'pride', 'that', 'he', 'was', 'able', 'to', 'provide', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'his', 'sister', 'and', 'parents', 'But', 'what', 'now', 'if', 'all', 'this', 'peace', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horrible', 'and', 'frightening', 'end', 'That', 'was', 'something', 'that', 'Gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much', 'so', 'he', 'started', 'to', 'move', 'about', 'crawling', 'up', 'and', 'down', 'the', 'room', 'Once', 'during', 'that', 'long', 'evening', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'was', 'opened', 'very', 'slightly', 'and', 'hurriedly', 'closed', 'again', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same', 'it', 'seemed', 'that', 'someone', 'needed', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it', 'Gregor', 'went', 'and', 'waited', 'immediately', 'by', 'the', 'door', 'resolved', 'either', 'to', 'bring', 'the', 'timorous', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'was', 'but', 'the', 'door', 'was', 'opened', 'no', 'more', 'that', 'night', 'and', 'Gregor', 'waited', 'in', 'vain', 'The', 'previous', 'morning', 'while', 'the', 'doors', 'were', 'locked', 'everyone', 'had', 'wanted', 'to', 'get', 'in', 'there', 'to', 'him', 'but', 'now', 'now', 'that', 'he', 'had', 'opened', 'up', 'one', 'of', 'the', 'doors', 'and', 'the', 'other', 'had', 'clearly', 'been', 'unlocked', 'some', 'time', 'during', 'the', 'day', 'no', 'one', 'came', 'and', 'the', 'keys', 'were', 'in', 'the', 'other', 'sides', 'It', 'was', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'living', 'room', 'was', 'put', 'out', 'and', 'now', 'it', 'was', 'easy', 'to', 'see', 'that', 'his', 'parents', 'and', 'sister', 'had', 'stayed', 'awake', 'all', 'that', 'time', 'as', 'they', 'all', 'could', 'be', 'distinctly', 'heard', 'as', 'they', 'went', 'away', 'together', 'on', 'tip', 'toe', 'It', 'was', 'clear', 'that', 'no', 'one', 'would', 'come', 'into', 'Gregor', 's', 'room', 'any', 'more', 'until', 'morning', 'that', 'gave', 'him', 'plenty', 'of', 'time', 'to', 'think', 'undisturbed', 'about', 'how', 'he', 'would', 'have', 'to', 're', 'arrange', 'his', 'life', 'For', 'some', 'reason', 'the', 'tall', 'empty', 'room', 'where', 'he', 'was', 'forced', 'to', 'remain', 'made', 'him', 'feel', 'uneasy', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor', 'even', 'though', 'he', 'had', 'been', 'living', 'in', 'it', 'for', 'five', 'years', 'Hardly', 'aware', 'of', 'what', 'he', 'was', 'doing', 'other', 'than', 'a', 'slight', 'feeling', 'of', 'shame', 'he', 'hurried', 'under', 'the', 'couch', 'It', 'pressed', 'down', 'on', 'his', 'back', 'a', 'little', 'and', 'he', 'was', 'no', 'longer', 'able', 'to', 'lift', 'his', 'head', 'but', 'he', 'nonetheless', 'felt', 'immediately', 'at', 'ease', 'and', 'his', 'only', 'regret', 'was', 'that', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath', 'He', 'spent', 'the', 'whole', 'night', 'there', 'Some', 'of', 'the', 'time', 'he', 'passed', 'in', 'a', 'light', 'sleep', 'although', 'he', 'frequently', 'woke', 'from', 'it', 'in', 'alarm', 'because', 'of', 'his', 'hunger', 'and', 'some', 'of', 'the', 'time', 'was', 'spent', 'in', 'worries', 'and', 'vague', 'hopes', 'which', 'however', 'always', 'led', 'to', 'the', 'same', 'conclusion', 'for', 'the', 'time', 'being', 'he', 'must', 'remain', 'calm', 'he', 'must', 'show', 'patience', 'and', 'the', 'greatest', 'consideration', 'so', 'that', 'his', 'family', 'could', 'bear', 'the', 'unpleasantness', 'that', 'he', 'in', 'his', 'present', 'condition', 'was', 'forced', 'to', 'impose', 'on', 'them', 'Gregor', 'soon', 'had', 'the', 'opportunity', 'to', 'test', 'the', 'strength', 'of', 'his', 'decisions', 'as', 'early', 'the', 'next', 'morning', 'almost', 'before', 'the', 'night', 'had', 'ended', 'his', 'sister', 'nearly', 'fully', 'dressed', 'opened', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'looked', 'anxiously', 'in', 'She', 'did', 'not', 'see', 'him', 'straight', 'away', 'but', 'when', 'she', 'did', 'notice', 'him', 'under', 'the', 'couch', 'he', 'had', 'to', 'be', 'somewhere', 'for', 'God', 's', 'sake', 'he', 'couldn', 't', 'have', 'flown', 'away', 'she', 'was', 'so', 'shocked', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slammed', 'the', 'door', 'shut', 'again', 'from', 'outside', 'But', 'she', 'seemed', 'to', 'regret', 'her', 'behaviour', 'as', 'she', 'opened', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tip', 'toe', 'as', 'if', 'entering', 'the', 'room', 'of', 'someone', 'seriously', 'ill', 'or', 'even', 'of', 'a', 'stranger', 'Gregor', 'had', 'pushed', 'his', 'head', 'forward', 'right', 'to', 'the', 'edge', 'of', 'the', 'couch', 'and', 'watched', 'her', 'Would', 'she', 'notice', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'was', 'realise', 'that', 'it', 'was', 'not', 'from', 'any', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'was', 'more', 'suitable', 'If', 'she', 'didn', 't', 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungry', 'than', 'draw', 'her', 'attention', 'to', 'it', 'although', 'he', 'did', 'feel', 'a', 'terrible', 'urge', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch', 'throw', 'himself', 'at', 'his', 'sister', 's', 'feet', 'and', 'beg', 'her', 'for', 'something', 'good', 'to', 'eat', 'However', 'his', 'sister', 'noticed', 'the', 'full', 'dish', 'immediately', 'and', 'looked', 'at', 'it', 'and', 'the', 'few', 'drops', 'of', 'milk', 'splashed', 'around', 'it', 'with', 'some', 'surprise', 'She', 'immediately', 'picked', 'it', 'up', 'using', 'a', 'rag', 'not', 'her', 'bare', 'hands', 'and', 'carried', 'it', 'out', 'Gregor', 'was', 'extremely', 'curious', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'its', 'place', 'imagining', 'the', 'wildest', 'possibilities', 'but', 'he', 'never', 'could', 'have', 'guessed', 'what', 'his', 'sister', 'in', 'her', 'goodness', 'actually', 'did', 'bring', 'In', 'order', 'to', 'test', 'his', 'taste', 'she', 'brought', 'him', 'a', 'whole', 'selection', 'of', 'things', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspaper', 'There', 'were', 'old', 'half', 'rotten', 'vegetables', 'bones', 'from', 'the', 'evening', 'meal', 'covered', 'in', 'white', 'sauce', 'that', 'had', 'gone', 'hard', 'a', 'few', 'raisins', 'and', 'almonds', 'some', 'cheese', 'that', 'Gregor', 'had', 'declared', 'inedible', 'two', 'days', 'before', 'a', 'dry', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt', 'As', 'well', 'as', 'all', 'that', 'she', 'had', 'poured', 'some', 'water', 'into', 'the', 'dish', 'which', 'had', 'probably', 'been', 'permanently', 'set', 'aside', 'for', 'Gregor', 's', 'use', 'and', 'placed', 'it', 'beside', 'them', 'Then', 'out', 'of', 'consideration', 'for', 'Gregor', 's', 'feelings', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her', 'she', 'hurried', 'out', 'again', 'and', 'even', 'turned', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'Gregor', 'would', 'know', 'he', 'could', 'make', 'things', 'as', 'comfortable', 'for', 'himself', 'as', 'he', 'liked', 'Gregor', 's', 'little', 'legs', 'whirred', 'at', 'last', 'he', 'could', 'eat', 'What', 's', 'more', 'his', 'injuries', 'must', 'already', 'have', 'completely', 'healed', 'as', 'he', 'found', 'no', 'difficulty', 'in', 'moving', 'This', 'amazed', 'him', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'his', 'finger', 'slightly', 'with', 'a', 'knife', 'he', 'thought', 'of', 'how', 'his', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'before', 'yesterday', 'Am', 'I', 'less', 'sensitive', 'than', 'I', 'used', 'to', 'be', 'then', 'he', 'thought', 'and', 'was', 'already', 'sucking', 'greedily', 'at', 'the', 'cheese', 'which', 'had', 'immediately', 'almost', 'compellingly', 'attracted', 'him', 'much', 'more', 'than', 'the', 'other', 'foods', 'on', 'the', 'newspaper', 'Quickly', 'one', 'after', 'another', 'his', 'eyes', 'watering', 'with', 'pleasure', 'he', 'consumed', 'the', 'cheese', 'the', 'vegetables', 'and', 'the', 'sauce', 'the', 'fresh', 'foods', 'on', 'the', 'other', 'hand', 'he', 'didn', 't', 'like', 'at', 'all', 'and', 'even', 'dragged', 'the', 'things', 'he', 'did', 'want', 'to', 'eat', 'a', 'little', 'way', 'away', 'from', 'them', 'because', 'he', 'couldn', 't', 'stand', 'the', 'smell', 'Long', 'after', 'he', 'had', 'finished', 'eating', 'and', 'lay', 'lethargic', 'in', 'the', 'same', 'place', 'his', 'sister', 'slowly', 'turned', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw', 'He', 'was', 'immediately', 'startled', 'although', 'he', 'had', 'been', 'half', 'asleep', 'and', 'he', 'hurried', 'back', 'under', 'the', 'couch', 'But', 'he', 'needed', 'great', 'self', 'control', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'his', 'sister', 'was', 'in', 'the', 'room', 'as', 'eating', 'so', 'much', 'food', 'had', 'rounded', 'out', 'his', 'body', 'a', 'little', 'and', 'he', 'could', 'hardly', 'breathe', 'in', 'that', 'narrow', 'space', 'Half', 'suffocating', 'he', 'watched', 'with', 'bulging', 'eyes', 'as', 'his', 'sister', 'unselfconsciously', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'left', 'overs', 'mixing', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touched', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'used', 'any', 'more', 'She', 'quickly', 'dropped', 'it', 'all', 'into', 'a', 'bin', 'closed', 'it', 'with', 'its', 'wooden', 'lid', 'and', 'carried', 'everything', 'out', 'She', 'had', 'hardly', 'turned', 'her', 'back', 'before', 'Gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretched', 'himself', 'This', 'was', 'how', 'Gregor', 'received', 'his', 'food', 'each', 'day', 'now', 'once', 'in', 'the', 'morning', 'while', 'his', 'parents', 'and', 'the', 'maid', 'were', 'still', 'asleep', 'and', 'the', 'second', 'time', 'after', 'everyone', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'his', 'parents', 'would', 'sleep', 'for', 'a', 'little', 'while', 'then', 'as', 'well', 'and', 'Gregor', 's', 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand', 'Gregor', 's', 'father', 'and', 'mother', 'certainly', 'did', 'not', 'want', 'him', 'to', 'starve', 'either', 'but', 'perhaps', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'any', 'more', 'experience', 'of', 'his', 'feeding', 'than', 'being', 'told', 'about', 'it', 'and', 'perhaps', 'his', 'sister', 'wanted', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'indeed', 'suffering', 'enough', 'It', 'was', 'impossible', 'for', 'Gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morning', 'to', 'get', 'them', 'out', 'of', 'the', 'flat', 'As', 'nobody', 'could', 'understand', 'him', 'nobody', 'not', 'even', 'his', 'sister', 'thought', 'that', 'he', 'could', 'understand', 'them', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'his', 'sister', 's', 'sighs', 'and', 'appeals', 'to', 'the', 'saints', 'as', 'she', 'moved', 'about', 'his', 'room', 'It', 'was', 'only', 'later', 'when', 'she', 'had', 'become', 'a', 'little', 'more', 'used', 'to', 'everything', 'there', 'was', 'of', 'course', 'no', 'question', 'of', 'her', 'ever', 'becoming', 'fully', 'used', 'to', 'the', 'situation', 'that', 'Gregor', 'would', 'sometimes', 'catch', 'a', 'friendly', 'comment', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'construed', 'as', 'friendly', 'He', 's', 'enjoyed', 'his', 'dinner', 'today', 'she', 'might', 'say', 'when', 'he', 'had', 'diligently', 'cleared', 'away', 'all', 'the', 'food', 'left', 'for', 'him', 'or', 'if', 'he', 'left', 'most', 'of', 'it', 'which', 'slowly', 'became', 'more', 'and', 'more', 'frequent', 'she', 'would', 'often', 'say', 'sadly', 'now', 'everything', 's', 'just', 'been', 'left', 'there', 'again', 'Although', 'Gregor', 'wasn', 't', 'able', 'to', 'hear', 'any', 'news', 'directly', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'was', 'said', 'in', 'the', 'next', 'rooms', 'and', 'whenever', 'he', 'heard', 'anyone', 'speaking', 'he', 'would', 'scurry', 'straight', 'to', 'the', 'appropriate', 'door', 'and', 'press', 'his', 'whole', 'body', 'against', 'it', 'There', 'was', 'seldom', 'any', 'conversation', 'especially', 'at', 'first', 'that', 'was', 'not', 'about', 'him', 'in', 'some', 'way', 'even', 'if', 'only', 'in', 'secret', 'For', 'two', 'whole', 'days', 'all', 'the', 'talk', 'at', 'every', 'mealtime', 'was', 'about', 'what', 'they', 'should', 'do', 'now', 'but', 'even', 'between', 'meals', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'always', 'at', 'least', 'two', 'members', 'of', 'the', 'family', 'at', 'home', 'nobody', 'wanted', 'to', 'be', 'at', 'home', 'by', 'themselves', 'and', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'leave', 'the', 'flat', 'entirely', 'empty', 'And', 'on', 'the', 'very', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knees', 'and', 'begged', 'Gregor', 's', 'mother', 'to', 'let', 'her', 'go', 'without', 'delay', 'It', 'was', 'not', 'very', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happened', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour', 'tearfully', 'thanking', 'Gregor', 's', 'mother', 'for', 'her', 'dismissal', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enormous', 'service', 'She', 'even', 'swore', 'emphatically', 'not', 'to', 'tell', 'anyone', 'the', 'slightest', 'about', 'what', 'had', 'happened', 'even', 'though', 'no', 'one', 'had', 'asked', 'that', 'of', 'her', 'Now', 'Gregor', 's', 'sister', 'also', 'had', 'to', 'help', 'his', 'mother', 'with', 'the', 'cooking', 'although', 'that', 'was', 'not', 'so', 'much', 'bother', 'as', 'no', 'one', 'ate', 'very', 'much', 'Gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccessfully', 'urge', 'another', 'to', 'eat', 'and', 'receive', 'no', 'more', 'answer', 'than', 'no', 'thanks', 'I', 've', 'had', 'enough', 'or', 'something', 'similar', 'No', 'one', 'drank', 'very', 'much', 'either', 'His', 'sister', 'would', 'sometimes', 'ask', 'his', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer', 'hoping', 'for', 'the', 'chance', 'to', 'go', 'and', 'fetch', 'it', 'herself', 'When', 'his', 'father', 'then', 'said', 'nothing', 'she', 'would', 'add', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish', 'that', 'she', 'could', 'send', 'the', 'housekeeper', 'for', 'it', 'but', 'then', 'his', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big', 'loud', 'No', 'and', 'no', 'more', 'would', 'be', 'said', 'Even', 'before', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end', 'his', 'father', 'had', 'explained', 'to', 'Gregor', 's', 'mother', 'and', 'sister', 'what', 'their', 'finances', 'and', 'prospects', 'were', 'Now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'table', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'little', 'cash', 'box', 'he', 'had', 'saved', 'from', 'his', 'business', 'when', 'it', 'had', 'collapsed', 'five', 'years', 'earlier', 'Gregor', 'heard', 'how', 'he', 'opened', 'the', 'complicated', 'lock', 'and', 'then', 'closed', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'wanted', 'What', 'he', 'heard', 'his', 'father', 'say', 'was', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'Gregor', 'heard', 'since', 'he', 'had', 'first', 'been', 'incarcerated', 'in', 'his', 'room', 'He', 'had', 'thought', 'that', 'nothing', 'at', 'all', 'remained', 'from', 'his', 'father', 's', 'business', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anything', 'different', 'and', 'Gregor', 'had', 'never', 'asked', 'him', 'about', 'it', 'anyway', 'Their', 'business', 'misfortune', 'had', 'reduced', 'the', 'family', 'to', 'a', 'state', 'of', 'total', 'despair', 'and', 'Gregor', 's', 'only', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrange', 'things', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickly', 'as', 'possible', 'So', 'then', 'he', 'started', 'working', 'especially', 'hard', 'with', 'a', 'fiery', 'vigour', 'that', 'raised', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travelling', 'representative', 'almost', 'overnight', 'bringing', 'with', 'it', 'the', 'chance', 'to', 'earn', 'money', 'in', 'quite', 'different', 'ways', 'Gregor', 'converted', 'his', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'table', 'at', 'home', 'for', 'the', 'benefit', 'of', 'his', 'astonished', 'and', 'delighted', 'family', 'They', 'had', 'been', 'good', 'times', 'and', 'they', 'had', 'never', 'come', 'again', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour', 'even', 'though', 'Gregor', 'had', 'later', 'earned', 'so', 'much', 'that', 'he', 'was', 'in', 'a', 'position', 'to', 'bear', 'the', 'costs', 'of', 'the', 'whole', 'family', 'and', 'did', 'bear', 'them', 'They', 'had', 'even', 'got', 'used', 'to', 'it', 'both', 'Gregor', 'and', 'the', 'family', 'they', 'took', 'the', 'money', 'with', 'gratitude', 'and', 'he', 'was', 'glad', 'to', 'provide', 'it', 'although', 'there', 'was', 'no', 'longer', 'much', 'warm', 'affection', 'given', 'in', 'return', 'Gregor', 'only', 'remained', 'close', 'to', 'his', 'sister', 'now', 'Unlike', 'him', 'she', 'was', 'very', 'fond', 'of', 'music', 'and', 'a', 'gifted', 'and', 'expressive', 'violinist', 'it', 'was', 'his', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'next', 'year', 'even', 'though', 'it', 'would', 'cause', 'great', 'expense', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way', 'During', 'Gregor', 's', 'short', 'periods', 'in', 'town', 'conversation', 'with', 'his', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatory', 'but', 'it', 'was', 'only', 'ever', 'mentioned', 'as', 'a', 'lovely', 'dream', 'that', 'could', 'never', 'be', 'realised', 'Their', 'parents', 'did', 'not', 'like', 'to', 'hear', 'this', 'innocent', 'talk', 'but', 'Gregor', 'thought', 'about', 'it', 'quite', 'hard', 'and', 'decided', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'planned', 'with', 'a', 'grand', 'announcement', 'of', 'it', 'on', 'Christmas', 'day', 'That', 'was', 'the', 'sort', 'of', 'totally', 'pointless', 'thing', 'that', 'went', 'through', 'his', 'mind', 'in', 'his', 'present', 'state', 'pressed', 'upright', 'against', 'the', 'door', 'and', 'listening', 'There', 'were', 'times', 'when', 'he', 'simply', 'became', 'too', 'tired', 'to', 'continue', 'listening', 'when', 'his', 'head', 'would', 'fall', 'wearily', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start', 'as', 'even', 'the', 'slightest', 'noise', 'he', 'caused', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent', 'What', 's', 'that', 'he', 's', 'doing', 'now', 'his', 'father', 'would', 'say', 'after', 'a', 'while', 'clearly', 'having', 'gone', 'over', 'to', 'the', 'door', 'and', 'only', 'then', 'would', 'the', 'interrupted', 'conversation', 'slowly', 'be', 'taken', 'up', 'again', 'When', 'explaining', 'things', 'his', 'father', 'repeated', 'himself', 'several', 'times', 'partly', 'because', 'it', 'was', 'a', 'long', 'time', 'since', 'he', 'had', 'been', 'occupied', 'with', 'these', 'matters', 'himself', 'and', 'partly', 'because', 'Gregor', 's', 'mother', 'did', 'not', 'understand', 'everything', 'the', 'first', 'time', 'From', 'these', 'repeated', 'explanations', 'Gregor', 'learned', 'to', 'his', 'pleasure', 'that', 'despite', 'all', 'their', 'misfortunes', 'there', 'was', 'still', 'some', 'money', 'available', 'from', 'the', 'old', 'days', 'It', 'was', 'not', 'a', 'lot', 'but', 'it', 'had', 'not', 'been', 'touched', 'in', 'the', 'meantime', 'and', 'some', 'interest', 'had', 'accumulated', 'Besides', 'that', 'they', 'had', 'not', 'been', 'using', 'up', 'all', 'the', 'money', 'that', 'Gregor', 'had', 'been', 'bringing', 'home', 'every', 'month', 'keeping', 'only', 'a', 'little', 'for', 'himself', 'so', 'that', 'that', 'too', 'had', 'been', 'accumulating', 'Behind', 'the', 'door', 'Gregor', 'nodded', 'with', 'enthusiasm', 'in', 'his', 'pleasure', 'at', 'this', 'unexpected', 'thrift', 'and', 'caution', 'He', 'could', 'actually', 'have', 'used', 'this', 'surplus', 'money', 'to', 'reduce', 'his', 'father', 's', 'debt', 'to', 'his', 'boss', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer', 'but', 'now', 'it', 'was', 'certainly', 'better', 'the', 'way', 'his', 'father', 'had', 'done', 'things', 'This', 'money', 'however', 'was', 'certainly', 'not', 'enough', 'to', 'enable', 'the', 'family', 'to', 'live', 'off', 'the', 'interest', 'it', 'was', 'enough', 'to', 'maintain', 'them', 'for', 'perhaps', 'one', 'or', 'two', 'years', 'no', 'more', 'That', 's', 'to', 'say', 'it', 'was', 'money', 'that', 'should', 'not', 'really', 'be', 'touched', 'but', 'set', 'aside', 'for', 'emergencies', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earned', 'His', 'father', 'was', 'healthy', 'but', 'old', 'and', 'lacking', 'in', 'self', 'confidence', 'During', 'the', 'five', 'years', 'that', 'he', 'had', 'not', 'been', 'working', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'become', 'very', 'slow', 'and', 'clumsy', 'Would', 'Gregor', 's', 'elderly', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money', 'She', 'suffered', 'from', 'asthma', 'and', 'it', 'was', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home', 'every', 'other', 'day', 'would', 'be', 'spent', 'struggling', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window', 'Would', 'his', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money', 'She', 'was', 'still', 'a', 'child', 'of', 'seventeen', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'very', 'enviable', 'consisting', 'of', 'wearing', 'nice', 'clothes', 'sleeping', 'late', 'helping', 'out', 'in', 'the', 'business', 'joining', 'in', 'with', 'a', 'few', 'modest', 'pleasures', 'and', 'most', 'of', 'all', 'playing', 'the', 'violin', 'Whenever', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money', 'Gregor', 'would', 'always', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool', 'leather', 'sofa', 'next', 'to', 'it', 'as', 'he', 'became', 'quite', 'hot', 'with', 'shame', 'and', 'regret', 'He', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through', 'not', 'sleeping', 'a', 'wink', 'but', 'scratching', 'at', 'the', 'leather', 'for', 'hours', 'on', 'end', 'Or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'pushing', 'a', 'chair', 'to', 'the', 'window', 'climbing', 'up', 'onto', 'the', 'sill', 'and', 'propped', 'up', 'in', 'the', 'chair', 'leaning', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it', 'He', 'had', 'used', 'to', 'feel', 'a', 'great', 'sense', 'of', 'freedom', 'from', 'doing', 'this', 'but', 'doing', 'it', 'now', 'was', 'obviously', 'something', 'more', 'remembered', 'than', 'experienced', 'as', 'what', 'he', 'actually', 'saw', 'in', 'this', 'way', 'was', 'becoming', 'less', 'distinct', 'every', 'day', 'even', 'things', 'that', 'were', 'quite', 'near', 'he', 'had', 'used', 'to', 'curse', 'the', 'ever', 'present', 'view', 'of', 'the', 'hospital', 'across', 'the', 'street', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'lived', 'in', 'Charlottenstrasse', 'which', 'was', 'a', 'quiet', 'street', 'despite', 'being', 'in', 'the', 'middle', 'of', 'the', 'city', 'he', 'could', 'have', 'thought', 'that', 'he', 'was', 'looking', 'out', 'the', 'window', 'at', 'a', 'barren', 'waste', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingled', 'inseparably', 'His', 'observant', 'sister', 'only', 'needed', 'to', 'notice', 'the', 'chair', 'twice', 'before', 'she', 'would', 'always', 'push', 'it', 'back', 'to', 'its', 'exact', 'position', 'by', 'the', 'window', 'after', 'she', 'had', 'tidied', 'up', 'the', 'room', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on', 'If', 'Gregor', 'had', 'only', 'been', 'able', 'to', 'speak', 'to', 'his', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it', 'but', 'as', 'it', 'was', 'it', 'caused', 'him', 'pain', 'His', 'sister', 'naturally', 'tried', 'as', 'far', 'as', 'possible', 'to', 'pretend', 'there', 'was', 'nothing', 'burdensome', 'about', 'it', 'and', 'the', 'longer', 'it', 'went', 'on', 'of', 'course', 'the', 'better', 'she', 'was', 'able', 'to', 'do', 'so', 'but', 'as', 'time', 'went', 'by', 'Gregor', 'was', 'also', 'able', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better', 'It', 'had', 'even', 'become', 'very', 'unpleasant', 'for', 'him', 'now', 'whenever', 'she', 'entered', 'the', 'room', 'No', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickly', 'close', 'the', 'door', 'as', 'a', 'precaution', 'so', 'that', 'no', 'one', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', 'Gregor', 's', 'room', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedly', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffocating', 'Even', 'if', 'it', 'was', 'cold', 'she', 'would', 'stay', 'at', 'the', 'window', 'breathing', 'deeply', 'for', 'a', 'little', 'while', 'She', 'would', 'alarm', 'Gregor', 'twice', 'a', 'day', 'with', 'this', 'running', 'about', 'and', 'noise', 'making', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shivering', 'the', 'whole', 'while', 'knowing', 'full', 'well', 'that', 'she', 'would', 'certainly', 'have', 'liked', 'to', 'spare', 'him', 'this', 'ordeal', 'but', 'it', 'was', 'impossible', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'windows', 'closed', 'One', 'day', 'about', 'a', 'month', 'after', 'Gregor', 's', 'transformation', 'when', 'his', 'sister', 'no', 'longer', 'had', 'any', 'particular', 'reason', 'to', 'be', 'shocked', 'at', 'his', 'appearance', 'she', 'came', 'into', 'the', 'room', 'a', 'little', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'staring', 'out', 'the', 'window', 'motionless', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horrible', 'In', 'itself', 'his', 'sister', 's', 'not', 'coming', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surprise', 'for', 'Gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immediately', 'open', 'the', 'window', 'while', 'he', 'was', 'still', 'there', 'but', 'not', 'only', 'did', 'she', 'not', 'come', 'in', 'she', 'went', 'straight', 'back', 'and', 'closed', 'the', 'door', 'behind', 'her', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threatened', 'her', 'and', 'tried', 'to', 'bite', 'her', 'Gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch', 'of', 'course', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'before', 'his', 'sister', 'came', 'back', 'and', 'she', 'seemed', 'much', 'more', 'uneasy', 'than', 'usual', 'It', 'made', 'him', 'realise', 'that', 'she', 'still', 'found', 'his', 'appearance', 'unbearable', 'and', 'would', 'continue', 'to', 'do', 'so', 'she', 'probably', 'even', 'had', 'to', 'overcome', 'the', 'urge', 'to', 'flee', 'when', 'she', 'saw', 'the', 'little', 'bit', 'of', 'him', 'that', 'protruded', 'from', 'under', 'the', 'couch', 'One', 'day', 'in', 'order', 'to', 'spare', 'her', 'even', 'this', 'sight', 'he', 'spent', 'four', 'hours', 'carrying', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'his', 'back', 'and', 'arranged', 'it', 'so', 'that', 'he', 'was', 'completely', 'covered', 'and', 'his', 'sister', 'would', 'not', 'be', 'able', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down', 'If', 'she', 'did', 'not', 'think', 'this', 'sheet', 'was', 'necessary', 'then', 'all', 'she', 'had', 'to', 'do', 'was', 'take', 'it', 'off', 'again', 'as', 'it', 'was', 'clear', 'enough', 'that', 'it', 'was', 'no', 'pleasure', 'for', 'Gregor', 'to', 'cut', 'himself', 'off', 'so', 'completely', 'She', 'left', 'the', 'sheet', 'where', 'it', 'was', 'Gregor', 'even', 'thought', 'he', 'glimpsed', 'a', 'look', 'of', 'gratitude', 'one', 'time', 'when', 'he', 'carefully', 'looked', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'his', 'sister', 'liked', 'the', 'new', 'arrangement', 'For', 'the', 'first', 'fourteen', 'days', 'Gregor', 's', 'parents', 'could', 'not', 'bring', 'themselves', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him', 'He', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreciated', 'all', 'the', 'new', 'work', 'his', 'sister', 'was', 'doing', 'even', 'though', 'before', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'was', 'somewhat', 'useless', 'and', 'frequently', 'been', 'annoyed', 'with', 'her', 'But', 'now', 'the', 'two', 'of', 'them', 'father', 'and', 'mother', 'would', 'often', 'both', 'wait', 'outside', 'the', 'door', 'of', 'Gregor', 's', 'room', 'while', 'his', 'sister', 'tidied', 'up', 'in', 'there', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactly', 'how', 'everything', 'looked', 'what', 'Gregor', 'had', 'eaten', 'how', 'he', 'had', 'behaved', 'this', 'time', 'and', 'whether', 'perhaps', 'any', 'slight', 'improvement', 'could', 'be', 'seen', 'His', 'mother', 'also', 'wanted', 'to', 'go', 'in', 'and', 'visit', 'Gregor', 'relatively', 'soon', 'but', 'his', 'father', 'and', 'sister', 'at', 'first', 'persuaded', 'her', 'against', 'it', 'Gregor', 'listened', 'very', 'closely', 'to', 'all', 'this', 'and', 'approved', 'fully', 'Later', 'though', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'force', 'which', 'made', 'her', 'call', 'out', 'Let', 'me', 'go', 'and', 'see', 'Gregor', 'he', 'is', 'my', 'unfortunate', 'son', 'Can', 't', 'you', 'understand', 'I', 'have', 'to', 'see', 'him', 'and', 'Gregor', 'would', 'think', 'to', 'himself', 'that', 'maybe', 'it', 'would', 'be', 'better', 'if', 'his', 'mother', 'came', 'in', 'not', 'every', 'day', 'of', 'course', 'but', 'one', 'day', 'a', 'week', 'perhaps', 'she', 'could', 'understand', 'everything', 'much', 'better', 'than', 'his', 'sister', 'who', 'for', 'all', 'her', 'courage', 'was', 'still', 'just', 'a', 'child', 'after', 'all', 'and', 'really', 'might', 'not', 'have', 'had', 'an', 'adult', 's', 'appreciation', 'of', 'the', 'burdensome', 'job', 'she', 'had', 'taken', 'on', 'Gregor', 's', 'wish', 'to', 'see', 'his', 'mother', 'was', 'soon', 'realised', 'Out', 'of', 'consideration', 'for', 'his', 'parents', 'Gregor', 'wanted', 'to', 'avoid', 'being', 'seen', 'at', 'the', 'window', 'during', 'the', 'day', 'the', 'few', 'square', 'meters', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about', 'it', 'was', 'hard', 'to', 'just', 'lie', 'quietly', 'through', 'the', 'night', 'his', 'food', 'soon', 'stopped', 'giving', 'him', 'any', 'pleasure', 'at', 'all', 'and', 'so', 'to', 'entertain', 'himself', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawling', 'up', 'and', 'down', 'the', 'walls', 'and', 'ceiling', 'He', 'was', 'especially', 'fond', 'of', 'hanging', 'from', 'the', 'ceiling', 'it', 'was', 'quite', 'different', 'from', 'lying', 'on', 'the', 'floor', 'he', 'could', 'breathe', 'more', 'freely', 'his', 'body', 'had', 'a', 'light', 'swing', 'to', 'it', 'and', 'up', 'there', 'relaxed', 'and', 'almost', 'happy', 'it', 'might', 'happen', 'that', 'he', 'would', 'surprise', 'even', 'himself', 'by', 'letting', 'go', 'of', 'the', 'ceiling', 'and', 'landing', 'on', 'the', 'floor', 'with', 'a', 'crash', 'But', 'now', 'of', 'course', 'he', 'had', 'far', 'better', 'control', 'of', 'his', 'body', 'than', 'before', 'and', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that', 'caused', 'himself', 'no', 'damage', 'Very', 'soon', 'his', 'sister', 'noticed', 'Gregor', 's', 'new', 'way', 'of', 'entertaining', 'himself', 'he', 'had', 'after', 'all', 'left', 'traces', 'of', 'the', 'adhesive', 'from', 'his', 'feet', 'as', 'he', 'crawled', 'about', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easy', 'as', 'possible', 'for', 'him', 'by', 'removing', 'the', 'furniture', 'that', 'got', 'in', 'his', 'way', 'especially', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', 'Now', 'this', 'was', 'not', 'something', 'that', 'she', 'would', 'be', 'able', 'to', 'do', 'by', 'herself', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carried', 'on', 'bravely', 'since', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainly', 'would', 'not', 'have', 'helped', 'in', 'this', 'she', 'had', 'even', 'asked', 'to', 'be', 'allowed', 'to', 'keep', 'the', 'kitchen', 'locked', 'at', 'all', 'times', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'was', 'especially', 'important', 'so', 'his', 'sister', 'had', 'no', 'choice', 'but', 'to', 'choose', 'some', 'time', 'when', 'Gregor', 's', 'father', 'was', 'not', 'there', 'and', 'fetch', 'his', 'mother', 'to', 'help', 'her', 'As', 'she', 'approached', 'the', 'room', 'Gregor', 'could', 'hear', 'his', 'mother', 'express', 'her', 'joy', 'but', 'once', 'at', 'the', 'door', 'she', 'went', 'silent', 'First', 'of', 'course', 'his', 'sister', 'came', 'in', 'and', 'looked', 'round', 'to', 'see', 'that', 'everything', 'in', 'the', 'room', 'was', 'alright', 'and', 'only', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter', 'Gregor', 'had', 'hurriedly', 'pulled', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'folds', 'into', 'it', 'so', 'that', 'everything', 'really', 'looked', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chance', 'Gregor', 'also', 'refrained', 'this', 'time', 'from', 'spying', 'out', 'from', 'under', 'the', 'sheet', 'he', 'gave', 'up', 'the', 'chance', 'to', 'see', 'his', 'mother', 'until', 'later', 'and', 'was', 'simply', 'glad', 'that', 'she', 'had', 'come', 'You', 'can', 'come', 'in', 'he', 'can', 't', 'be', 'seen', 'said', 'his', 'sister', 'obviously', 'leading', 'her', 'in', 'by', 'the', 'hand', 'The', 'old', 'chest', 'of', 'drawers', 'was', 'too', 'heavy', 'for', 'a', 'pair', 'of', 'feeble', 'women', 'to', 'be', 'heaving', 'about', 'but', 'Gregor', 'listened', 'as', 'they', 'pushed', 'it', 'from', 'its', 'place', 'his', 'sister', 'always', 'taking', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignoring', 'her', 'mother', 's', 'warnings', 'that', 'she', 'would', 'strain', 'herself', 'This', 'lasted', 'a', 'very', 'long', 'time', 'After', 'labouring', 'at', 'it', 'for', 'fifteen', 'minutes', 'or', 'more', 'his', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leave', 'the', 'chest', 'where', 'it', 'was', 'for', 'one', 'thing', 'it', 'was', 'too', 'heavy', 'for', 'them', 'to', 'get', 'the', 'job', 'finished', 'before', 'Gregor', 's', 'father', 'got', 'home', 'and', 'leaving', 'it', 'in', 'the', 'middle', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'his', 'way', 'even', 'more', 'and', 'for', 'another', 'thing', 'it', 'wasn', 't', 'even', 'sure', 'that', 'taking', 'the', 'furniture', 'away', 'would', 'really', 'be', 'any', 'help', 'to', 'him', 'She', 'thought', 'just', 'the', 'opposite', 'the', 'sight', 'of', 'the', 'bare', 'walls', 'saddened', 'her', 'right', 'to', 'her', 'heart', 'and', 'why', 'wouldn', 't', 'Gregor', 'feel', 'the', 'same', 'way', 'about', 'it', 'he', 'd', 'been', 'used', 'to', 'this', 'furniture', 'in', 'his', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandoned', 'to', 'be', 'in', 'an', 'empty', 'room', 'like', 'that', 'Then', 'quietly', 'almost', 'whispering', 'as', 'if', 'wanting', 'Gregor', 'whose', 'whereabouts', 'she', 'did', 'not', 'know', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voice', 'as', 'she', 'was', 'convinced', 'that', 'he', 'did', 'not', 'understand', 'her', 'words', 'she', 'added', 'and', 'by', 'taking', 'the', 'furniture', 'away', 'won', 't', 'it', 'seem', 'like', 'we', 're', 'showing', 'that', 'we', 've', 'given', 'up', 'all', 'hope', 'of', 'improvement', 'and', 'we', 're', 'abandoning', 'him', 'to', 'cope', 'for', 'himself', 'I', 'think', 'it', 'd', 'be', 'best', 'to', 'leave', 'the', 'room', 'exactly', 'the', 'way', 'it', 'was', 'before', 'so', 'that', 'when', 'Gregor', 'comes', 'back', 'to', 'us', 'again', 'he', 'll', 'find', 'everything', 'unchanged', 'and', 'he', 'll', 'be', 'able', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier', 'Hearing', 'these', 'words', 'from', 'his', 'mother', 'made', 'Gregor', 'realise', 'that', 'the', 'lack', 'of', 'any', 'direct', 'human', 'communication', 'along', 'with', 'the', 'monotonous', 'life', 'led', 'by', 'the', 'family', 'during', 'these', 'two', 'months', 'must', 'have', 'made', 'him', 'confused', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explaining', 'to', 'himself', 'why', 'he', 'had', 'seriously', 'wanted', 'his', 'room', 'emptied', 'out', 'Had', 'he', 'really', 'wanted', 'to', 'transform', 'his', 'room', 'into', 'a', 'cave', 'a', 'warm', 'room', 'fitted', 'out', 'with', 'the', 'nice', 'furniture', 'he', 'had', 'inherited', 'That', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimpeded', 'in', 'any', 'direction', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickly', 'forget', 'his', 'past', 'when', 'he', 'had', 'still', 'been', 'human', 'He', 'had', 'come', 'very', 'close', 'to', 'forgetting', 'and', 'it', 'had', 'only', 'been', 'the', 'voice', 'of', 'his', 'mother', 'unheard', 'for', 'so', 'long', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it', 'Nothing', 'should', 'be', 'removed', 'everything', 'had', 'to', 'stay', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influence', 'the', 'furniture', 'had', 'on', 'his', 'condition', 'and', 'if', 'the', 'furniture', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessly', 'that', 'was', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantage', 'His', 'sister', 'unfortunately', 'did', 'not', 'agree', 'she', 'had', 'become', 'used', 'to', 'the', 'idea', 'not', 'without', 'reason', 'that', 'she', 'was', 'Gregor', 's', 'spokesman', 'to', 'his', 'parents', 'about', 'the', 'things', 'that', 'concerned', 'him', 'This', 'meant', 'that', 'his', 'mother', 's', 'advice', 'now', 'was', 'sufficient', 'reason', 'for', 'her', 'to', 'insist', 'on', 'removing', 'not', 'only', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', 'as', 'she', 'had', 'thought', 'at', 'first', 'but', 'all', 'the', 'furniture', 'apart', 'from', 'the', 'all', 'important', 'couch', 'It', 'was', 'more', 'than', 'childish', 'perversity', 'of', 'course', 'or', 'the', 'unexpected', 'confidence', 'she', 'had', 'recently', 'acquired', 'that', 'made', 'her', 'insist', 'she', 'had', 'indeed', 'noticed', 'that', 'Gregor', 'needed', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in', 'whereas', 'the', 'furniture', 'as', 'far', 'as', 'anyone', 'could', 'see', 'was', 'of', 'no', 'use', 'to', 'him', 'at', 'all', 'Girls', 'of', 'that', 'age', 'though', 'do', 'become', 'enthusiastic', 'about', 'things', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenever', 'they', 'can', 'Perhaps', 'this', 'was', 'what', 'tempted', 'Grete', 'to', 'make', 'Gregor', 's', 'situation', 'seem', 'even', 'more', 'shocking', 'than', 'it', 'was', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him', 'Grete', 'would', 'probably', 'be', 'the', 'only', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'dominated', 'by', 'Gregor', 'crawling', 'about', 'the', 'bare', 'walls', 'by', 'himself', 'So', 'she', 'refused', 'to', 'let', 'her', 'mother', 'dissuade', 'her', 'Gregor', 's', 'mother', 'already', 'looked', 'uneasy', 'in', 'his', 'room', 'she', 'soon', 'stopped', 'speaking', 'and', 'helped', 'Gregor', 's', 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawers', 'out', 'with', 'what', 'strength', 'she', 'had', 'The', 'chest', 'of', 'drawers', 'was', 'something', 'that', 'Gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to', 'but', 'the', 'writing', 'desk', 'had', 'to', 'stay', 'Hardly', 'had', 'the', 'two', 'women', 'pushed', 'the', 'chest', 'of', 'drawers', 'groaning', 'out', 'of', 'the', 'room', 'than', 'Gregor', 'poked', 'his', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it', 'He', 'meant', 'to', 'be', 'as', 'careful', 'and', 'considerate', 'as', 'he', 'could', 'but', 'unfortunately', 'it', 'was', 'his', 'mother', 'who', 'came', 'back', 'first', 'while', 'Grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arms', 'round', 'the', 'chest', 'pushing', 'and', 'pulling', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without', 'of', 'course', 'moving', 'it', 'an', 'inch', 'His', 'mother', 'was', 'not', 'used', 'to', 'the', 'sight', 'of', 'Gregor', 'he', 'might', 'have', 'made', 'her', 'ill', 'so', 'Gregor', 'hurried', 'backwards', 'to', 'the', 'far', 'end', 'of', 'the', 'couch', 'In', 'his', 'startlement', 'though', 'he', 'was', 'not', 'able', 'to', 'prevent', 'the', 'sheet', 'at', 'its', 'front', 'from', 'moving', 'a', 'little', 'It', 'was', 'enough', 'to', 'attract', 'his', 'mother', 's', 'attention', 'She', 'stood', 'very', 'still', 'remained', 'there', 'a', 'moment', 'and', 'then', 'went', 'back', 'out', 'to', 'Grete', 'Gregor', 'kept', 'trying', 'to', 'assure', 'himself', 'that', 'nothing', 'unusual', 'was', 'happening', 'it', 'was', 'just', 'a', 'few', 'pieces', 'of', 'furniture', 'being', 'moved', 'after', 'all', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'going', 'to', 'and', 'fro', 'their', 'little', 'calls', 'to', 'each', 'other', 'the', 'scraping', 'of', 'the', 'furniture', 'on', 'the', 'floor', 'all', 'these', 'things', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'being', 'assailed', 'from', 'all', 'sides', 'With', 'his', 'head', 'and', 'legs', 'pulled', 'in', 'against', 'him', 'and', 'his', 'body', 'pressed', 'to', 'the', 'floor', 'he', 'was', 'forced', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'this', 'much', 'longer', 'They', 'were', 'emptying', 'his', 'room', 'out', 'taking', 'away', 'everything', 'that', 'was', 'dear', 'to', 'him', 'they', 'had', 'already', 'taken', 'out', 'the', 'chest', 'containing', 'his', 'fretsaw', 'and', 'other', 'tools', 'now', 'they', 'threatened', 'to', 'remove', 'the', 'writing', 'desk', 'with', 'its', 'place', 'clearly', 'worn', 'into', 'the', 'floor', 'the', 'desk', 'where', 'he', 'had', 'done', 'his', 'homework', 'as', 'a', 'business', 'trainee', 'at', 'high', 'school', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'school', 'he', 'really', 'could', 'not', 'wait', 'any', 'longer', 'to', 'see', 'whether', 'the', 'two', 'women', 's', 'intentions', 'were', 'good', 'He', 'had', 'nearly', 'forgotten', 'they', 'were', 'there', 'anyway', 'as', 'they', 'were', 'now', 'too', 'tired', 'to', 'say', 'anything', 'while', 'they', 'worked', 'and', 'he', 'could', 'only', 'hear', 'their', 'feet', 'as', 'they', 'stepped', 'heavily', 'on', 'the', 'floor', 'So', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catching', 'their', 'breath', 'he', 'sallied', 'out', 'changed', 'direction', 'four', 'times', 'not', 'knowing', 'what', 'he', 'should', 'save', 'first', 'before', 'his', 'attention', 'was', 'suddenly', 'caught', 'by', 'the', 'picture', 'on', 'the', 'wall', 'which', 'was', 'already', 'denuded', 'of', 'everything', 'else', 'that', 'had', 'been', 'on', 'it', 'of', 'the', 'lady', 'dressed', 'in', 'copious', 'fur', 'He', 'hurried', 'up', 'onto', 'the', 'picture', 'and', 'pressed', 'himself', 'against', 'its', 'glass', 'it', 'held', 'him', 'firmly', 'and', 'felt', 'good', 'on', 'his', 'hot', 'belly', 'This', 'picture', 'at', 'least', 'now', 'totally', 'covered', 'by', 'Gregor', 'would', 'certainly', 'be', 'taken', 'away', 'by', 'no', 'one', 'He', 'turned', 'his', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'living', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back', 'They', 'had', 'not', 'allowed', 'themselves', 'a', 'long', 'rest', 'and', 'came', 'back', 'quite', 'soon', 'Grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'was', 'nearly', 'carrying', 'her', 'What', 'shall', 'we', 'take', 'now', 'then', 'said', 'Grete', 'and', 'looked', 'around', 'Her', 'eyes', 'met', 'those', 'of', 'Gregor', 'on', 'the', 'wall', 'Perhaps', 'only', 'because', 'her', 'mother', 'was', 'there', 'she', 'remained', 'calm', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said', 'albeit', 'hurriedly', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voice', 'Come', 'on', 'let', 's', 'go', 'back', 'in', 'the', 'living', 'room', 'for', 'a', 'while', 'Gregor', 'could', 'see', 'what', 'Grete', 'had', 'in', 'mind', 'she', 'wanted', 'to', 'take', 'her', 'mother', 'somewhere', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall', 'Well', 'she', 'could', 'certainly', 'try', 'it', 'He', 'sat', 'unyielding', 'on', 'his', 'picture', 'He', 'would', 'rather', 'jump', 'at', 'Grete', 's', 'face', 'But', 'Grete', 's', 'words', 'had', 'made', 'her', 'mother', 'quite', 'worried', 'she', 'stepped', 'to', 'one', 'side', 'saw', 'the', 'enormous', 'brown', 'patch', 'against', 'the', 'flowers', 'of', 'the', 'wallpaper', 'and', 'before', 'she', 'even', 'realised', 'it', 'was', 'Gregor', 'that', 'she', 'saw', 'screamed', 'Oh', 'God', 'oh', 'God', 'Arms', 'outstretched', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everything', 'and', 'stayed', 'there', 'immobile', 'Gregor', 'shouted', 'his', 'sister', 'glowering', 'at', 'him', 'and', 'shaking', 'her', 'fist', 'That', 'was', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directly', 'since', 'his', 'transformation', 'She', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smelling', 'salts', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint', 'Gregor', 'wanted', 'to', 'help', 'too', 'he', 'could', 'save', 'his', 'picture', 'later', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'force', 'then', 'he', 'too', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advise', 'his', 'sister', 'like', 'in', 'the', 'old', 'days', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'doing', 'nothing', 'she', 'was', 'looking', 'into', 'various', 'bottles', 'he', 'startled', 'her', 'when', 'she', 'turned', 'round', 'a', 'bottle', 'fell', 'to', 'the', 'ground', 'and', 'broke', 'a', 'splinter', 'cut', 'Gregor', 's', 'face', 'some', 'kind', 'of', 'caustic', 'medicine', 'splashed', 'all', 'over', 'him', 'now', 'without', 'delaying', 'any', 'longer', 'Grete', 'took', 'hold', 'of', 'all', 'the', 'bottles', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother', 'she', 'slammed', 'the', 'door', 'shut', 'with', 'her', 'foot', 'So', 'now', 'Gregor', 'was', 'shut', 'out', 'from', 'his', 'mother', 'who', 'because', 'of', 'him', 'might', 'be', 'near', 'to', 'death', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'his', 'sister', 'away', 'and', 'she', 'had', 'to', 'stay', 'with', 'his', 'mother', 'there', 'was', 'nothing', 'for', 'him', 'to', 'do', 'but', 'wait', 'and', 'oppressed', 'with', 'anxiety', 'and', 'self', 'reproach', 'he', 'began', 'to', 'crawl', 'about', 'he', 'crawled', 'over', 'everything', 'walls', 'furniture', 'ceiling', 'and', 'finally', 'in', 'his', 'confusion', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middle', 'of', 'the', 'dinner', 'table', 'He', 'lay', 'there', 'for', 'a', 'while', 'numb', 'and', 'immobile', 'all', 'around', 'him', 'it', 'was', 'quiet', 'maybe', 'that', 'was', 'a', 'good', 'sign', 'Then', 'there', 'was', 'someone', 'at', 'the', 'door', 'The', 'maid', 'of', 'course', 'had', 'locked', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'Grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it', 'His', 'father', 'had', 'arrived', 'home', 'What', 's', 'happened', 'were', 'his', 'first', 'words', 'Grete', 's', 'appearance', 'must', 'have', 'made', 'everything', 'clear', 'to', 'him', 'She', 'answered', 'him', 'with', 'subdued', 'voice', 'and', 'openly', 'pressed', 'her', 'face', 'into', 'his', 'chest', 'Mother', 's', 'fainted', 'but', 'she', 's', 'better', 'now', 'Gregor', 'got', 'out', 'Just', 'as', 'I', 'expected', 'said', 'his', 'father', 'just', 'as', 'I', 'always', 'said', 'but', 'you', 'women', 'wouldn', 't', 'listen', 'would', 'you', 'It', 'was', 'clear', 'to', 'Gregor', 'that', 'Grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'his', 'father', 'took', 'it', 'to', 'mean', 'that', 'something', 'bad', 'had', 'happened', 'that', 'he', 'was', 'responsible', 'for', 'some', 'act', 'of', 'violence', 'That', 'meant', 'Gregor', 'would', 'now', 'have', 'to', 'try', 'to', 'calm', 'his', 'father', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'things', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possible', 'So', 'he', 'fled', 'to', 'the', 'door', 'of', 'his', 'room', 'and', 'pressed', 'himself', 'against', 'it', 'so', 'that', 'his', 'father', 'when', 'he', 'came', 'in', 'from', 'the', 'hall', 'could', 'see', 'straight', 'away', 'that', 'Gregor', 'had', 'the', 'best', 'intentions', 'and', 'would', 'go', 'back', 'into', 'his', 'room', 'without', 'delay', 'that', 'it', 'would', 'not', 'be', 'necessary', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'only', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear', 'His', 'father', 'though', 'was', 'not', 'in', 'the', 'mood', 'to', 'notice', 'subtleties', 'like', 'that', 'Ah', 'he', 'shouted', 'as', 'he', 'came', 'in', 'sounding', 'as', 'if', 'he', 'were', 'both', 'angry', 'and', 'glad', 'at', 'the', 'same', 'time', 'Gregor', 'drew', 'his', 'head', 'back', 'from', 'the', 'door', 'and', 'lifted', 'it', 'towards', 'his', 'father', 'He', 'really', 'had', 'not', 'imagined', 'his', 'father', 'the', 'way', 'he', 'stood', 'there', 'now', 'of', 'late', 'with', 'his', 'new', 'habit', 'of', 'crawling', 'about', 'he', 'had', 'neglected', 'to', 'pay', 'attention', 'to', 'what', 'was', 'going', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'before', 'He', 'really', 'ought', 'to', 'have', 'expected', 'things', 'to', 'have', 'changed', 'but', 'still', 'still', 'was', 'that', 'really', 'his', 'father', 'The', 'same', 'tired', 'man', 'as', 'used', 'to', 'be', 'laying', 'there', 'entombed', 'in', 'his', 'bed', 'when', 'Gregor', 'came', 'back', 'from', 'his', 'business', 'trips', 'who', 'would', 'receive', 'him', 'sitting', 'in', 'the', 'armchair', 'in', 'his', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'evenings', 'who', 'was', 'hardly', 'even', 'able', 'to', 'stand', 'up', 'but', 'as', 'a', 'sign', 'of', 'his', 'pleasure', 'would', 'just', 'raise', 'his', 'arms', 'and', 'who', 'on', 'the', 'couple', 'of', 'times', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'together', 'on', 'a', 'Sunday', 'or', 'public', 'holiday', 'wrapped', 'up', 'tightly', 'in', 'his', 'overcoat', 'between', 'Gregor', 'and', 'his', 'mother', 'would', 'always', 'labour', 'his', 'way', 'forward', 'a', 'little', 'more', 'slowly', 'than', 'them', 'who', 'were', 'already', 'walking', 'slowly', 'for', 'his', 'sake', 'who', 'would', 'place', 'his', 'stick', 'down', 'carefully', 'and', 'if', 'he', 'wanted', 'to', 'say', 'something', 'would', 'invariably', 'stop', 'and', 'gather', 'his', 'companions', 'around', 'him', 'He', 'was', 'standing', 'up', 'straight', 'enough', 'now', 'dressed', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'buttons', 'the', 'sort', 'worn', 'by', 'the', 'employees', 'at', 'the', 'banking', 'institute', 'above', 'the', 'high', 'stiff', 'collar', 'of', 'the', 'coat', 'his', 'strong', 'double', 'chin', 'emerged', 'under', 'the', 'bushy', 'eyebrows', 'his', 'piercing', 'dark', 'eyes', 'looked', 'out', 'fresh', 'and', 'alert', 'his', 'normally', 'unkempt', 'white', 'hair', 'was', 'combed', 'down', 'painfully', 'close', 'to', 'his', 'scalp', 'He', 'took', 'his', 'cap', 'with', 'its', 'gold', 'monogram', 'from', 'probably', 'some', 'bank', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa', 'put', 'his', 'hands', 'in', 'his', 'trouser', 'pockets', 'pushing', 'back', 'the', 'bottom', 'of', 'his', 'long', 'uniform', 'coat', 'and', 'with', 'look', 'of', 'determination', 'walked', 'towards', 'Gregor', 'He', 'probably', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind', 'but', 'nonetheless', 'lifted', 'his', 'feet', 'unusually', 'high', 'Gregor', 'was', 'amazed', 'at', 'the', 'enormous', 'size', 'of', 'the', 'soles', 'of', 'his', 'boots', 'but', 'wasted', 'no', 'time', 'with', 'that', 'he', 'knew', 'full', 'well', 'right', 'from', 'the', 'first', 'day', 'of', 'his', 'new', 'life', 'that', 'his', 'father', 'thought', 'it', 'necessary', 'to', 'always', 'be', 'extremely', 'strict', 'with', 'him', 'And', 'so', 'he', 'ran', 'up', 'to', 'his', 'father', 'stopped', 'when', 'his', 'father', 'stopped', 'scurried', 'forwards', 'again', 'when', 'he', 'moved', 'even', 'slightly', 'In', 'this', 'way', 'they', 'went', 'round', 'the', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening', 'without', 'even', 'giving', 'the', 'impression', 'of', 'a', 'chase', 'as', 'everything', 'went', 'so', 'slowly', 'Gregor', 'remained', 'all', 'this', 'time', 'on', 'the', 'floor', 'largely', 'because', 'he', 'feared', 'his', 'father', 'might', 'see', 'it', 'as', 'especially', 'provoking', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceiling', 'Whatever', 'he', 'did', 'Gregor', 'had', 'to', 'admit', 'that', 'he', 'certainly', 'would', 'not', 'be', 'able', 'to', 'keep', 'up', 'this', 'running', 'about', 'for', 'long', 'as', 'for', 'each', 'step', 'his', 'father', 'took', 'he', 'had', 'to', 'carry', 'out', 'countless', 'movements', 'He', 'became', 'noticeably', 'short', 'of', 'breath', 'even', 'in', 'his', 'earlier', 'life', 'his', 'lungs', 'had', 'not', 'been', 'very', 'reliable', 'Now', 'as', 'he', 'lurched', 'about', 'in', 'his', 'efforts', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'running', 'he', 'could', 'hardly', 'keep', 'his', 'eyes', 'open', 'his', 'thoughts', 'became', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'any', 'other', 'way', 'of', 'saving', 'himself', 'than', 'running', 'he', 'almost', 'forgot', 'that', 'the', 'walls', 'were', 'there', 'for', 'him', 'to', 'use', 'although', 'here', 'they', 'were', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'of', 'notches', 'and', 'protrusions', 'then', 'right', 'beside', 'him', 'lightly', 'tossed', 'something', 'flew', 'down', 'and', 'rolled', 'in', 'front', 'of', 'him', 'It', 'was', 'an', 'apple', 'then', 'another', 'one', 'immediately', 'flew', 'at', 'him', 'Gregor', 'froze', 'in', 'shock', 'there', 'was', 'no', 'longer', 'any', 'point', 'in', 'running', 'as', 'his', 'father', 'had', 'decided', 'to', 'bombard', 'him', 'He', 'had', 'filled', 'his', 'pockets', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now', 'without', 'even', 'taking', 'the', 'time', 'for', 'careful', 'aim', 'threw', 'one', 'apple', 'after', 'another', 'These', 'little', 'red', 'apples', 'rolled', 'about', 'on', 'the', 'floor', 'knocking', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electric', 'motors', 'An', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'against', 'Gregor', 's', 'back', 'and', 'slid', 'off', 'without', 'doing', 'any', 'harm', 'Another', 'one', 'however', 'immediately', 'following', 'it', 'hit', 'squarely', 'and', 'lodged', 'in', 'his', 'back', 'Gregor', 'wanted', 'to', 'drag', 'himself', 'away', 'as', 'if', 'he', 'could', 'remove', 'the', 'surprising', 'the', 'incredible', 'pain', 'by', 'changing', 'his', 'position', 'but', 'he', 'felt', 'as', 'if', 'nailed', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out', 'all', 'his', 'senses', 'in', 'confusion', 'The', 'last', 'thing', 'he', 'saw', 'was', 'the', 'door', 'of', 'his', 'room', 'being', 'pulled', 'open', 'his', 'sister', 'was', 'screaming', 'his', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blouse', 'as', 'his', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'clothes', 'after', 'she', 'had', 'fainted', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breathe', 'she', 'ran', 'to', 'his', 'father', 'her', 'skirts', 'unfastened', 'and', 'sliding', 'one', 'after', 'another', 'to', 'the', 'ground', 'stumbling', 'over', 'the', 'skirts', 'she', 'pushed', 'herself', 'to', 'his', 'father', 'her', 'arms', 'around', 'him', 'uniting', 'herself', 'with', 'him', 'totally', 'now', 'Gregor', 'lost', 'his', 'ability', 'to', 'see', 'anything', 'her', 'hands', 'behind', 'his', 'father', 's', 'head', 'begging', 'him', 'to', 'spare', 'Gregor', 's', 'life', 'III', 'No', 'one', 'dared', 'to', 'remove', 'the', 'apple', 'lodged', 'in', 'Gregor', 's', 'flesh', 'so', 'it', 'remained', 'there', 'as', 'a', 'visible', 'reminder', 'of', 'his', 'injury', 'He', 'had', 'suffered', 'it', 'there', 'for', 'more', 'than', 'a', 'month', 'and', 'his', 'condition', 'seemed', 'serious', 'enough', 'to', 'remind', 'even', 'his', 'father', 'that', 'Gregor', 'despite', 'his', 'current', 'sad', 'and', 'revolting', 'form', 'was', 'a', 'family', 'member', 'who', 'could', 'not', 'be', 'treated', 'as', 'an', 'enemy', 'On', 'the', 'contrary', 'as', 'a', 'family', 'there', 'was', 'a', 'duty', 'to', 'swallow', 'any', 'revulsion', 'for', 'him', 'and', 'to', 'be', 'patient', 'just', 'to', 'be', 'patient', 'Because', 'of', 'his', 'injuries', 'Gregor', 'had', 'lost', 'much', 'of', 'his', 'mobility', 'probably', 'permanently', 'He', 'had', 'been', 'reduced', 'to', 'the', 'condition', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long', 'long', 'minutes', 'to', 'crawl', 'across', 'his', 'room', 'crawling', 'over', 'the', 'ceiling', 'was', 'out', 'of', 'the', 'question', 'but', 'this', 'deterioration', 'in', 'his', 'condition', 'was', 'fully', 'in', 'his', 'opinion', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'living', 'room', 'being', 'left', 'open', 'every', 'evening', 'He', 'got', 'into', 'the', 'habit', 'of', 'closely', 'watching', 'it', 'for', 'one', 'or', 'two', 'hours', 'before', 'it', 'was', 'opened', 'and', 'then', 'lying', 'in', 'the', 'darkness', 'of', 'his', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'living', 'room', 'he', 'could', 'watch', 'the', 'family', 'in', 'the', 'light', 'of', 'the', 'dinner', 'table', 'and', 'listen', 'to', 'their', 'conversation', 'with', 'everyone', 's', 'permission', 'in', 'a', 'way', 'and', 'thus', 'quite', 'differently', 'from', 'before', 'They', 'no', 'longer', 'held', 'the', 'lively', 'conversations', 'of', 'earlier', 'times', 'of', 'course', 'the', 'ones', 'that', 'Gregor', 'always', 'thought', 'about', 'with', 'longing', 'when', 'he', 'was', 'tired', 'and', 'getting', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room', 'All', 'of', 'them', 'were', 'usually', 'very', 'quiet', 'nowadays', 'Soon', 'after', 'dinner', 'his', 'father', 'would', 'go', 'to', 'sleep', 'in', 'his', 'chair', 'his', 'mother', 'and', 'sister', 'would', 'urge', 'each', 'other', 'to', 'be', 'quiet', 'his', 'mother', 'bent', 'deeply', 'under', 'the', 'lamp', 'would', 'sew', 'fancy', 'underwear', 'for', 'a', 'fashion', 'shop', 'his', 'sister', 'who', 'had', 'taken', 'a', 'sales', 'job', 'learned', 'shorthand', 'and', 'French', 'in', 'the', 'evenings', 'so', 'that', 'she', 'might', 'be', 'able', 'to', 'get', 'a', 'better', 'position', 'later', 'on', 'Sometimes', 'his', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', 'Gregor', 's', 'mother', 'you', 're', 'doing', 'so', 'much', 'sewing', 'again', 'today', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'dozing', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchange', 'a', 'tired', 'grin', 'With', 'a', 'kind', 'of', 'stubbornness', 'Gregor', 's', 'father', 'refused', 'to', 'take', 'his', 'uniform', 'off', 'even', 'at', 'home', 'while', 'his', 'nightgown', 'hung', 'unused', 'on', 'its', 'peg', 'Gregor', 's', 'father', 'would', 'slumber', 'where', 'he', 'was', 'fully', 'dressed', 'as', 'if', 'always', 'ready', 'to', 'serve', 'and', 'expecting', 'to', 'hear', 'the', 'voice', 'of', 'his', 'superior', 'even', 'here', 'The', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with', 'but', 'as', 'a', 'result', 'of', 'this', 'it', 'slowly', 'became', 'even', 'shabbier', 'despite', 'the', 'efforts', 'of', 'Gregor', 's', 'mother', 'and', 'sister', 'to', 'look', 'after', 'it', 'Gregor', 'would', 'often', 'spend', 'the', 'whole', 'evening', 'looking', 'at', 'all', 'the', 'stains', 'on', 'this', 'coat', 'with', 'its', 'gold', 'buttons', 'always', 'kept', 'polished', 'and', 'shiny', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep', 'highly', 'uncomfortable', 'but', 'peaceful', 'As', 'soon', 'as', 'it', 'struck', 'ten', 'Gregor', 's', 'mother', 'would', 'speak', 'gently', 'to', 'his', 'father', 'to', 'wake', 'him', 'and', 'try', 'to', 'persuade', 'him', 'to', 'go', 'to', 'bed', 'as', 'he', 'couldn', 't', 'sleep', 'properly', 'where', 'he', 'was', 'and', 'he', 'really', 'had', 'to', 'get', 'his', 'sleep', 'if', 'he', 'was', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work', 'But', 'since', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'become', 'more', 'obstinate', 'and', 'would', 'always', 'insist', 'on', 'staying', 'longer', 'at', 'the', 'table', 'even', 'though', 'he', 'regularly', 'fell', 'asleep', 'and', 'it', 'was', 'then', 'harder', 'than', 'ever', 'to', 'persuade', 'him', 'to', 'exchange', 'the', 'chair', 'for', 'his', 'bed', 'Then', 'however', 'much', 'mother', 'and', 'sister', 'would', 'importune', 'him', 'with', 'little', 'reproaches', 'and', 'warnings', 'he', 'would', 'keep', 'slowly', 'shaking', 'his', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'his', 'eyes', 'closed', 'and', 'refusing', 'to', 'get', 'up', 'Gregor', 's', 'mother', 'would', 'tug', 'at', 'his', 'sleeve', 'whisper', 'endearments', 'into', 'his', 'ear', 'Gregor', 's', 'sister', 'would', 'leave', 'her', 'work', 'to', 'help', 'her', 'mother', 'but', 'nothing', 'would', 'have', 'any', 'effect', 'on', 'him', 'He', 'would', 'just', 'sink', 'deeper', 'into', 'his', 'chair', 'Only', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arms', 'he', 'would', 'abruptly', 'open', 'his', 'eyes', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say', 'What', 'a', 'life', 'This', 'is', 'what', 'peace', 'I', 'get', 'in', 'my', 'old', 'age', 'And', 'supported', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'carefully', 'as', 'if', 'he', 'were', 'carrying', 'the', 'greatest', 'load', 'himself', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door', 'send', 'them', 'off', 'and', 'carry', 'on', 'by', 'himself', 'while', 'Gregor', 's', 'mother', 'would', 'throw', 'down', 'her', 'needle', 'and', 'his', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'his', 'father', 'and', 'continue', 'being', 'of', 'help', 'to', 'him', 'Who', 'in', 'this', 'tired', 'and', 'overworked', 'family', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attention', 'to', 'Gregor', 'than', 'was', 'absolutely', 'necessary', 'The', 'household', 'budget', 'became', 'even', 'smaller', 'so', 'now', 'the', 'maid', 'was', 'dismissed', 'an', 'enormous', 'thick', 'boned', 'charwoman', 'with', 'white', 'hair', 'that', 'flapped', 'around', 'her', 'head', 'came', 'every', 'morning', 'and', 'evening', 'to', 'do', 'the', 'heaviest', 'work', 'everything', 'else', 'was', 'looked', 'after', 'by', 'Gregor', 's', 'mother', 'on', 'top', 'of', 'the', 'large', 'amount', 'of', 'sewing', 'work', 'she', 'did', 'Gregor', 'even', 'learned', 'listening', 'to', 'the', 'evening', 'conversation', 'about', 'what', 'price', 'they', 'had', 'hoped', 'for', 'that', 'several', 'items', 'of', 'jewellery', 'belonging', 'to', 'the', 'family', 'had', 'been', 'sold', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'very', 'fond', 'of', 'wearing', 'them', 'at', 'functions', 'and', 'celebrations', 'But', 'the', 'loudest', 'complaint', 'was', 'that', 'although', 'the', 'flat', 'was', 'much', 'too', 'big', 'for', 'their', 'present', 'circumstances', 'they', 'could', 'not', 'move', 'out', 'of', 'it', 'there', 'was', 'no', 'imaginable', 'way', 'of', 'transferring', 'Gregor', 'to', 'the', 'new', 'address', 'He', 'could', 'see', 'quite', 'well', 'though', 'that', 'there', 'were', 'more', 'reasons', 'than', 'consideration', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move', 'it', 'would', 'have', 'been', 'quite', 'easy', 'to', 'transport', 'him', 'in', 'any', 'suitable', 'crate', 'with', 'a', 'few', 'air', 'holes', 'in', 'it', 'the', 'main', 'thing', 'holding', 'the', 'family', 'back', 'from', 'their', 'decision', 'to', 'move', 'was', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortune', 'unlike', 'anything', 'experienced', 'by', 'anyone', 'else', 'they', 'knew', 'or', 'were', 'related', 'to', 'They', 'carried', 'out', 'absolutely', 'everything', 'that', 'the', 'world', 'expects', 'from', 'poor', 'people', 'Gregor', 's', 'father', 'brought', 'bank', 'employees', 'their', 'breakfast', 'his', 'mother', 'sacrificed', 'herself', 'by', 'washing', 'clothes', 'for', 'strangers', 'his', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'customers', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'any', 'more', 'And', 'the', 'injury', 'in', 'Gregor', 's', 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'was', 'new', 'After', 'they', 'had', 'come', 'back', 'from', 'taking', 'his', 'father', 'to', 'bed', 'Gregor', 's', 'mother', 'and', 'sister', 'would', 'now', 'leave', 'their', 'work', 'where', 'it', 'was', 'and', 'sit', 'close', 'together', 'cheek', 'to', 'cheek', 'his', 'mother', 'would', 'point', 'to', 'Gregor', 's', 'room', 'and', 'say', 'Close', 'that', 'door', 'Grete', 'and', 'then', 'when', 'he', 'was', 'in', 'the', 'dark', 'again', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tears', 'would', 'mingle', 'or', 'they', 'would', 'simply', 'sit', 'there', 'staring', 'dry', 'eyed', 'at', 'the', 'table', 'Gregor', 'hardly', 'slept', 'at', 'all', 'either', 'night', 'or', 'day', 'Sometimes', 'he', 'would', 'think', 'of', 'taking', 'over', 'the', 'family', 's', 'affairs', 'just', 'like', 'before', 'the', 'next', 'time', 'the', 'door', 'was', 'opened', 'he', 'had', 'long', 'forgotten', 'about', 'his', 'boss', 'and', 'the', 'chief', 'clerk', 'but', 'they', 'would', 'appear', 'again', 'in', 'his', 'thoughts', 'the', 'salesmen', 'and', 'the', 'apprentices', 'that', 'stupid', 'teaboy', 'two', 'or', 'three', 'friends', 'from', 'other', 'businesses', 'one', 'of', 'the', 'chambermaids', 'from', 'a', 'provincial', 'hotel', 'a', 'tender', 'memory', 'that', 'appeared', 'and', 'disappeared', 'again', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'his', 'attention', 'had', 'been', 'serious', 'but', 'too', 'slow', 'all', 'of', 'them', 'appeared', 'to', 'him', 'mixed', 'together', 'with', 'strangers', 'and', 'others', 'he', 'had', 'forgotten', 'but', 'instead', 'of', 'helping', 'him', 'and', 'his', 'family', 'they', 'were', 'all', 'of', 'them', 'inaccessible', 'and', 'he', 'was', 'glad', 'when', 'they', 'disappeared', 'Other', 'times', 'he', 'was', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'his', 'family', 'he', 'was', 'filled', 'with', 'simple', 'rage', 'about', 'the', 'lack', 'of', 'attention', 'he', 'was', 'shown', 'and', 'although', 'he', 'could', 'think', 'of', 'nothing', 'he', 'would', 'have', 'wanted', 'he', 'made', 'plans', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantry', 'where', 'he', 'could', 'take', 'all', 'the', 'things', 'he', 'was', 'entitled', 'to', 'even', 'if', 'he', 'was', 'not', 'hungry', 'Gregor', 's', 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'please', 'him', 'but', 'would', 'hurriedly', 'push', 'some', 'food', 'or', 'other', 'into', 'his', 'room', 'with', 'her', 'foot', 'before', 'she', 'rushed', 'out', 'to', 'work', 'in', 'the', 'morning', 'and', 'at', 'midday', 'and', 'in', 'the', 'evening', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom', 'indifferent', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', 'more', 'often', 'than', 'not', 'had', 'been', 'left', 'totally', 'untouched', 'She', 'still', 'cleared', 'up', 'the', 'room', 'in', 'the', 'evening', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'any', 'quicker', 'about', 'it', 'Smears', 'of', 'dirt', 'were', 'left', 'on', 'the', 'walls', 'here', 'and', 'there', 'were', 'little', 'balls', 'of', 'dust', 'and', 'filth', 'At', 'first', 'Gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'places', 'when', 'his', 'sister', 'arrived', 'as', 'a', 'reproach', 'to', 'her', 'but', 'he', 'could', 'have', 'stayed', 'there', 'for', 'weeks', 'without', 'his', 'sister', 'doing', 'anything', 'about', 'it', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simply', 'decided', 'to', 'leave', 'him', 'to', 'it', 'At', 'the', 'same', 'time', 'she', 'became', 'touchy', 'in', 'a', 'way', 'that', 'was', 'quite', 'new', 'for', 'her', 'and', 'which', 'everyone', 'in', 'the', 'family', 'understood', 'cleaning', 'up', 'Gregor', 's', 'room', 'was', 'for', 'her', 'and', 'her', 'alone', 'Gregor', 's', 'mother', 'did', 'once', 'thoroughly', 'clean', 'his', 'room', 'and', 'needed', 'to', 'use', 'several', 'bucketfuls', 'of', 'water', 'to', 'do', 'it', 'although', 'that', 'much', 'dampness', 'also', 'made', 'Gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch', 'bitter', 'and', 'immobile', 'But', 'his', 'mother', 'was', 'to', 'be', 'punished', 'still', 'more', 'for', 'what', 'she', 'had', 'done', 'as', 'hardly', 'had', 'his', 'sister', 'arrived', 'home', 'in', 'the', 'evening', 'than', 'she', 'noticed', 'the', 'change', 'in', 'Gregor', 's', 'room', 'and', 'highly', 'aggrieved', 'ran', 'back', 'into', 'the', 'living', 'room', 'where', 'despite', 'her', 'mothers', 'raised', 'and', 'imploring', 'hands', 'she', 'broke', 'into', 'convulsive', 'tears', 'Her', 'father', 'of', 'course', 'was', 'startled', 'out', 'of', 'his', 'chair', 'and', 'the', 'two', 'parents', 'looked', 'on', 'astonished', 'and', 'helpless', 'then', 'they', 'too', 'became', 'agitated', 'Gregor', 's', 'father', 'standing', 'to', 'the', 'right', 'of', 'his', 'mother', 'accused', 'her', 'of', 'not', 'leaving', 'the', 'cleaning', 'of', 'Gregor', 's', 'room', 'to', 'his', 'sister', 'from', 'her', 'left', 'Gregor', 's', 'sister', 'screamed', 'at', 'her', 'that', 'she', 'was', 'never', 'to', 'clean', 'Gregor', 's', 'room', 'again', 'while', 'his', 'mother', 'tried', 'to', 'draw', 'his', 'father', 'who', 'was', 'beside', 'himself', 'with', 'anger', 'into', 'the', 'bedroom', 'his', 'sister', 'quaking', 'with', 'tears', 'thumped', 'on', 'the', 'table', 'with', 'her', 'small', 'fists', 'and', 'Gregor', 'hissed', 'in', 'anger', 'that', 'no', 'one', 'had', 'even', 'thought', 'of', 'closing', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'this', 'and', 'all', 'its', 'noise', 'Gregor', 's', 'sister', 'was', 'exhausted', 'from', 'going', 'out', 'to', 'work', 'and', 'looking', 'after', 'Gregor', 'as', 'she', 'had', 'done', 'before', 'was', 'even', 'more', 'work', 'for', 'her', 'but', 'even', 'so', 'his', 'mother', 'ought', 'certainly', 'not', 'to', 'have', 'taken', 'her', 'place', 'Gregor', 'on', 'the', 'other', 'hand', 'ought', 'not', 'to', 'be', 'neglected', 'Now', 'though', 'the', 'charwoman', 'was', 'here', 'This', 'elderly', 'widow', 'with', 'a', 'robust', 'bone', 'structure', 'that', 'made', 'her', 'able', 'to', 'withstand', 'the', 'hardest', 'of', 'things', 'in', 'her', 'long', 'life', 'wasn', 't', 'really', 'repelled', 'by', 'Gregor', 'Just', 'by', 'chance', 'one', 'day', 'rather', 'than', 'any', 'real', 'curiosity', 'she', 'opened', 'the', 'door', 'to', 'Gregor', 's', 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him', 'He', 'was', 'taken', 'totally', 'by', 'surprise', 'no', 'one', 'was', 'chasing', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amazement', 'with', 'her', 'hands', 'crossed', 'in', 'front', 'of', 'her', 'From', 'then', 'on', 'she', 'never', 'failed', 'to', 'open', 'the', 'door', 'slightly', 'every', 'evening', 'and', 'morning', 'and', 'look', 'briefly', 'in', 'on', 'him', 'At', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'words', 'that', 'she', 'probably', 'considered', 'friendly', 'such', 'as', 'come', 'on', 'then', 'you', 'old', 'dung', 'beetle', 'or', 'look', 'at', 'the', 'old', 'dung', 'beetle', 'there', 'Gregor', 'never', 'responded', 'to', 'being', 'spoken', 'to', 'in', 'that', 'way', 'but', 'just', 'remained', 'where', 'he', 'was', 'without', 'moving', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'opened', 'If', 'only', 'they', 'had', 'told', 'this', 'charwoman', 'to', 'clean', 'up', 'his', 'room', 'every', 'day', 'instead', 'of', 'letting', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenever', 'she', 'felt', 'like', 'it', 'One', 'day', 'early', 'in', 'the', 'morning', 'while', 'a', 'heavy', 'rain', 'struck', 'the', 'windowpanes', 'perhaps', 'indicating', 'that', 'spring', 'was', 'coming', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'once', 'again', 'Gregor', 'was', 'so', 'resentful', 'of', 'it', 'that', 'he', 'started', 'to', 'move', 'toward', 'her', 'he', 'was', 'slow', 'and', 'infirm', 'but', 'it', 'was', 'like', 'a', 'kind', 'of', 'attack', 'Instead', 'of', 'being', 'afraid', 'the', 'charwoman', 'just', 'lifted', 'up', 'one', 'of', 'the', 'chairs', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open', 'clearly', 'intending', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slammed', 'down', 'into', 'Gregor', 's', 'back', 'Aren', 't', 'you', 'coming', 'any', 'closer', 'then', 'she', 'asked', 'when', 'Gregor', 'turned', 'round', 'again', 'and', 'she', 'calmly', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner', 'Gregor', 'had', 'almost', 'entirely', 'stopped', 'eating', 'Only', 'if', 'he', 'happened', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepared', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'his', 'mouth', 'to', 'play', 'with', 'it', 'leave', 'it', 'there', 'a', 'few', 'hours', 'and', 'then', 'more', 'often', 'than', 'not', 'spit', 'it', 'out', 'again', 'At', 'first', 'he', 'thought', 'it', 'was', 'distress', 'at', 'the', 'state', 'of', 'his', 'room', 'that', 'stopped', 'him', 'eating', 'but', 'he', 'had', 'soon', 'got', 'used', 'to', 'the', 'changes', 'made', 'there', 'They', 'had', 'got', 'into', 'the', 'habit', 'of', 'putting', 'things', 'into', 'this', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywhere', 'else', 'and', 'there', 'were', 'now', 'many', 'such', 'things', 'as', 'one', 'of', 'the', 'rooms', 'in', 'the', 'flat', 'had', 'been', 'rented', 'out', 'to', 'three', 'gentlemen', 'These', 'earnest', 'gentlemen', 'all', 'three', 'of', 'them', 'had', 'full', 'beards', 'as', 'Gregor', 'learned', 'peering', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', 'were', 'painfully', 'insistent', 'on', 'things', 'being', 'tidy', 'This', 'meant', 'not', 'only', 'in', 'their', 'own', 'room', 'but', 'since', 'they', 'had', 'taken', 'a', 'room', 'in', 'this', 'establishment', 'in', 'the', 'entire', 'flat', 'and', 'especially', 'in', 'the', 'kitchen', 'Unnecessary', 'clutter', 'was', 'something', 'they', 'could', 'not', 'tolerate', 'especially', 'if', 'it', 'was', 'dirty', 'They', 'had', 'moreover', 'brought', 'most', 'of', 'their', 'own', 'furnishings', 'and', 'equipment', 'with', 'them', 'For', 'this', 'reason', 'many', 'things', 'had', 'become', 'superfluous', 'which', 'although', 'they', 'could', 'not', 'be', 'sold', 'the', 'family', 'did', 'not', 'wish', 'to', 'discard', 'All', 'these', 'things', 'found', 'their', 'way', 'into', 'Gregor', 's', 'room', 'The', 'dustbins', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too', 'The', 'charwoman', 'was', 'always', 'in', 'a', 'hurry', 'and', 'anything', 'she', 'couldn', 't', 'use', 'for', 'the', 'time', 'being', 'she', 'would', 'just', 'chuck', 'in', 'there', 'He', 'fortunately', 'would', 'usually', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it', 'The', 'woman', 'most', 'likely', 'meant', 'to', 'fetch', 'the', 'things', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportunity', 'or', 'to', 'throw', 'everything', 'out', 'in', 'one', 'go', 'but', 'what', 'actually', 'happened', 'was', 'that', 'they', 'were', 'left', 'where', 'they', 'landed', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'Gregor', 'made', 'his', 'way', 'through', 'the', 'junk', 'and', 'moved', 'it', 'somewhere', 'else', 'At', 'first', 'he', 'moved', 'it', 'because', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about', 'he', 'was', 'forced', 'to', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'moving', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tired', 'to', 'death', 'and', 'he', 'would', 'remain', 'immobile', 'for', 'hours', 'afterwards', 'The', 'gentlemen', 'who', 'rented', 'the', 'room', 'would', 'sometimes', 'take', 'their', 'evening', 'meal', 'at', 'home', 'in', 'the', 'living', 'room', 'that', 'was', 'used', 'by', 'everyone', 'and', 'so', 'the', 'door', 'to', 'this', 'room', 'was', 'often', 'kept', 'closed', 'in', 'the', 'evening', 'But', 'Gregor', 'found', 'it', 'easy', 'to', 'give', 'up', 'having', 'the', 'door', 'open', 'he', 'had', 'after', 'all', 'often', 'failed', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'was', 'open', 'and', 'without', 'the', 'family', 'having', 'noticed', 'it', 'lain', 'in', 'his', 'room', 'in', 'its', 'darkest', 'corner', 'One', 'time', 'though', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'living', 'room', 'slightly', 'open', 'and', 'it', 'remained', 'open', 'when', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'came', 'in', 'in', 'the', 'evening', 'and', 'the', 'light', 'was', 'put', 'on', 'They', 'sat', 'up', 'at', 'the', 'table', 'where', 'formerly', 'Gregor', 'had', 'taken', 'his', 'meals', 'with', 'his', 'father', 'and', 'mother', 'they', 'unfolded', 'the', 'serviettes', 'and', 'picked', 'up', 'their', 'knives', 'and', 'forks', 'Gregor', 's', 'mother', 'immediately', 'appeared', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'his', 'sister', 'with', 'a', 'dish', 'piled', 'high', 'with', 'potatoes', 'The', 'food', 'was', 'steaming', 'and', 'filled', 'the', 'room', 'with', 'its', 'smell', 'The', 'gentlemen', 'bent', 'over', 'the', 'dishes', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'wanted', 'to', 'test', 'the', 'food', 'before', 'eating', 'it', 'and', 'the', 'gentleman', 'in', 'the', 'middle', 'who', 'seemed', 'to', 'count', 'as', 'an', 'authority', 'for', 'the', 'other', 'two', 'did', 'indeed', 'cut', 'off', 'a', 'piece', 'of', 'meat', 'while', 'it', 'was', 'still', 'in', 'its', 'dish', 'clearly', 'wishing', 'to', 'establish', 'whether', 'it', 'was', 'sufficiently', 'cooked', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen', 'It', 'was', 'to', 'his', 'satisfaction', 'and', 'Gregor', 's', 'mother', 'and', 'sister', 'who', 'had', 'been', 'looking', 'on', 'anxiously', 'began', 'to', 'breathe', 'again', 'and', 'smiled', 'The', 'family', 'themselves', 'ate', 'in', 'the', 'kitchen', 'Nonetheless', 'Gregor', 's', 'father', 'came', 'into', 'the', 'living', 'room', 'before', 'he', 'went', 'into', 'the', 'kitchen', 'bowed', 'once', 'with', 'his', 'cap', 'in', 'his', 'hand', 'and', 'did', 'his', 'round', 'of', 'the', 'table', 'The', 'gentlemen', 'stood', 'as', 'one', 'and', 'mumbled', 'something', 'into', 'their', 'beards', 'Then', 'once', 'they', 'were', 'alone', 'they', 'ate', 'in', 'near', 'perfect', 'silence', 'It', 'seemed', 'remarkable', 'to', 'Gregor', 'that', 'above', 'all', 'the', 'various', 'noises', 'of', 'eating', 'their', 'chewing', 'teeth', 'could', 'still', 'be', 'heard', 'as', 'if', 'they', 'had', 'wanted', 'to', 'show', 'Gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'was', 'not', 'possible', 'to', 'perform', 'anything', 'with', 'jaws', 'that', 'are', 'toothless', 'however', 'nice', 'they', 'might', 'be', 'I', 'd', 'like', 'to', 'eat', 'something', 'said', 'Gregor', 'anxiously', 'but', 'not', 'anything', 'like', 'they', 're', 'eating', 'They', 'do', 'feed', 'themselves', 'And', 'here', 'I', 'am', 'dying', 'Throughout', 'all', 'this', 'time', 'Gregor', 'could', 'not', 'remember', 'having', 'heard', 'the', 'violin', 'being', 'played', 'but', 'this', 'evening', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen', 'The', 'three', 'gentlemen', 'had', 'already', 'finished', 'their', 'meal', 'the', 'one', 'in', 'the', 'middle', 'had', 'produced', 'a', 'newspaper', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'others', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chairs', 'reading', 'them', 'and', 'smoking', 'When', 'the', 'violin', 'began', 'playing', 'they', 'became', 'attentive', 'stood', 'up', 'and', 'went', 'on', 'tip', 'toe', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'pressed', 'against', 'each', 'other', 'Someone', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen', 'as', 'Gregor', 's', 'father', 'called', 'out', 'Is', 'the', 'playing', 'perhaps', 'unpleasant', 'for', 'the', 'gentlemen', 'We', 'can', 'stop', 'it', 'straight', 'away', 'On', 'the', 'contrary', 'said', 'the', 'middle', 'gentleman', 'would', 'the', 'young', 'lady', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room', 'where', 'it', 'is', 'after', 'all', 'much', 'more', 'cosy', 'and', 'comfortable', 'Oh', 'yes', 'we', 'd', 'love', 'to', 'called', 'back', 'Gregor', 's', 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself', 'The', 'gentlemen', 'stepped', 'back', 'into', 'the', 'room', 'and', 'waited', 'Gregor', 's', 'father', 'soon', 'appeared', 'with', 'the', 'music', 'stand', 'his', 'mother', 'with', 'the', 'music', 'and', 'his', 'sister', 'with', 'the', 'violin', 'She', 'calmly', 'prepared', 'everything', 'for', 'her', 'to', 'begin', 'playing', 'his', 'parents', 'who', 'had', 'never', 'rented', 'a', 'room', 'out', 'before', 'and', 'therefore', 'showed', 'an', 'exaggerated', 'courtesy', 'towards', 'the', 'three', 'gentlemen', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chairs', 'his', 'father', 'leant', 'against', 'the', 'door', 'with', 'his', 'right', 'hand', 'pushed', 'in', 'between', 'two', 'buttons', 'on', 'his', 'uniform', 'coat', 'his', 'mother', 'though', 'was', 'offered', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', 'leaving', 'the', 'chair', 'where', 'the', 'gentleman', 'happened', 'to', 'have', 'placed', 'it', 'out', 'of', 'the', 'way', 'in', 'a', 'corner', 'His', 'sister', 'began', 'to', 'play', 'father', 'and', 'mother', 'paid', 'close', 'attention', 'one', 'on', 'each', 'side', 'to', 'the', 'movements', 'of', 'her', 'hands', 'Drawn', 'in', 'by', 'the', 'playing', 'Gregor', 'had', 'dared', 'to', 'come', 'forward', 'a', 'little', 'and', 'already', 'had', 'his', 'head', 'in', 'the', 'living', 'room', 'Before', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'considerate', 'he', 'was', 'but', 'now', 'it', 'hardly', 'occurred', 'to', 'him', 'that', 'he', 'had', 'become', 'so', 'thoughtless', 'about', 'the', 'others', 'What', 's', 'more', 'there', 'was', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'was', 'covered', 'in', 'the', 'dust', 'that', 'lay', 'everywhere', 'in', 'his', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement', 'he', 'carried', 'threads', 'hairs', 'and', 'remains', 'of', 'food', 'about', 'on', 'his', 'back', 'and', 'sides', 'he', 'was', 'much', 'too', 'indifferent', 'to', 'everything', 'now', 'to', 'lay', 'on', 'his', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'used', 'to', 'do', 'several', 'times', 'a', 'day', 'And', 'despite', 'this', 'condition', 'he', 'was', 'not', 'too', 'shy', 'to', 'move', 'forward', 'a', 'little', 'onto', 'the', 'immaculate', 'floor', 'of', 'the', 'living', 'room', 'No', 'one', 'noticed', 'him', 'though', 'The', 'family', 'was', 'totally', 'preoccupied', 'with', 'the', 'violin', 'playing', 'at', 'first', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hands', 'in', 'their', 'pockets', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'notes', 'being', 'played', 'and', 'they', 'must', 'have', 'disturbed', 'Gregor', 's', 'sister', 'but', 'soon', 'in', 'contrast', 'with', 'the', 'family', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'heads', 'sunk', 'and', 'talking', 'to', 'each', 'other', 'at', 'half', 'volume', 'and', 'they', 'stayed', 'by', 'the', 'window', 'while', 'Gregor', 's', 'father', 'observed', 'them', 'anxiously', 'It', 'really', 'now', 'seemed', 'very', 'obvious', 'that', 'they', 'had', 'expected', 'to', 'hear', 'some', 'beautiful', 'or', 'entertaining', 'violin', 'playing', 'but', 'had', 'been', 'disappointed', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'performance', 'and', 'it', 'was', 'only', 'now', 'out', 'of', 'politeness', 'that', 'they', 'allowed', 'their', 'peace', 'to', 'be', 'disturbed', 'It', 'was', 'especially', 'unnerving', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarettes', 'upwards', 'from', 'their', 'mouth', 'and', 'noses', 'Yet', 'Gregor', 's', 'sister', 'was', 'playing', 'so', 'beautifully', 'Her', 'face', 'was', 'leant', 'to', 'one', 'side', 'following', 'the', 'lines', 'of', 'music', 'with', 'a', 'careful', 'and', 'melancholy', 'expression', 'Gregor', 'crawled', 'a', 'little', 'further', 'forward', 'keeping', 'his', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eyes', 'if', 'the', 'chance', 'came', 'Was', 'he', 'an', 'animal', 'if', 'music', 'could', 'captivate', 'him', 'so', 'It', 'seemed', 'to', 'him', 'that', 'he', 'was', 'being', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourishment', 'he', 'had', 'been', 'yearning', 'for', 'He', 'was', 'determined', 'to', 'make', 'his', 'way', 'forward', 'to', 'his', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'his', 'room', 'with', 'her', 'violin', 'as', 'no', 'one', 'appreciated', 'her', 'playing', 'here', 'as', 'much', 'as', 'he', 'would', 'He', 'never', 'wanted', 'to', 'let', 'her', 'out', 'of', 'his', 'room', 'not', 'while', 'he', 'lived', 'anyway', 'his', 'shocking', 'appearance', 'should', 'for', 'once', 'be', 'of', 'some', 'use', 'to', 'him', 'he', 'wanted', 'to', 'be', 'at', 'every', 'door', 'of', 'his', 'room', 'at', 'once', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attackers', 'his', 'sister', 'should', 'not', 'be', 'forced', 'to', 'stay', 'with', 'him', 'though', 'but', 'stay', 'of', 'her', 'own', 'free', 'will', 'she', 'would', 'sit', 'beside', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'always', 'intended', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'how', 'he', 'would', 'have', 'told', 'everyone', 'about', 'it', 'last', 'Christmas', 'had', 'Christmas', 'really', 'come', 'and', 'gone', 'already', 'if', 'this', 'misfortune', 'hadn', 't', 'got', 'in', 'the', 'way', 'and', 'refuse', 'to', 'let', 'anyone', 'dissuade', 'him', 'from', 'it', 'On', 'hearing', 'all', 'this', 'his', 'sister', 'would', 'break', 'out', 'in', 'tears', 'of', 'emotion', 'and', 'Gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck', 'which', 'since', 'she', 'had', 'been', 'going', 'out', 'to', 'work', 'she', 'had', 'kept', 'free', 'without', 'any', 'necklace', 'or', 'collar', 'Mr', 'Samsa', 'shouted', 'the', 'middle', 'gentleman', 'to', 'Gregor', 's', 'father', 'pointing', 'without', 'wasting', 'any', 'more', 'words', 'with', 'his', 'forefinger', 'at', 'Gregor', 'as', 'he', 'slowly', 'moved', 'forward', 'The', 'violin', 'went', 'silent', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'first', 'smiled', 'at', 'his', 'two', 'friends', 'shaking', 'his', 'head', 'and', 'then', 'looked', 'back', 'at', 'Gregor', 'His', 'father', 'seemed', 'to', 'think', 'it', 'more', 'important', 'to', 'calm', 'the', 'three', 'gentlemen', 'before', 'driving', 'Gregor', 'out', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seemed', 'to', 'think', 'Gregor', 'was', 'more', 'entertaining', 'than', 'the', 'violin', 'playing', 'had', 'been', 'He', 'rushed', 'up', 'to', 'them', 'with', 'his', 'arms', 'spread', 'out', 'and', 'attempted', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'trying', 'to', 'block', 'their', 'view', 'of', 'Gregor', 'with', 'his', 'body', 'Now', 'they', 'did', 'become', 'a', 'little', 'annoyed', 'and', 'it', 'was', 'not', 'clear', 'whether', 'it', 'was', 'his', 'father', 's', 'behaviour', 'that', 'annoyed', 'them', 'or', 'the', 'dawning', 'realisation', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'Gregor', 'in', 'the', 'next', 'room', 'without', 'knowing', 'it', 'They', 'asked', 'Gregor', 's', 'father', 'for', 'explanations', 'raised', 'their', 'arms', 'like', 'he', 'had', 'tugged', 'excitedly', 'at', 'their', 'beards', 'and', 'moved', 'back', 'towards', 'their', 'room', 'only', 'very', 'slowly', 'Meanwhile', 'Gregor', 's', 'sister', 'had', 'overcome', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'playing', 'was', 'suddenly', 'interrupted', 'She', 'had', 'let', 'her', 'hands', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limply', 'for', 'a', 'while', 'but', 'continued', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'playing', 'but', 'then', 'she', 'suddenly', 'pulled', 'herself', 'together', 'lay', 'the', 'instrument', 'on', 'her', 'mother', 's', 'lap', 'who', 'still', 'sat', 'laboriously', 'struggling', 'for', 'breath', 'where', 'she', 'was', 'and', 'ran', 'into', 'the', 'next', 'room', 'which', 'under', 'pressure', 'from', 'her', 'father', 'the', 'three', 'gentlemen', 'were', 'more', 'quickly', 'moving', 'toward', 'Under', 'his', 'sister', 's', 'experienced', 'hand', 'the', 'pillows', 'and', 'covers', 'on', 'the', 'beds', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'already', 'finished', 'making', 'the', 'beds', 'and', 'slipped', 'out', 'again', 'before', 'the', 'three', 'gentlemen', 'had', 'reached', 'the', 'room', 'Gregor', 's', 'father', 'seemed', 'so', 'obsessed', 'with', 'what', 'he', 'was', 'doing', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owed', 'to', 'his', 'tenants', 'He', 'urged', 'them', 'and', 'pressed', 'them', 'until', 'when', 'he', 'was', 'already', 'at', 'the', 'door', 'of', 'the', 'room', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'and', 'stamped', 'his', 'foot', 'and', 'thereby', 'brought', 'Gregor', 's', 'father', 'to', 'a', 'halt', 'I', 'declare', 'here', 'and', 'now', 'he', 'said', 'raising', 'his', 'hand', 'and', 'glancing', 'at', 'Gregor', 's', 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attention', 'too', 'that', 'with', 'regard', 'to', 'the', 'repugnant', 'conditions', 'that', 'prevail', 'in', 'this', 'flat', 'and', 'with', 'this', 'family', 'here', 'he', 'looked', 'briefly', 'but', 'decisively', 'at', 'the', 'floor', 'I', 'give', 'immediate', 'notice', 'on', 'my', 'room', 'For', 'the', 'days', 'that', 'I', 'have', 'been', 'living', 'here', 'I', 'will', 'of', 'course', 'pay', 'nothing', 'at', 'all', 'on', 'the', 'contrary', 'I', 'will', 'consider', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damages', 'from', 'you', 'and', 'believe', 'me', 'it', 'would', 'be', 'very', 'easy', 'to', 'set', 'out', 'the', 'grounds', 'for', 'such', 'an', 'action', 'He', 'was', 'silent', 'and', 'looked', 'straight', 'ahead', 'as', 'if', 'waiting', 'for', 'something', 'And', 'indeed', 'his', 'two', 'friends', 'joined', 'in', 'with', 'the', 'words', 'And', 'we', 'also', 'give', 'immediate', 'notice', 'With', 'that', 'he', 'took', 'hold', 'of', 'the', 'door', 'handle', 'and', 'slammed', 'the', 'door', 'Gregor', 's', 'father', 'staggered', 'back', 'to', 'his', 'seat', 'feeling', 'his', 'way', 'with', 'his', 'hands', 'and', 'fell', 'into', 'it', 'it', 'looked', 'as', 'if', 'he', 'was', 'stretching', 'himself', 'out', 'for', 'his', 'usual', 'evening', 'nap', 'but', 'from', 'the', 'uncontrolled', 'way', 'his', 'head', 'kept', 'nodding', 'it', 'could', 'be', 'seen', 'that', 'he', 'was', 'not', 'sleeping', 'at', 'all', 'Throughout', 'all', 'this', 'Gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him', 'His', 'disappointment', 'at', 'the', 'failure', 'of', 'his', 'plan', 'and', 'perhaps', 'also', 'because', 'he', 'was', 'weak', 'from', 'hunger', 'made', 'it', 'impossible', 'for', 'him', 'to', 'move', 'He', 'was', 'sure', 'that', 'everyone', 'would', 'turn', 'on', 'him', 'any', 'moment', 'and', 'he', 'waited', 'He', 'was', 'not', 'even', 'startled', 'out', 'of', 'this', 'state', 'when', 'the', 'violin', 'on', 'his', 'mother', 's', 'lap', 'fell', 'from', 'her', 'trembling', 'fingers', 'and', 'landed', 'loudly', 'on', 'the', 'floor', 'Father', 'Mother', 'said', 'his', 'sister', 'hitting', 'the', 'table', 'with', 'her', 'hand', 'as', 'introduction', 'we', 'can', 't', 'carry', 'on', 'like', 'this', 'Maybe', 'you', 'can', 't', 'see', 'it', 'but', 'I', 'can', 'I', 'don', 't', 'want', 'to', 'call', 'this', 'monster', 'my', 'brother', 'all', 'I', 'can', 'say', 'is', 'we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', 'We', 've', 'done', 'all', 'that', 's', 'humanly', 'possible', 'to', 'look', 'after', 'it', 'and', 'be', 'patient', 'I', 'don', 't', 'think', 'anyone', 'could', 'accuse', 'us', 'of', 'doing', 'anything', 'wrong', 'She', 's', 'absolutely', 'right', 'said', 'Gregor', 's', 'father', 'to', 'himself', 'His', 'mother', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath', 'began', 'to', 'cough', 'dully', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'deranged', 'expression', 'in', 'her', 'eyes', 'Gregor', 's', 'sister', 'rushed', 'to', 'his', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead', 'Her', 'words', 'seemed', 'to', 'give', 'Gregor', 's', 'father', 'some', 'more', 'definite', 'ideas', 'He', 'sat', 'upright', 'played', 'with', 'his', 'uniform', 'cap', 'between', 'the', 'plates', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal', 'and', 'occasionally', 'looked', 'down', 'at', 'Gregor', 'as', 'he', 'lay', 'there', 'immobile', 'We', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', 'said', 'Gregor', 's', 'sister', 'now', 'speaking', 'only', 'to', 'her', 'father', 'as', 'her', 'mother', 'was', 'too', 'occupied', 'with', 'coughing', 'to', 'listen', 'it', 'll', 'be', 'the', 'death', 'of', 'both', 'of', 'you', 'I', 'can', 'see', 'it', 'coming', 'We', 'can', 't', 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortured', 'like', 'this', 'we', 'can', 't', 'endure', 'it', 'I', 'can', 't', 'endure', 'it', 'any', 'more', 'And', 'she', 'broke', 'out', 'so', 'heavily', 'in', 'tears', 'that', 'they', 'flowed', 'down', 'the', 'face', 'of', 'her', 'mother', 'and', 'she', 'wiped', 'them', 'away', 'with', 'mechanical', 'hand', 'movements', 'My', 'child', 'said', 'her', 'father', 'with', 'sympathy', 'and', 'obvious', 'understanding', 'what', 'are', 'we', 'to', 'do', 'His', 'sister', 'just', 'shrugged', 'her', 'shoulders', 'as', 'a', 'sign', 'of', 'the', 'helplessness', 'and', 'tears', 'that', 'had', 'taken', 'hold', 'of', 'her', 'displacing', 'her', 'earlier', 'certainty', 'If', 'he', 'could', 'just', 'understand', 'us', 'said', 'his', 'father', 'almost', 'as', 'a', 'question', 'his', 'sister', 'shook', 'her', 'hand', 'vigorously', 'through', 'her', 'tears', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'was', 'no', 'question', 'If', 'he', 'could', 'just', 'understand', 'us', 'repeated', 'Gregor', 's', 'father', 'closing', 'his', 'eyes', 'in', 'acceptance', 'of', 'his', 'sister', 's', 'certainty', 'that', 'that', 'was', 'quite', 'impossible', 'then', 'perhaps', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrangement', 'with', 'him', 'But', 'as', 'it', 'is', 'It', 's', 'got', 'to', 'go', 'shouted', 'his', 'sister', 'that', 's', 'the', 'only', 'way', 'Father', 'You', 've', 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', 'that', 's', 'Gregor', 'We', 've', 'only', 'harmed', 'ourselves', 'by', 'believing', 'it', 'for', 'so', 'long', 'How', 'can', 'that', 'be', 'Gregor', 'If', 'it', 'were', 'Gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', 'it', 's', 'not', 'possible', 'for', 'human', 'beings', 'to', 'live', 'with', 'an', 'animal', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'his', 'own', 'free', 'will', 'We', 'wouldn', 't', 'have', 'a', 'brother', 'any', 'more', 'then', 'but', 'we', 'could', 'carry', 'on', 'with', 'our', 'lives', 'and', 'remember', 'him', 'with', 'respect', 'As', 'it', 'is', 'this', 'animal', 'is', 'persecuting', 'us', 'it', 's', 'driven', 'out', 'our', 'tenants', 'it', 'obviously', 'wants', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'force', 'us', 'to', 'sleep', 'on', 'the', 'streets', 'Father', 'look', 'just', 'look', 'she', 'suddenly', 'screamed', 'he', 's', 'starting', 'again', 'In', 'her', 'alarm', 'which', 'was', 'totally', 'beyond', 'Gregor', 's', 'comprehension', 'his', 'sister', 'even', 'abandoned', 'his', 'mother', 'as', 'she', 'pushed', 'herself', 'vigorously', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'willing', 'to', 'sacrifice', 'her', 'own', 'mother', 'than', 'stay', 'anywhere', 'near', 'Gregor', 'She', 'rushed', 'over', 'to', 'behind', 'her', 'father', 'who', 'had', 'become', 'excited', 'merely', 'because', 'she', 'was', 'and', 'stood', 'up', 'half', 'raising', 'his', 'hands', 'in', 'front', 'of', 'Gregor', 's', 'sister', 'as', 'if', 'to', 'protect', 'her', 'But', 'Gregor', 'had', 'had', 'no', 'intention', 'of', 'frightening', 'anyone', 'least', 'of', 'all', 'his', 'sister', 'All', 'he', 'had', 'done', 'was', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'his', 'room', 'although', 'that', 'was', 'in', 'itself', 'quite', 'startling', 'as', 'his', 'pain', 'wracked', 'condition', 'meant', 'that', 'turning', 'round', 'required', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'was', 'using', 'his', 'head', 'to', 'help', 'himself', 'do', 'it', 'repeatedly', 'raising', 'it', 'and', 'striking', 'it', 'against', 'the', 'floor', 'He', 'stopped', 'and', 'looked', 'round', 'They', 'seemed', 'to', 'have', 'realised', 'his', 'good', 'intention', 'and', 'had', 'only', 'been', 'alarmed', 'briefly', 'Now', 'they', 'all', 'looked', 'at', 'him', 'in', 'unhappy', 'silence', 'His', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'legs', 'stretched', 'out', 'and', 'pressed', 'against', 'each', 'other', 'her', 'eyes', 'nearly', 'closed', 'with', 'exhaustion', 'his', 'sister', 'sat', 'next', 'to', 'his', 'father', 'with', 'her', 'arms', 'around', 'his', 'neck', 'Maybe', 'now', 'they', 'll', 'let', 'me', 'turn', 'round', 'thought', 'Gregor', 'and', 'went', 'back', 'to', 'work', 'He', 'could', 'not', 'help', 'panting', 'loudly', 'with', 'the', 'effort', 'and', 'had', 'sometimes', 'to', 'stop', 'and', 'take', 'a', 'rest', 'No', 'one', 'was', 'making', 'him', 'rush', 'any', 'more', 'everything', 'was', 'left', 'up', 'to', 'him', 'As', 'soon', 'as', 'he', 'had', 'finally', 'finished', 'turning', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead', 'He', 'was', 'amazed', 'at', 'the', 'great', 'distance', 'that', 'separated', 'him', 'from', 'his', 'room', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'covered', 'that', 'distance', 'in', 'his', 'weak', 'state', 'a', 'little', 'while', 'before', 'and', 'almost', 'without', 'noticing', 'it', 'He', 'concentrated', 'on', 'crawling', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardly', 'noticed', 'that', 'there', 'was', 'not', 'a', 'word', 'not', 'any', 'cry', 'from', 'his', 'family', 'to', 'distract', 'him', 'He', 'did', 'not', 'turn', 'his', 'head', 'until', 'he', 'had', 'reached', 'the', 'doorway', 'He', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'his', 'neck', 'becoming', 'stiff', 'but', 'it', 'was', 'nonetheless', 'enough', 'to', 'see', 'that', 'nothing', 'behind', 'him', 'had', 'changed', 'only', 'his', 'sister', 'had', 'stood', 'up', 'With', 'his', 'last', 'glance', 'he', 'saw', 'that', 'his', 'mother', 'had', 'now', 'fallen', 'completely', 'asleep', 'He', 'was', 'hardly', 'inside', 'his', 'room', 'before', 'the', 'door', 'was', 'hurriedly', 'shut', 'bolted', 'and', 'locked', 'The', 'sudden', 'noise', 'behind', 'Gregor', 'so', 'startled', 'him', 'that', 'his', 'little', 'legs', 'collapsed', 'under', 'him', 'It', 'was', 'his', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush', 'She', 'had', 'been', 'standing', 'there', 'waiting', 'and', 'sprung', 'forward', 'lightly', 'Gregor', 'had', 'not', 'heard', 'her', 'coming', 'at', 'all', 'and', 'as', 'she', 'turned', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudly', 'to', 'her', 'parents', 'At', 'last', 'What', 'now', 'then', 'Gregor', 'asked', 'himself', 'as', 'he', 'looked', 'round', 'in', 'the', 'darkness', 'He', 'soon', 'made', 'the', 'discovery', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all', 'This', 'was', 'no', 'surprise', 'to', 'him', 'it', 'seemed', 'rather', 'that', 'being', 'able', 'to', 'actually', 'move', 'around', 'on', 'those', 'spindly', 'little', 'legs', 'until', 'then', 'was', 'unnatural', 'He', 'also', 'felt', 'relatively', 'comfortable', 'It', 'is', 'true', 'that', 'his', 'entire', 'body', 'was', 'aching', 'but', 'the', 'pain', 'seemed', 'to', 'be', 'slowly', 'getting', 'weaker', 'and', 'weaker', 'and', 'would', 'finally', 'disappear', 'altogether', 'He', 'could', 'already', 'hardly', 'feel', 'the', 'decayed', 'apple', 'in', 'his', 'back', 'or', 'the', 'inflamed', 'area', 'around', 'it', 'which', 'was', 'entirely', 'covered', 'in', 'white', 'dust', 'He', 'thought', 'back', 'of', 'his', 'family', 'with', 'emotion', 'and', 'love', 'If', 'it', 'was', 'possible', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongly', 'than', 'his', 'sister', 'He', 'remained', 'in', 'this', 'state', 'of', 'empty', 'and', 'peaceful', 'rumination', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morning', 'He', 'watched', 'as', 'it', 'slowly', 'began', 'to', 'get', 'light', 'everywhere', 'outside', 'the', 'window', 'too', 'Then', 'without', 'his', 'willing', 'it', 'his', 'head', 'sank', 'down', 'completely', 'and', 'his', 'last', 'breath', 'flowed', 'weakly', 'from', 'his', 'nostrils', 'When', 'the', 'cleaner', 'came', 'in', 'early', 'in', 'the', 'morning', 'they', 'd', 'often', 'asked', 'her', 'not', 'to', 'keep', 'slamming', 'the', 'doors', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurry', 'she', 'still', 'did', 'so', 'that', 'everyone', 'in', 'the', 'flat', 'knew', 'when', 'she', 'd', 'arrived', 'and', 'from', 'then', 'on', 'it', 'was', 'impossible', 'to', 'sleep', 'in', 'peace', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'Gregor', 'and', 'at', 'first', 'found', 'nothing', 'special', 'She', 'thought', 'he', 'was', 'laying', 'there', 'so', 'still', 'on', 'purpose', 'playing', 'the', 'martyr', 'she', 'attributed', 'all', 'possible', 'understanding', 'to', 'him', 'She', 'happened', 'to', 'be', 'holding', 'the', 'long', 'broom', 'in', 'her', 'hand', 'so', 'she', 'tried', 'to', 'tickle', 'Gregor', 'with', 'it', 'from', 'the', 'doorway', 'When', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tried', 'to', 'make', 'a', 'nuisance', 'of', 'herself', 'and', 'poked', 'at', 'him', 'a', 'little', 'and', 'only', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resistance', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attention', 'She', 'soon', 'realised', 'what', 'had', 'really', 'happened', 'opened', 'her', 'eyes', 'wide', 'whistled', 'to', 'herself', 'but', 'did', 'not', 'waste', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'doors', 'and', 'shout', 'loudly', 'into', 'the', 'darkness', 'of', 'the', 'bedrooms', 'Come', 'and', 'ave', 'a', 'look', 'at', 'this', 'it', 's', 'dead', 'just', 'lying', 'there', 'stone', 'dead', 'Mr', 'and', 'Mrs', 'Samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriage', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caused', 'by', 'the', 'cleaner', 'before', 'they', 'could', 'grasp', 'what', 'she', 'was', 'saying', 'But', 'then', 'each', 'from', 'his', 'own', 'side', 'they', 'hurried', 'out', 'of', 'bed', 'Mr', 'Samsa', 'threw', 'the', 'blanket', 'over', 'his', 'shoulders', 'Mrs', 'Samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress', 'and', 'that', 'is', 'how', 'they', 'went', 'into', 'Gregor', 's', 'room', 'On', 'the', 'way', 'they', 'opened', 'the', 'door', 'to', 'the', 'living', 'room', 'where', 'Grete', 'had', 'been', 'sleeping', 'since', 'the', 'three', 'gentlemen', 'had', 'moved', 'in', 'she', 'was', 'fully', 'dressed', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep', 'and', 'the', 'paleness', 'of', 'her', 'face', 'seemed', 'to', 'confirm', 'this', 'Dead', 'asked', 'Mrs', 'Samsa', 'looking', 'at', 'the', 'charwoman', 'enquiringly', 'even', 'though', 'she', 'could', 'have', 'checked', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'checking', 'That', 's', 'what', 'I', 'said', 'replied', 'the', 'cleaner', 'and', 'to', 'prove', 'it', 'she', 'gave', 'Gregor', 's', 'body', 'another', 'shove', 'with', 'the', 'broom', 'sending', 'it', 'sideways', 'across', 'the', 'floor', 'Mrs', 'Samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'wanted', 'to', 'hold', 'back', 'the', 'broom', 'but', 'did', 'not', 'complete', 'it', 'Now', 'then', 'said', 'Mr', 'Samsa', 'let', 's', 'give', 'thanks', 'to', 'God', 'for', 'that', 'He', 'crossed', 'himself', 'and', 'the', 'three', 'women', 'followed', 'his', 'example', 'Grete', 'who', 'had', 'not', 'taken', 'her', 'eyes', 'from', 'the', 'corpse', 'said', 'Just', 'look', 'how', 'thin', 'he', 'was', 'He', 'didn', 't', 'eat', 'anything', 'for', 'so', 'long', 'The', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in', 'Gregor', 's', 'body', 'was', 'indeed', 'completely', 'dried', 'up', 'and', 'flat', 'they', 'had', 'not', 'seen', 'it', 'until', 'then', 'but', 'now', 'he', 'was', 'not', 'lifted', 'up', 'on', 'his', 'little', 'legs', 'nor', 'did', 'he', 'do', 'anything', 'to', 'make', 'them', 'look', 'away', 'Grete', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'little', 'while', 'said', 'Mrs', 'Samsa', 'with', 'a', 'pained', 'smile', 'and', 'Grete', 'followed', 'her', 'parents', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'looking', 'back', 'at', 'the', 'body', 'The', 'cleaner', 'shut', 'the', 'door', 'and', 'opened', 'the', 'window', 'wide', 'Although', 'it', 'was', 'still', 'early', 'in', 'the', 'morning', 'the', 'fresh', 'air', 'had', 'something', 'of', 'warmth', 'mixed', 'in', 'with', 'it', 'It', 'was', 'already', 'the', 'end', 'of', 'March', 'after', 'all', 'The', 'three', 'gentlemen', 'stepped', 'out', 'of', 'their', 'room', 'and', 'looked', 'round', 'in', 'amazement', 'for', 'their', 'breakfasts', 'they', 'had', 'been', 'forgotten', 'about', 'Where', 'is', 'our', 'breakfast', 'the', 'middle', 'gentleman', 'asked', 'the', 'cleaner', 'irritably', 'She', 'just', 'put', 'her', 'finger', 'on', 'her', 'lips', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', 'Gregor', 's', 'room', 'They', 'did', 'so', 'and', 'stood', 'around', 'Gregor', 's', 'corpse', 'with', 'their', 'hands', 'in', 'the', 'pockets', 'of', 'their', 'well', 'worn', 'coats', 'It', 'was', 'now', 'quite', 'light', 'in', 'the', 'room', 'Then', 'the', 'door', 'of', 'the', 'bedroom', 'opened', 'and', 'Mr', 'Samsa', 'appeared', 'in', 'his', 'uniform', 'with', 'his', 'wife', 'on', 'one', 'arm', 'and', 'his', 'daughter', 'on', 'the', 'other', 'All', 'of', 'them', 'had', 'been', 'crying', 'a', 'little', 'Grete', 'now', 'and', 'then', 'pressed', 'her', 'face', 'against', 'her', 'father', 's', 'arm', 'Leave', 'my', 'home', 'Now', 'said', 'Mr', 'Samsa', 'indicating', 'the', 'door', 'and', 'without', 'letting', 'the', 'women', 'from', 'him', 'What', 'do', 'you', 'mean', 'asked', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcerted', 'and', 'he', 'smiled', 'sweetly', 'The', 'other', 'two', 'held', 'their', 'hands', 'behind', 'their', 'backs', 'and', 'continually', 'rubbed', 'them', 'together', 'in', 'gleeful', 'anticipation', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'only', 'end', 'in', 'their', 'favour', 'I', 'mean', 'just', 'what', 'I', 'said', 'answered', 'Mr', 'Samsa', 'and', 'with', 'his', 'two', 'companions', 'went', 'in', 'a', 'straight', 'line', 'towards', 'the', 'man', 'At', 'first', 'he', 'stood', 'there', 'still', 'looking', 'at', 'the', 'ground', 'as', 'if', 'the', 'contents', 'of', 'his', 'head', 'were', 'rearranging', 'themselves', 'into', 'new', 'positions', 'Alright', 'we', 'll', 'go', 'then', 'he', 'said', 'and', 'looked', 'up', 'at', 'Mr', 'Samsa', 'as', 'if', 'he', 'had', 'been', 'suddenly', 'overcome', 'with', 'humility', 'and', 'wanted', 'permission', 'again', 'from', 'Mr', 'Samsa', 'for', 'his', 'decision', 'Mr', 'Samsa', 'merely', 'opened', 'his', 'eyes', 'wide', 'and', 'briefly', 'nodded', 'to', 'him', 'several', 'times', 'At', 'that', 'and', 'without', 'delay', 'the', 'man', 'actually', 'did', 'take', 'long', 'strides', 'into', 'the', 'front', 'hallway', 'his', 'two', 'friends', 'had', 'stopped', 'rubbing', 'their', 'hands', 'some', 'time', 'before', 'and', 'had', 'been', 'listening', 'to', 'what', 'was', 'being', 'said', 'Now', 'they', 'jumped', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'Mr', 'Samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connection', 'with', 'their', 'leader', 'Once', 'there', 'all', 'three', 'took', 'their', 'hats', 'from', 'the', 'stand', 'took', 'their', 'sticks', 'from', 'the', 'holder', 'bowed', 'without', 'a', 'word', 'and', 'left', 'the', 'premises', 'Mr', 'Samsa', 'and', 'the', 'two', 'women', 'followed', 'them', 'out', 'onto', 'the', 'landing', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', 'men', 's', 'intentions', 'and', 'as', 'they', 'leaned', 'over', 'the', 'landing', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steady', 'progress', 'down', 'the', 'many', 'steps', 'As', 'they', 'turned', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappeared', 'and', 'would', 'reappear', 'a', 'few', 'moments', 'later', 'the', 'further', 'down', 'they', 'went', 'the', 'more', 'that', 'the', 'Samsa', 'family', 'lost', 'interest', 'in', 'them', 'when', 'a', 'butcher', 's', 'boy', 'proud', 'of', 'posture', 'with', 'his', 'tray', 'on', 'his', 'head', 'passed', 'them', 'on', 'his', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were', 'Mr', 'Samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'landing', 'and', 'went', 'as', 'if', 'relieved', 'back', 'into', 'the', 'flat', 'They', 'decided', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'was', 'for', 'relaxation', 'and', 'to', 'go', 'for', 'a', 'walk', 'not', 'only', 'had', 'they', 'earned', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'serious', 'need', 'of', 'it', 'So', 'they', 'sat', 'at', 'the', 'table', 'and', 'wrote', 'three', 'letters', 'of', 'excusal', 'Mr', 'Samsa', 'to', 'his', 'employers', 'Mrs', 'Samsa', 'to', 'her', 'contractor', 'and', 'Grete', 'to', 'her', 'principal', 'The', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'writing', 'to', 'tell', 'them', 'she', 'was', 'going', 'she', 'd', 'finished', 'her', 'work', 'for', 'that', 'morning', 'The', 'three', 'of', 'them', 'at', 'first', 'just', 'nodded', 'without', 'looking', 'up', 'from', 'what', 'they', 'were', 'writing', 'and', 'it', 'was', 'only', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leave', 'that', 'they', 'looked', 'up', 'in', 'irritation', 'Well', 'asked', 'Mr', 'Samsa', 'The', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremendous', 'good', 'news', 'to', 'report', 'but', 'would', 'only', 'do', 'it', 'if', 'she', 'was', 'clearly', 'asked', 'to', 'The', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'on', 'her', 'hat', 'which', 'had', 'been', 'a', 'source', 'of', 'irritation', 'to', 'Mr', 'Samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'working', 'for', 'them', 'swayed', 'gently', 'in', 'all', 'directions', 'What', 'is', 'it', 'you', 'want', 'then', 'asked', 'Mrs', 'Samsa', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for', 'Yes', 'she', 'answered', 'and', 'broke', 'into', 'a', 'friendly', 'laugh', 'that', 'made', 'her', 'unable', 'to', 'speak', 'straight', 'away', 'well', 'then', 'that', 'thing', 'in', 'there', 'you', 'needn', 't', 'worry', 'about', 'how', 'you', 're', 'going', 'to', 'get', 'rid', 'of', 'it', 'That', 's', 'all', 'been', 'sorted', 'out', 'Mrs', 'Samsa', 'and', 'Grete', 'bent', 'down', 'over', 'their', 'letters', 'as', 'if', 'intent', 'on', 'continuing', 'with', 'what', 'they', 'were', 'writing', 'Mr', 'Samsa', 'saw', 'that', 'the', 'cleaner', 'wanted', 'to', 'start', 'describing', 'everything', 'in', 'detail', 'but', 'with', 'outstretched', 'hand', 'he', 'made', 'it', 'quite', 'clear', 'that', 'she', 'was', 'not', 'to', 'So', 'as', 'she', 'was', 'prevented', 'from', 'telling', 'them', 'all', 'about', 'it', 'she', 'suddenly', 'remembered', 'what', 'a', 'hurry', 'she', 'was', 'in', 'and', 'clearly', 'peeved', 'called', 'out', 'Cheerio', 'then', 'everyone', 'turned', 'round', 'sharply', 'and', 'left', 'slamming', 'the', 'door', 'terribly', 'as', 'she', 'went', 'Tonight', 'she', 'gets', 'sacked', 'said', 'Mr', 'Samsa', 'but', 'he', 'received', 'no', 'reply', 'from', 'either', 'his', 'wife', 'or', 'his', 'daughter', 'as', 'the', 'charwoman', 'seemed', 'to', 'have', 'destroyed', 'the', 'peace', 'they', 'had', 'only', 'just', 'gained', 'They', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remained', 'with', 'their', 'arms', 'around', 'each', 'other', 'Mr', 'Samsa', 'twisted', 'round', 'in', 'his', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watching', 'for', 'a', 'while', 'Then', 'he', 'called', 'out', 'Come', 'here', 'then', 'Let', 's', 'forget', 'about', 'all', 'that', 'old', 'stuff', 'shall', 'we', 'Come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attention', 'The', 'two', 'women', 'immediately', 'did', 'as', 'he', 'said', 'hurrying', 'over', 'to', 'him', 'where', 'they', 'kissed', 'him', 'and', 'hugged', 'him', 'and', 'then', 'they', 'quickly', 'finished', 'their', 'letters', 'After', 'that', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'together', 'which', 'was', 'something', 'they', 'had', 'not', 'done', 'for', 'months', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'country', 'outside', 'the', 'town', 'They', 'had', 'the', 'tram', 'filled', 'with', 'warm', 'sunshine', 'all', 'to', 'themselves', 'Leant', 'back', 'comfortably', 'on', 'their', 'seats', 'they', 'discussed', 'their', 'prospects', 'and', 'found', 'that', 'on', 'closer', 'examination', 'they', 'were', 'not', 'at', 'all', 'bad', 'until', 'then', 'they', 'had', 'never', 'asked', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'jobs', 'which', 'were', 'very', 'good', 'and', 'held', 'particularly', 'good', 'promise', 'for', 'the', 'future', 'The', 'greatest', 'improvement', 'for', 'the', 'time', 'being', 'of', 'course', 'would', 'be', 'achieved', 'quite', 'easily', 'by', 'moving', 'house', 'what', 'they', 'needed', 'now', 'was', 'a', 'flat', 'that', 'was', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'Gregor', 'one', 'that', 'was', 'in', 'a', 'better', 'location', 'and', 'most', 'of', 'all', 'more', 'practical', 'All', 'the', 'time', 'Grete', 'was', 'becoming', 'livelier', 'With', 'all', 'the', 'worry', 'they', 'had', 'been', 'having', 'of', 'late', 'her', 'cheeks', 'had', 'become', 'pale', 'but', 'while', 'they', 'were', 'talking', 'Mr', 'and', 'Mrs', 'Samsa', 'were', 'struck', 'almost', 'simultaneously', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'was', 'blossoming', 'into', 'a', 'well', 'built', 'and', 'beautiful', 'young', 'lady', 'They', 'became', 'quieter', 'Just', 'from', 'each', 'other', 's', 'glance', 'and', 'almost', 'without', 'knowing', 'it', 'they', 'agreed', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her', 'And', 'as', 'if', 'in', 'confirmation', 'of', 'their', 'new', 'dreams', 'and', 'good', 'intentions', 'as', 'soon', 'as', 'they', 'reached', 'their', 'destination', 'Grete', 'was', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'body', 'Updated', 'editions', 'will', 'replace', 'the', 'previous', 'one', 'the', 'old', 'editions', 'will', 'be', 'renamed', 'Creating', 'the', 'works', 'from', 'public', 'domain', 'print', 'editions', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works', 'so', 'the', 'Foundation', 'and', 'you', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United', 'States', 'without', 'permission', 'and', 'without', 'paying', 'copyright', 'royalties', 'Special', 'rules', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part', 'of', 'this', 'license', 'apply', 'to', 'copying', 'and', 'distributing', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERG', 'tm', 'concept', 'and', 'trademark', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark', 'and', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks', 'unless', 'you', 'receive', 'specific', 'permission', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'eBook', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy', 'You', 'may', 'use', 'this', 'eBook', 'for', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works', 'reports', 'performances', 'and', 'research', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given', 'away', 'you', 'may', 'do', 'practically', 'ANYTHING', 'with', 'public', 'domain', 'eBooks', 'Redistribution', 'is', 'subject', 'to', 'the', 'trademark', 'license', 'especially', 'commercial', 'redistribution', 'A', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'you', 'indicate', 'that', 'you', 'have', 'read', 'understand', 'agree', 'to', 'and', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property', 'trademark', 'copyright', 'agreement', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'the', 'terms', 'of', 'this', 'agreement', 'you', 'must', 'cease', 'using', 'and', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'in', 'your', 'possession', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1', 'E', '8', '1', 'B', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark', 'It', 'may', 'only', 'be', 'used', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', 'There', 'are', 'a', 'few', 'things', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'even', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement', 'See', 'paragraph', '1', 'C', 'below', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this', 'agreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'See', 'paragraph', '1', 'E', 'below', '1', 'C', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'the', 'Foundation', 'or', 'PGLAF', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection', 'of', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'Nearly', 'all', 'the', 'individual', 'works', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'If', 'an', 'individual', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying', 'distributing', 'performing', 'displaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed', 'Of', 'course', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'Project', 'Gutenberg', 'tm', 'mission', 'of', 'promoting', 'free', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg', 'tm', 'works', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the', 'Project', 'Gutenberg', 'tm', 'name', 'associated', 'with', 'the', 'work', 'You', 'can', 'easily', 'comply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the', 'same', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg', 'tm', 'License', 'when', 'you', 'share', 'it', 'without', 'charge', 'with', 'others', 'This', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyrighted', 'individual', 'works', 'included', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'Information', 'on', 'the', 'copyright', 'owner', 'for', 'this', 'particular', 'work', 'and', 'the', 'terms', 'of', 'use', 'imposed', 'by', 'the', 'copyright', 'holder', 'on', 'this', 'work', 'are', 'set', 'forth', 'at', 'the', 'beginning', 'of', 'this', 'work', '1', 'D', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'this', 'work', 'Copyright', 'laws', 'in', 'most', 'countries', 'are', 'in', 'a', 'constant', 'state', 'of', 'change', 'If', 'you', 'are', 'outside', 'the', 'United', 'States', 'check', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this', 'agreement', 'before', 'downloading', 'copying', 'displaying', 'performing', 'distributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'other', 'Project', 'Gutenberg', 'tm', 'work', 'The', 'Foundation', 'makes', 'no', 'representations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'country', 'outside', 'the', 'United', 'States', '1', 'E', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg', '1', 'E', '1', 'The', 'following', 'sentence', 'with', 'active', 'links', 'to', 'or', 'other', 'immediate', 'access', 'to', 'the', 'full', 'Project', 'Gutenberg', 'tm', 'License', 'must', 'appear', 'prominently', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenberg', 'tm', 'work', 'any', 'work', 'on', 'which', 'the', 'phrase', 'Project', 'Gutenberg', 'appears', 'or', 'with', 'which', 'the', 'phrase', 'Project', 'Gutenberg', 'is', 'associated', 'is', 'accessed', 'displayed', 'performed', 'viewed', 'copied', 'or', 'distributed', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever', 'You', 'may', 'copy', 'it', 'give', 'it', 'away', 'or', 're', 'use', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'www', 'gutenberg', 'org', '1', 'E', '2', 'If', 'an', 'individual', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'is', 'derived', 'from', 'the', 'public', 'domain', 'does', 'not', 'contain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the', 'copyright', 'holder', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in', 'the', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges', 'If', 'you', 'are', 'redistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', 'Project', 'Gutenberg', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work', 'you', 'must', 'comply', 'either', 'with', 'the', 'requirements', 'of', 'paragraphs', '1', 'E', '1', 'through', '1', 'E', '7', 'or', 'obtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenberg', 'tm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1', 'E', '8', 'or', '1', 'E', '9', '1', 'E', '3', 'If', 'an', 'individual', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'is', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'your', 'use', 'and', 'distribution', 'must', 'comply', 'with', 'both', 'paragraphs', '1', 'E', '1', 'through', '1', 'E', '7', 'and', 'any', 'additional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder', 'Additional', 'terms', 'will', 'be', 'linked', 'to', 'the', 'Project', 'Gutenberg', 'tm', 'License', 'for', 'all', 'works', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'beginning', 'of', 'this', 'work', '1', 'E', '4', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenberg', 'tm', 'License', 'terms', 'from', 'this', 'work', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this', 'work', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg', 'tm', '1', 'E', '5', 'Do', 'not', 'copy', 'display', 'perform', 'distribute', 'or', 'redistribute', 'this', 'electronic', 'work', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work', 'without', 'prominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1', 'E', '1', 'with', 'active', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'tm', 'License', '1', 'E', '6', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary', 'compressed', 'marked', 'up', 'nonproprietary', 'or', 'proprietary', 'form', 'including', 'any', 'word', 'processing', 'or', 'hypertext', 'form', 'However', 'if', 'you', 'provide', 'access', 'to', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenberg', 'tm', 'work', 'in', 'a', 'format', 'other', 'than', 'Plain', 'Vanilla', 'ASCII', 'or', 'other', 'format', 'used', 'in', 'the', 'official', 'version', 'posted', 'on', 'the', 'official', 'Project', 'Gutenberg', 'tm', 'web', 'site', 'www', 'gutenberg', 'org', 'you', 'must', 'at', 'no', 'additional', 'cost', 'fee', 'or', 'expense', 'to', 'the', 'user', 'provide', 'a', 'copy', 'a', 'means', 'of', 'exporting', 'a', 'copy', 'or', 'a', 'means', 'of', 'obtaining', 'a', 'copy', 'upon', 'request', 'of', 'the', 'work', 'in', 'its', 'original', 'Plain', 'Vanilla', 'ASCII', 'or', 'other', 'form', 'Any', 'alternate', 'format', 'must', 'include', 'the', 'full', 'Project', 'Gutenberg', 'tm', 'License', 'as', 'specified', 'in', 'paragraph', '1', 'E', '1', '1', 'E', '7', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to', 'viewing', 'displaying', 'performing', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg', 'tm', 'works', 'unless', 'you', 'comply', 'with', 'paragraph', '1', 'E', '8', 'or', '1', 'E', '9', '1', 'E', '8', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'access', 'to', 'or', 'distributing', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'provided', 'that', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from', 'the', 'use', 'of', 'Project', 'Gutenberg', 'tm', 'works', 'calculated', 'using', 'the', 'method', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes', 'The', 'fee', 'is', 'owed', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg', 'tm', 'trademark', 'but', 'he', 'has', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Royalty', 'payments', 'must', 'be', 'paid', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', 'or', 'are', 'legally', 'required', 'to', 'prepare', 'your', 'periodic', 'tax', 'returns', 'Royalty', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in', 'Section', '4', 'Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies', 'you', 'in', 'writing', 'or', 'by', 'e', 'mail', 'within', '30', 'days', 'of', 'receipt', 'that', 's', 'he', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenberg', 'tm', 'License', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg', 'tm', 'works', 'You', 'provide', 'in', 'accordance', 'with', 'paragraph', '1', 'F', '3', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy', 'if', 'a', 'defect', 'in', 'the', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of', 'receipt', 'of', 'the', 'work', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', 'distribution', 'of', 'Project', 'Gutenberg', 'tm', 'works', '1', 'E', '9', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'are', 'set', 'forth', 'in', 'this', 'agreement', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'from', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'Michael', 'Hart', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg', 'tm', 'trademark', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below', '1', 'F', '1', 'F', '1', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable', 'effort', 'to', 'identify', 'do', 'copyright', 'research', 'on', 'transcribe', 'and', 'proofread', 'public', 'domain', 'works', 'in', 'creating', 'the', 'Project', 'Gutenberg', 'tm', 'collection', 'Despite', 'these', 'efforts', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored', 'may', 'contain', 'Defects', 'such', 'as', 'but', 'not', 'limited', 'to', 'incomplete', 'inaccurate', 'or', 'corrupt', 'data', 'transcription', 'errors', 'a', 'copyright', 'or', 'other', 'intellectual', 'property', 'infringement', 'a', 'defective', 'or', 'damaged', 'disk', 'or', 'other', 'medium', 'a', 'computer', 'virus', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'cannot', 'be', 'read', 'by', 'your', 'equipment', '1', 'F', '2', 'LIMITED', 'WARRANTY', 'DISCLAIMER', 'OF', 'DAMAGES', 'Except', 'for', 'the', 'Right', 'of', 'Replacement', 'or', 'Refund', 'described', 'in', 'paragraph', '1', 'F', '3', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg', 'tm', 'trademark', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'under', 'this', 'agreement', 'disclaim', 'all', 'liability', 'to', 'you', 'for', 'damages', 'costs', 'and', 'expenses', 'including', 'legal', 'fees', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE', 'STRICT', 'LIABILITY', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE', 'PROVIDED', 'IN', 'PARAGRAPH', 'F3', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION', 'THE', 'TRADEMARK', 'OWNER', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE', 'LIABLE', 'TO', 'YOU', 'FOR', 'ACTUAL', 'DIRECT', 'INDIRECT', 'CONSEQUENTIAL', 'PUNITIVE', 'OR', 'INCIDENTAL', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH', 'DAMAGE', '1', 'F', '3', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', 'If', 'you', 'discover', 'a', 'defect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it', 'you', 'can', 'receive', 'a', 'refund', 'of', 'the', 'money', 'if', 'any', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a', 'written', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from', 'If', 'you', 'received', 'the', 'work', 'on', 'a', 'physical', 'medium', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explanation', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you', 'with', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in', 'lieu', 'of', 'a', 'refund', 'If', 'you', 'received', 'the', 'work', 'electronically', 'the', 'person', 'or', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second', 'opportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund', 'If', 'the', 'second', 'copy', 'is', 'also', 'defective', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing', 'without', 'further', 'opportunities', 'to', 'fix', 'the', 'problem', '1', 'F', '4', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1', 'F', '3', 'this', 'work', 'is', 'provided', 'to', 'you', 'AS', 'IS', 'WITH', 'NO', 'OTHER', 'WARRANTIES', 'OF', 'ANY', 'KIND', 'EXPRESS', 'OR', 'IMPLIED', 'INCLUDING', 'BUT', 'NOT', 'LIMITED', 'TO', 'WARRANTIES', 'OF', 'MERCHANTIBILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE', '1', 'F', '5', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'warranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'damages', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'violates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement', 'the', 'agreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or', 'limitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law', 'The', 'invalidity', 'or', 'unenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the', 'remaining', 'provisions', '1', 'F', '6', 'INDEMNITY', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation', 'the', 'trademark', 'owner', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation', 'anyone', 'providing', 'copies', 'of', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'in', 'accordance', 'with', 'this', 'agreement', 'and', 'any', 'volunteers', 'associated', 'with', 'the', 'production', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'harmless', 'from', 'all', 'liability', 'costs', 'and', 'expenses', 'including', 'legal', 'fees', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'the', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur', 'a', 'distribution', 'of', 'this', 'or', 'any', 'Project', 'Gutenberg', 'tm', 'work', 'b', 'alteration', 'modification', 'or', 'additions', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg', 'tm', 'work', 'and', 'c', 'any', 'Defect', 'you', 'cause', 'Section', '2', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenberg', 'tm', 'Project', 'Gutenberg', 'tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of', 'electronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of', 'computers', 'including', 'obsolete', 'old', 'middle', 'aged', 'and', 'new', 'computers', 'It', 'exists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations', 'from', 'people', 'in', 'all', 'walks', 'of', 'life', 'Volunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the', 'assistance', 'they', 'need', 'is', 'critical', 'to', 'reaching', 'Project', 'Gutenberg', 'tm', 's', 'goals', 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenberg', 'tm', 'collection', 'will', 'remain', 'freely', 'available', 'for', 'generations', 'to', 'come', 'In', '2001', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure', 'and', 'permanent', 'future', 'for', 'Project', 'Gutenberg', 'tm', 'and', 'future', 'generations', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help', 'see', 'Sections', '3', 'and', '4', 'and', 'the', 'Foundation', 'web', 'page', 'at', 'https', 'www', 'pglaf', 'org', 'Section', '3', 'Information', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit', '501', 'c', '3', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the', 'state', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal', 'Revenue', 'Service', 'The', 'Foundation', 's', 'EIN', 'or', 'federal', 'tax', 'identification', 'number', 'is', '64', '6221541', 'Its', '501', 'c', '3', 'letter', 'is', 'posted', 'at', 'https', 'pglaf', 'org', 'fundraising', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by', 'U', 'S', 'federal', 'laws', 'and', 'your', 'state', 's', 'laws', 'The', 'Foundation', 's', 'principal', 'office', 'is', 'located', 'at', '4557', 'Melan', 'Dr', 'S', 'Fairbanks', 'AK', '99712', 'but', 'its', 'volunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'locations', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West', 'Salt', 'Lake', 'City', 'UT', '84116', '801', '596', '1887', 'email', 'business', 'pglaf', 'org', 'Email', 'contact', 'links', 'and', 'up', 'to', 'date', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', 'Foundation', 's', 'web', 'site', 'and', 'official', 'page', 'at', 'https', 'pglaf', 'org', 'Section', '4', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Project', 'Gutenberg', 'tm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'increasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be', 'freely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest', 'array', 'of', 'equipment', 'including', 'outdated', 'equipment', 'Many', 'small', 'donations', '1', 'to', '5', '000', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'status', 'with', 'the', 'IRS', 'The', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating', 'charities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United', 'States', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a', 'considerable', 'effort', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requirements', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'where', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance', 'To', 'SEND', 'DONATIONS', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'state', 'visit', 'https', 'pglaf', 'org', 'While', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'have', 'not', 'met', 'the', 'solicitation', 'requirements', 'we', 'know', 'of', 'no', 'prohibition', 'against', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'approach', 'us', 'with', 'offers', 'to', 'donate', 'International', 'donations', 'are', 'gratefully', 'accepted', 'but', 'we', 'cannot', 'make', 'any', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'outside', 'the', 'United', 'States', 'U', 'S', 'laws', 'alone', 'swamp', 'our', 'small', 'staff', 'Please', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation', 'methods', 'and', 'addresses', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other', 'ways', 'including', 'including', 'checks', 'online', 'payments', 'and', 'credit', 'card', 'donations', 'To', 'donate', 'please', 'visit', 'https', 'pglaf', 'org', 'donate', 'Section', '5', 'General', 'Information', 'About', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'Professor', 'Michael', 'S', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project', 'Gutenberg', 'tm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'freely', 'shared', 'with', 'anyone', 'For', 'thirty', 'years', 'he', 'produced', 'and', 'distributed', 'Project', 'Gutenberg', 'tm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of', 'volunteer', 'support', 'Project', 'Gutenberg', 'tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'editions', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'Public', 'Domain', 'in', 'the', 'U', 'S', 'unless', 'a', 'copyright', 'notice', 'is', 'included', 'Thus', 'we', 'do', 'not', 'necessarily', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'edition', 'Most', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search', 'facility', 'https', 'www', 'gutenberg', 'org', 'This', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg', 'tm', 'including', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks', 'and', 'how', 'to', 'subscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks', 'The', 'Project', 'Gutenberg', 'EBook', 'of', 'Metamorphosis', 'by', 'Franz', 'Kafka', 'Translated', 'by', 'David', 'Wyllie', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever', 'You', 'may', 'copy', 'it', 'give', 'it', 'away', 'or', 're', 'use', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'www', 'gutenberg', 'org', 'One', 'morning', 'when', 'Gregor', 'Samsa', 'woke', 'from', 'troubled', 'dreams', 'he', 'found', 'himself', 'transformed', 'in', 'his', 'bed', 'into', 'a', 'horrible', 'vermin', 'He', 'lay', 'on', 'his', 'armour', 'like', 'back', 'and', 'if', 'he', 'lifted', 'his', 'head', 'a', 'little', 'he', 'could', 'see', 'his', 'brown', 'belly', 'slightly', 'domed', 'and', 'divided', 'by', 'arches', 'into', 'stiff', 'sections', 'The', 'bedding', 'was', 'hardly', 'able', 'to', 'cover', 'it', 'and', 'seemed', 'ready', 'to', 'slide', 'off', 'any', 'moment', 'His', 'many', 'legs', 'pitifully', 'thin', 'compared', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him', 'waved', 'about', 'helplessly', 'as', 'he', 'looked', 'What', 's', 'happened', 'to', 'me', 'he', 'thought', 'It', 'wasn', 't', 'a', 'dream', 'His', 'room', 'a', 'proper', 'human', 'room', 'although', 'a', 'little', 'too', 'small', 'lay', 'peacefully', 'between', 'its', 'four', 'familiar', 'walls', 'A', 'collection', 'of', 'textile', 'samples', 'lay', 'spread', 'out', 'on', 'the', 'table', 'Samsa', 'was', 'a', 'travelling', 'salesman', 'and', 'above', 'it', 'there', 'hung', 'a', 'picture', 'that', 'he', 'had', 'recently', 'cut', 'out', 'of', 'an', 'illustrated', 'magazine', 'and', 'housed', 'in', 'a', 'nice', 'gilded', 'frame', 'It', 'showed', 'a', 'lady', 'fitted', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright', 'raising', 'a', 'heavy', 'fur', 'muff', 'that', 'covered', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'towards', 'the', 'viewer', 'Gregor', 'then', 'turned', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather', 'Drops', 'of', 'rain', 'could', 'be', 'heard', 'hitting', 'the', 'pane', 'which', 'made', 'him', 'feel', 'quite', 'sad', 'How', 'about', 'if', 'I', 'sleep', 'a', 'little', 'bit', 'longer', 'and', 'forget', 'all', 'this', 'nonsense', 'he', 'thought', 'but', 'that', 'was', 'something', 'he', 'was', 'unable', 'to', 'do', 'because', 'he', 'was', 'used', 'to', 'sleeping', 'on', 'his', 'right', 'and', 'in', 'his', 'present', 'state', 'couldn', 't', 'get', 'into', 'that', 'position', 'However', 'hard', 'he', 'threw', 'himself', 'onto', 'his', 'right', 'he', 'always', 'rolled', 'back', 'to', 'where', 'he', 'was', 'He', 'must', 'have', 'tried', 'it', 'a', 'hundred', 'times', 'shut', 'his', 'eyes', 'so', 'that', 'he', 'wouldn', 't', 'have', 'to', 'look', 'at', 'the', 'floundering', 'legs', 'and', 'only', 'stopped', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'before', 'Oh', 'God', 'he', 'thought', 'what', 'a', 'strenuous', 'career', 'it', 'is', 'that', 'I', 've', 'chosen', 'Travelling', 'day', 'in', 'and', 'day', 'out', 'Doing', 'business', 'like', 'this', 'takes', 'much', 'more', 'effort', 'than', 'doing', 'your', 'own', 'business', 'at', 'home', 'and', 'on', 'top', 'of', 'that', 'there', 's', 'the', 'curse', 'of', 'travelling', 'worries', 'about', 'making', 'train', 'connections', 'bad', 'and', 'irregular', 'food', 'contact', 'with', 'different', 'people', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyone', 'or', 'become', 'friendly', 'with', 'them', 'It', 'can', 'all', 'go', 'to', 'Hell', 'He', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'his', 'belly', 'pushed', 'himself', 'slowly', 'up', 'on', 'his', 'back', 'towards', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'his', 'head', 'better', 'found', 'where', 'the', 'itch', 'was', 'and', 'saw', 'that', 'it', 'was', 'covered', 'with', 'lots', 'of', 'little', 'white', 'spots', 'which', 'he', 'didn', 't', 'know', 'what', 'to', 'make', 'of', 'and', 'when', 'he', 'tried', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'his', 'legs', 'he', 'drew', 'it', 'quickly', 'back', 'because', 'as', 'soon', 'as', 'he', 'touched', 'it', 'he', 'was', 'overcome', 'by', 'a', 'cold', 'shudder', 'He', 'slid', 'back', 'into', 'his', 'former', 'position', 'Getting', 'up', 'early', 'all', 'the', 'time', 'he', 'thought', 'it', 'makes', 'you', 'stupid', 'You', 've', 'got', 'to', 'get', 'enough', 'sleep', 'Other', 'travelling', 'salesmen', 'live', 'a', 'life', 'of', 'luxury', 'For', 'instance', 'whenever', 'I', 'go', 'back', 'to', 'the', 'guest', 'house', 'during', 'the', 'morning', 'to', 'copy', 'out', 'the', 'contract', 'these', 'gentlemen', 'are', 'always', 'still', 'sitting', 'there', 'eating', 'their', 'breakfasts', 'I', 'ought', 'to', 'just', 'try', 'that', 'with', 'my', 'boss', 'I', 'd', 'get', 'kicked', 'out', 'on', 'the', 'spot', 'But', 'who', 'knows', 'maybe', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me', 'If', 'I', 'didn', 't', 'have', 'my', 'parents', 'to', 'think', 'about', 'I', 'd', 'have', 'given', 'in', 'my', 'notice', 'a', 'long', 'time', 'ago', 'I', 'd', 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'I', 'think', 'tell', 'him', 'everything', 'I', 'would', 'let', 'him', 'know', 'just', 'what', 'I', 'feel', 'He', 'd', 'fall', 'right', 'off', 'his', 'desk', 'And', 'it', 's', 'a', 'funny', 'sort', 'of', 'business', 'to', 'be', 'sitting', 'up', 'there', 'at', 'your', 'desk', 'talking', 'down', 'at', 'your', 'subordinates', 'from', 'up', 'there', 'especially', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'because', 'the', 'boss', 'is', 'hard', 'of', 'hearing', 'Well', 'there', 's', 'still', 'some', 'hope', 'once', 'I', 've', 'got', 'the', 'money', 'together', 'to', 'pay', 'off', 'my', 'parents', 'debt', 'to', 'him', 'another', 'five', 'or', 'six', 'years', 'I', 'suppose', 'that', 's', 'definitely', 'what', 'I', 'll', 'do', 'That', 's', 'when', 'I', 'll', 'make', 'the', 'big', 'change', 'First', 'of', 'all', 'though', 'I', 've', 'got', 'to', 'get', 'up', 'my', 'train', 'leaves', 'at', 'five', 'And', 'he', 'looked', 'over', 'at', 'the', 'alarm', 'clock', 'ticking', 'on', 'the', 'chest', 'of', 'drawers', 'God', 'in', 'Heaven', 'he', 'thought', 'It', 'was', 'half', 'past', 'six', 'and', 'the', 'hands', 'were', 'quietly', 'moving', 'forwards', 'it', 'was', 'even', 'later', 'than', 'half', 'past', 'more', 'like', 'quarter', 'to', 'seven', 'Had', 'the', 'alarm', 'clock', 'not', 'rung', 'He', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', 'o', 'clock', 'as', 'it', 'should', 'have', 'been', 'it', 'certainly', 'must', 'have', 'rung', 'Yes', 'but', 'was', 'it', 'possible', 'to', 'quietly', 'sleep', 'through', 'that', 'furniture', 'rattling', 'noise', 'True', 'he', 'had', 'not', 'slept', 'peacefully', 'but', 'probably', 'all', 'the', 'more', 'deeply', 'because', 'of', 'that', 'What', 'should', 'he', 'do', 'now', 'The', 'next', 'train', 'went', 'at', 'seven', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collection', 'of', 'samples', 'was', 'still', 'not', 'packed', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularly', 'fresh', 'and', 'lively', 'And', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'his', 'boss', 's', 'anger', 'as', 'the', 'office', 'assistant', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', 'o', 'clock', 'train', 'go', 'he', 'would', 'have', 'put', 'in', 'his', 'report', 'about', 'Gregor', 's', 'not', 'being', 'there', 'a', 'long', 'time', 'ago', 'The', 'office', 'assistant', 'was', 'the', 'boss', 's', 'man', 'spineless', 'and', 'with', 'no', 'understanding', 'What', 'about', 'if', 'he', 'reported', 'sick', 'But', 'that', 'would', 'be', 'extremely', 'strained', 'and', 'suspicious', 'as', 'in', 'fifteen', 'years', 'of', 'service', 'Gregor', 'had', 'never', 'once', 'yet', 'been', 'ill', 'His', 'boss', 'would', 'certainly', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medical', 'insurance', 'company', 'accuse', 'his', 'parents', 'of', 'having', 'a', 'lazy', 'son', 'and', 'accept', 'the', 'doctor', 's', 'recommendation', 'not', 'to', 'make', 'any', 'claim', 'as', 'the', 'doctor', 'believed', 'that', 'no', 'one', 'was', 'ever', 'ill', 'but', 'that', 'many', 'were', 'workshy', 'And', 'what', 's', 'more', 'would', 'he', 'have', 'been', 'entirely', 'wrong', 'in', 'this', 'case', 'Gregor', 'did', 'in', 'fact', 'apart', 'from', 'excessive', 'sleepiness', 'after', 'sleeping', 'for', 'so', 'long', 'feel', 'completely', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual', 'He', 'was', 'still', 'hurriedly', 'thinking', 'all', 'this', 'through', 'unable', 'to', 'decide', 'to', 'get', 'out', 'of', 'the', 'bed', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven', 'There', 'was', 'a', 'cautious', 'knock', 'at', 'the', 'door', 'near', 'his', 'head', 'Gregor', 'somebody', 'called', 'it', 'was', 'his', 'mother', 'it', 's', 'quarter', 'to', 'seven', 'Didn', 't', 'you', 'want', 'to', 'go', 'somewhere', 'That', 'gentle', 'voice', 'Gregor', 'was', 'shocked', 'when', 'he', 'heard', 'his', 'own', 'voice', 'answering', 'it', 'could', 'hardly', 'be', 'recognised', 'as', 'the', 'voice', 'he', 'had', 'had', 'before', 'As', 'if', 'from', 'deep', 'inside', 'him', 'there', 'was', 'a', 'painful', 'and', 'uncontrollable', 'squeaking', 'mixed', 'in', 'with', 'it', 'the', 'words', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'was', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear', 'leaving', 'the', 'hearer', 'unsure', 'whether', 'he', 'had', 'heard', 'properly', 'or', 'not', 'Gregor', 'had', 'wanted', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everything', 'but', 'in', 'the', 'circumstances', 'contented', 'himself', 'with', 'saying', 'Yes', 'mother', 'yes', 'thank', 'you', 'I', 'm', 'getting', 'up', 'now', 'The', 'change', 'in', 'Gregor', 's', 'voice', 'probably', 'could', 'not', 'be', 'noticed', 'outside', 'through', 'the', 'wooden', 'door', 'as', 'his', 'mother', 'was', 'satisfied', 'with', 'this', 'explanation', 'and', 'shuffled', 'away', 'But', 'this', 'short', 'conversation', 'made', 'the', 'other', 'members', 'of', 'the', 'family', 'aware', 'that', 'Gregor', 'against', 'their', 'expectations', 'was', 'still', 'at', 'home', 'and', 'soon', 'his', 'father', 'came', 'knocking', 'at', 'one', 'of', 'the', 'side', 'doors', 'gently', 'but', 'with', 'his', 'fist', 'Gregor', 'Gregor', 'he', 'called', 'what', 's', 'wrong', 'And', 'after', 'a', 'short', 'while', 'he', 'called', 'again', 'with', 'a', 'warning', 'deepness', 'in', 'his', 'voice', 'Gregor', 'Gregor', 'At', 'the', 'other', 'side', 'door', 'his', 'sister', 'came', 'plaintively', 'Gregor', 'Aren', 't', 'you', 'well', 'Do', 'you', 'need', 'anything', 'Gregor', 'answered', 'to', 'both', 'sides', 'I', 'm', 'ready', 'now', 'making', 'an', 'effort', 'to', 'remove', 'all', 'the', 'strangeness', 'from', 'his', 'voice', 'by', 'enunciating', 'very', 'carefully', 'and', 'putting', 'long', 'pauses', 'between', 'each', 'individual', 'word', 'His', 'father', 'went', 'back', 'to', 'his', 'breakfast', 'but', 'his', 'sister', 'whispered', 'Gregor', 'open', 'the', 'door', 'I', 'beg', 'of', 'you', 'Gregor', 'however', 'had', 'no', 'thought', 'of', 'opening', 'the', 'door', 'and', 'instead', 'congratulated', 'himself', 'for', 'his', 'cautious', 'habit', 'acquired', 'from', 'his', 'travelling', 'of', 'locking', 'all', 'doors', 'at', 'night', 'even', 'when', 'he', 'was', 'at', 'home', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'to', 'get', 'up', 'in', 'peace', 'without', 'being', 'disturbed', 'to', 'get', 'dressed', 'and', 'most', 'of', 'all', 'to', 'have', 'his', 'breakfast', 'Only', 'then', 'would', 'he', 'consider', 'what', 'to', 'do', 'next', 'as', 'he', 'was', 'well', 'aware', 'that', 'he', 'would', 'not', 'bring', 'his', 'thoughts', 'to', 'any', 'sensible', 'conclusions', 'by', 'lying', 'in', 'bed', 'He', 'remembered', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed', 'perhaps', 'caused', 'by', 'lying', 'awkwardly', 'but', 'that', 'had', 'always', 'turned', 'out', 'to', 'be', 'pure', 'imagination', 'and', 'he', 'wondered', 'how', 'his', 'imaginings', 'would', 'slowly', 'resolve', 'themselves', 'today', 'He', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'change', 'in', 'his', 'voice', 'was', 'nothing', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'serious', 'cold', 'which', 'was', 'an', 'occupational', 'hazard', 'for', 'travelling', 'salesmen', 'It', 'was', 'a', 'simple', 'matter', 'to', 'throw', 'off', 'the', 'covers', 'he', 'only', 'had', 'to', 'blow', 'himself', 'up', 'a', 'little', 'and', 'they', 'fell', 'off', 'by', 'themselves', 'But', 'it', 'became', 'difficult', 'after', 'that', 'especially', 'as', 'he', 'was', 'so', 'exceptionally', 'broad', 'He', 'would', 'have', 'used', 'his', 'arms', 'and', 'his', 'hands', 'to', 'push', 'himself', 'up', 'but', 'instead', 'of', 'them', 'he', 'only', 'had', 'all', 'those', 'little', 'legs', 'continuously', 'moving', 'in', 'different', 'directions', 'and', 'which', 'he', 'was', 'moreover', 'unable', 'to', 'control', 'If', 'he', 'wanted', 'to', 'bend', 'one', 'of', 'them', 'then', 'that', 'was', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out', 'and', 'if', 'he', 'finally', 'managed', 'to', 'do', 'what', 'he', 'wanted', 'with', 'that', 'leg', 'all', 'the', 'others', 'seemed', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'painfully', 'This', 'is', 'something', 'that', 'can', 't', 'be', 'done', 'in', 'bed', 'Gregor', 'said', 'to', 'himself', 'so', 'don', 't', 'keep', 'trying', 'to', 'do', 'it', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'get', 'the', 'lower', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'but', 'he', 'had', 'never', 'seen', 'this', 'lower', 'part', 'and', 'could', 'not', 'imagine', 'what', 'it', 'looked', 'like', 'it', 'turned', 'out', 'to', 'be', 'too', 'hard', 'to', 'move', 'it', 'went', 'so', 'slowly', 'and', 'finally', 'almost', 'in', 'a', 'frenzy', 'when', 'he', 'carelessly', 'shoved', 'himself', 'forwards', 'with', 'all', 'the', 'force', 'he', 'could', 'gather', 'he', 'chose', 'the', 'wrong', 'direction', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost', 'and', 'learned', 'from', 'the', 'burning', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'his', 'body', 'might', 'well', 'at', 'present', 'be', 'the', 'most', 'sensitive', 'So', 'then', 'he', 'tried', 'to', 'get', 'the', 'top', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'first', 'carefully', 'turning', 'his', 'head', 'to', 'the', 'side', 'This', 'he', 'managed', 'quite', 'easily', 'and', 'despite', 'its', 'breadth', 'and', 'its', 'weight', 'the', 'bulk', 'of', 'his', 'body', 'eventually', 'followed', 'slowly', 'in', 'the', 'direction', 'of', 'the', 'head', 'But', 'when', 'he', 'had', 'at', 'last', 'got', 'his', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occurred', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracle', 'if', 'his', 'head', 'were', 'not', 'injured', 'so', 'he', 'became', 'afraid', 'to', 'carry', 'on', 'pushing', 'himself', 'forward', 'the', 'same', 'way', 'And', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'any', 'price', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'consciousness', 'It', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier', 'but', 'when', 'he', 'lay', 'there', 'sighing', 'and', 'was', 'once', 'more', 'watching', 'his', 'legs', 'as', 'they', 'struggled', 'against', 'each', 'other', 'even', 'harder', 'than', 'before', 'if', 'that', 'was', 'possible', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bringing', 'peace', 'and', 'order', 'to', 'this', 'chaos', 'He', 'told', 'himself', 'once', 'more', 'that', 'it', 'was', 'not', 'possible', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensible', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatever', 'way', 'he', 'could', 'at', 'whatever', 'sacrifice', 'At', 'the', 'same', 'time', 'though', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consideration', 'was', 'much', 'better', 'than', 'rushing', 'to', 'desperate', 'conclusions', 'At', 'times', 'like', 'this', 'he', 'would', 'direct', 'his', 'eyes', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearly', 'as', 'he', 'could', 'but', 'unfortunately', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'was', 'enveloped', 'in', 'morning', 'fog', 'and', 'the', 'view', 'had', 'little', 'confidence', 'or', 'cheer', 'to', 'offer', 'him', 'Seven', 'o', 'clock', 'already', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again', 'seven', 'o', 'clock', 'and', 'there', 's', 'still', 'a', 'fog', 'like', 'this', 'And', 'he', 'lay', 'there', 'quietly', 'a', 'while', 'longer', 'breathing', 'lightly', 'as', 'if', 'he', 'perhaps', 'expected', 'the', 'total', 'stillness', 'to', 'bring', 'things', 'back', 'to', 'their', 'real', 'and', 'natural', 'state', 'But', 'then', 'he', 'said', 'to', 'himself', 'Before', 'it', 'strikes', 'quarter', 'past', 'seven', 'I', 'll', 'definitely', 'have', 'to', 'have', 'got', 'properly', 'out', 'of', 'bed', 'And', 'by', 'then', 'somebody', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', 'what', 's', 'happened', 'to', 'me', 'as', 'well', 'as', 'they', 'open', 'up', 'at', 'work', 'before', 'seven', 'o', 'clock', 'And', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swinging', 'the', 'entire', 'length', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time', 'If', 'he', 'succeeded', 'in', 'falling', 'out', 'of', 'bed', 'in', 'this', 'way', 'and', 'kept', 'his', 'head', 'raised', 'as', 'he', 'did', 'so', 'he', 'could', 'probably', 'avoid', 'injuring', 'it', 'His', 'back', 'seemed', 'to', 'be', 'quite', 'hard', 'and', 'probably', 'nothing', 'would', 'happen', 'to', 'it', 'falling', 'onto', 'the', 'carpet', 'His', 'main', 'concern', 'was', 'for', 'the', 'loud', 'noise', 'he', 'was', 'bound', 'to', 'make', 'and', 'which', 'even', 'through', 'all', 'the', 'doors', 'would', 'probably', 'raise', 'concern', 'if', 'not', 'alarm', 'But', 'it', 'was', 'something', 'that', 'had', 'to', 'be', 'risked', 'When', 'Gregor', 'was', 'already', 'sticking', 'half', 'way', 'out', 'of', 'the', 'bed', 'the', 'new', 'method', 'was', 'more', 'of', 'a', 'game', 'than', 'an', 'effort', 'all', 'he', 'had', 'to', 'do', 'was', 'rock', 'back', 'and', 'forth', 'it', 'occurred', 'to', 'him', 'how', 'simple', 'everything', 'would', 'be', 'if', 'somebody', 'came', 'to', 'help', 'him', 'Two', 'strong', 'people', 'he', 'had', 'his', 'father', 'and', 'the', 'maid', 'in', 'mind', 'would', 'have', 'been', 'more', 'than', 'enough', 'they', 'would', 'only', 'have', 'to', 'push', 'their', 'arms', 'under', 'the', 'dome', 'of', 'his', 'back', 'peel', 'him', 'away', 'from', 'the', 'bed', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'careful', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor', 'where', 'hopefully', 'the', 'little', 'legs', 'would', 'find', 'a', 'use', 'Should', 'he', 'really', 'call', 'for', 'help', 'though', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'doors', 'were', 'locked', 'Despite', 'all', 'the', 'difficulty', 'he', 'was', 'in', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'this', 'thought', 'After', 'a', 'while', 'he', 'had', 'already', 'moved', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'his', 'balance', 'if', 'he', 'rocked', 'too', 'hard', 'The', 'time', 'was', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decision', 'very', 'soon', 'Then', 'there', 'was', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat', 'That', 'll', 'be', 'someone', 'from', 'work', 'he', 'said', 'to', 'himself', 'and', 'froze', 'very', 'still', 'although', 'his', 'little', 'legs', 'only', 'became', 'all', 'the', 'more', 'lively', 'as', 'they', 'danced', 'around', 'For', 'a', 'moment', 'everything', 'remained', 'quiet', 'They', 're', 'not', 'opening', 'the', 'door', 'Gregor', 'said', 'to', 'himself', 'caught', 'in', 'some', 'nonsensical', 'hope', 'But', 'then', 'of', 'course', 'the', 'maid', 's', 'firm', 'steps', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'opened', 'it', 'Gregor', 'only', 'needed', 'to', 'hear', 'the', 'visitor', 's', 'first', 'words', 'of', 'greeting', 'and', 'he', 'knew', 'who', 'it', 'was', 'the', 'chief', 'clerk', 'himself', 'Why', 'did', 'Gregor', 'have', 'to', 'be', 'the', 'only', 'one', 'condemned', 'to', 'work', 'for', 'a', 'company', 'where', 'they', 'immediately', 'became', 'highly', 'suspicious', 'at', 'the', 'slightest', 'shortcoming', 'Were', 'all', 'employees', 'every', 'one', 'of', 'them', 'louts', 'was', 'there', 'not', 'one', 'of', 'them', 'who', 'was', 'faithful', 'and', 'devoted', 'who', 'would', 'go', 'so', 'mad', 'with', 'pangs', 'of', 'conscience', 'that', 'he', 'couldn', 't', 'get', 'out', 'of', 'bed', 'if', 'he', 'didn', 't', 'spend', 'at', 'least', 'a', 'couple', 'of', 'hours', 'in', 'the', 'morning', 'on', 'company', 'business', 'Was', 'it', 'really', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'trainees', 'make', 'enquiries', 'assuming', 'enquiries', 'were', 'even', 'necessary', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole', 'innocent', 'family', 'that', 'this', 'was', 'so', 'suspicious', 'that', 'only', 'the', 'chief', 'clerk', 'could', 'be', 'trusted', 'to', 'have', 'the', 'wisdom', 'to', 'investigate', 'it', 'And', 'more', 'because', 'these', 'thoughts', 'had', 'made', 'him', 'upset', 'than', 'through', 'any', 'proper', 'decision', 'he', 'swang', 'himself', 'with', 'all', 'his', 'force', 'out', 'of', 'the', 'bed', 'There', 'was', 'a', 'loud', 'thump', 'but', 'it', 'wasn', 't', 'really', 'a', 'loud', 'noise', 'His', 'fall', 'was', 'softened', 'a', 'little', 'by', 'the', 'carpet', 'and', 'Gregor', 's', 'back', 'was', 'also', 'more', 'elastic', 'than', 'he', 'had', 'thought', 'which', 'made', 'the', 'sound', 'muffled', 'and', 'not', 'too', 'noticeable', 'He', 'had', 'not', 'held', 'his', 'head', 'carefully', 'enough', 'though', 'and', 'hit', 'it', 'as', 'he', 'fell', 'annoyed', 'and', 'in', 'pain', 'he', 'turned', 'it', 'and', 'rubbed', 'it', 'against', 'the', 'carpet', 'Something', 's', 'fallen', 'down', 'in', 'there', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left', 'Gregor', 'tried', 'to', 'imagine', 'whether', 'something', 'of', 'the', 'sort', 'that', 'had', 'happened', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too', 'you', 'had', 'to', 'concede', 'that', 'it', 'was', 'possible', 'But', 'as', 'if', 'in', 'gruff', 'reply', 'to', 'this', 'question', 'the', 'chief', 'clerk', 's', 'firm', 'footsteps', 'in', 'his', 'highly', 'polished', 'boots', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoining', 'room', 'From', 'the', 'room', 'on', 'his', 'right', 'Gregor', 's', 'sister', 'whispered', 'to', 'him', 'to', 'let', 'him', 'know', 'Gregor', 'the', 'chief', 'clerk', 'is', 'here', 'Yes', 'I', 'know', 'said', 'Gregor', 'to', 'himself', 'but', 'without', 'daring', 'to', 'raise', 'his', 'voice', 'loud', 'enough', 'for', 'his', 'sister', 'to', 'hear', 'him', 'Gregor', 'said', 'his', 'father', 'now', 'from', 'the', 'room', 'to', 'his', 'left', 'the', 'chief', 'clerk', 'has', 'come', 'round', 'and', 'wants', 'to', 'know', 'why', 'you', 'didn', 't', 'leave', 'on', 'the', 'early', 'train', 'We', 'don', 't', 'know', 'what', 'to', 'say', 'to', 'him', 'And', 'anyway', 'he', 'wants', 'to', 'speak', 'to', 'you', 'personally', 'So', 'please', 'open', 'up', 'this', 'door', 'I', 'm', 'sure', 'he', 'll', 'be', 'good', 'enough', 'to', 'forgive', 'the', 'untidiness', 'of', 'your', 'room', 'Then', 'the', 'chief', 'clerk', 'called', 'Good', 'morning', 'Mr', 'Samsa', 'He', 'isn', 't', 'well', 'said', 'his', 'mother', 'to', 'the', 'chief', 'clerk', 'while', 'his', 'father', 'continued', 'to', 'speak', 'through', 'the', 'door', 'He', 'isn', 't', 'well', 'please', 'believe', 'me', 'Why', 'else', 'would', 'Gregor', 'have', 'missed', 'a', 'train', 'The', 'lad', 'only', 'ever', 'thinks', 'about', 'the', 'business', 'It', 'nearly', 'makes', 'me', 'cross', 'the', 'way', 'he', 'never', 'goes', 'out', 'in', 'the', 'evenings', 'he', 's', 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stayed', 'home', 'every', 'evening', 'He', 'sits', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'reads', 'the', 'paper', 'or', 'studies', 'train', 'timetables', 'His', 'idea', 'of', 'relaxation', 'is', 'working', 'with', 'his', 'fretsaw', 'He', 's', 'made', 'a', 'little', 'frame', 'for', 'instance', 'it', 'only', 'took', 'him', 'two', 'or', 'three', 'evenings', 'you', 'll', 'be', 'amazed', 'how', 'nice', 'it', 'is', 'it', 's', 'hanging', 'up', 'in', 'his', 'room', 'you', 'll', 'see', 'it', 'as', 'soon', 'as', 'Gregor', 'opens', 'the', 'door', 'Anyway', 'I', 'm', 'glad', 'you', 're', 'here', 'we', 'wouldn', 't', 'have', 'been', 'able', 'to', 'get', 'Gregor', 'to', 'open', 'the', 'door', 'by', 'ourselves', 'he', 's', 'so', 'stubborn', 'and', 'I', 'm', 'sure', 'he', 'isn', 't', 'well', 'he', 'said', 'this', 'morning', 'that', 'he', 'is', 'but', 'he', 'isn', 't', 'I', 'll', 'be', 'there', 'in', 'a', 'moment', 'said', 'Gregor', 'slowly', 'and', 'thoughtfully', 'but', 'without', 'moving', 'so', 'that', 'he', 'would', 'not', 'miss', 'any', 'word', 'of', 'the', 'conversation', 'Well', 'I', 'can', 't', 'think', 'of', 'any', 'other', 'way', 'of', 'explaining', 'it', 'Mrs', 'Samsa', 'said', 'the', 'chief', 'clerk', 'I', 'hope', 'it', 's', 'nothing', 'serious', 'But', 'on', 'the', 'other', 'hand', 'I', 'must', 'say', 'that', 'if', 'we', 'people', 'in', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'then', 'fortunately', 'or', 'unfortunately', 'as', 'you', 'like', 'we', 'simply', 'have', 'to', 'overcome', 'it', 'because', 'of', 'business', 'considerations', 'Can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then', 'asked', 'his', 'father', 'impatiently', 'knocking', 'at', 'the', 'door', 'again', 'No', 'said', 'Gregor', 'In', 'the', 'room', 'on', 'his', 'right', 'there', 'followed', 'a', 'painful', 'silence', 'in', 'the', 'room', 'on', 'his', 'left', 'his', 'sister', 'began', 'to', 'cry', 'So', 'why', 'did', 'his', 'sister', 'not', 'go', 'and', 'join', 'the', 'others', 'She', 'had', 'probably', 'only', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dressed', 'And', 'why', 'was', 'she', 'crying', 'Was', 'it', 'because', 'he', 'had', 'not', 'got', 'up', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in', 'because', 'he', 'was', 'in', 'danger', 'of', 'losing', 'his', 'job', 'and', 'if', 'that', 'happened', 'his', 'boss', 'would', 'once', 'more', 'pursue', 'their', 'parents', 'with', 'the', 'same', 'demands', 'as', 'before', 'There', 'was', 'no', 'need', 'to', 'worry', 'about', 'things', 'like', 'that', 'yet', 'Gregor', 'was', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intention', 'of', 'abandoning', 'his', 'family', 'For', 'the', 'time', 'being', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet', 'and', 'no', 'one', 'who', 'knew', 'the', 'condition', 'he', 'was', 'in', 'would', 'seriously', 'have', 'expected', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in', 'It', 'was', 'only', 'a', 'minor', 'discourtesy', 'and', 'a', 'suitable', 'excuse', 'could', 'easily', 'be', 'found', 'for', 'it', 'later', 'on', 'it', 'was', 'not', 'something', 'for', 'which', 'Gregor', 'could', 'be', 'sacked', 'on', 'the', 'spot', 'And', 'it', 'seemed', 'to', 'Gregor', 'much', 'more', 'sensible', 'to', 'leave', 'him', 'now', 'in', 'peace', 'instead', 'of', 'disturbing', 'him', 'with', 'talking', 'at', 'him', 'and', 'crying', 'But', 'the', 'others', 'didn', 't', 'know', 'what', 'was', 'happening', 'they', 'were', 'worried', 'that', 'would', 'excuse', 'their', 'behaviour', 'The', 'chief', 'clerk', 'now', 'raised', 'his', 'voice', 'Mr', 'Samsa', 'he', 'called', 'to', 'him', 'what', 'is', 'wrong', 'You', 'barricade', 'yourself', 'in', 'your', 'room', 'give', 'us', 'no', 'more', 'than', 'yes', 'or', 'no', 'for', 'an', 'answer', 'you', 'are', 'causing', 'serious', 'and', 'unnecessary', 'concern', 'to', 'your', 'parents', 'and', 'you', 'fail', 'and', 'I', 'mention', 'this', 'just', 'by', 'the', 'way', 'you', 'fail', 'to', 'carry', 'out', 'your', 'business', 'duties', 'in', 'a', 'way', 'that', 'is', 'quite', 'unheard', 'of', 'I', 'm', 'speaking', 'here', 'on', 'behalf', 'of', 'your', 'parents', 'and', 'of', 'your', 'employer', 'and', 'really', 'must', 'request', 'a', 'clear', 'and', 'immediate', 'explanation', 'I', 'am', 'astonished', 'quite', 'astonished', 'I', 'thought', 'I', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensible', 'person', 'and', 'now', 'you', 'suddenly', 'seem', 'to', 'be', 'showing', 'off', 'with', 'peculiar', 'whims', 'This', 'morning', 'your', 'employer', 'did', 'suggest', 'a', 'possible', 'reason', 'for', 'your', 'failure', 'to', 'appear', 'it', 's', 'true', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'was', 'recently', 'entrusted', 'to', 'you', 'but', 'I', 'came', 'near', 'to', 'giving', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explanation', 'But', 'now', 'that', 'I', 'see', 'your', 'incomprehensible', 'stubbornness', 'I', 'no', 'longer', 'feel', 'any', 'wish', 'whatsoever', 'to', 'intercede', 'on', 'your', 'behalf', 'And', 'nor', 'is', 'your', 'position', 'all', 'that', 'secure', 'I', 'had', 'originally', 'intended', 'to', 'say', 'all', 'this', 'to', 'you', 'in', 'private', 'but', 'since', 'you', 'cause', 'me', 'to', 'waste', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'I', 'don', 't', 'see', 'why', 'your', 'parents', 'should', 'not', 'also', 'learn', 'of', 'it', 'Your', 'turnover', 'has', 'been', 'very', 'unsatisfactory', 'of', 'late', 'I', 'grant', 'you', 'that', 'it', 's', 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especially', 'good', 'business', 'we', 'recognise', 'that', 'but', 'there', 'simply', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'business', 'at', 'all', 'Mr', 'Samsa', 'we', 'cannot', 'allow', 'there', 'to', 'be', 'But', 'Sir', 'called', 'Gregor', 'beside', 'himself', 'and', 'forgetting', 'all', 'else', 'in', 'the', 'excitement', 'I', 'll', 'open', 'up', 'immediately', 'just', 'a', 'moment', 'I', 'm', 'slightly', 'unwell', 'an', 'attack', 'of', 'dizziness', 'I', 'haven', 't', 'been', 'able', 'to', 'get', 'up', 'I', 'm', 'still', 'in', 'bed', 'now', 'I', 'm', 'quite', 'fresh', 'again', 'now', 'though', 'I', 'm', 'just', 'getting', 'out', 'of', 'bed', 'Just', 'a', 'moment', 'Be', 'patient', 'It', 's', 'not', 'quite', 'as', 'easy', 'as', 'I', 'd', 'thought', 'I', 'm', 'quite', 'alright', 'now', 'though', 'It', 's', 'shocking', 'what', 'can', 'suddenly', 'happen', 'to', 'a', 'person', 'I', 'was', 'quite', 'alright', 'last', 'night', 'my', 'parents', 'know', 'about', 'it', 'perhaps', 'better', 'than', 'me', 'I', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'already', 'They', 'must', 'have', 'noticed', 'it', 'I', 'don', 't', 'know', 'why', 'I', 'didn', 't', 'let', 'you', 'know', 'at', 'work', 'But', 'you', 'always', 'think', 'you', 'can', 'get', 'over', 'an', 'illness', 'without', 'staying', 'at', 'home', 'Please', 'don', 't', 'make', 'my', 'parents', 'suffer', 'There', 's', 'no', 'basis', 'for', 'any', 'of', 'the', 'accusations', 'you', 're', 'making', 'nobody', 's', 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'any', 'of', 'these', 'things', 'Maybe', 'you', 'haven', 't', 'read', 'the', 'latest', 'contracts', 'I', 'sent', 'in', 'I', 'll', 'set', 'off', 'with', 'the', 'eight', 'o', 'clock', 'train', 'as', 'well', 'these', 'few', 'hours', 'of', 'rest', 'have', 'given', 'me', 'strength', 'You', 'don', 't', 'need', 'to', 'wait', 'sir', 'I', 'll', 'be', 'in', 'the', 'office', 'soon', 'after', 'you', 'and', 'please', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him', 'And', 'while', 'Gregor', 'gushed', 'out', 'these', 'words', 'hardly', 'knowing', 'what', 'he', 'was', 'saying', 'he', 'made', 'his', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawers', 'this', 'was', 'easily', 'done', 'probably', 'because', 'of', 'the', 'practise', 'he', 'had', 'already', 'had', 'in', 'bed', 'where', 'he', 'now', 'tried', 'to', 'get', 'himself', 'upright', 'He', 'really', 'did', 'want', 'to', 'open', 'the', 'door', 'really', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk', 'the', 'others', 'were', 'being', 'so', 'insistent', 'and', 'he', 'was', 'curious', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him', 'If', 'they', 'were', 'shocked', 'then', 'it', 'would', 'no', 'longer', 'be', 'Gregor', 's', 'responsibility', 'and', 'he', 'could', 'rest', 'If', 'however', 'they', 'took', 'everything', 'calmly', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset', 'and', 'if', 'he', 'hurried', 'he', 'really', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', 'o', 'clock', 'The', 'first', 'few', 'times', 'he', 'tried', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawers', 'he', 'just', 'slid', 'down', 'again', 'but', 'he', 'finally', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright', 'the', 'lower', 'part', 'of', 'his', 'body', 'was', 'in', 'serious', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'any', 'attention', 'to', 'it', 'Now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearby', 'chair', 'and', 'held', 'tightly', 'to', 'the', 'edges', 'of', 'it', 'with', 'his', 'little', 'legs', 'By', 'now', 'he', 'had', 'also', 'calmed', 'down', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'was', 'saying', 'Did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that', 'the', 'chief', 'clerk', 'asked', 'his', 'parents', 'surely', 'he', 's', 'not', 'trying', 'to', 'make', 'fools', 'of', 'us', 'Oh', 'God', 'called', 'his', 'mother', 'who', 'was', 'already', 'in', 'tears', 'he', 'could', 'be', 'seriously', 'ill', 'and', 'we', 're', 'making', 'him', 'suffer', 'Grete', 'Grete', 'she', 'then', 'cried', 'Mother', 'his', 'sister', 'called', 'from', 'the', 'other', 'side', 'They', 'communicated', 'across', 'Gregor', 's', 'room', 'You', 'll', 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away', 'Gregor', 'is', 'ill', 'Quick', 'get', 'the', 'doctor', 'Did', 'you', 'hear', 'the', 'way', 'Gregor', 'spoke', 'just', 'now', 'That', 'was', 'the', 'voice', 'of', 'an', 'animal', 'said', 'the', 'chief', 'clerk', 'with', 'a', 'calmness', 'that', 'was', 'in', 'contrast', 'with', 'his', 'mother', 's', 'screams', 'Anna', 'Anna', 'his', 'father', 'called', 'into', 'the', 'kitchen', 'through', 'the', 'entrance', 'hall', 'clapping', 'his', 'hands', 'get', 'a', 'locksmith', 'here', 'now', 'And', 'the', 'two', 'girls', 'their', 'skirts', 'swishing', 'immediately', 'ran', 'out', 'through', 'the', 'hall', 'wrenching', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went', 'How', 'had', 'his', 'sister', 'managed', 'to', 'get', 'dressed', 'so', 'quickly', 'There', 'was', 'no', 'sound', 'of', 'the', 'door', 'banging', 'shut', 'again', 'they', 'must', 'have', 'left', 'it', 'open', 'people', 'often', 'do', 'in', 'homes', 'where', 'something', 'awful', 'has', 'happened', 'Gregor', 'in', 'contrast', 'had', 'become', 'much', 'calmer', 'So', 'they', 'couldn', 't', 'understand', 'his', 'words', 'any', 'more', 'although', 'they', 'seemed', 'clear', 'enough', 'to', 'him', 'clearer', 'than', 'before', 'perhaps', 'his', 'ears', 'had', 'become', 'used', 'to', 'the', 'sound', 'They', 'had', 'realised', 'though', 'that', 'there', 'was', 'something', 'wrong', 'with', 'him', 'and', 'were', 'ready', 'to', 'help', 'The', 'first', 'response', 'to', 'his', 'situation', 'had', 'been', 'confident', 'and', 'wise', 'and', 'that', 'made', 'him', 'feel', 'better', 'He', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'people', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expected', 'great', 'and', 'surprising', 'achievements', 'although', 'he', 'did', 'not', 'really', 'distinguish', 'one', 'from', 'the', 'other', 'Whatever', 'was', 'said', 'next', 'would', 'be', 'crucial', 'so', 'in', 'order', 'to', 'make', 'his', 'voice', 'as', 'clear', 'as', 'possible', 'he', 'coughed', 'a', 'little', 'but', 'taking', 'care', 'to', 'do', 'this', 'not', 'too', 'loudly', 'as', 'even', 'this', 'might', 'well', 'sound', 'different', 'from', 'the', 'way', 'that', 'a', 'human', 'coughs', 'and', 'he', 'was', 'no', 'longer', 'sure', 'he', 'could', 'judge', 'this', 'for', 'himself', 'Meanwhile', 'it', 'had', 'become', 'very', 'quiet', 'in', 'the', 'next', 'room', 'Perhaps', 'his', 'parents', 'were', 'sat', 'at', 'the', 'table', 'whispering', 'with', 'the', 'chief', 'clerk', 'or', 'perhaps', 'they', 'were', 'all', 'pressed', 'against', 'the', 'door', 'and', 'listening', 'Gregor', 'slowly', 'pushed', 'his', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair', 'Once', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door', 'holding', 'himself', 'upright', 'against', 'it', 'using', 'the', 'adhesive', 'on', 'the', 'tips', 'of', 'his', 'legs', 'He', 'rested', 'there', 'a', 'little', 'while', 'to', 'recover', 'from', 'the', 'effort', 'involved', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turning', 'the', 'key', 'in', 'the', 'lock', 'with', 'his', 'mouth', 'He', 'seemed', 'unfortunately', 'to', 'have', 'no', 'proper', 'teeth', 'how', 'was', 'he', 'then', 'to', 'grasp', 'the', 'key', 'but', 'the', 'lack', 'of', 'teeth', 'was', 'of', 'course', 'made', 'up', 'for', 'with', 'a', 'very', 'strong', 'jaw', 'using', 'the', 'jaw', 'he', 'really', 'was', 'able', 'to', 'start', 'the', 'key', 'turning', 'ignoring', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'causing', 'some', 'kind', 'of', 'damage', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'his', 'mouth', 'flowed', 'over', 'the', 'key', 'and', 'dripped', 'onto', 'the', 'floor', 'Listen', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room', 'he', 's', 'turning', 'the', 'key', 'Gregor', 'was', 'greatly', 'encouraged', 'by', 'this', 'but', 'they', 'all', 'should', 'have', 'been', 'calling', 'to', 'him', 'his', 'father', 'and', 'his', 'mother', 'too', 'Well', 'done', 'Gregor', 'they', 'should', 'have', 'cried', 'keep', 'at', 'it', 'keep', 'hold', 'of', 'the', 'lock', 'And', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedly', 'following', 'his', 'efforts', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'his', 'strength', 'paying', 'no', 'attention', 'to', 'the', 'pain', 'he', 'was', 'causing', 'himself', 'As', 'the', 'key', 'turned', 'round', 'he', 'turned', 'around', 'the', 'lock', 'with', 'it', 'only', 'holding', 'himself', 'upright', 'with', 'his', 'mouth', 'and', 'hung', 'onto', 'the', 'key', 'or', 'pushed', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'his', 'body', 'as', 'needed', 'The', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snapped', 'back', 'was', 'Gregor', 's', 'sign', 'that', 'he', 'could', 'break', 'his', 'concentration', 'and', 'as', 'he', 'regained', 'his', 'breath', 'he', 'said', 'to', 'himself', 'So', 'I', 'didn', 't', 'need', 'the', 'locksmith', 'after', 'all', 'Then', 'he', 'lay', 'his', 'head', 'on', 'the', 'handle', 'of', 'the', 'door', 'to', 'open', 'it', 'completely', 'Because', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'this', 'way', 'it', 'was', 'already', 'wide', 'open', 'before', 'he', 'could', 'be', 'seen', 'He', 'had', 'first', 'to', 'slowly', 'turn', 'himself', 'around', 'one', 'of', 'the', 'double', 'doors', 'and', 'he', 'had', 'to', 'do', 'it', 'very', 'carefully', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'his', 'back', 'before', 'entering', 'the', 'room', 'He', 'was', 'still', 'occupied', 'with', 'this', 'difficult', 'movement', 'unable', 'to', 'pay', 'attention', 'to', 'anything', 'else', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', 'Oh', 'which', 'sounded', 'like', 'the', 'soughing', 'of', 'the', 'wind', 'Now', 'he', 'also', 'saw', 'him', 'he', 'was', 'the', 'nearest', 'to', 'the', 'door', 'his', 'hand', 'pressed', 'against', 'his', 'open', 'mouth', 'and', 'slowly', 'retreating', 'as', 'if', 'driven', 'by', 'a', 'steady', 'and', 'invisible', 'force', 'Gregor', 's', 'mother', 'her', 'hair', 'still', 'dishevelled', 'from', 'bed', 'despite', 'the', 'chief', 'clerk', 's', 'being', 'there', 'looked', 'at', 'his', 'father', 'Then', 'she', 'unfolded', 'her', 'arms', 'took', 'two', 'steps', 'forward', 'towards', 'Gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirts', 'that', 'spread', 'themselves', 'out', 'around', 'her', 'as', 'her', 'head', 'disappeared', 'down', 'onto', 'her', 'breast', 'His', 'father', 'looked', 'hostile', 'and', 'clenched', 'his', 'fists', 'as', 'if', 'wanting', 'to', 'knock', 'Gregor', 'back', 'into', 'his', 'room', 'Then', 'he', 'looked', 'uncertainly', 'round', 'the', 'living', 'room', 'covered', 'his', 'eyes', 'with', 'his', 'hands', 'and', 'wept', 'so', 'that', 'his', 'powerful', 'chest', 'shook', 'So', 'Gregor', 'did', 'not', 'go', 'into', 'the', 'room', 'but', 'leant', 'against', 'the', 'inside', 'of', 'the', 'other', 'door', 'which', 'was', 'still', 'held', 'bolted', 'in', 'place', 'In', 'this', 'way', 'only', 'half', 'of', 'his', 'body', 'could', 'be', 'seen', 'along', 'with', 'his', 'head', 'above', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peered', 'out', 'at', 'the', 'others', 'Meanwhile', 'the', 'day', 'had', 'become', 'much', 'lighter', 'part', 'of', 'the', 'endless', 'grey', 'black', 'building', 'on', 'the', 'other', 'side', 'of', 'the', 'street', 'which', 'was', 'a', 'hospital', 'could', 'be', 'seen', 'quite', 'clearly', 'with', 'the', 'austere', 'and', 'regular', 'line', 'of', 'windows', 'piercing', 'its', 'facade', 'the', 'rain', 'was', 'still', 'falling', 'now', 'throwing', 'down', 'large', 'individual', 'droplets', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time', 'The', 'washing', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'table', 'there', 'was', 'so', 'much', 'of', 'it', 'because', 'for', 'Gregor', 's', 'father', 'breakfast', 'was', 'the', 'most', 'important', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'several', 'hours', 'as', 'he', 'sat', 'reading', 'a', 'number', 'of', 'different', 'newspapers', 'On', 'the', 'wall', 'exactly', 'opposite', 'there', 'was', 'photograph', 'of', 'Gregor', 'when', 'he', 'was', 'a', 'lieutenant', 'in', 'the', 'army', 'his', 'sword', 'in', 'his', 'hand', 'and', 'a', 'carefree', 'smile', 'on', 'his', 'face', 'as', 'he', 'called', 'forth', 'respect', 'for', 'his', 'uniform', 'and', 'bearing', 'The', 'door', 'to', 'the', 'entrance', 'hall', 'was', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'was', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'landing', 'and', 'the', 'stairs', 'where', 'they', 'began', 'their', 'way', 'down', 'below', 'Now', 'then', 'said', 'Gregor', 'well', 'aware', 'that', 'he', 'was', 'the', 'only', 'one', 'to', 'have', 'kept', 'calm', 'I', 'll', 'get', 'dressed', 'straight', 'away', 'now', 'pack', 'up', 'my', 'samples', 'and', 'set', 'off', 'Will', 'you', 'please', 'just', 'let', 'me', 'leave', 'You', 'can', 'see', 'he', 'said', 'to', 'the', 'chief', 'clerk', 'that', 'I', 'm', 'not', 'stubborn', 'and', 'I', 'like', 'to', 'do', 'my', 'job', 'being', 'a', 'commercial', 'traveller', 'is', 'arduous', 'but', 'without', 'travelling', 'I', 'couldn', 't', 'earn', 'my', 'living', 'So', 'where', 'are', 'you', 'going', 'in', 'to', 'the', 'office', 'Yes', 'Will', 'you', 'report', 'everything', 'accurately', 'then', 'It', 's', 'quite', 'possible', 'for', 'someone', 'to', 'be', 'temporarily', 'unable', 'to', 'work', 'but', 'that', 's', 'just', 'the', 'right', 'time', 'to', 'remember', 'what', 's', 'been', 'achieved', 'in', 'the', 'past', 'and', 'consider', 'that', 'later', 'on', 'once', 'the', 'difficulty', 'has', 'been', 'removed', 'he', 'will', 'certainly', 'work', 'with', 'all', 'the', 'more', 'diligence', 'and', 'concentration', 'You', 're', 'well', 'aware', 'that', 'I', 'm', 'seriously', 'in', 'debt', 'to', 'our', 'employer', 'as', 'well', 'as', 'having', 'to', 'look', 'after', 'my', 'parents', 'and', 'my', 'sister', 'so', 'that', 'I', 'm', 'trapped', 'in', 'a', 'difficult', 'situation', 'but', 'I', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again', 'Please', 'don', 't', 'make', 'things', 'any', 'harder', 'for', 'me', 'than', 'they', 'are', 'already', 'and', 'don', 't', 'take', 'sides', 'against', 'me', 'at', 'the', 'office', 'I', 'know', 'that', 'nobody', 'likes', 'the', 'travellers', 'They', 'think', 'we', 'earn', 'an', 'enormous', 'wage', 'as', 'well', 'as', 'having', 'a', 'soft', 'time', 'of', 'it', 'That', 's', 'just', 'prejudice', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it', 'But', 'you', 'sir', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff', 'in', 'fact', 'if', 'I', 'can', 'say', 'this', 'in', 'confidence', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', 'it', 's', 'very', 'easy', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistakes', 'about', 'his', 'employees', 'and', 'judge', 'them', 'more', 'harshly', 'than', 'he', 'should', 'And', 'you', 're', 'also', 'well', 'aware', 'that', 'we', 'travellers', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'office', 'so', 'that', 'we', 'can', 'very', 'easily', 'fall', 'victim', 'to', 'gossip', 'and', 'chance', 'and', 'groundless', 'complaints', 'and', 'it', 's', 'almost', 'impossible', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing', 'we', 'don', 't', 'usually', 'even', 'hear', 'about', 'them', 'or', 'if', 'at', 'all', 'it', 's', 'when', 'we', 'arrive', 'back', 'home', 'exhausted', 'from', 'a', 'trip', 'and', 'that', 's', 'when', 'we', 'feel', 'the', 'harmful', 'effects', 'of', 'what', 's', 'been', 'going', 'on', 'without', 'even', 'knowing', 'what', 'caused', 'them', 'Please', 'don', 't', 'go', 'away', 'at', 'least', 'first', 'say', 'something', 'to', 'show', 'that', 'you', 'grant', 'that', 'I', 'm', 'at', 'least', 'partly', 'right', 'But', 'the', 'chief', 'clerk', 'had', 'turned', 'away', 'as', 'soon', 'as', 'Gregor', 'had', 'started', 'to', 'speak', 'and', 'with', 'protruding', 'lips', 'only', 'stared', 'back', 'at', 'him', 'over', 'his', 'trembling', 'shoulders', 'as', 'he', 'left', 'He', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'Gregor', 'was', 'speaking', 'but', 'moved', 'steadily', 'towards', 'the', 'door', 'without', 'taking', 'his', 'eyes', 'off', 'him', 'He', 'moved', 'very', 'gradually', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibition', 'on', 'leaving', 'the', 'room', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'entrance', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement', 'drew', 'his', 'foot', 'from', 'the', 'living', 'room', 'and', 'rushed', 'forward', 'in', 'a', 'panic', 'In', 'the', 'hall', 'he', 'stretched', 'his', 'right', 'hand', 'far', 'out', 'towards', 'the', 'stairway', 'as', 'if', 'out', 'there', 'there', 'were', 'some', 'supernatural', 'force', 'waiting', 'to', 'save', 'him', 'Gregor', 'realised', 'that', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'this', 'mood', 'if', 'his', 'position', 'in', 'the', 'firm', 'was', 'not', 'to', 'be', 'put', 'into', 'extreme', 'danger', 'That', 'was', 'something', 'his', 'parents', 'did', 'not', 'understand', 'very', 'well', 'over', 'the', 'years', 'they', 'had', 'become', 'convinced', 'that', 'this', 'job', 'would', 'provide', 'for', 'Gregor', 'for', 'his', 'entire', 'life', 'and', 'besides', 'they', 'had', 'so', 'much', 'to', 'worry', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'any', 'thought', 'for', 'the', 'future', 'Gregor', 'though', 'did', 'think', 'about', 'the', 'future', 'The', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back', 'calmed', 'down', 'convinced', 'and', 'finally', 'won', 'over', 'the', 'future', 'of', 'Gregor', 'and', 'his', 'family', 'depended', 'on', 'it', 'If', 'only', 'his', 'sister', 'were', 'here', 'She', 'was', 'clever', 'she', 'was', 'already', 'in', 'tears', 'while', 'Gregor', 'was', 'still', 'lying', 'peacefully', 'on', 'his', 'back', 'And', 'the', 'chief', 'clerk', 'was', 'a', 'lover', 'of', 'women', 'surely', 'she', 'could', 'persuade', 'him', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entrance', 'hall', 'and', 'talk', 'him', 'out', 'of', 'his', 'shocked', 'state', 'But', 'his', 'sister', 'was', 'not', 'there', 'Gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself', 'And', 'without', 'considering', 'that', 'he', 'still', 'was', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'his', 'present', 'state', 'or', 'that', 'his', 'speech', 'still', 'might', 'not', 'or', 'probably', 'would', 'not', 'be', 'understood', 'he', 'let', 'go', 'of', 'the', 'door', 'pushed', 'himself', 'through', 'the', 'opening', 'tried', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'landing', 'who', 'ridiculously', 'was', 'holding', 'on', 'to', 'the', 'banister', 'with', 'both', 'hands', 'but', 'Gregor', 'fell', 'immediately', 'over', 'and', 'with', 'a', 'little', 'scream', 'as', 'he', 'sought', 'something', 'to', 'hold', 'onto', 'landed', 'on', 'his', 'numerous', 'little', 'legs', 'Hardly', 'had', 'that', 'happened', 'than', 'for', 'the', 'first', 'time', 'that', 'day', 'he', 'began', 'to', 'feel', 'alright', 'with', 'his', 'body', 'the', 'little', 'legs', 'had', 'the', 'solid', 'ground', 'under', 'them', 'to', 'his', 'pleasure', 'they', 'did', 'exactly', 'as', 'he', 'told', 'them', 'they', 'were', 'even', 'making', 'the', 'effort', 'to', 'carry', 'him', 'where', 'he', 'wanted', 'to', 'go', 'and', 'he', 'was', 'soon', 'believing', 'that', 'all', 'his', 'sorrows', 'would', 'soon', 'be', 'finally', 'at', 'an', 'end', 'He', 'held', 'back', 'the', 'urge', 'to', 'move', 'but', 'swayed', 'from', 'side', 'to', 'side', 'as', 'he', 'crouched', 'there', 'on', 'the', 'floor', 'His', 'mother', 'was', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seemed', 'at', 'first', 'quite', 'engrossed', 'in', 'herself', 'but', 'then', 'she', 'suddenly', 'jumped', 'up', 'with', 'her', 'arms', 'outstretched', 'and', 'her', 'fingers', 'spread', 'shouting', 'Help', 'for', 'pity', 's', 'sake', 'Help', 'The', 'way', 'she', 'held', 'her', 'head', 'suggested', 'she', 'wanted', 'to', 'see', 'Gregor', 'better', 'but', 'the', 'unthinking', 'way', 'she', 'was', 'hurrying', 'backwards', 'showed', 'that', 'she', 'did', 'not', 'she', 'had', 'forgotten', 'that', 'the', 'table', 'was', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'things', 'on', 'it', 'when', 'she', 'reached', 'the', 'table', 'she', 'sat', 'quickly', 'down', 'on', 'it', 'without', 'knowing', 'what', 'she', 'was', 'doing', 'without', 'even', 'seeming', 'to', 'notice', 'that', 'the', 'coffee', 'pot', 'had', 'been', 'knocked', 'over', 'and', 'a', 'gush', 'of', 'coffee', 'was', 'pouring', 'down', 'onto', 'the', 'carpet', 'Mother', 'mother', 'said', 'Gregor', 'gently', 'looking', 'up', 'at', 'her', 'He', 'had', 'completely', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment', 'but', 'could', 'not', 'help', 'himself', 'snapping', 'in', 'the', 'air', 'with', 'his', 'jaws', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffee', 'That', 'set', 'his', 'mother', 'screaming', 'anew', 'she', 'fled', 'from', 'the', 'table', 'and', 'into', 'the', 'arms', 'of', 'his', 'father', 'as', 'he', 'rushed', 'towards', 'her', 'Gregor', 'though', 'had', 'no', 'time', 'to', 'spare', 'for', 'his', 'parents', 'now', 'the', 'chief', 'clerk', 'had', 'already', 'reached', 'the', 'stairs', 'with', 'his', 'chin', 'on', 'the', 'banister', 'he', 'looked', 'back', 'for', 'the', 'last', 'time', 'Gregor', 'made', 'a', 'run', 'for', 'him', 'he', 'wanted', 'to', 'be', 'sure', 'of', 'reaching', 'him', 'the', 'chief', 'clerk', 'must', 'have', 'expected', 'something', 'as', 'he', 'leapt', 'down', 'several', 'steps', 'at', 'once', 'and', 'disappeared', 'his', 'shouts', 'resounding', 'all', 'around', 'the', 'staircase', 'The', 'flight', 'of', 'the', 'chief', 'clerk', 'seemed', 'unfortunately', 'to', 'put', 'Gregor', 's', 'father', 'into', 'a', 'panic', 'as', 'well', 'Until', 'then', 'he', 'had', 'been', 'relatively', 'self', 'controlled', 'but', 'now', 'instead', 'of', 'running', 'after', 'the', 'chief', 'clerk', 'himself', 'or', 'at', 'least', 'not', 'impeding', 'Gregor', 'as', 'he', 'ran', 'after', 'him', 'Gregor', 's', 'father', 'seized', 'the', 'chief', 'clerk', 's', 'stick', 'in', 'his', 'right', 'hand', 'the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair', 'along', 'with', 'his', 'hat', 'and', 'overcoat', 'picked', 'up', 'a', 'large', 'newspaper', 'from', 'the', 'table', 'with', 'his', 'left', 'and', 'used', 'them', 'to', 'drive', 'Gregor', 'back', 'into', 'his', 'room', 'stamping', 'his', 'foot', 'at', 'him', 'as', 'he', 'went', 'Gregor', 's', 'appeals', 'to', 'his', 'father', 'were', 'of', 'no', 'help', 'his', 'appeals', 'were', 'simply', 'not', 'understood', 'however', 'much', 'he', 'humbly', 'turned', 'his', 'head', 'his', 'father', 'merely', 'stamped', 'his', 'foot', 'all', 'the', 'harder', 'Across', 'the', 'room', 'despite', 'the', 'chilly', 'weather', 'Gregor', 's', 'mother', 'had', 'pulled', 'open', 'a', 'window', 'leant', 'far', 'out', 'of', 'it', 'and', 'pressed', 'her', 'hands', 'to', 'her', 'face', 'A', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'towards', 'the', 'stairway', 'the', 'curtains', 'flew', 'up', 'the', 'newspapers', 'on', 'the', 'table', 'fluttered', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor', 'Nothing', 'would', 'stop', 'Gregor', 's', 'father', 'as', 'he', 'drove', 'him', 'back', 'making', 'hissing', 'noises', 'at', 'him', 'like', 'a', 'wild', 'man', 'Gregor', 'had', 'never', 'had', 'any', 'practice', 'in', 'moving', 'backwards', 'and', 'was', 'only', 'able', 'to', 'go', 'very', 'slowly', 'If', 'Gregor', 'had', 'only', 'been', 'allowed', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'his', 'room', 'straight', 'away', 'but', 'he', 'was', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'his', 'father', 'would', 'become', 'impatient', 'and', 'there', 'was', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'his', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'his', 'father', 's', 'hand', 'any', 'moment', 'Eventually', 'though', 'Gregor', 'realised', 'that', 'he', 'had', 'no', 'choice', 'as', 'he', 'saw', 'to', 'his', 'disgust', 'that', 'he', 'was', 'quite', 'incapable', 'of', 'going', 'backwards', 'in', 'a', 'straight', 'line', 'so', 'he', 'began', 'as', 'quickly', 'as', 'possible', 'and', 'with', 'frequent', 'anxious', 'glances', 'at', 'his', 'father', 'to', 'turn', 'himself', 'round', 'It', 'went', 'very', 'slowly', 'but', 'perhaps', 'his', 'father', 'was', 'able', 'to', 'see', 'his', 'good', 'intentions', 'as', 'he', 'did', 'nothing', 'to', 'hinder', 'him', 'in', 'fact', 'now', 'and', 'then', 'he', 'used', 'the', 'tip', 'of', 'his', 'stick', 'to', 'give', 'directions', 'from', 'a', 'distance', 'as', 'to', 'which', 'way', 'to', 'turn', 'If', 'only', 'his', 'father', 'would', 'stop', 'that', 'unbearable', 'hissing', 'It', 'was', 'making', 'Gregor', 'quite', 'confused', 'When', 'he', 'had', 'nearly', 'finished', 'turning', 'round', 'still', 'listening', 'to', 'that', 'hissing', 'he', 'made', 'a', 'mistake', 'and', 'turned', 'himself', 'back', 'a', 'little', 'the', 'way', 'he', 'had', 'just', 'come', 'He', 'was', 'pleased', 'when', 'he', 'finally', 'had', 'his', 'head', 'in', 'front', 'of', 'the', 'doorway', 'but', 'then', 'saw', 'that', 'it', 'was', 'too', 'narrow', 'and', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulty', 'In', 'his', 'present', 'mood', 'it', 'obviously', 'did', 'not', 'occur', 'to', 'his', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'double', 'doors', 'so', 'that', 'Gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through', 'He', 'was', 'merely', 'fixed', 'on', 'the', 'idea', 'that', 'Gregor', 'should', 'be', 'got', 'back', 'into', 'his', 'room', 'as', 'quickly', 'as', 'possible', 'Nor', 'would', 'he', 'ever', 'have', 'allowed', 'Gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'preparation', 'for', 'getting', 'through', 'the', 'doorway', 'What', 'he', 'did', 'making', 'more', 'noise', 'than', 'ever', 'was', 'to', 'drive', 'Gregor', 'forwards', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'nothing', 'in', 'the', 'way', 'it', 'sounded', 'to', 'Gregor', 'as', 'if', 'there', 'was', 'now', 'more', 'than', 'one', 'father', 'behind', 'him', 'it', 'was', 'not', 'a', 'pleasant', 'experience', 'and', 'Gregor', 'pushed', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen', 'One', 'side', 'of', 'his', 'body', 'lifted', 'itself', 'he', 'lay', 'at', 'an', 'angle', 'in', 'the', 'doorway', 'one', 'flank', 'scraped', 'on', 'the', 'white', 'door', 'and', 'was', 'painfully', 'injured', 'leaving', 'vile', 'brown', 'flecks', 'on', 'it', 'soon', 'he', 'was', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'able', 'to', 'move', 'at', 'all', 'by', 'himself', 'the', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'pressed', 'painfully', 'against', 'the', 'ground', 'Then', 'his', 'father', 'gave', 'him', 'a', 'hefty', 'shove', 'from', 'behind', 'which', 'released', 'him', 'from', 'where', 'he', 'was', 'held', 'and', 'sent', 'him', 'flying', 'and', 'heavily', 'bleeding', 'deep', 'into', 'his', 'room', 'The', 'door', 'was', 'slammed', 'shut', 'with', 'the', 'stick', 'then', 'finally', 'all', 'was', 'quiet', 'II', 'It', 'was', 'not', 'until', 'it', 'was', 'getting', 'dark', 'that', 'evening', 'that', 'Gregor', 'awoke', 'from', 'his', 'deep', 'and', 'coma', 'like', 'sleep', 'He', 'would', 'have', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'if', 'he', 'hadn', 't', 'been', 'disturbed', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fully', 'rested', 'But', 'he', 'had', 'the', 'impression', 'that', 'some', 'hurried', 'steps', 'and', 'the', 'sound', 'of', 'the', 'door', 'leading', 'into', 'the', 'front', 'room', 'being', 'carefully', 'shut', 'had', 'woken', 'him', 'The', 'light', 'from', 'the', 'electric', 'street', 'lamps', 'shone', 'palely', 'here', 'and', 'there', 'onto', 'the', 'ceiling', 'and', 'tops', 'of', 'the', 'furniture', 'but', 'down', 'below', 'where', 'Gregor', 'was', 'it', 'was', 'dark', 'He', 'pushed', 'himself', 'over', 'to', 'the', 'door', 'feeling', 'his', 'way', 'clumsily', 'with', 'his', 'antennae', 'of', 'which', 'he', 'was', 'now', 'beginning', 'to', 'learn', 'the', 'value', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happening', 'there', 'The', 'whole', 'of', 'his', 'left', 'side', 'seemed', 'like', 'one', 'painfully', 'stretched', 'scar', 'and', 'he', 'limped', 'badly', 'on', 'his', 'two', 'rows', 'of', 'legs', 'One', 'of', 'the', 'legs', 'had', 'been', 'badly', 'injured', 'in', 'the', 'events', 'of', 'that', 'morning', 'it', 'was', 'nearly', 'a', 'miracle', 'that', 'only', 'one', 'of', 'them', 'had', 'been', 'and', 'dragged', 'along', 'lifelessly', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'door', 'that', 'he', 'realised', 'what', 'it', 'actually', 'was', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it', 'it', 'was', 'the', 'smell', 'of', 'something', 'to', 'eat', 'By', 'the', 'door', 'there', 'was', 'a', 'dish', 'filled', 'with', 'sweetened', 'milk', 'with', 'little', 'pieces', 'of', 'white', 'bread', 'floating', 'in', 'it', 'He', 'was', 'so', 'pleased', 'he', 'almost', 'laughed', 'as', 'he', 'was', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morning', 'and', 'immediately', 'dipped', 'his', 'head', 'into', 'the', 'milk', 'nearly', 'covering', 'his', 'eyes', 'with', 'it', 'But', 'he', 'soon', 'drew', 'his', 'head', 'back', 'again', 'in', 'disappointment', 'not', 'only', 'did', 'the', 'pain', 'in', 'his', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', 'he', 'was', 'only', 'able', 'to', 'eat', 'if', 'his', 'whole', 'body', 'worked', 'together', 'as', 'a', 'snuffling', 'whole', 'but', 'the', 'milk', 'did', 'not', 'taste', 'at', 'all', 'nice', 'Milk', 'like', 'this', 'was', 'normally', 'his', 'favourite', 'drink', 'and', 'his', 'sister', 'had', 'certainly', 'left', 'it', 'there', 'for', 'him', 'because', 'of', 'that', 'but', 'he', 'turned', 'almost', 'against', 'his', 'own', 'will', 'away', 'from', 'the', 'dish', 'and', 'crawled', 'back', 'into', 'the', 'centre', 'of', 'the', 'room', 'Through', 'the', 'crack', 'in', 'the', 'door', 'Gregor', 'could', 'see', 'that', 'the', 'gas', 'had', 'been', 'lit', 'in', 'the', 'living', 'room', 'His', 'father', 'at', 'this', 'time', 'would', 'normally', 'be', 'sat', 'with', 'his', 'evening', 'paper', 'reading', 'it', 'out', 'in', 'a', 'loud', 'voice', 'to', 'Gregor', 's', 'mother', 'and', 'sometimes', 'to', 'his', 'sister', 'but', 'there', 'was', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard', 'Gregor', 's', 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'this', 'reading', 'but', 'maybe', 'his', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'times', 'It', 'was', 'so', 'quiet', 'all', 'around', 'too', 'even', 'though', 'there', 'must', 'have', 'been', 'somebody', 'in', 'the', 'flat', 'What', 'a', 'quiet', 'life', 'it', 'is', 'the', 'family', 'lead', 'said', 'Gregor', 'to', 'himself', 'and', 'gazing', 'into', 'the', 'darkness', 'felt', 'a', 'great', 'pride', 'that', 'he', 'was', 'able', 'to', 'provide', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'his', 'sister', 'and', 'parents', 'But', 'what', 'now', 'if', 'all', 'this', 'peace', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horrible', 'and', 'frightening', 'end', 'That', 'was', 'something', 'that', 'Gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much', 'so', 'he', 'started', 'to', 'move', 'about', 'crawling', 'up', 'and', 'down', 'the', 'room', 'Once', 'during', 'that', 'long', 'evening', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'was', 'opened', 'very', 'slightly', 'and', 'hurriedly', 'closed', 'again', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same', 'it', 'seemed', 'that', 'someone', 'needed', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it', 'Gregor', 'went', 'and', 'waited', 'immediately', 'by', 'the', 'door', 'resolved', 'either', 'to', 'bring', 'the', 'timorous', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'was', 'but', 'the', 'door', 'was', 'opened', 'no', 'more', 'that', 'night', 'and', 'Gregor', 'waited', 'in', 'vain', 'The', 'previous', 'morning', 'while', 'the', 'doors', 'were', 'locked', 'everyone', 'had', 'wanted', 'to', 'get', 'in', 'there', 'to', 'him', 'but', 'now', 'now', 'that', 'he', 'had', 'opened', 'up', 'one', 'of', 'the', 'doors', 'and', 'the', 'other', 'had', 'clearly', 'been', 'unlocked', 'some', 'time', 'during', 'the', 'day', 'no', 'one', 'came', 'and', 'the', 'keys', 'were', 'in', 'the', 'other', 'sides', 'It', 'was', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'living', 'room', 'was', 'put', 'out', 'and', 'now', 'it', 'was', 'easy', 'to', 'see', 'that', 'his', 'parents', 'and', 'sister', 'had', 'stayed', 'awake', 'all', 'that', 'time', 'as', 'they', 'all', 'could', 'be', 'distinctly', 'heard', 'as', 'they', 'went', 'away', 'together', 'on', 'tip', 'toe', 'It', 'was', 'clear', 'that', 'no', 'one', 'would', 'come', 'into', 'Gregor', 's', 'room', 'any', 'more', 'until', 'morning', 'that', 'gave', 'him', 'plenty', 'of', 'time', 'to', 'think', 'undisturbed', 'about', 'how', 'he', 'would', 'have', 'to', 're', 'arrange', 'his', 'life', 'For', 'some', 'reason', 'the', 'tall', 'empty', 'room', 'where', 'he', 'was', 'forced', 'to', 'remain', 'made', 'him', 'feel', 'uneasy', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor', 'even', 'though', 'he', 'had', 'been', 'living', 'in', 'it', 'for', 'five', 'years', 'Hardly', 'aware', 'of', 'what', 'he', 'was', 'doing', 'other', 'than', 'a', 'slight', 'feeling', 'of', 'shame', 'he', 'hurried', 'under', 'the', 'couch', 'It', 'pressed', 'down', 'on', 'his', 'back', 'a', 'little', 'and', 'he', 'was', 'no', 'longer', 'able', 'to', 'lift', 'his', 'head', 'but', 'he', 'nonetheless', 'felt', 'immediately', 'at', 'ease', 'and', 'his', 'only', 'regret', 'was', 'that', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath', 'He', 'spent', 'the', 'whole', 'night', 'there', 'Some', 'of', 'the', 'time', 'he', 'passed', 'in', 'a', 'light', 'sleep', 'although', 'he', 'frequently', 'woke', 'from', 'it', 'in', 'alarm', 'because', 'of', 'his', 'hunger', 'and', 'some', 'of', 'the', 'time', 'was', 'spent', 'in', 'worries', 'and', 'vague', 'hopes', 'which', 'however', 'always', 'led', 'to', 'the', 'same', 'conclusion', 'for', 'the', 'time', 'being', 'he', 'must', 'remain', 'calm', 'he', 'must', 'show', 'patience', 'and', 'the', 'greatest', 'consideration', 'so', 'that', 'his', 'family', 'could', 'bear', 'the', 'unpleasantness', 'that', 'he', 'in', 'his', 'present', 'condition', 'was', 'forced', 'to', 'impose', 'on', 'them', 'Gregor', 'soon', 'had', 'the', 'opportunity', 'to', 'test', 'the', 'strength', 'of', 'his', 'decisions', 'as', 'early', 'the', 'next', 'morning', 'almost', 'before', 'the', 'night', 'had', 'ended', 'his', 'sister', 'nearly', 'fully', 'dressed', 'opened', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'looked', 'anxiously', 'in', 'She', 'did', 'not', 'see', 'him', 'straight', 'away', 'but', 'when', 'she', 'did', 'notice', 'him', 'under', 'the', 'couch', 'he', 'had', 'to', 'be', 'somewhere', 'for', 'God', 's', 'sake', 'he', 'couldn', 't', 'have', 'flown', 'away', 'she', 'was', 'so', 'shocked', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slammed', 'the', 'door', 'shut', 'again', 'from', 'outside', 'But', 'she', 'seemed', 'to', 'regret', 'her', 'behaviour', 'as', 'she', 'opened', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tip', 'toe', 'as', 'if', 'entering', 'the', 'room', 'of', 'someone', 'seriously', 'ill', 'or', 'even', 'of', 'a', 'stranger', 'Gregor', 'had', 'pushed', 'his', 'head', 'forward', 'right', 'to', 'the', 'edge', 'of', 'the', 'couch', 'and', 'watched', 'her', 'Would', 'she', 'notice', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'was', 'realise', 'that', 'it', 'was', 'not', 'from', 'any', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'was', 'more', 'suitable', 'If', 'she', 'didn', 't', 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungry', 'than', 'draw', 'her', 'attention', 'to', 'it', 'although', 'he', 'did', 'feel', 'a', 'terrible', 'urge', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch', 'throw', 'himself', 'at', 'his', 'sister', 's', 'feet', 'and', 'beg', 'her', 'for', 'something', 'good', 'to', 'eat', 'However', 'his', 'sister', 'noticed', 'the', 'full', 'dish', 'immediately', 'and', 'looked', 'at', 'it', 'and', 'the', 'few', 'drops', 'of', 'milk', 'splashed', 'around', 'it', 'with', 'some', 'surprise', 'She', 'immediately', 'picked', 'it', 'up', 'using', 'a', 'rag', 'not', 'her', 'bare', 'hands', 'and', 'carried', 'it', 'out', 'Gregor', 'was', 'extremely', 'curious', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'its', 'place', 'imagining', 'the', 'wildest', 'possibilities', 'but', 'he', 'never', 'could', 'have', 'guessed', 'what', 'his', 'sister', 'in', 'her', 'goodness', 'actually', 'did', 'bring', 'In', 'order', 'to', 'test', 'his', 'taste', 'she', 'brought', 'him', 'a', 'whole', 'selection', 'of', 'things', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspaper', 'There', 'were', 'old', 'half', 'rotten', 'vegetables', 'bones', 'from', 'the', 'evening', 'meal', 'covered', 'in', 'white', 'sauce', 'that', 'had', 'gone', 'hard', 'a', 'few', 'raisins', 'and', 'almonds', 'some', 'cheese', 'that', 'Gregor', 'had', 'declared', 'inedible', 'two', 'days', 'before', 'a', 'dry', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt', 'As', 'well', 'as', 'all', 'that', 'she', 'had', 'poured', 'some', 'water', 'into', 'the', 'dish', 'which', 'had', 'probably', 'been', 'permanently', 'set', 'aside', 'for', 'Gregor', 's', 'use', 'and', 'placed', 'it', 'beside', 'them', 'Then', 'out', 'of', 'consideration', 'for', 'Gregor', 's', 'feelings', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her', 'she', 'hurried', 'out', 'again', 'and', 'even', 'turned', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'Gregor', 'would', 'know', 'he', 'could', 'make', 'things', 'as', 'comfortable', 'for', 'himself', 'as', 'he', 'liked', 'Gregor', 's', 'little', 'legs', 'whirred', 'at', 'last', 'he', 'could', 'eat', 'What', 's', 'more', 'his', 'injuries', 'must', 'already', 'have', 'completely', 'healed', 'as', 'he', 'found', 'no', 'difficulty', 'in', 'moving', 'This', 'amazed', 'him', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'his', 'finger', 'slightly', 'with', 'a', 'knife', 'he', 'thought', 'of', 'how', 'his', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'before', 'yesterday', 'Am', 'I', 'less', 'sensitive', 'than', 'I', 'used', 'to', 'be', 'then', 'he', 'thought', 'and', 'was', 'already', 'sucking', 'greedily', 'at', 'the', 'cheese', 'which', 'had', 'immediately', 'almost', 'compellingly', 'attracted', 'him', 'much', 'more', 'than', 'the', 'other', 'foods', 'on', 'the', 'newspaper', 'Quickly', 'one', 'after', 'another', 'his', 'eyes', 'watering', 'with', 'pleasure', 'he', 'consumed', 'the', 'cheese', 'the', 'vegetables', 'and', 'the', 'sauce', 'the', 'fresh', 'foods', 'on', 'the', 'other', 'hand', 'he', 'didn', 't', 'like', 'at', 'all', 'and', 'even', 'dragged', 'the', 'things', 'he', 'did', 'want', 'to', 'eat', 'a', 'little', 'way', 'away', 'from', 'them', 'because', 'he', 'couldn', 't', 'stand', 'the', 'smell', 'Long', 'after', 'he', 'had', 'finished', 'eating', 'and', 'lay', 'lethargic', 'in', 'the', 'same', 'place', 'his', 'sister', 'slowly', 'turned', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw', 'He', 'was', 'immediately', 'startled', 'although', 'he', 'had', 'been', 'half', 'asleep', 'and', 'he', 'hurried', 'back', 'under', 'the', 'couch', 'But', 'he', 'needed', 'great', 'self', 'control', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'his', 'sister', 'was', 'in', 'the', 'room', 'as', 'eating', 'so', 'much', 'food', 'had', 'rounded', 'out', 'his', 'body', 'a', 'little', 'and', 'he', 'could', 'hardly', 'breathe', 'in', 'that', 'narrow', 'space', 'Half', 'suffocating', 'he', 'watched', 'with', 'bulging', 'eyes', 'as', 'his', 'sister', 'unselfconsciously', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'left', 'overs', 'mixing', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touched', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'used', 'any', 'more', 'She', 'quickly', 'dropped', 'it', 'all', 'into', 'a', 'bin', 'closed', 'it', 'with', 'its', 'wooden', 'lid', 'and', 'carried', 'everything', 'out', 'She', 'had', 'hardly', 'turned', 'her', 'back', 'before', 'Gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretched', 'himself', 'This', 'was', 'how', 'Gregor', 'received', 'his', 'food', 'each', 'day', 'now', 'once', 'in', 'the', 'morning', 'while', 'his', 'parents', 'and', 'the', 'maid', 'were', 'still', 'asleep', 'and', 'the', 'second', 'time', 'after', 'everyone', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'his', 'parents', 'would', 'sleep', 'for', 'a', 'little', 'while', 'then', 'as', 'well', 'and', 'Gregor', 's', 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand', 'Gregor', 's', 'father', 'and', 'mother', 'certainly', 'did', 'not', 'want', 'him', 'to', 'starve', 'either', 'but', 'perhaps', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'any', 'more', 'experience', 'of', 'his', 'feeding', 'than', 'being', 'told', 'about', 'it', 'and', 'perhaps', 'his', 'sister', 'wanted', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'indeed', 'suffering', 'enough', 'It', 'was', 'impossible', 'for', 'Gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morning', 'to', 'get', 'them', 'out', 'of', 'the', 'flat', 'As', 'nobody', 'could', 'understand', 'him', 'nobody', 'not', 'even', 'his', 'sister', 'thought', 'that', 'he', 'could', 'understand', 'them', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'his', 'sister', 's', 'sighs', 'and', 'appeals', 'to', 'the', 'saints', 'as', 'she', 'moved', 'about', 'his', 'room', 'It', 'was', 'only', 'later', 'when', 'she', 'had', 'become', 'a', 'little', 'more', 'used', 'to', 'everything', 'there', 'was', 'of', 'course', 'no', 'question', 'of', 'her', 'ever', 'becoming', 'fully', 'used', 'to', 'the', 'situation', 'that', 'Gregor', 'would', 'sometimes', 'catch', 'a', 'friendly', 'comment', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'construed', 'as', 'friendly', 'He', 's', 'enjoyed', 'his', 'dinner', 'today', 'she', 'might', 'say', 'when', 'he', 'had', 'diligently', 'cleared', 'away', 'all', 'the', 'food', 'left', 'for', 'him', 'or', 'if', 'he', 'left', 'most', 'of', 'it', 'which', 'slowly', 'became', 'more', 'and', 'more', 'frequent', 'she', 'would', 'often', 'say', 'sadly', 'now', 'everything', 's', 'just', 'been', 'left', 'there', 'again', 'Although', 'Gregor', 'wasn', 't', 'able', 'to', 'hear', 'any', 'news', 'directly', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'was', 'said', 'in', 'the', 'next', 'rooms', 'and', 'whenever', 'he', 'heard', 'anyone', 'speaking', 'he', 'would', 'scurry', 'straight', 'to', 'the', 'appropriate', 'door', 'and', 'press', 'his', 'whole', 'body', 'against', 'it', 'There', 'was', 'seldom', 'any', 'conversation', 'especially', 'at', 'first', 'that', 'was', 'not', 'about', 'him', 'in', 'some', 'way', 'even', 'if', 'only', 'in', 'secret', 'For', 'two', 'whole', 'days', 'all', 'the', 'talk', 'at', 'every', 'mealtime', 'was', 'about', 'what', 'they', 'should', 'do', 'now', 'but', 'even', 'between', 'meals', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'always', 'at', 'least', 'two', 'members', 'of', 'the', 'family', 'at', 'home', 'nobody', 'wanted', 'to', 'be', 'at', 'home', 'by', 'themselves', 'and', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'leave', 'the', 'flat', 'entirely', 'empty', 'And', 'on', 'the', 'very', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knees', 'and', 'begged', 'Gregor', 's', 'mother', 'to', 'let', 'her', 'go', 'without', 'delay', 'It', 'was', 'not', 'very', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happened', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour', 'tearfully', 'thanking', 'Gregor', 's', 'mother', 'for', 'her', 'dismissal', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enormous', 'service', 'She', 'even', 'swore', 'emphatically', 'not', 'to', 'tell', 'anyone', 'the', 'slightest', 'about', 'what', 'had', 'happened', 'even', 'though', 'no', 'one', 'had', 'asked', 'that', 'of', 'her', 'Now', 'Gregor', 's', 'sister', 'also', 'had', 'to', 'help', 'his', 'mother', 'with', 'the', 'cooking', 'although', 'that', 'was', 'not', 'so', 'much', 'bother', 'as', 'no', 'one', 'ate', 'very', 'much', 'Gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccessfully', 'urge', 'another', 'to', 'eat', 'and', 'receive', 'no', 'more', 'answer', 'than', 'no', 'thanks', 'I', 've', 'had', 'enough', 'or', 'something', 'similar', 'No', 'one', 'drank', 'very', 'much', 'either', 'His', 'sister', 'would', 'sometimes', 'ask', 'his', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer', 'hoping', 'for', 'the', 'chance', 'to', 'go', 'and', 'fetch', 'it', 'herself', 'When', 'his', 'father', 'then', 'said', 'nothing', 'she', 'would', 'add', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish', 'that', 'she', 'could', 'send', 'the', 'housekeeper', 'for', 'it', 'but', 'then', 'his', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big', 'loud', 'No', 'and', 'no', 'more', 'would', 'be', 'said', 'Even', 'before', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end', 'his', 'father', 'had', 'explained', 'to', 'Gregor', 's', 'mother', 'and', 'sister', 'what', 'their', 'finances', 'and', 'prospects', 'were', 'Now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'table', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'little', 'cash', 'box', 'he', 'had', 'saved', 'from', 'his', 'business', 'when', 'it', 'had', 'collapsed', 'five', 'years', 'earlier', 'Gregor', 'heard', 'how', 'he', 'opened', 'the', 'complicated', 'lock', 'and', 'then', 'closed', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'wanted', 'What', 'he', 'heard', 'his', 'father', 'say', 'was', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'Gregor', 'heard', 'since', 'he', 'had', 'first', 'been', 'incarcerated', 'in', 'his', 'room', 'He', 'had', 'thought', 'that', 'nothing', 'at', 'all', 'remained', 'from', 'his', 'father', 's', 'business', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anything', 'different', 'and', 'Gregor', 'had', 'never', 'asked', 'him', 'about', 'it', 'anyway', 'Their', 'business', 'misfortune', 'had', 'reduced', 'the', 'family', 'to', 'a', 'state', 'of', 'total', 'despair', 'and', 'Gregor', 's', 'only', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrange', 'things', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickly', 'as', 'possible', 'So', 'then', 'he', 'started', 'working', 'especially', 'hard', 'with', 'a', 'fiery', 'vigour', 'that', 'raised', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travelling', 'representative', 'almost', 'overnight', 'bringing', 'with', 'it', 'the', 'chance', 'to', 'earn', 'money', 'in', 'quite', 'different', 'ways', 'Gregor', 'converted', 'his', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'table', 'at', 'home', 'for', 'the', 'benefit', 'of', 'his', 'astonished', 'and', 'delighted', 'family', 'They', 'had', 'been', 'good', 'times', 'and', 'they', 'had', 'never', 'come', 'again', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour', 'even', 'though', 'Gregor', 'had', 'later', 'earned', 'so', 'much', 'that', 'he', 'was', 'in', 'a', 'position', 'to', 'bear', 'the', 'costs', 'of', 'the', 'whole', 'family', 'and', 'did', 'bear', 'them', 'They', 'had', 'even', 'got', 'used', 'to', 'it', 'both', 'Gregor', 'and', 'the', 'family', 'they', 'took', 'the', 'money', 'with', 'gratitude', 'and', 'he', 'was', 'glad', 'to', 'provide', 'it', 'although', 'there', 'was', 'no', 'longer', 'much', 'warm', 'affection', 'given', 'in', 'return', 'Gregor', 'only', 'remained', 'close', 'to', 'his', 'sister', 'now', 'Unlike', 'him', 'she', 'was', 'very', 'fond', 'of', 'music', 'and', 'a', 'gifted', 'and', 'expressive', 'violinist', 'it', 'was', 'his', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'next', 'year', 'even', 'though', 'it', 'would', 'cause', 'great', 'expense', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way', 'During', 'Gregor', 's', 'short', 'periods', 'in', 'town', 'conversation', 'with', 'his', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatory', 'but', 'it', 'was', 'only', 'ever', 'mentioned', 'as', 'a', 'lovely', 'dream', 'that', 'could', 'never', 'be', 'realised', 'Their', 'parents', 'did', 'not', 'like', 'to', 'hear', 'this', 'innocent', 'talk', 'but', 'Gregor', 'thought', 'about', 'it', 'quite', 'hard', 'and', 'decided', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'planned', 'with', 'a', 'grand', 'announcement', 'of', 'it', 'on', 'Christmas', 'day', 'That', 'was', 'the', 'sort', 'of', 'totally', 'pointless', 'thing', 'that', 'went', 'through', 'his', 'mind', 'in', 'his', 'present', 'state', 'pressed', 'upright', 'against', 'the', 'door', 'and', 'listening', 'There', 'were', 'times', 'when', 'he', 'simply', 'became', 'too', 'tired', 'to', 'continue', 'listening', 'when', 'his', 'head', 'would', 'fall', 'wearily', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start', 'as', 'even', 'the', 'slightest', 'noise', 'he', 'caused', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent', 'What', 's', 'that', 'he', 's', 'doing', 'now', 'his', 'father', 'would', 'say', 'after', 'a', 'while', 'clearly', 'having', 'gone', 'over', 'to', 'the', 'door', 'and', 'only', 'then', 'would', 'the', 'interrupted', 'conversation', 'slowly', 'be', 'taken', 'up', 'again', 'When', 'explaining', 'things', 'his', 'father', 'repeated', 'himself', 'several', 'times', 'partly', 'because', 'it', 'was', 'a', 'long', 'time', 'since', 'he', 'had', 'been', 'occupied', 'with', 'these', 'matters', 'himself', 'and', 'partly', 'because', 'Gregor', 's', 'mother', 'did', 'not', 'understand', 'everything', 'the', 'first', 'time', 'From', 'these', 'repeated', 'explanations', 'Gregor', 'learned', 'to', 'his', 'pleasure', 'that', 'despite', 'all', 'their', 'misfortunes', 'there', 'was', 'still', 'some', 'money', 'available', 'from', 'the', 'old', 'days', 'It', 'was', 'not', 'a', 'lot', 'but', 'it', 'had', 'not', 'been', 'touched', 'in', 'the', 'meantime', 'and', 'some', 'interest', 'had', 'accumulated', 'Besides', 'that', 'they', 'had', 'not', 'been', 'using', 'up', 'all', 'the', 'money', 'that', 'Gregor', 'had', 'been', 'bringing', 'home', 'every', 'month', 'keeping', 'only', 'a', 'little', 'for', 'himself', 'so', 'that', 'that', 'too', 'had', 'been', 'accumulating', 'Behind', 'the', 'door', 'Gregor', 'nodded', 'with', 'enthusiasm', 'in', 'his', 'pleasure', 'at', 'this', 'unexpected', 'thrift', 'and', 'caution', 'He', 'could', 'actually', 'have', 'used', 'this', 'surplus', 'money', 'to', 'reduce', 'his', 'father', 's', 'debt', 'to', 'his', 'boss', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer', 'but', 'now', 'it', 'was', 'certainly', 'better', 'the', 'way', 'his', 'father', 'had', 'done', 'things', 'This', 'money', 'however', 'was', 'certainly', 'not', 'enough', 'to', 'enable', 'the', 'family', 'to', 'live', 'off', 'the', 'interest', 'it', 'was', 'enough', 'to', 'maintain', 'them', 'for', 'perhaps', 'one', 'or', 'two', 'years', 'no', 'more', 'That', 's', 'to', 'say', 'it', 'was', 'money', 'that', 'should', 'not', 'really', 'be', 'touched', 'but', 'set', 'aside', 'for', 'emergencies', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earned', 'His', 'father', 'was', 'healthy', 'but', 'old', 'and', 'lacking', 'in', 'self', 'confidence', 'During', 'the', 'five', 'years', 'that', 'he', 'had', 'not', 'been', 'working', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'become', 'very', 'slow', 'and', 'clumsy', 'Would', 'Gregor', 's', 'elderly', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money', 'She', 'suffered', 'from', 'asthma', 'and', 'it', 'was', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home', 'every', 'other', 'day', 'would', 'be', 'spent', 'struggling', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window', 'Would', 'his', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money', 'She', 'was', 'still', 'a', 'child', 'of', 'seventeen', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'very', 'enviable', 'consisting', 'of', 'wearing', 'nice', 'clothes', 'sleeping', 'late', 'helping', 'out', 'in', 'the', 'business', 'joining', 'in', 'with', 'a', 'few', 'modest', 'pleasures', 'and', 'most', 'of', 'all', 'playing', 'the', 'violin', 'Whenever', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money', 'Gregor', 'would', 'always', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool', 'leather', 'sofa', 'next', 'to', 'it', 'as', 'he', 'became', 'quite', 'hot', 'with', 'shame', 'and', 'regret', 'He', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through', 'not', 'sleeping', 'a', 'wink', 'but', 'scratching', 'at', 'the', 'leather', 'for', 'hours', 'on', 'end', 'Or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'pushing', 'a', 'chair', 'to', 'the', 'window', 'climbing', 'up', 'onto', 'the', 'sill', 'and', 'propped', 'up', 'in', 'the', 'chair', 'leaning', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it', 'He', 'had', 'used', 'to', 'feel', 'a', 'great', 'sense', 'of', 'freedom', 'from', 'doing', 'this', 'but', 'doing', 'it', 'now', 'was', 'obviously', 'something', 'more', 'remembered', 'than', 'experienced', 'as', 'what', 'he', 'actually', 'saw', 'in', 'this', 'way', 'was', 'becoming', 'less', 'distinct', 'every', 'day', 'even', 'things', 'that', 'were', 'quite', 'near', 'he', 'had', 'used', 'to', 'curse', 'the', 'ever', 'present', 'view', 'of', 'the', 'hospital', 'across', 'the', 'street', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'lived', 'in', 'Charlottenstrasse', 'which', 'was', 'a', 'quiet', 'street', 'despite', 'being', 'in', 'the', 'middle', 'of', 'the', 'city', 'he', 'could', 'have', 'thought', 'that', 'he', 'was', 'looking', 'out', 'the', 'window', 'at', 'a', 'barren', 'waste', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingled', 'inseparably', 'His', 'observant', 'sister', 'only', 'needed', 'to', 'notice', 'the', 'chair', 'twice', 'before', 'she', 'would', 'always', 'push', 'it', 'back', 'to', 'its', 'exact', 'position', 'by', 'the', 'window', 'after', 'she', 'had', 'tidied', 'up', 'the', 'room', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on', 'If', 'Gregor', 'had', 'only', 'been', 'able', 'to', 'speak', 'to', 'his', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it', 'but', 'as', 'it', 'was', 'it', 'caused', 'him', 'pain', 'His', 'sister', 'naturally', 'tried', 'as', 'far', 'as', 'possible', 'to', 'pretend', 'there', 'was', 'nothing', 'burdensome', 'about', 'it', 'and', 'the', 'longer', 'it', 'went', 'on', 'of', 'course', 'the', 'better', 'she', 'was', 'able', 'to', 'do', 'so', 'but', 'as', 'time', 'went', 'by', 'Gregor', 'was', 'also', 'able', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better', 'It', 'had', 'even', 'become', 'very', 'unpleasant', 'for', 'him', 'now', 'whenever', 'she', 'entered', 'the', 'room', 'No', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickly', 'close', 'the', 'door', 'as', 'a', 'precaution', 'so', 'that', 'no', 'one', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', 'Gregor', 's', 'room', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedly', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffocating', 'Even', 'if', 'it', 'was', 'cold', 'she', 'would', 'stay', 'at', 'the', 'window', 'breathing', 'deeply', 'for', 'a', 'little', 'while', 'She', 'would', 'alarm', 'Gregor', 'twice', 'a', 'day', 'with', 'this', 'running', 'about', 'and', 'noise', 'making', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shivering', 'the', 'whole', 'while', 'knowing', 'full', 'well', 'that', 'she', 'would', 'certainly', 'have', 'liked', 'to', 'spare', 'him', 'this', 'ordeal', 'but', 'it', 'was', 'impossible', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'windows', 'closed', 'One', 'day', 'about', 'a', 'month', 'after', 'Gregor', 's', 'transformation', 'when', 'his', 'sister', 'no', 'longer', 'had', 'any', 'particular', 'reason', 'to', 'be', 'shocked', 'at', 'his', 'appearance', 'she', 'came', 'into', 'the', 'room', 'a', 'little', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'staring', 'out', 'the', 'window', 'motionless', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horrible', 'In', 'itself', 'his', 'sister', 's', 'not', 'coming', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surprise', 'for', 'Gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immediately', 'open', 'the', 'window', 'while', 'he', 'was', 'still', 'there', 'but', 'not', 'only', 'did', 'she', 'not', 'come', 'in', 'she', 'went', 'straight', 'back', 'and', 'closed', 'the', 'door', 'behind', 'her', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threatened', 'her', 'and', 'tried', 'to', 'bite', 'her', 'Gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch', 'of', 'course', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'before', 'his', 'sister', 'came', 'back', 'and', 'she', 'seemed', 'much', 'more', 'uneasy', 'than', 'usual', 'It', 'made', 'him', 'realise', 'that', 'she', 'still', 'found', 'his', 'appearance', 'unbearable', 'and', 'would', 'continue', 'to', 'do', 'so', 'she', 'probably', 'even', 'had', 'to', 'overcome', 'the', 'urge', 'to', 'flee', 'when', 'she', 'saw', 'the', 'little', 'bit', 'of', 'him', 'that', 'protruded', 'from', 'under', 'the', 'couch', 'One', 'day', 'in', 'order', 'to', 'spare', 'her', 'even', 'this', 'sight', 'he', 'spent', 'four', 'hours', 'carrying', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'his', 'back', 'and', 'arranged', 'it', 'so', 'that', 'he', 'was', 'completely', 'covered', 'and', 'his', 'sister', 'would', 'not', 'be', 'able', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down', 'If', 'she', 'did', 'not', 'think', 'this', 'sheet', 'was', 'necessary', 'then', 'all', 'she', 'had', 'to', 'do', 'was', 'take', 'it', 'off', 'again', 'as', 'it', 'was', 'clear', 'enough', 'that', 'it', 'was', 'no', 'pleasure', 'for', 'Gregor', 'to', 'cut', 'himself', 'off', 'so', 'completely', 'She', 'left', 'the', 'sheet', 'where', 'it', 'was', 'Gregor', 'even', 'thought', 'he', 'glimpsed', 'a', 'look', 'of', 'gratitude', 'one', 'time', 'when', 'he', 'carefully', 'looked', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'his', 'sister', 'liked', 'the', 'new', 'arrangement', 'For', 'the', 'first', 'fourteen', 'days', 'Gregor', 's', 'parents', 'could', 'not', 'bring', 'themselves', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him', 'He', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreciated', 'all', 'the', 'new', 'work', 'his', 'sister', 'was', 'doing', 'even', 'though', 'before', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'was', 'somewhat', 'useless', 'and', 'frequently', 'been', 'annoyed', 'with', 'her', 'But', 'now', 'the', 'two', 'of', 'them', 'father', 'and', 'mother', 'would', 'often', 'both', 'wait', 'outside', 'the', 'door', 'of', 'Gregor', 's', 'room', 'while', 'his', 'sister', 'tidied', 'up', 'in', 'there', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactly', 'how', 'everything', 'looked', 'what', 'Gregor', 'had', 'eaten', 'how', 'he', 'had', 'behaved', 'this', 'time', 'and', 'whether', 'perhaps', 'any', 'slight', 'improvement', 'could', 'be', 'seen', 'His', 'mother', 'also', 'wanted', 'to', 'go', 'in', 'and', 'visit', 'Gregor', 'relatively', 'soon', 'but', 'his', 'father', 'and', 'sister', 'at', 'first', 'persuaded', 'her', 'against', 'it', 'Gregor', 'listened', 'very', 'closely', 'to', 'all', 'this', 'and', 'approved', 'fully', 'Later', 'though', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'force', 'which', 'made', 'her', 'call', 'out', 'Let', 'me', 'go', 'and', 'see', 'Gregor', 'he', 'is', 'my', 'unfortunate', 'son', 'Can', 't', 'you', 'understand', 'I', 'have', 'to', 'see', 'him', 'and', 'Gregor', 'would', 'think', 'to', 'himself', 'that', 'maybe', 'it', 'would', 'be', 'better', 'if', 'his', 'mother', 'came', 'in', 'not', 'every', 'day', 'of', 'course', 'but', 'one', 'day', 'a', 'week', 'perhaps', 'she', 'could', 'understand', 'everything', 'much', 'better', 'than', 'his', 'sister', 'who', 'for', 'all', 'her', 'courage', 'was', 'still', 'just', 'a', 'child', 'after', 'all', 'and', 'really', 'might', 'not', 'have', 'had', 'an', 'adult', 's', 'appreciation', 'of', 'the', 'burdensome', 'job', 'she', 'had', 'taken', 'on', 'Gregor', 's', 'wish', 'to', 'see', 'his', 'mother', 'was', 'soon', 'realised', 'Out', 'of', 'consideration', 'for', 'his', 'parents', 'Gregor', 'wanted', 'to', 'avoid', 'being', 'seen', 'at', 'the', 'window', 'during', 'the', 'day', 'the', 'few', 'square', 'meters', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about', 'it', 'was', 'hard', 'to', 'just', 'lie', 'quietly', 'through', 'the', 'night', 'his', 'food', 'soon', 'stopped', 'giving', 'him', 'any', 'pleasure', 'at', 'all', 'and', 'so', 'to', 'entertain', 'himself', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawling', 'up', 'and', 'down', 'the', 'walls', 'and', 'ceiling', 'He', 'was', 'especially', 'fond', 'of', 'hanging', 'from', 'the', 'ceiling', 'it', 'was', 'quite', 'different', 'from', 'lying', 'on', 'the', 'floor', 'he', 'could', 'breathe', 'more', 'freely', 'his', 'body', 'had', 'a', 'light', 'swing', 'to', 'it', 'and', 'up', 'there', 'relaxed', 'and', 'almost', 'happy', 'it', 'might', 'happen', 'that', 'he', 'would', 'surprise', 'even', 'himself', 'by', 'letting', 'go', 'of', 'the', 'ceiling', 'and', 'landing', 'on', 'the', 'floor', 'with', 'a', 'crash', 'But', 'now', 'of', 'course', 'he', 'had', 'far', 'better', 'control', 'of', 'his', 'body', 'than', 'before', 'and', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that', 'caused', 'himself', 'no', 'damage', 'Very', 'soon', 'his', 'sister', 'noticed', 'Gregor', 's', 'new', 'way', 'of', 'entertaining', 'himself', 'he', 'had', 'after', 'all', 'left', 'traces', 'of', 'the', 'adhesive', 'from', 'his', 'feet', 'as', 'he', 'crawled', 'about', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easy', 'as', 'possible', 'for', 'him', 'by', 'removing', 'the', 'furniture', 'that', 'got', 'in', 'his', 'way', 'especially', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', 'Now', 'this', 'was', 'not', 'something', 'that', 'she', 'would', 'be', 'able', 'to', 'do', 'by', 'herself', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carried', 'on', 'bravely', 'since', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainly', 'would', 'not', 'have', 'helped', 'in', 'this', 'she', 'had', 'even', 'asked', 'to', 'be', 'allowed', 'to', 'keep', 'the', 'kitchen', 'locked', 'at', 'all', 'times', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'was', 'especially', 'important', 'so', 'his', 'sister', 'had', 'no', 'choice', 'but', 'to', 'choose', 'some', 'time', 'when', 'Gregor', 's', 'father', 'was', 'not', 'there', 'and', 'fetch', 'his', 'mother', 'to', 'help', 'her', 'As', 'she', 'approached', 'the', 'room', 'Gregor', 'could', 'hear', 'his', 'mother', 'express', 'her', 'joy', 'but', 'once', 'at', 'the', 'door', 'she', 'went', 'silent', 'First', 'of', 'course', 'his', 'sister', 'came', 'in', 'and', 'looked', 'round', 'to', 'see', 'that', 'everything', 'in', 'the', 'room', 'was', 'alright', 'and', 'only', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter', 'Gregor', 'had', 'hurriedly', 'pulled', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'folds', 'into', 'it', 'so', 'that', 'everything', 'really', 'looked', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chance', 'Gregor', 'also', 'refrained', 'this', 'time', 'from', 'spying', 'out', 'from', 'under', 'the', 'sheet', 'he', 'gave', 'up', 'the', 'chance', 'to', 'see', 'his', 'mother', 'until', 'later', 'and', 'was', 'simply', 'glad', 'that', 'she', 'had', 'come', 'You', 'can', 'come', 'in', 'he', 'can', 't', 'be', 'seen', 'said', 'his', 'sister', 'obviously', 'leading', 'her', 'in', 'by', 'the', 'hand', 'The', 'old', 'chest', 'of', 'drawers', 'was', 'too', 'heavy', 'for', 'a', 'pair', 'of', 'feeble', 'women', 'to', 'be', 'heaving', 'about', 'but', 'Gregor', 'listened', 'as', 'they', 'pushed', 'it', 'from', 'its', 'place', 'his', 'sister', 'always', 'taking', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignoring', 'her', 'mother', 's', 'warnings', 'that', 'she', 'would', 'strain', 'herself', 'This', 'lasted', 'a', 'very', 'long', 'time', 'After', 'labouring', 'at', 'it', 'for', 'fifteen', 'minutes', 'or', 'more', 'his', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leave', 'the', 'chest', 'where', 'it', 'was', 'for', 'one', 'thing', 'it', 'was', 'too', 'heavy', 'for', 'them', 'to', 'get', 'the', 'job', 'finished', 'before', 'Gregor', 's', 'father', 'got', 'home', 'and', 'leaving', 'it', 'in', 'the', 'middle', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'his', 'way', 'even', 'more', 'and', 'for', 'another', 'thing', 'it', 'wasn', 't', 'even', 'sure', 'that', 'taking', 'the', 'furniture', 'away', 'would', 'really', 'be', 'any', 'help', 'to', 'him', 'She', 'thought', 'just', 'the', 'opposite', 'the', 'sight', 'of', 'the', 'bare', 'walls', 'saddened', 'her', 'right', 'to', 'her', 'heart', 'and', 'why', 'wouldn', 't', 'Gregor', 'feel', 'the', 'same', 'way', 'about', 'it', 'he', 'd', 'been', 'used', 'to', 'this', 'furniture', 'in', 'his', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandoned', 'to', 'be', 'in', 'an', 'empty', 'room', 'like', 'that', 'Then', 'quietly', 'almost', 'whispering', 'as', 'if', 'wanting', 'Gregor', 'whose', 'whereabouts', 'she', 'did', 'not', 'know', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voice', 'as', 'she', 'was', 'convinced', 'that', 'he', 'did', 'not', 'understand', 'her', 'words', 'she', 'added', 'and', 'by', 'taking', 'the', 'furniture', 'away', 'won', 't', 'it', 'seem', 'like', 'we', 're', 'showing', 'that', 'we', 've', 'given', 'up', 'all', 'hope', 'of', 'improvement', 'and', 'we', 're', 'abandoning', 'him', 'to', 'cope', 'for', 'himself', 'I', 'think', 'it', 'd', 'be', 'best', 'to', 'leave', 'the', 'room', 'exactly', 'the', 'way', 'it', 'was', 'before', 'so', 'that', 'when', 'Gregor', 'comes', 'back', 'to', 'us', 'again', 'he', 'll', 'find', 'everything', 'unchanged', 'and', 'he', 'll', 'be', 'able', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier', 'Hearing', 'these', 'words', 'from', 'his', 'mother', 'made', 'Gregor', 'realise', 'that', 'the', 'lack', 'of', 'any', 'direct', 'human', 'communication', 'along', 'with', 'the', 'monotonous', 'life', 'led', 'by', 'the', 'family', 'during', 'these', 'two', 'months', 'must', 'have', 'made', 'him', 'confused', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explaining', 'to', 'himself', 'why', 'he', 'had', 'seriously', 'wanted', 'his', 'room', 'emptied', 'out', 'Had', 'he', 'really', 'wanted', 'to', 'transform', 'his', 'room', 'into', 'a', 'cave', 'a', 'warm', 'room', 'fitted', 'out', 'with', 'the', 'nice', 'furniture', 'he', 'had', 'inherited', 'That', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimpeded', 'in', 'any', 'direction', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickly', 'forget', 'his', 'past', 'when', 'he', 'had', 'still', 'been', 'human', 'He', 'had', 'come', 'very', 'close', 'to', 'forgetting', 'and', 'it', 'had', 'only', 'been', 'the', 'voice', 'of', 'his', 'mother', 'unheard', 'for', 'so', 'long', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it', 'Nothing', 'should', 'be', 'removed', 'everything', 'had', 'to', 'stay', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influence', 'the', 'furniture', 'had', 'on', 'his', 'condition', 'and', 'if', 'the', 'furniture', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessly', 'that', 'was', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantage', 'His', 'sister', 'unfortunately', 'did', 'not', 'agree', 'she', 'had', 'become', 'used', 'to', 'the', 'idea', 'not', 'without', 'reason', 'that', 'she', 'was', 'Gregor', 's', 'spokesman', 'to', 'his', 'parents', 'about', 'the', 'things', 'that', 'concerned', 'him', 'This', 'meant', 'that', 'his', 'mother', 's', 'advice', 'now', 'was', 'sufficient', 'reason', 'for', 'her', 'to', 'insist', 'on', 'removing', 'not', 'only', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', 'as', 'she', 'had', 'thought', 'at', 'first', 'but', 'all', 'the', 'furniture', 'apart', 'from', 'the', 'all', 'important', 'couch', 'It', 'was', 'more', 'than', 'childish', 'perversity', 'of', 'course', 'or', 'the', 'unexpected', 'confidence', 'she', 'had', 'recently', 'acquired', 'that', 'made', 'her', 'insist', 'she', 'had', 'indeed', 'noticed', 'that', 'Gregor', 'needed', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in', 'whereas', 'the', 'furniture', 'as', 'far', 'as', 'anyone', 'could', 'see', 'was', 'of', 'no', 'use', 'to', 'him', 'at', 'all', 'Girls', 'of', 'that', 'age', 'though', 'do', 'become', 'enthusiastic', 'about', 'things', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenever', 'they', 'can', 'Perhaps', 'this', 'was', 'what', 'tempted', 'Grete', 'to', 'make', 'Gregor', 's', 'situation', 'seem', 'even', 'more', 'shocking', 'than', 'it', 'was', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him', 'Grete', 'would', 'probably', 'be', 'the', 'only', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'dominated', 'by', 'Gregor', 'crawling', 'about', 'the', 'bare', 'walls', 'by', 'himself', 'So', 'she', 'refused', 'to', 'let', 'her', 'mother', 'dissuade', 'her', 'Gregor', 's', 'mother', 'already', 'looked', 'uneasy', 'in', 'his', 'room', 'she', 'soon', 'stopped', 'speaking', 'and', 'helped', 'Gregor', 's', 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawers', 'out', 'with', 'what', 'strength', 'she', 'had', 'The', 'chest', 'of', 'drawers', 'was', 'something', 'that', 'Gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to', 'but', 'the', 'writing', 'desk', 'had', 'to', 'stay', 'Hardly', 'had', 'the', 'two', 'women', 'pushed', 'the', 'chest', 'of', 'drawers', 'groaning', 'out', 'of', 'the', 'room', 'than', 'Gregor', 'poked', 'his', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it', 'He', 'meant', 'to', 'be', 'as', 'careful', 'and', 'considerate', 'as', 'he', 'could', 'but', 'unfortunately', 'it', 'was', 'his', 'mother', 'who', 'came', 'back', 'first', 'while', 'Grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arms', 'round', 'the', 'chest', 'pushing', 'and', 'pulling', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without', 'of', 'course', 'moving', 'it', 'an', 'inch', 'His', 'mother', 'was', 'not', 'used', 'to', 'the', 'sight', 'of', 'Gregor', 'he', 'might', 'have', 'made', 'her', 'ill', 'so', 'Gregor', 'hurried', 'backwards', 'to', 'the', 'far', 'end', 'of', 'the', 'couch', 'In', 'his', 'startlement', 'though', 'he', 'was', 'not', 'able', 'to', 'prevent', 'the', 'sheet', 'at', 'its', 'front', 'from', 'moving', 'a', 'little', 'It', 'was', 'enough', 'to', 'attract', 'his', 'mother', 's', 'attention', 'She', 'stood', 'very', 'still', 'remained', 'there', 'a', 'moment', 'and', 'then', 'went', 'back', 'out', 'to', 'Grete', 'Gregor', 'kept', 'trying', 'to', 'assure', 'himself', 'that', 'nothing', 'unusual', 'was', 'happening', 'it', 'was', 'just', 'a', 'few', 'pieces', 'of', 'furniture', 'being', 'moved', 'after', 'all', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'going', 'to', 'and', 'fro', 'their', 'little', 'calls', 'to', 'each', 'other', 'the', 'scraping', 'of', 'the', 'furniture', 'on', 'the', 'floor', 'all', 'these', 'things', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'being', 'assailed', 'from', 'all', 'sides', 'With', 'his', 'head', 'and', 'legs', 'pulled', 'in', 'against', 'him', 'and', 'his', 'body', 'pressed', 'to', 'the', 'floor', 'he', 'was', 'forced', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'this', 'much', 'longer', 'They', 'were', 'emptying', 'his', 'room', 'out', 'taking', 'away', 'everything', 'that', 'was', 'dear', 'to', 'him', 'they', 'had', 'already', 'taken', 'out', 'the', 'chest', 'containing', 'his', 'fretsaw', 'and', 'other', 'tools', 'now', 'they', 'threatened', 'to', 'remove', 'the', 'writing', 'desk', 'with', 'its', 'place', 'clearly', 'worn', 'into', 'the', 'floor', 'the', 'desk', 'where', 'he', 'had', 'done', 'his', 'homework', 'as', 'a', 'business', 'trainee', 'at', 'high', 'school', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'school', 'he', 'really', 'could', 'not', 'wait', 'any', 'longer', 'to', 'see', 'whether', 'the', 'two', 'women', 's', 'intentions', 'were', 'good', 'He', 'had', 'nearly', 'forgotten', 'they', 'were', 'there', 'anyway', 'as', 'they', 'were', 'now', 'too', 'tired', 'to', 'say', 'anything', 'while', 'they', 'worked', 'and', 'he', 'could', 'only', 'hear', 'their', 'feet', 'as', 'they', 'stepped', 'heavily', 'on', 'the', 'floor', 'So', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catching', 'their', 'breath', 'he', 'sallied', 'out', 'changed', 'direction', 'four', 'times', 'not', 'knowing', 'what', 'he', 'should', 'save', 'first', 'before', 'his', 'attention', 'was', 'suddenly', 'caught', 'by', 'the', 'picture', 'on', 'the', 'wall', 'which', 'was', 'already', 'denuded', 'of', 'everything', 'else', 'that', 'had', 'been', 'on', 'it', 'of', 'the', 'lady', 'dressed', 'in', 'copious', 'fur', 'He', 'hurried', 'up', 'onto', 'the', 'picture', 'and', 'pressed', 'himself', 'against', 'its', 'glass', 'it', 'held', 'him', 'firmly', 'and', 'felt', 'good', 'on', 'his', 'hot', 'belly', 'This', 'picture', 'at', 'least', 'now', 'totally', 'covered', 'by', 'Gregor', 'would', 'certainly', 'be', 'taken', 'away', 'by', 'no', 'one', 'He', 'turned', 'his', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'living', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back', 'They', 'had', 'not', 'allowed', 'themselves', 'a', 'long', 'rest', 'and', 'came', 'back', 'quite', 'soon', 'Grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'was', 'nearly', 'carrying', 'her', 'What', 'shall', 'we', 'take', 'now', 'then', 'said', 'Grete', 'and', 'looked', 'around', 'Her', 'eyes', 'met', 'those', 'of', 'Gregor', 'on', 'the', 'wall', 'Perhaps', 'only', 'because', 'her', 'mother', 'was', 'there', 'she', 'remained', 'calm', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said', 'albeit', 'hurriedly', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voice', 'Come', 'on', 'let', 's', 'go', 'back', 'in', 'the', 'living', 'room', 'for', 'a', 'while', 'Gregor', 'could', 'see', 'what', 'Grete', 'had', 'in', 'mind', 'she', 'wanted', 'to', 'take', 'her', 'mother', 'somewhere', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall', 'Well', 'she', 'could', 'certainly', 'try', 'it', 'He', 'sat', 'unyielding', 'on', 'his', 'picture', 'He', 'would', 'rather', 'jump', 'at', 'Grete', 's', 'face', 'But', 'Grete', 's', 'words', 'had', 'made', 'her', 'mother', 'quite', 'worried', 'she', 'stepped', 'to', 'one', 'side', 'saw', 'the', 'enormous', 'brown', 'patch', 'against', 'the', 'flowers', 'of', 'the', 'wallpaper', 'and', 'before', 'she', 'even', 'realised', 'it', 'was', 'Gregor', 'that', 'she', 'saw', 'screamed', 'Oh', 'God', 'oh', 'God', 'Arms', 'outstretched', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everything', 'and', 'stayed', 'there', 'immobile', 'Gregor', 'shouted', 'his', 'sister', 'glowering', 'at', 'him', 'and', 'shaking', 'her', 'fist', 'That', 'was', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directly', 'since', 'his', 'transformation', 'She', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smelling', 'salts', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint', 'Gregor', 'wanted', 'to', 'help', 'too', 'he', 'could', 'save', 'his', 'picture', 'later', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'force', 'then', 'he', 'too', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advise', 'his', 'sister', 'like', 'in', 'the', 'old', 'days', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'doing', 'nothing', 'she', 'was', 'looking', 'into', 'various', 'bottles', 'he', 'startled', 'her', 'when', 'she', 'turned', 'round', 'a', 'bottle', 'fell', 'to', 'the', 'ground', 'and', 'broke', 'a', 'splinter', 'cut', 'Gregor', 's', 'face', 'some', 'kind', 'of', 'caustic', 'medicine', 'splashed', 'all', 'over', 'him', 'now', 'without', 'delaying', 'any', 'longer', 'Grete', 'took', 'hold', 'of', 'all', 'the', 'bottles', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother', 'she', 'slammed', 'the', 'door', 'shut', 'with', 'her', 'foot', 'So', 'now', 'Gregor', 'was', 'shut', 'out', 'from', 'his', 'mother', 'who', 'because', 'of', 'him', 'might', 'be', 'near', 'to', 'death', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'his', 'sister', 'away', 'and', 'she', 'had', 'to', 'stay', 'with', 'his', 'mother', 'there', 'was', 'nothing', 'for', 'him', 'to', 'do', 'but', 'wait', 'and', 'oppressed', 'with', 'anxiety', 'and', 'self', 'reproach', 'he', 'began', 'to', 'crawl', 'about', 'he', 'crawled', 'over', 'everything', 'walls', 'furniture', 'ceiling', 'and', 'finally', 'in', 'his', 'confusion', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middle', 'of', 'the', 'dinner', 'table', 'He', 'lay', 'there', 'for', 'a', 'while', 'numb', 'and', 'immobile', 'all', 'around', 'him', 'it', 'was', 'quiet', 'maybe', 'that', 'was', 'a', 'good', 'sign', 'Then', 'there', 'was', 'someone', 'at', 'the', 'door', 'The', 'maid', 'of', 'course', 'had', 'locked', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'Grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it', 'His', 'father', 'had', 'arrived', 'home', 'What', 's', 'happened', 'were', 'his', 'first', 'words', 'Grete', 's', 'appearance', 'must', 'have', 'made', 'everything', 'clear', 'to', 'him', 'She', 'answered', 'him', 'with', 'subdued', 'voice', 'and', 'openly', 'pressed', 'her', 'face', 'into', 'his', 'chest', 'Mother', 's', 'fainted', 'but', 'she', 's', 'better', 'now', 'Gregor', 'got', 'out', 'Just', 'as', 'I', 'expected', 'said', 'his', 'father', 'just', 'as', 'I', 'always', 'said', 'but', 'you', 'women', 'wouldn', 't', 'listen', 'would', 'you', 'It', 'was', 'clear', 'to', 'Gregor', 'that', 'Grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'his', 'father', 'took', 'it', 'to', 'mean', 'that', 'something', 'bad', 'had', 'happened', 'that', 'he', 'was', 'responsible', 'for', 'some', 'act', 'of', 'violence', 'That', 'meant', 'Gregor', 'would', 'now', 'have', 'to', 'try', 'to', 'calm', 'his', 'father', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'things', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possible', 'So', 'he', 'fled', 'to', 'the', 'door', 'of', 'his', 'room', 'and', 'pressed', 'himself', 'against', 'it', 'so', 'that', 'his', 'father', 'when', 'he', 'came', 'in', 'from', 'the', 'hall', 'could', 'see', 'straight', 'away', 'that', 'Gregor', 'had', 'the', 'best', 'intentions', 'and', 'would', 'go', 'back', 'into', 'his', 'room', 'without', 'delay', 'that', 'it', 'would', 'not', 'be', 'necessary', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'only', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear', 'His', 'father', 'though', 'was', 'not', 'in', 'the', 'mood', 'to', 'notice', 'subtleties', 'like', 'that', 'Ah', 'he', 'shouted', 'as', 'he', 'came', 'in', 'sounding', 'as', 'if', 'he', 'were', 'both', 'angry', 'and', 'glad', 'at', 'the', 'same', 'time', 'Gregor', 'drew', 'his', 'head', 'back', 'from', 'the', 'door', 'and', 'lifted', 'it', 'towards', 'his', 'father', 'He', 'really', 'had', 'not', 'imagined', 'his', 'father', 'the', 'way', 'he', 'stood', 'there', 'now', 'of', 'late', 'with', 'his', 'new', 'habit', 'of', 'crawling', 'about', 'he', 'had', 'neglected', 'to', 'pay', 'attention', 'to', 'what', 'was', 'going', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'before', 'He', 'really', 'ought', 'to', 'have', 'expected', 'things', 'to', 'have', 'changed', 'but', 'still', 'still', 'was', 'that', 'really', 'his', 'father', 'The', 'same', 'tired', 'man', 'as', 'used', 'to', 'be', 'laying', 'there', 'entombed', 'in', 'his', 'bed', 'when', 'Gregor', 'came', 'back', 'from', 'his', 'business', 'trips', 'who', 'would', 'receive', 'him', 'sitting', 'in', 'the', 'armchair', 'in', 'his', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'evenings', 'who', 'was', 'hardly', 'even', 'able', 'to', 'stand', 'up', 'but', 'as', 'a', 'sign', 'of', 'his', 'pleasure', 'would', 'just', 'raise', 'his', 'arms', 'and', 'who', 'on', 'the', 'couple', 'of', 'times', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'together', 'on', 'a', 'Sunday', 'or', 'public', 'holiday', 'wrapped', 'up', 'tightly', 'in', 'his', 'overcoat', 'between', 'Gregor', 'and', 'his', 'mother', 'would', 'always', 'labour', 'his', 'way', 'forward', 'a', 'little', 'more', 'slowly', 'than', 'them', 'who', 'were', 'already', 'walking', 'slowly', 'for', 'his', 'sake', 'who', 'would', 'place', 'his', 'stick', 'down', 'carefully', 'and', 'if', 'he', 'wanted', 'to', 'say', 'something', 'would', 'invariably', 'stop', 'and', 'gather', 'his', 'companions', 'around', 'him', 'He', 'was', 'standing', 'up', 'straight', 'enough', 'now', 'dressed', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'buttons', 'the', 'sort', 'worn', 'by', 'the', 'employees', 'at', 'the', 'banking', 'institute', 'above', 'the', 'high', 'stiff', 'collar', 'of', 'the', 'coat', 'his', 'strong', 'double', 'chin', 'emerged', 'under', 'the', 'bushy', 'eyebrows', 'his', 'piercing', 'dark', 'eyes', 'looked', 'out', 'fresh', 'and', 'alert', 'his', 'normally', 'unkempt', 'white', 'hair', 'was', 'combed', 'down', 'painfully', 'close', 'to', 'his', 'scalp', 'He', 'took', 'his', 'cap', 'with', 'its', 'gold', 'monogram', 'from', 'probably', 'some', 'bank', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa', 'put', 'his', 'hands', 'in', 'his', 'trouser', 'pockets', 'pushing', 'back', 'the', 'bottom', 'of', 'his', 'long', 'uniform', 'coat', 'and', 'with', 'look', 'of', 'determination', 'walked', 'towards', 'Gregor', 'He', 'probably', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind', 'but', 'nonetheless', 'lifted', 'his', 'feet', 'unusually', 'high', 'Gregor', 'was', 'amazed', 'at', 'the', 'enormous', 'size', 'of', 'the', 'soles', 'of', 'his', 'boots', 'but', 'wasted', 'no', 'time', 'with', 'that', 'he', 'knew', 'full', 'well', 'right', 'from', 'the', 'first', 'day', 'of', 'his', 'new', 'life', 'that', 'his', 'father', 'thought', 'it', 'necessary', 'to', 'always', 'be', 'extremely', 'strict', 'with', 'him', 'And', 'so', 'he', 'ran', 'up', 'to', 'his', 'father', 'stopped', 'when', 'his', 'father', 'stopped', 'scurried', 'forwards', 'again', 'when', 'he', 'moved', 'even', 'slightly', 'In', 'this', 'way', 'they', 'went', 'round', 'the', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening', 'without', 'even', 'giving', 'the', 'impression', 'of', 'a', 'chase', 'as', 'everything', 'went', 'so', 'slowly', 'Gregor', 'remained', 'all', 'this', 'time', 'on', 'the', 'floor', 'largely', 'because', 'he', 'feared', 'his', 'father', 'might', 'see', 'it', 'as', 'especially', 'provoking', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceiling', 'Whatever', 'he', 'did', 'Gregor', 'had', 'to', 'admit', 'that', 'he', 'certainly', 'would', 'not', 'be', 'able', 'to', 'keep', 'up', 'this', 'running', 'about', 'for', 'long', 'as', 'for', 'each', 'step', 'his', 'father', 'took', 'he', 'had', 'to', 'carry', 'out', 'countless', 'movements', 'He', 'became', 'noticeably', 'short', 'of', 'breath', 'even', 'in', 'his', 'earlier', 'life', 'his', 'lungs', 'had', 'not', 'been', 'very', 'reliable', 'Now', 'as', 'he', 'lurched', 'about', 'in', 'his', 'efforts', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'running', 'he', 'could', 'hardly', 'keep', 'his', 'eyes', 'open', 'his', 'thoughts', 'became', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'any', 'other', 'way', 'of', 'saving', 'himself', 'than', 'running', 'he', 'almost', 'forgot', 'that', 'the', 'walls', 'were', 'there', 'for', 'him', 'to', 'use', 'although', 'here', 'they', 'were', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'of', 'notches', 'and', 'protrusions', 'then', 'right', 'beside', 'him', 'lightly', 'tossed', 'something', 'flew', 'down', 'and', 'rolled', 'in', 'front', 'of', 'him', 'It', 'was', 'an', 'apple', 'then', 'another', 'one', 'immediately', 'flew', 'at', 'him', 'Gregor', 'froze', 'in', 'shock', 'there', 'was', 'no', 'longer', 'any', 'point', 'in', 'running', 'as', 'his', 'father', 'had', 'decided', 'to', 'bombard', 'him', 'He', 'had', 'filled', 'his', 'pockets', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now', 'without', 'even', 'taking', 'the', 'time', 'for', 'careful', 'aim', 'threw', 'one', 'apple', 'after', 'another', 'These', 'little', 'red', 'apples', 'rolled', 'about', 'on', 'the', 'floor', 'knocking', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electric', 'motors', 'An', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'against', 'Gregor', 's', 'back', 'and', 'slid', 'off', 'without', 'doing', 'any', 'harm', 'Another', 'one', 'however', 'immediately', 'following', 'it', 'hit', 'squarely', 'and', 'lodged', 'in', 'his', 'back', 'Gregor', 'wanted', 'to', 'drag', 'himself', 'away', 'as', 'if', 'he', 'could', 'remove', 'the', 'surprising', 'the', 'incredible', 'pain', 'by', 'changing', 'his', 'position', 'but', 'he', 'felt', 'as', 'if', 'nailed', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out', 'all', 'his', 'senses', 'in', 'confusion', 'The', 'last', 'thing', 'he', 'saw', 'was', 'the', 'door', 'of', 'his', 'room', 'being', 'pulled', 'open', 'his', 'sister', 'was', 'screaming', 'his', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blouse', 'as', 'his', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'clothes', 'after', 'she', 'had', 'fainted', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breathe', 'she', 'ran', 'to', 'his', 'father', 'her', 'skirts', 'unfastened', 'and', 'sliding', 'one', 'after', 'another', 'to', 'the', 'ground', 'stumbling', 'over', 'the', 'skirts', 'she', 'pushed', 'herself', 'to', 'his', 'father', 'her', 'arms', 'around', 'him', 'uniting', 'herself', 'with', 'him', 'totally', 'now', 'Gregor', 'lost', 'his', 'ability', 'to', 'see', 'anything', 'her', 'hands', 'behind', 'his', 'father', 's', 'head', 'begging', 'him', 'to', 'spare', 'Gregor', 's', 'life', 'III', 'No', 'one', 'dared', 'to', 'remove', 'the', 'apple', 'lodged', 'in', 'Gregor', 's', 'flesh', 'so', 'it', 'remained', 'there', 'as', 'a', 'visible', 'reminder', 'of', 'his', 'injury', 'He', 'had', 'suffered', 'it', 'there', 'for', 'more', 'than', 'a', 'month', 'and', 'his', 'condition', 'seemed', 'serious', 'enough', 'to', 'remind', 'even', 'his', 'father', 'that', 'Gregor', 'despite', 'his', 'current', 'sad', 'and', 'revolting', 'form', 'was', 'a', 'family', 'member', 'who', 'could', 'not', 'be', 'treated', 'as', 'an', 'enemy', 'On', 'the', 'contrary', 'as', 'a', 'family', 'there', 'was', 'a', 'duty', 'to', 'swallow', 'any', 'revulsion', 'for', 'him', 'and', 'to', 'be', 'patient', 'just', 'to', 'be', 'patient', 'Because', 'of', 'his', 'injuries', 'Gregor', 'had', 'lost', 'much', 'of', 'his', 'mobility', 'probably', 'permanently', 'He', 'had', 'been', 'reduced', 'to', 'the', 'condition', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long', 'long', 'minutes', 'to', 'crawl', 'across', 'his', 'room', 'crawling', 'over', 'the', 'ceiling', 'was', 'out', 'of', 'the', 'question', 'but', 'this', 'deterioration', 'in', 'his', 'condition', 'was', 'fully', 'in', 'his', 'opinion', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'living', 'room', 'being', 'left', 'open', 'every', 'evening', 'He', 'got', 'into', 'the', 'habit', 'of', 'closely', 'watching', 'it', 'for', 'one', 'or', 'two', 'hours', 'before', 'it', 'was', 'opened', 'and', 'then', 'lying', 'in', 'the', 'darkness', 'of', 'his', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'living', 'room', 'he', 'could', 'watch', 'the', 'family', 'in', 'the', 'light', 'of', 'the', 'dinner', 'table', 'and', 'listen', 'to', 'their', 'conversation', 'with', 'everyone', 's', 'permission', 'in', 'a', 'way', 'and', 'thus', 'quite', 'differently', 'from', 'before', 'They', 'no', 'longer', 'held', 'the', 'lively', 'conversations', 'of', 'earlier', 'times', 'of', 'course', 'the', 'ones', 'that', 'Gregor', 'always', 'thought', 'about', 'with', 'longing', 'when', 'he', 'was', 'tired', 'and', 'getting', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room', 'All', 'of', 'them', 'were', 'usually', 'very', 'quiet', 'nowadays', 'Soon', 'after', 'dinner', 'his', 'father', 'would', 'go', 'to', 'sleep', 'in', 'his', 'chair', 'his', 'mother', 'and', 'sister', 'would', 'urge', 'each', 'other', 'to', 'be', 'quiet', 'his', 'mother', 'bent', 'deeply', 'under', 'the', 'lamp', 'would', 'sew', 'fancy', 'underwear', 'for', 'a', 'fashion', 'shop', 'his', 'sister', 'who', 'had', 'taken', 'a', 'sales', 'job', 'learned', 'shorthand', 'and', 'French', 'in', 'the', 'evenings', 'so', 'that', 'she', 'might', 'be', 'able', 'to', 'get', 'a', 'better', 'position', 'later', 'on', 'Sometimes', 'his', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', 'Gregor', 's', 'mother', 'you', 're', 'doing', 'so', 'much', 'sewing', 'again', 'today', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'dozing', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchange', 'a', 'tired', 'grin', 'With', 'a', 'kind', 'of', 'stubbornness', 'Gregor', 's', 'father', 'refused', 'to', 'take', 'his', 'uniform', 'off', 'even', 'at', 'home', 'while', 'his', 'nightgown', 'hung', 'unused', 'on', 'its', 'peg', 'Gregor', 's', 'father', 'would', 'slumber', 'where', 'he', 'was', 'fully', 'dressed', 'as', 'if', 'always', 'ready', 'to', 'serve', 'and', 'expecting', 'to', 'hear', 'the', 'voice', 'of', 'his', 'superior', 'even', 'here', 'The', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with', 'but', 'as', 'a', 'result', 'of', 'this', 'it', 'slowly', 'became', 'even', 'shabbier', 'despite', 'the', 'efforts', 'of', 'Gregor', 's', 'mother', 'and', 'sister', 'to', 'look', 'after', 'it', 'Gregor', 'would', 'often', 'spend', 'the', 'whole', 'evening', 'looking', 'at', 'all', 'the', 'stains', 'on', 'this', 'coat', 'with', 'its', 'gold', 'buttons', 'always', 'kept', 'polished', 'and', 'shiny', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep', 'highly', 'uncomfortable', 'but', 'peaceful', 'As', 'soon', 'as', 'it', 'struck', 'ten', 'Gregor', 's', 'mother', 'would', 'speak', 'gently', 'to', 'his', 'father', 'to', 'wake', 'him', 'and', 'try', 'to', 'persuade', 'him', 'to', 'go', 'to', 'bed', 'as', 'he', 'couldn', 't', 'sleep', 'properly', 'where', 'he', 'was', 'and', 'he', 'really', 'had', 'to', 'get', 'his', 'sleep', 'if', 'he', 'was', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work', 'But', 'since', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'become', 'more', 'obstinate', 'and', 'would', 'always', 'insist', 'on', 'staying', 'longer', 'at', 'the', 'table', 'even', 'though', 'he', 'regularly', 'fell', 'asleep', 'and', 'it', 'was', 'then', 'harder', 'than', 'ever', 'to', 'persuade', 'him', 'to', 'exchange', 'the', 'chair', 'for', 'his', 'bed', 'Then', 'however', 'much', 'mother', 'and', 'sister', 'would', 'importune', 'him', 'with', 'little', 'reproaches', 'and', 'warnings', 'he', 'would', 'keep', 'slowly', 'shaking', 'his', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'his', 'eyes', 'closed', 'and', 'refusing', 'to', 'get', 'up', 'Gregor', 's', 'mother', 'would', 'tug', 'at', 'his', 'sleeve', 'whisper', 'endearments', 'into', 'his', 'ear', 'Gregor', 's', 'sister', 'would', 'leave', 'her', 'work', 'to', 'help', 'her', 'mother', 'but', 'nothing', 'would', 'have', 'any', 'effect', 'on', 'him', 'He', 'would', 'just', 'sink', 'deeper', 'into', 'his', 'chair', 'Only', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arms', 'he', 'would', 'abruptly', 'open', 'his', 'eyes', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say', 'What', 'a', 'life', 'This', 'is', 'what', 'peace', 'I', 'get', 'in', 'my', 'old', 'age', 'And', 'supported', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'carefully', 'as', 'if', 'he', 'were', 'carrying', 'the', 'greatest', 'load', 'himself', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door', 'send', 'them', 'off', 'and', 'carry', 'on', 'by', 'himself', 'while', 'Gregor', 's', 'mother', 'would', 'throw', 'down', 'her', 'needle', 'and', 'his', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'his', 'father', 'and', 'continue', 'being', 'of', 'help', 'to', 'him', 'Who', 'in', 'this', 'tired', 'and', 'overworked', 'family', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attention', 'to', 'Gregor', 'than', 'was', 'absolutely', 'necessary', 'The', 'household', 'budget', 'became', 'even', 'smaller', 'so', 'now', 'the', 'maid', 'was', 'dismissed', 'an', 'enormous', 'thick', 'boned', 'charwoman', 'with', 'white', 'hair', 'that', 'flapped', 'around', 'her', 'head', 'came', 'every', 'morning', 'and', 'evening', 'to', 'do', 'the', 'heaviest', 'work', 'everything', 'else', 'was', 'looked', 'after', 'by', 'Gregor', 's', 'mother', 'on', 'top', 'of', 'the', 'large', 'amount', 'of', 'sewing', 'work', 'she', 'did', 'Gregor', 'even', 'learned', 'listening', 'to', 'the', 'evening', 'conversation', 'about', 'what', 'price', 'they', 'had', 'hoped', 'for', 'that', 'several', 'items', 'of', 'jewellery', 'belonging', 'to', 'the', 'family', 'had', 'been', 'sold', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'very', 'fond', 'of', 'wearing', 'them', 'at', 'functions', 'and', 'celebrations', 'But', 'the', 'loudest', 'complaint', 'was', 'that', 'although', 'the', 'flat', 'was', 'much', 'too', 'big', 'for', 'their', 'present', 'circumstances', 'they', 'could', 'not', 'move', 'out', 'of', 'it', 'there', 'was', 'no', 'imaginable', 'way', 'of', 'transferring', 'Gregor', 'to', 'the', 'new', 'address', 'He', 'could', 'see', 'quite', 'well', 'though', 'that', 'there', 'were', 'more', 'reasons', 'than', 'consideration', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move', 'it', 'would', 'have', 'been', 'quite', 'easy', 'to', 'transport', 'him', 'in', 'any', 'suitable', 'crate', 'with', 'a', 'few', 'air', 'holes', 'in', 'it', 'the', 'main', 'thing', 'holding', 'the', 'family', 'back', 'from', 'their', 'decision', 'to', 'move', 'was', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortune', 'unlike', 'anything', 'experienced', 'by', 'anyone', 'else', 'they', 'knew', 'or', 'were', 'related', 'to', 'They', 'carried', 'out', 'absolutely', 'everything', 'that', 'the', 'world', 'expects', 'from', 'poor', 'people', 'Gregor', 's', 'father', 'brought', 'bank', 'employees', 'their', 'breakfast', 'his', 'mother', 'sacrificed', 'herself', 'by', 'washing', 'clothes', 'for', 'strangers', 'his', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'customers', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'any', 'more', 'And', 'the', 'injury', 'in', 'Gregor', 's', 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'was', 'new', 'After', 'they', 'had', 'come', 'back', 'from', 'taking', 'his', 'father', 'to', 'bed', 'Gregor', 's', 'mother', 'and', 'sister', 'would', 'now', 'leave', 'their', 'work', 'where', 'it', 'was', 'and', 'sit', 'close', 'together', 'cheek', 'to', 'cheek', 'his', 'mother', 'would', 'point', 'to', 'Gregor', 's', 'room', 'and', 'say', 'Close', 'that', 'door', 'Grete', 'and', 'then', 'when', 'he', 'was', 'in', 'the', 'dark', 'again', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tears', 'would', 'mingle', 'or', 'they', 'would', 'simply', 'sit', 'there', 'staring', 'dry', 'eyed', 'at', 'the', 'table', 'Gregor', 'hardly', 'slept', 'at', 'all', 'either', 'night', 'or', 'day', 'Sometimes', 'he', 'would', 'think', 'of', 'taking', 'over', 'the', 'family', 's', 'affairs', 'just', 'like', 'before', 'the', 'next', 'time', 'the', 'door', 'was', 'opened', 'he', 'had', 'long', 'forgotten', 'about', 'his', 'boss', 'and', 'the', 'chief', 'clerk', 'but', 'they', 'would', 'appear', 'again', 'in', 'his', 'thoughts', 'the', 'salesmen', 'and', 'the', 'apprentices', 'that', 'stupid', 'teaboy', 'two', 'or', 'three', 'friends', 'from', 'other', 'businesses', 'one', 'of', 'the', 'chambermaids', 'from', 'a', 'provincial', 'hotel', 'a', 'tender', 'memory', 'that', 'appeared', 'and', 'disappeared', 'again', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'his', 'attention', 'had', 'been', 'serious', 'but', 'too', 'slow', 'all', 'of', 'them', 'appeared', 'to', 'him', 'mixed', 'together', 'with', 'strangers', 'and', 'others', 'he', 'had', 'forgotten', 'but', 'instead', 'of', 'helping', 'him', 'and', 'his', 'family', 'they', 'were', 'all', 'of', 'them', 'inaccessible', 'and', 'he', 'was', 'glad', 'when', 'they', 'disappeared', 'Other', 'times', 'he', 'was', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'his', 'family', 'he', 'was', 'filled', 'with', 'simple', 'rage', 'about', 'the', 'lack', 'of', 'attention', 'he', 'was', 'shown', 'and', 'although', 'he', 'could', 'think', 'of', 'nothing', 'he', 'would', 'have', 'wanted', 'he', 'made', 'plans', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantry', 'where', 'he', 'could', 'take', 'all', 'the', 'things', 'he', 'was', 'entitled', 'to', 'even', 'if', 'he', 'was', 'not', 'hungry', 'Gregor', 's', 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'please', 'him', 'but', 'would', 'hurriedly', 'push', 'some', 'food', 'or', 'other', 'into', 'his', 'room', 'with', 'her', 'foot', 'before', 'she', 'rushed', 'out', 'to', 'work', 'in', 'the', 'morning', 'and', 'at', 'midday', 'and', 'in', 'the', 'evening', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom', 'indifferent', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', 'more', 'often', 'than', 'not', 'had', 'been', 'left', 'totally', 'untouched', 'She', 'still', 'cleared', 'up', 'the', 'room', 'in', 'the', 'evening', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'any', 'quicker', 'about', 'it', 'Smears', 'of', 'dirt', 'were', 'left', 'on', 'the', 'walls', 'here', 'and', 'there', 'were', 'little', 'balls', 'of', 'dust', 'and', 'filth', 'At', 'first', 'Gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'places', 'when', 'his', 'sister', 'arrived', 'as', 'a', 'reproach', 'to', 'her', 'but', 'he', 'could', 'have', 'stayed', 'there', 'for', 'weeks', 'without', 'his', 'sister', 'doing', 'anything', 'about', 'it', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simply', 'decided', 'to', 'leave', 'him', 'to', 'it', 'At', 'the', 'same', 'time', 'she', 'became', 'touchy', 'in', 'a', 'way', 'that', 'was', 'quite', 'new', 'for', 'her', 'and', 'which', 'everyone', 'in', 'the', 'family', 'understood', 'cleaning', 'up', 'Gregor', 's', 'room', 'was', 'for', 'her', 'and', 'her', 'alone', 'Gregor', 's', 'mother', 'did', 'once', 'thoroughly', 'clean', 'his', 'room', 'and', 'needed', 'to', 'use', 'several', 'bucketfuls', 'of', 'water', 'to', 'do', 'it', 'although', 'that', 'much', 'dampness', 'also', 'made', 'Gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch', 'bitter', 'and', 'immobile', 'But', 'his', 'mother', 'was', 'to', 'be', 'punished', 'still', 'more', 'for', 'what', 'she', 'had', 'done', 'as', 'hardly', 'had', 'his', 'sister', 'arrived', 'home', 'in', 'the', 'evening', 'than', 'she', 'noticed', 'the', 'change', 'in', 'Gregor', 's', 'room', 'and', 'highly', 'aggrieved', 'ran', 'back', 'into', 'the', 'living', 'room', 'where', 'despite', 'her', 'mothers', 'raised', 'and', 'imploring', 'hands', 'she', 'broke', 'into', 'convulsive', 'tears', 'Her', 'father', 'of', 'course', 'was', 'startled', 'out', 'of', 'his', 'chair', 'and', 'the', 'two', 'parents', 'looked', 'on', 'astonished', 'and', 'helpless', 'then', 'they', 'too', 'became', 'agitated', 'Gregor', 's', 'father', 'standing', 'to', 'the', 'right', 'of', 'his', 'mother', 'accused', 'her', 'of', 'not', 'leaving', 'the', 'cleaning', 'of', 'Gregor', 's', 'room', 'to', 'his', 'sister', 'from', 'her', 'left', 'Gregor', 's', 'sister', 'screamed', 'at', 'her', 'that', 'she', 'was', 'never', 'to', 'clean', 'Gregor', 's', 'room', 'again', 'while', 'his', 'mother', 'tried', 'to', 'draw', 'his', 'father', 'who', 'was', 'beside', 'himself', 'with', 'anger', 'into', 'the', 'bedroom', 'his', 'sister', 'quaking', 'with', 'tears', 'thumped', 'on', 'the', 'table', 'with', 'her', 'small', 'fists', 'and', 'Gregor', 'hissed', 'in', 'anger', 'that', 'no', 'one', 'had', 'even', 'thought', 'of', 'closing', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'this', 'and', 'all', 'its', 'noise', 'Gregor', 's', 'sister', 'was', 'exhausted', 'from', 'going', 'out', 'to', 'work', 'and', 'looking', 'after', 'Gregor', 'as', 'she', 'had', 'done', 'before', 'was', 'even', 'more', 'work', 'for', 'her', 'but', 'even', 'so', 'his', 'mother', 'ought', 'certainly', 'not', 'to', 'have', 'taken', 'her', 'place', 'Gregor', 'on', 'the', 'other', 'hand', 'ought', 'not', 'to', 'be', 'neglected', 'Now', 'though', 'the', 'charwoman', 'was', 'here', 'This', 'elderly', 'widow', 'with', 'a', 'robust', 'bone', 'structure', 'that', 'made', 'her', 'able', 'to', 'withstand', 'the', 'hardest', 'of', 'things', 'in', 'her', 'long', 'life', 'wasn', 't', 'really', 'repelled', 'by', 'Gregor', 'Just', 'by', 'chance', 'one', 'day', 'rather', 'than', 'any', 'real', 'curiosity', 'she', 'opened', 'the', 'door', 'to', 'Gregor', 's', 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him', 'He', 'was', 'taken', 'totally', 'by', 'surprise', 'no', 'one', 'was', 'chasing', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amazement', 'with', 'her', 'hands', 'crossed', 'in', 'front', 'of', 'her', 'From', 'then', 'on', 'she', 'never', 'failed', 'to', 'open', 'the', 'door', 'slightly', 'every', 'evening', 'and', 'morning', 'and', 'look', 'briefly', 'in', 'on', 'him', 'At', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'words', 'that', 'she', 'probably', 'considered', 'friendly', 'such', 'as', 'come', 'on', 'then', 'you', 'old', 'dung', 'beetle', 'or', 'look', 'at', 'the', 'old', 'dung', 'beetle', 'there', 'Gregor', 'never', 'responded', 'to', 'being', 'spoken', 'to', 'in', 'that', 'way', 'but', 'just', 'remained', 'where', 'he', 'was', 'without', 'moving', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'opened', 'If', 'only', 'they', 'had', 'told', 'this', 'charwoman', 'to', 'clean', 'up', 'his', 'room', 'every', 'day', 'instead', 'of', 'letting', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenever', 'she', 'felt', 'like', 'it', 'One', 'day', 'early', 'in', 'the', 'morning', 'while', 'a', 'heavy', 'rain', 'struck', 'the', 'windowpanes', 'perhaps', 'indicating', 'that', 'spring', 'was', 'coming', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'once', 'again', 'Gregor', 'was', 'so', 'resentful', 'of', 'it', 'that', 'he', 'started', 'to', 'move', 'toward', 'her', 'he', 'was', 'slow', 'and', 'infirm', 'but', 'it', 'was', 'like', 'a', 'kind', 'of', 'attack', 'Instead', 'of', 'being', 'afraid', 'the', 'charwoman', 'just', 'lifted', 'up', 'one', 'of', 'the', 'chairs', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open', 'clearly', 'intending', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slammed', 'down', 'into', 'Gregor', 's', 'back', 'Aren', 't', 'you', 'coming', 'any', 'closer', 'then', 'she', 'asked', 'when', 'Gregor', 'turned', 'round', 'again', 'and', 'she', 'calmly', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner', 'Gregor', 'had', 'almost', 'entirely', 'stopped', 'eating', 'Only', 'if', 'he', 'happened', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepared', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'his', 'mouth', 'to', 'play', 'with', 'it', 'leave', 'it', 'there', 'a', 'few', 'hours', 'and', 'then', 'more', 'often', 'than', 'not', 'spit', 'it', 'out', 'again', 'At', 'first', 'he', 'thought', 'it', 'was', 'distress', 'at', 'the', 'state', 'of', 'his', 'room', 'that', 'stopped', 'him', 'eating', 'but', 'he', 'had', 'soon', 'got', 'used', 'to', 'the', 'changes', 'made', 'there', 'They', 'had', 'got', 'into', 'the', 'habit', 'of', 'putting', 'things', 'into', 'this', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywhere', 'else', 'and', 'there', 'were', 'now', 'many', 'such', 'things', 'as', 'one', 'of', 'the', 'rooms', 'in', 'the', 'flat', 'had', 'been', 'rented', 'out', 'to', 'three', 'gentlemen', 'These', 'earnest', 'gentlemen', 'all', 'three', 'of', 'them', 'had', 'full', 'beards', 'as', 'Gregor', 'learned', 'peering', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', 'were', 'painfully', 'insistent', 'on', 'things', 'being', 'tidy', 'This', 'meant', 'not', 'only', 'in', 'their', 'own', 'room', 'but', 'since', 'they', 'had', 'taken', 'a', 'room', 'in', 'this', 'establishment', 'in', 'the', 'entire', 'flat', 'and', 'especially', 'in', 'the', 'kitchen', 'Unnecessary', 'clutter', 'was', 'something', 'they', 'could', 'not', 'tolerate', 'especially', 'if', 'it', 'was', 'dirty', 'They', 'had', 'moreover', 'brought', 'most', 'of', 'their', 'own', 'furnishings', 'and', 'equipment', 'with', 'them', 'For', 'this', 'reason', 'many', 'things', 'had', 'become', 'superfluous', 'which', 'although', 'they', 'could', 'not', 'be', 'sold', 'the', 'family', 'did', 'not', 'wish', 'to', 'discard', 'All', 'these', 'things', 'found', 'their', 'way', 'into', 'Gregor', 's', 'room', 'The', 'dustbins', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too', 'The', 'charwoman', 'was', 'always', 'in', 'a', 'hurry', 'and', 'anything', 'she', 'couldn', 't', 'use', 'for', 'the', 'time', 'being', 'she', 'would', 'just', 'chuck', 'in', 'there', 'He', 'fortunately', 'would', 'usually', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it', 'The', 'woman', 'most', 'likely', 'meant', 'to', 'fetch', 'the', 'things', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportunity', 'or', 'to', 'throw', 'everything', 'out', 'in', 'one', 'go', 'but', 'what', 'actually', 'happened', 'was', 'that', 'they', 'were', 'left', 'where', 'they', 'landed', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'Gregor', 'made', 'his', 'way', 'through', 'the', 'junk', 'and', 'moved', 'it', 'somewhere', 'else', 'At', 'first', 'he', 'moved', 'it', 'because', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about', 'he', 'was', 'forced', 'to', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'moving', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tired', 'to', 'death', 'and', 'he', 'would', 'remain', 'immobile', 'for', 'hours', 'afterwards', 'The', 'gentlemen', 'who', 'rented', 'the', 'room', 'would', 'sometimes', 'take', 'their', 'evening', 'meal', 'at', 'home', 'in', 'the', 'living', 'room', 'that', 'was', 'used', 'by', 'everyone', 'and', 'so', 'the', 'door', 'to', 'this', 'room', 'was', 'often', 'kept', 'closed', 'in', 'the', 'evening', 'But', 'Gregor', 'found', 'it', 'easy', 'to', 'give', 'up', 'having', 'the', 'door', 'open', 'he', 'had', 'after', 'all', 'often', 'failed', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'was', 'open', 'and', 'without', 'the', 'family', 'having', 'noticed', 'it', 'lain', 'in', 'his', 'room', 'in', 'its', 'darkest', 'corner', 'One', 'time', 'though', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'living', 'room', 'slightly', 'open', 'and', 'it', 'remained', 'open', 'when', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'came', 'in', 'in', 'the', 'evening', 'and', 'the', 'light', 'was', 'put', 'on', 'They', 'sat', 'up', 'at', 'the', 'table', 'where', 'formerly', 'Gregor', 'had', 'taken', 'his', 'meals', 'with', 'his', 'father', 'and', 'mother', 'they', 'unfolded', 'the', 'serviettes', 'and', 'picked', 'up', 'their', 'knives', 'and', 'forks', 'Gregor', 's', 'mother', 'immediately', 'appeared', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'his', 'sister', 'with', 'a', 'dish', 'piled', 'high', 'with', 'potatoes', 'The', 'food', 'was', 'steaming', 'and', 'filled', 'the', 'room', 'with', 'its', 'smell', 'The', 'gentlemen', 'bent', 'over', 'the', 'dishes', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'wanted', 'to', 'test', 'the', 'food', 'before', 'eating', 'it', 'and', 'the', 'gentleman', 'in', 'the', 'middle', 'who', 'seemed', 'to', 'count', 'as', 'an', 'authority', 'for', 'the', 'other', 'two', 'did', 'indeed', 'cut', 'off', 'a', 'piece', 'of', 'meat', 'while', 'it', 'was', 'still', 'in', 'its', 'dish', 'clearly', 'wishing', 'to', 'establish', 'whether', 'it', 'was', 'sufficiently', 'cooked', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen', 'It', 'was', 'to', 'his', 'satisfaction', 'and', 'Gregor', 's', 'mother', 'and', 'sister', 'who', 'had', 'been', 'looking', 'on', 'anxiously', 'began', 'to', 'breathe', 'again', 'and', 'smiled', 'The', 'family', 'themselves', 'ate', 'in', 'the', 'kitchen', 'Nonetheless', 'Gregor', 's', 'father', 'came', 'into', 'the', 'living', 'room', 'before', 'he', 'went', 'into', 'the', 'kitchen', 'bowed', 'once', 'with', 'his', 'cap', 'in', 'his', 'hand', 'and', 'did', 'his', 'round', 'of', 'the', 'table', 'The', 'gentlemen', 'stood', 'as', 'one', 'and', 'mumbled', 'something', 'into', 'their', 'beards', 'Then', 'once', 'they', 'were', 'alone', 'they', 'ate', 'in', 'near', 'perfect', 'silence', 'It', 'seemed', 'remarkable', 'to', 'Gregor', 'that', 'above', 'all', 'the', 'various', 'noises', 'of', 'eating', 'their', 'chewing', 'teeth', 'could', 'still', 'be', 'heard', 'as', 'if', 'they', 'had', 'wanted', 'to', 'show', 'Gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'was', 'not', 'possible', 'to', 'perform', 'anything', 'with', 'jaws', 'that', 'are', 'toothless', 'however', 'nice', 'they', 'might', 'be', 'I', 'd', 'like', 'to', 'eat', 'something', 'said', 'Gregor', 'anxiously', 'but', 'not', 'anything', 'like', 'they', 're', 'eating', 'They', 'do', 'feed', 'themselves', 'And', 'here', 'I', 'am', 'dying', 'Throughout', 'all', 'this', 'time', 'Gregor', 'could', 'not', 'remember', 'having', 'heard', 'the', 'violin', 'being', 'played', 'but', 'this', 'evening', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen', 'The', 'three', 'gentlemen', 'had', 'already', 'finished', 'their', 'meal', 'the', 'one', 'in', 'the', 'middle', 'had', 'produced', 'a', 'newspaper', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'others', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chairs', 'reading', 'them', 'and', 'smoking', 'When', 'the', 'violin', 'began', 'playing', 'they', 'became', 'attentive', 'stood', 'up', 'and', 'went', 'on', 'tip', 'toe', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'pressed', 'against', 'each', 'other', 'Someone', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen', 'as', 'Gregor', 's', 'father', 'called', 'out', 'Is', 'the', 'playing', 'perhaps', 'unpleasant', 'for', 'the', 'gentlemen', 'We', 'can', 'stop', 'it', 'straight', 'away', 'On', 'the', 'contrary', 'said', 'the', 'middle', 'gentleman', 'would', 'the', 'young', 'lady', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room', 'where', 'it', 'is', 'after', 'all', 'much', 'more', 'cosy', 'and', 'comfortable', 'Oh', 'yes', 'we', 'd', 'love', 'to', 'called', 'back', 'Gregor', 's', 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself', 'The', 'gentlemen', 'stepped', 'back', 'into', 'the', 'room', 'and', 'waited', 'Gregor', 's', 'father', 'soon', 'appeared', 'with', 'the', 'music', 'stand', 'his', 'mother', 'with', 'the', 'music', 'and', 'his', 'sister', 'with', 'the', 'violin', 'She', 'calmly', 'prepared', 'everything', 'for', 'her', 'to', 'begin', 'playing', 'his', 'parents', 'who', 'had', 'never', 'rented', 'a', 'room', 'out', 'before', 'and', 'therefore', 'showed', 'an', 'exaggerated', 'courtesy', 'towards', 'the', 'three', 'gentlemen', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chairs', 'his', 'father', 'leant', 'against', 'the', 'door', 'with', 'his', 'right', 'hand', 'pushed', 'in', 'between', 'two', 'buttons', 'on', 'his', 'uniform', 'coat', 'his', 'mother', 'though', 'was', 'offered', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', 'leaving', 'the', 'chair', 'where', 'the', 'gentleman', 'happened', 'to', 'have', 'placed', 'it', 'out', 'of', 'the', 'way', 'in', 'a', 'corner', 'His', 'sister', 'began', 'to', 'play', 'father', 'and', 'mother', 'paid', 'close', 'attention', 'one', 'on', 'each', 'side', 'to', 'the', 'movements', 'of', 'her', 'hands', 'Drawn', 'in', 'by', 'the', 'playing', 'Gregor', 'had', 'dared', 'to', 'come', 'forward', 'a', 'little', 'and', 'already', 'had', 'his', 'head', 'in', 'the', 'living', 'room', 'Before', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'considerate', 'he', 'was', 'but', 'now', 'it', 'hardly', 'occurred', 'to', 'him', 'that', 'he', 'had', 'become', 'so', 'thoughtless', 'about', 'the', 'others', 'What', 's', 'more', 'there', 'was', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'was', 'covered', 'in', 'the', 'dust', 'that', 'lay', 'everywhere', 'in', 'his', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement', 'he', 'carried', 'threads', 'hairs', 'and', 'remains', 'of', 'food', 'about', 'on', 'his', 'back', 'and', 'sides', 'he', 'was', 'much', 'too', 'indifferent', 'to', 'everything', 'now', 'to', 'lay', 'on', 'his', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'used', 'to', 'do', 'several', 'times', 'a', 'day', 'And', 'despite', 'this', 'condition', 'he', 'was', 'not', 'too', 'shy', 'to', 'move', 'forward', 'a', 'little', 'onto', 'the', 'immaculate', 'floor', 'of', 'the', 'living', 'room', 'No', 'one', 'noticed', 'him', 'though', 'The', 'family', 'was', 'totally', 'preoccupied', 'with', 'the', 'violin', 'playing', 'at', 'first', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hands', 'in', 'their', 'pockets', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'notes', 'being', 'played', 'and', 'they', 'must', 'have', 'disturbed', 'Gregor', 's', 'sister', 'but', 'soon', 'in', 'contrast', 'with', 'the', 'family', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'heads', 'sunk', 'and', 'talking', 'to', 'each', 'other', 'at', 'half', 'volume', 'and', 'they', 'stayed', 'by', 'the', 'window', 'while', 'Gregor', 's', 'father', 'observed', 'them', 'anxiously', 'It', 'really', 'now', 'seemed', 'very', 'obvious', 'that', 'they', 'had', 'expected', 'to', 'hear', 'some', 'beautiful', 'or', 'entertaining', 'violin', 'playing', 'but', 'had', 'been', 'disappointed', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'performance', 'and', 'it', 'was', 'only', 'now', 'out', 'of', 'politeness', 'that', 'they', 'allowed', 'their', 'peace', 'to', 'be', 'disturbed', 'It', 'was', 'especially', 'unnerving', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarettes', 'upwards', 'from', 'their', 'mouth', 'and', 'noses', 'Yet', 'Gregor', 's', 'sister', 'was', 'playing', 'so', 'beautifully', 'Her', 'face', 'was', 'leant', 'to', 'one', 'side', 'following', 'the', 'lines', 'of', 'music', 'with', 'a', 'careful', 'and', 'melancholy', 'expression', 'Gregor', 'crawled', 'a', 'little', 'further', 'forward', 'keeping', 'his', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eyes', 'if', 'the', 'chance', 'came', 'Was', 'he', 'an', 'animal', 'if', 'music', 'could', 'captivate', 'him', 'so', 'It', 'seemed', 'to', 'him', 'that', 'he', 'was', 'being', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourishment', 'he', 'had', 'been', 'yearning', 'for', 'He', 'was', 'determined', 'to', 'make', 'his', 'way', 'forward', 'to', 'his', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'his', 'room', 'with', 'her', 'violin', 'as', 'no', 'one', 'appreciated', 'her', 'playing', 'here', 'as', 'much', 'as', 'he', 'would', 'He', 'never', 'wanted', 'to', 'let', 'her', 'out', 'of', 'his', 'room', 'not', 'while', 'he', 'lived', 'anyway', 'his', 'shocking', 'appearance', 'should', 'for', 'once', 'be', 'of', 'some', 'use', 'to', 'him', 'he', 'wanted', 'to', 'be', 'at', 'every', 'door', 'of', 'his', 'room', 'at', 'once', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attackers', 'his', 'sister', 'should', 'not', 'be', 'forced', 'to', 'stay', 'with', 'him', 'though', 'but', 'stay', 'of', 'her', 'own', 'free', 'will', 'she', 'would', 'sit', 'beside', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'always', 'intended', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'how', 'he', 'would', 'have', 'told', 'everyone', 'about', 'it', 'last', 'Christmas', 'had', 'Christmas', 'really', 'come', 'and', 'gone', 'already', 'if', 'this', 'misfortune', 'hadn', 't', 'got', 'in', 'the', 'way', 'and', 'refuse', 'to', 'let', 'anyone', 'dissuade', 'him', 'from', 'it', 'On', 'hearing', 'all', 'this', 'his', 'sister', 'would', 'break', 'out', 'in', 'tears', 'of', 'emotion', 'and', 'Gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck', 'which', 'since', 'she', 'had', 'been', 'going', 'out', 'to', 'work', 'she', 'had', 'kept', 'free', 'without', 'any', 'necklace', 'or', 'collar', 'Mr', 'Samsa', 'shouted', 'the', 'middle', 'gentleman', 'to', 'Gregor', 's', 'father', 'pointing', 'without', 'wasting', 'any', 'more', 'words', 'with', 'his', 'forefinger', 'at', 'Gregor', 'as', 'he', 'slowly', 'moved', 'forward', 'The', 'violin', 'went', 'silent', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'first', 'smiled', 'at', 'his', 'two', 'friends', 'shaking', 'his', 'head', 'and', 'then', 'looked', 'back', 'at', 'Gregor', 'His', 'father', 'seemed', 'to', 'think', 'it', 'more', 'important', 'to', 'calm', 'the', 'three', 'gentlemen', 'before', 'driving', 'Gregor', 'out', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seemed', 'to', 'think', 'Gregor', 'was', 'more', 'entertaining', 'than', 'the', 'violin', 'playing', 'had', 'been', 'He', 'rushed', 'up', 'to', 'them', 'with', 'his', 'arms', 'spread', 'out', 'and', 'attempted', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'trying', 'to', 'block', 'their', 'view', 'of', 'Gregor', 'with', 'his', 'body', 'Now', 'they', 'did', 'become', 'a', 'little', 'annoyed', 'and', 'it', 'was', 'not', 'clear', 'whether', 'it', 'was', 'his', 'father', 's', 'behaviour', 'that', 'annoyed', 'them', 'or', 'the', 'dawning', 'realisation', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'Gregor', 'in', 'the', 'next', 'room', 'without', 'knowing', 'it', 'They', 'asked', 'Gregor', 's', 'father', 'for', 'explanations', 'raised', 'their', 'arms', 'like', 'he', 'had', 'tugged', 'excitedly', 'at', 'their', 'beards', 'and', 'moved', 'back', 'towards', 'their', 'room', 'only', 'very', 'slowly', 'Meanwhile', 'Gregor', 's', 'sister', 'had', 'overcome', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'playing', 'was', 'suddenly', 'interrupted', 'She', 'had', 'let', 'her', 'hands', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limply', 'for', 'a', 'while', 'but', 'continued', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'playing', 'but', 'then', 'she', 'suddenly', 'pulled', 'herself', 'together', 'lay', 'the', 'instrument', 'on', 'her', 'mother', 's', 'lap', 'who', 'still', 'sat', 'laboriously', 'struggling', 'for', 'breath', 'where', 'she', 'was', 'and', 'ran', 'into', 'the', 'next', 'room', 'which', 'under', 'pressure', 'from', 'her', 'father', 'the', 'three', 'gentlemen', 'were', 'more', 'quickly', 'moving', 'toward', 'Under', 'his', 'sister', 's', 'experienced', 'hand', 'the', 'pillows', 'and', 'covers', 'on', 'the', 'beds', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'already', 'finished', 'making', 'the', 'beds', 'and', 'slipped', 'out', 'again', 'before', 'the', 'three', 'gentlemen', 'had', 'reached', 'the', 'room', 'Gregor', 's', 'father', 'seemed', 'so', 'obsessed', 'with', 'what', 'he', 'was', 'doing', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owed', 'to', 'his', 'tenants', 'He', 'urged', 'them', 'and', 'pressed', 'them', 'until', 'when', 'he', 'was', 'already', 'at', 'the', 'door', 'of', 'the', 'room', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'and', 'stamped', 'his', 'foot', 'and', 'thereby', 'brought', 'Gregor', 's', 'father', 'to', 'a', 'halt', 'I', 'declare', 'here', 'and', 'now', 'he', 'said', 'raising', 'his', 'hand', 'and', 'glancing', 'at', 'Gregor', 's', 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attention', 'too', 'that', 'with', 'regard', 'to', 'the', 'repugnant', 'conditions', 'that', 'prevail', 'in', 'this', 'flat', 'and', 'with', 'this', 'family', 'here', 'he', 'looked', 'briefly', 'but', 'decisively', 'at', 'the', 'floor', 'I', 'give', 'immediate', 'notice', 'on', 'my', 'room', 'For', 'the', 'days', 'that', 'I', 'have', 'been', 'living', 'here', 'I', 'will', 'of', 'course', 'pay', 'nothing', 'at', 'all', 'on', 'the', 'contrary', 'I', 'will', 'consider', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damages', 'from', 'you', 'and', 'believe', 'me', 'it', 'would', 'be', 'very', 'easy', 'to', 'set', 'out', 'the', 'grounds', 'for', 'such', 'an', 'action', 'He', 'was', 'silent', 'and', 'looked', 'straight', 'ahead', 'as', 'if', 'waiting', 'for', 'something', 'And', 'indeed', 'his', 'two', 'friends', 'joined', 'in', 'with', 'the', 'words', 'And', 'we', 'also', 'give', 'immediate', 'notice', 'With', 'that', 'he', 'took', 'hold', 'of', 'the', 'door', 'handle', 'and', 'slammed', 'the', 'door', 'Gregor', 's', 'father', 'staggered', 'back', 'to', 'his', 'seat', 'feeling', 'his', 'way', 'with', 'his', 'hands', 'and', 'fell', 'into', 'it', 'it', 'looked', 'as', 'if', 'he', 'was', 'stretching', 'himself', 'out', 'for', 'his', 'usual', 'evening', 'nap', 'but', 'from', 'the', 'uncontrolled', 'way', 'his', 'head', 'kept', 'nodding', 'it', 'could', 'be', 'seen', 'that', 'he', 'was', 'not', 'sleeping', 'at', 'all', 'Throughout', 'all', 'this', 'Gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him', 'His', 'disappointment', 'at', 'the', 'failure', 'of', 'his', 'plan', 'and', 'perhaps', 'also', 'because', 'he', 'was', 'weak', 'from', 'hunger', 'made', 'it', 'impossible', 'for', 'him', 'to', 'move', 'He', 'was', 'sure', 'that', 'everyone', 'would', 'turn', 'on', 'him', 'any', 'moment', 'and', 'he', 'waited', 'He', 'was', 'not', 'even', 'startled', 'out', 'of', 'this', 'state', 'when', 'the', 'violin', 'on', 'his', 'mother', 's', 'lap', 'fell', 'from', 'her', 'trembling', 'fingers', 'and', 'landed', 'loudly', 'on', 'the', 'floor', 'Father', 'Mother', 'said', 'his', 'sister', 'hitting', 'the', 'table', 'with', 'her', 'hand', 'as', 'introduction', 'we', 'can', 't', 'carry', 'on', 'like', 'this', 'Maybe', 'you', 'can', 't', 'see', 'it', 'but', 'I', 'can', 'I', 'don', 't', 'want', 'to', 'call', 'this', 'monster', 'my', 'brother', 'all', 'I', 'can', 'say', 'is', 'we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', 'We', 've', 'done', 'all', 'that', 's', 'humanly', 'possible', 'to', 'look', 'after', 'it', 'and', 'be', 'patient', 'I', 'don', 't', 'think', 'anyone', 'could', 'accuse', 'us', 'of', 'doing', 'anything', 'wrong', 'She', 's', 'absolutely', 'right', 'said', 'Gregor', 's', 'father', 'to', 'himself', 'His', 'mother', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath', 'began', 'to', 'cough', 'dully', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'deranged', 'expression', 'in', 'her', 'eyes', 'Gregor', 's', 'sister', 'rushed', 'to', 'his', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead', 'Her', 'words', 'seemed', 'to', 'give', 'Gregor', 's', 'father', 'some', 'more', 'definite', 'ideas', 'He', 'sat', 'upright', 'played', 'with', 'his', 'uniform', 'cap', 'between', 'the', 'plates', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal', 'and', 'occasionally', 'looked', 'down', 'at', 'Gregor', 'as', 'he', 'lay', 'there', 'immobile', 'We', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', 'said', 'Gregor', 's', 'sister', 'now', 'speaking', 'only', 'to', 'her', 'father', 'as', 'her', 'mother', 'was', 'too', 'occupied', 'with', 'coughing', 'to', 'listen', 'it', 'll', 'be', 'the', 'death', 'of', 'both', 'of', 'you', 'I', 'can', 'see', 'it', 'coming', 'We', 'can', 't', 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortured', 'like', 'this', 'we', 'can', 't', 'endure', 'it', 'I', 'can', 't', 'endure', 'it', 'any', 'more', 'And', 'she', 'broke', 'out', 'so', 'heavily', 'in', 'tears', 'that', 'they', 'flowed', 'down', 'the', 'face', 'of', 'her', 'mother', 'and', 'she', 'wiped', 'them', 'away', 'with', 'mechanical', 'hand', 'movements', 'My', 'child', 'said', 'her', 'father', 'with', 'sympathy', 'and', 'obvious', 'understanding', 'what', 'are', 'we', 'to', 'do', 'His', 'sister', 'just', 'shrugged', 'her', 'shoulders', 'as', 'a', 'sign', 'of', 'the', 'helplessness', 'and', 'tears', 'that', 'had', 'taken', 'hold', 'of', 'her', 'displacing', 'her', 'earlier', 'certainty', 'If', 'he', 'could', 'just', 'understand', 'us', 'said', 'his', 'father', 'almost', 'as', 'a', 'question', 'his', 'sister', 'shook', 'her', 'hand', 'vigorously', 'through', 'her', 'tears', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'was', 'no', 'question', 'If', 'he', 'could', 'just', 'understand', 'us', 'repeated', 'Gregor', 's', 'father', 'closing', 'his', 'eyes', 'in', 'acceptance', 'of', 'his', 'sister', 's', 'certainty', 'that', 'that', 'was', 'quite', 'impossible', 'then', 'perhaps', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrangement', 'with', 'him', 'But', 'as', 'it', 'is', 'It', 's', 'got', 'to', 'go', 'shouted', 'his', 'sister', 'that', 's', 'the', 'only', 'way', 'Father', 'You', 've', 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', 'that', 's', 'Gregor', 'We', 've', 'only', 'harmed', 'ourselves', 'by', 'believing', 'it', 'for', 'so', 'long', 'How', 'can', 'that', 'be', 'Gregor', 'If', 'it', 'were', 'Gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', 'it', 's', 'not', 'possible', 'for', 'human', 'beings', 'to', 'live', 'with', 'an', 'animal', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'his', 'own', 'free', 'will', 'We', 'wouldn', 't', 'have', 'a', 'brother', 'any', 'more', 'then', 'but', 'we', 'could', 'carry', 'on', 'with', 'our', 'lives', 'and', 'remember', 'him', 'with', 'respect', 'As', 'it', 'is', 'this', 'animal', 'is', 'persecuting', 'us', 'it', 's', 'driven', 'out', 'our', 'tenants', 'it', 'obviously', 'wants', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'force', 'us', 'to', 'sleep', 'on', 'the', 'streets', 'Father', 'look', 'just', 'look', 'she', 'suddenly', 'screamed', 'he', 's', 'starting', 'again', 'In', 'her', 'alarm', 'which', 'was', 'totally', 'beyond', 'Gregor', 's', 'comprehension', 'his', 'sister', 'even', 'abandoned', 'his', 'mother', 'as', 'she', 'pushed', 'herself', 'vigorously', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'willing', 'to', 'sacrifice', 'her', 'own', 'mother', 'than', 'stay', 'anywhere', 'near', 'Gregor', 'She', 'rushed', 'over', 'to', 'behind', 'her', 'father', 'who', 'had', 'become', 'excited', 'merely', 'because', 'she', 'was', 'and', 'stood', 'up', 'half', 'raising', 'his', 'hands', 'in', 'front', 'of', 'Gregor', 's', 'sister', 'as', 'if', 'to', 'protect', 'her', 'But', 'Gregor', 'had', 'had', 'no', 'intention', 'of', 'frightening', 'anyone', 'least', 'of', 'all', 'his', 'sister', 'All', 'he', 'had', 'done', 'was', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'his', 'room', 'although', 'that', 'was', 'in', 'itself', 'quite', 'startling', 'as', 'his', 'pain', 'wracked', 'condition', 'meant', 'that', 'turning', 'round', 'required', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'was', 'using', 'his', 'head', 'to', 'help', 'himself', 'do', 'it', 'repeatedly', 'raising', 'it', 'and', 'striking', 'it', 'against', 'the', 'floor', 'He', 'stopped', 'and', 'looked', 'round', 'They', 'seemed', 'to', 'have', 'realised', 'his', 'good', 'intention', 'and', 'had', 'only', 'been', 'alarmed', 'briefly', 'Now', 'they', 'all', 'looked', 'at', 'him', 'in', 'unhappy', 'silence', 'His', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'legs', 'stretched', 'out', 'and', 'pressed', 'against', 'each', 'other', 'her', 'eyes', 'nearly', 'closed', 'with', 'exhaustion', 'his', 'sister', 'sat', 'next', 'to', 'his', 'father', 'with', 'her', 'arms', 'around', 'his', 'neck', 'Maybe', 'now', 'they', 'll', 'let', 'me', 'turn', 'round', 'thought', 'Gregor', 'and', 'went', 'back', 'to', 'work', 'He', 'could', 'not', 'help', 'panting', 'loudly', 'with', 'the', 'effort', 'and', 'had', 'sometimes', 'to', 'stop', 'and', 'take', 'a', 'rest', 'No', 'one', 'was', 'making', 'him', 'rush', 'any', 'more', 'everything', 'was', 'left', 'up', 'to', 'him', 'As', 'soon', 'as', 'he', 'had', 'finally', 'finished', 'turning', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead', 'He', 'was', 'amazed', 'at', 'the', 'great', 'distance', 'that', 'separated', 'him', 'from', 'his', 'room', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'covered', 'that', 'distance', 'in', 'his', 'weak', 'state', 'a', 'little', 'while', 'before', 'and', 'almost', 'without', 'noticing', 'it', 'He', 'concentrated', 'on', 'crawling', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardly', 'noticed', 'that', 'there', 'was', 'not', 'a', 'word', 'not', 'any', 'cry', 'from', 'his', 'family', 'to', 'distract', 'him', 'He', 'did', 'not', 'turn', 'his', 'head', 'until', 'he', 'had', 'reached', 'the', 'doorway', 'He', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'his', 'neck', 'becoming', 'stiff', 'but', 'it', 'was', 'nonetheless', 'enough', 'to', 'see', 'that', 'nothing', 'behind', 'him', 'had', 'changed', 'only', 'his', 'sister', 'had', 'stood', 'up', 'With', 'his', 'last', 'glance', 'he', 'saw', 'that', 'his', 'mother', 'had', 'now', 'fallen', 'completely', 'asleep', 'He', 'was', 'hardly', 'inside', 'his', 'room', 'before', 'the', 'door', 'was', 'hurriedly', 'shut', 'bolted', 'and', 'locked', 'The', 'sudden', 'noise', 'behind', 'Gregor', 'so', 'startled', 'him', 'that', 'his', 'little', 'legs', 'collapsed', 'under', 'him', 'It', 'was', 'his', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush', 'She', 'had', 'been', 'standing', 'there', 'waiting', 'and', 'sprung', 'forward', 'lightly', 'Gregor', 'had', 'not', 'heard', 'her', 'coming', 'at', 'all', 'and', 'as', 'she', 'turned', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudly', 'to', 'her', 'parents', 'At', 'last', 'What', 'now', 'then', 'Gregor', 'asked', 'himself', 'as', 'he', 'looked', 'round', 'in', 'the', 'darkness', 'He', 'soon', 'made', 'the', 'discovery', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all', 'This', 'was', 'no', 'surprise', 'to', 'him', 'it', 'seemed', 'rather', 'that', 'being', 'able', 'to', 'actually', 'move', 'around', 'on', 'those', 'spindly', 'little', 'legs', 'until', 'then', 'was', 'unnatural', 'He', 'also', 'felt', 'relatively', 'comfortable', 'It', 'is', 'true', 'that', 'his', 'entire', 'body', 'was', 'aching', 'but', 'the', 'pain', 'seemed', 'to', 'be', 'slowly', 'getting', 'weaker', 'and', 'weaker', 'and', 'would', 'finally', 'disappear', 'altogether', 'He', 'could', 'already', 'hardly', 'feel', 'the', 'decayed', 'apple', 'in', 'his', 'back', 'or', 'the', 'inflamed', 'area', 'around', 'it', 'which', 'was', 'entirely', 'covered', 'in', 'white', 'dust', 'He', 'thought', 'back', 'of', 'his', 'family', 'with', 'emotion', 'and', 'love', 'If', 'it', 'was', 'possible', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongly', 'than', 'his', 'sister', 'He', 'remained', 'in', 'this', 'state', 'of', 'empty', 'and', 'peaceful', 'rumination', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morning', 'He', 'watched', 'as', 'it', 'slowly', 'began', 'to', 'get', 'light', 'everywhere', 'outside', 'the', 'window', 'too', 'Then', 'without', 'his', 'willing', 'it', 'his', 'head', 'sank', 'down', 'completely', 'and', 'his', 'last', 'breath', 'flowed', 'weakly', 'from', 'his', 'nostrils', 'When', 'the', 'cleaner', 'came', 'in', 'early', 'in', 'the', 'morning', 'they', 'd', 'often', 'asked', 'her', 'not', 'to', 'keep', 'slamming', 'the', 'doors', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurry', 'she', 'still', 'did', 'so', 'that', 'everyone', 'in', 'the', 'flat', 'knew', 'when', 'she', 'd', 'arrived', 'and', 'from', 'then', 'on', 'it', 'was', 'impossible', 'to', 'sleep', 'in', 'peace', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'Gregor', 'and', 'at', 'first', 'found', 'nothing', 'special', 'She', 'thought', 'he', 'was', 'laying', 'there', 'so', 'still', 'on', 'purpose', 'playing', 'the', 'martyr', 'she', 'attributed', 'all', 'possible', 'understanding', 'to', 'him', 'She', 'happened', 'to', 'be', 'holding', 'the', 'long', 'broom', 'in', 'her', 'hand', 'so', 'she', 'tried', 'to', 'tickle', 'Gregor', 'with', 'it', 'from', 'the', 'doorway', 'When', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tried', 'to', 'make', 'a', 'nuisance', 'of', 'herself', 'and', 'poked', 'at', 'him', 'a', 'little', 'and', 'only', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resistance', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attention', 'She', 'soon', 'realised', 'what', 'had', 'really', 'happened', 'opened', 'her', 'eyes', 'wide', 'whistled', 'to', 'herself', 'but', 'did', 'not', 'waste', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'doors', 'and', 'shout', 'loudly', 'into', 'the', 'darkness', 'of', 'the', 'bedrooms', 'Come', 'and', 'ave', 'a', 'look', 'at', 'this', 'it', 's', 'dead', 'just', 'lying', 'there', 'stone', 'dead', 'Mr', 'and', 'Mrs', 'Samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriage', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caused', 'by', 'the', 'cleaner', 'before', 'they', 'could', 'grasp', 'what', 'she', 'was', 'saying', 'But', 'then', 'each', 'from', 'his', 'own', 'side', 'they', 'hurried', 'out', 'of', 'bed', 'Mr', 'Samsa', 'threw', 'the', 'blanket', 'over', 'his', 'shoulders', 'Mrs', 'Samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress', 'and', 'that', 'is', 'how', 'they', 'went', 'into', 'Gregor', 's', 'room', 'On', 'the', 'way', 'they', 'opened', 'the', 'door', 'to', 'the', 'living', 'room', 'where', 'Grete', 'had', 'been', 'sleeping', 'since', 'the', 'three', 'gentlemen', 'had', 'moved', 'in', 'she', 'was', 'fully', 'dressed', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep', 'and', 'the', 'paleness', 'of', 'her', 'face', 'seemed', 'to', 'confirm', 'this', 'Dead', 'asked', 'Mrs', 'Samsa', 'looking', 'at', 'the', 'charwoman', 'enquiringly', 'even', 'though', 'she', 'could', 'have', 'checked', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'checking', 'That', 's', 'what', 'I', 'said', 'replied', 'the', 'cleaner', 'and', 'to', 'prove', 'it', 'she', 'gave', 'Gregor', 's', 'body', 'another', 'shove', 'with', 'the', 'broom', 'sending', 'it', 'sideways', 'across', 'the', 'floor', 'Mrs', 'Samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'wanted', 'to', 'hold', 'back', 'the', 'broom', 'but', 'did', 'not', 'complete', 'it', 'Now', 'then', 'said', 'Mr', 'Samsa', 'let', 's', 'give', 'thanks', 'to', 'God', 'for', 'that', 'He', 'crossed', 'himself', 'and', 'the', 'three', 'women', 'followed', 'his', 'example', 'Grete', 'who', 'had', 'not', 'taken', 'her', 'eyes', 'from', 'the', 'corpse', 'said', 'Just', 'look', 'how', 'thin', 'he', 'was', 'He', 'didn', 't', 'eat', 'anything', 'for', 'so', 'long', 'The', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in', 'Gregor', 's', 'body', 'was', 'indeed', 'completely', 'dried', 'up', 'and', 'flat', 'they', 'had', 'not', 'seen', 'it', 'until', 'then', 'but', 'now', 'he', 'was', 'not', 'lifted', 'up', 'on', 'his', 'little', 'legs', 'nor', 'did', 'he', 'do', 'anything', 'to', 'make', 'them', 'look', 'away', 'Grete', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'little', 'while', 'said', 'Mrs', 'Samsa', 'with', 'a', 'pained', 'smile', 'and', 'Grete', 'followed', 'her', 'parents', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'looking', 'back', 'at', 'the', 'body', 'The', 'cleaner', 'shut', 'the', 'door', 'and', 'opened', 'the', 'window', 'wide', 'Although', 'it', 'was', 'still', 'early', 'in', 'the', 'morning', 'the', 'fresh', 'air', 'had', 'something', 'of', 'warmth', 'mixed', 'in', 'with', 'it', 'It', 'was', 'already', 'the', 'end', 'of', 'March', 'after', 'all', 'The', 'three', 'gentlemen', 'stepped', 'out', 'of', 'their', 'room', 'and', 'looked', 'round', 'in', 'amazement', 'for', 'their', 'breakfasts', 'they', 'had', 'been', 'forgotten', 'about', 'Where', 'is', 'our', 'breakfast', 'the', 'middle', 'gentleman', 'asked', 'the', 'cleaner', 'irritably', 'She', 'just', 'put', 'her', 'finger', 'on', 'her', 'lips', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', 'Gregor', 's', 'room', 'They', 'did', 'so', 'and', 'stood', 'around', 'Gregor', 's', 'corpse', 'with', 'their', 'hands', 'in', 'the', 'pockets', 'of', 'their', 'well', 'worn', 'coats', 'It', 'was', 'now', 'quite', 'light', 'in', 'the', 'room', 'Then', 'the', 'door', 'of', 'the', 'bedroom', 'opened', 'and', 'Mr', 'Samsa', 'appeared', 'in', 'his', 'uniform', 'with', 'his', 'wife', 'on', 'one', 'arm', 'and', 'his', 'daughter', 'on', 'the', 'other', 'All', 'of', 'them', 'had', 'been', 'crying', 'a', 'little', 'Grete', 'now', 'and', 'then', 'pressed', 'her', 'face', 'against', 'her', 'father', 's', 'arm', 'Leave', 'my', 'home', 'Now', 'said', 'Mr', 'Samsa', 'indicating', 'the', 'door', 'and', 'without', 'letting', 'the', 'women', 'from', 'him', 'What', 'do', 'you', 'mean', 'asked', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcerted', 'and', 'he', 'smiled', 'sweetly', 'The', 'other', 'two', 'held', 'their', 'hands', 'behind', 'their', 'backs', 'and', 'continually', 'rubbed', 'them', 'together', 'in', 'gleeful', 'anticipation', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'only', 'end', 'in', 'their', 'favour', 'I', 'mean', 'just', 'what', 'I', 'said', 'answered', 'Mr', 'Samsa', 'and', 'with', 'his', 'two', 'companions', 'went', 'in', 'a', 'straight', 'line', 'towards', 'the', 'man', 'At', 'first', 'he', 'stood', 'there', 'still', 'looking', 'at', 'the', 'ground', 'as', 'if', 'the', 'contents', 'of', 'his', 'head', 'were', 'rearranging', 'themselves', 'into', 'new', 'positions', 'Alright', 'we', 'll', 'go', 'then', 'he', 'said', 'and', 'looked', 'up', 'at', 'Mr', 'Samsa', 'as', 'if', 'he', 'had', 'been', 'suddenly', 'overcome', 'with', 'humility', 'and', 'wanted', 'permission', 'again', 'from', 'Mr', 'Samsa', 'for', 'his', 'decision', 'Mr', 'Samsa', 'merely', 'opened', 'his', 'eyes', 'wide', 'and', 'briefly', 'nodded', 'to', 'him', 'several', 'times', 'At', 'that', 'and', 'without', 'delay', 'the', 'man', 'actually', 'did', 'take', 'long', 'strides', 'into', 'the', 'front', 'hallway', 'his', 'two', 'friends', 'had', 'stopped', 'rubbing', 'their', 'hands', 'some', 'time', 'before', 'and', 'had', 'been', 'listening', 'to', 'what', 'was', 'being', 'said', 'Now', 'they', 'jumped', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'Mr', 'Samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connection', 'with', 'their', 'leader', 'Once', 'there', 'all', 'three', 'took', 'their', 'hats', 'from', 'the', 'stand', 'took', 'their', 'sticks', 'from', 'the', 'holder', 'bowed', 'without', 'a', 'word', 'and', 'left', 'the', 'premises', 'Mr', 'Samsa', 'and', 'the', 'two', 'women', 'followed', 'them', 'out', 'onto', 'the', 'landing', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', 'men', 's', 'intentions', 'and', 'as', 'they', 'leaned', 'over', 'the', 'landing', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steady', 'progress', 'down', 'the', 'many', 'steps', 'As', 'they', 'turned', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappeared', 'and', 'would', 'reappear', 'a', 'few', 'moments', 'later', 'the', 'further', 'down', 'they', 'went', 'the', 'more', 'that', 'the', 'Samsa', 'family', 'lost', 'interest', 'in', 'them', 'when', 'a', 'butcher', 's', 'boy', 'proud', 'of', 'posture', 'with', 'his', 'tray', 'on', 'his', 'head', 'passed', 'them', 'on', 'his', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were', 'Mr', 'Samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'landing', 'and', 'went', 'as', 'if', 'relieved', 'back', 'into', 'the', 'flat', 'They', 'decided', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'was', 'for', 'relaxation', 'and', 'to', 'go', 'for', 'a', 'walk', 'not', 'only', 'had', 'they', 'earned', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'serious', 'need', 'of', 'it', 'So', 'they', 'sat', 'at', 'the', 'table', 'and', 'wrote', 'three', 'letters', 'of', 'excusal', 'Mr', 'Samsa', 'to', 'his', 'employers', 'Mrs', 'Samsa', 'to', 'her', 'contractor', 'and', 'Grete', 'to', 'her', 'principal', 'The', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'writing', 'to', 'tell', 'them', 'she', 'was', 'going', 'she', 'd', 'finished', 'her', 'work', 'for', 'that', 'morning', 'The', 'three', 'of', 'them', 'at', 'first', 'just', 'nodded', 'without', 'looking', 'up', 'from', 'what', 'they', 'were', 'writing', 'and', 'it', 'was', 'only', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leave', 'that', 'they', 'looked', 'up', 'in', 'irritation', 'Well', 'asked', 'Mr', 'Samsa', 'The', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremendous', 'good', 'news', 'to', 'report', 'but', 'would', 'only', 'do', 'it', 'if', 'she', 'was', 'clearly', 'asked', 'to', 'The', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'on', 'her', 'hat', 'which', 'had', 'been', 'a', 'source', 'of', 'irritation', 'to', 'Mr', 'Samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'working', 'for', 'them', 'swayed', 'gently', 'in', 'all', 'directions', 'What', 'is', 'it', 'you', 'want', 'then', 'asked', 'Mrs', 'Samsa', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for', 'Yes', 'she', 'answered', 'and', 'broke', 'into', 'a', 'friendly', 'laugh', 'that', 'made', 'her', 'unable', 'to', 'speak', 'straight', 'away', 'well', 'then', 'that', 'thing', 'in', 'there', 'you', 'needn', 't', 'worry', 'about', 'how', 'you', 're', 'going', 'to', 'get', 'rid', 'of', 'it', 'That', 's', 'all', 'been', 'sorted', 'out', 'Mrs', 'Samsa', 'and', 'Grete', 'bent', 'down', 'over', 'their', 'letters', 'as', 'if', 'intent', 'on', 'continuing', 'with', 'what', 'they', 'were', 'writing', 'Mr', 'Samsa', 'saw', 'that', 'the', 'cleaner', 'wanted', 'to', 'start', 'describing', 'everything', 'in', 'detail', 'but', 'with', 'outstretched', 'hand', 'he', 'made', 'it', 'quite', 'clear', 'that', 'she', 'was', 'not', 'to', 'So', 'as', 'she', 'was', 'prevented', 'from', 'telling', 'them', 'all', 'about', 'it', 'she', 'suddenly', 'remembered', 'what', 'a', 'hurry', 'she', 'was', 'in', 'and', 'clearly', 'peeved', 'called', 'out', 'Cheerio', 'then', 'everyone', 'turned', 'round', 'sharply', 'and', 'left', 'slamming', 'the', 'door', 'terribly', 'as', 'she', 'went', 'Tonight', 'she', 'gets', 'sacked', 'said', 'Mr', 'Samsa', 'but', 'he', 'received', 'no', 'reply', 'from', 'either', 'his', 'wife', 'or', 'his', 'daughter', 'as', 'the', 'charwoman', 'seemed', 'to', 'have', 'destroyed', 'the', 'peace', 'they', 'had', 'only', 'just', 'gained', 'They', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remained', 'with', 'their', 'arms', 'around', 'each', 'other', 'Mr', 'Samsa', 'twisted', 'round', 'in', 'his', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watching', 'for', 'a', 'while', 'Then', 'he', 'called', 'out', 'Come', 'here', 'then', 'Let', 's', 'forget', 'about', 'all', 'that', 'old', 'stuff', 'shall', 'we', 'Come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attention', 'The', 'two', 'women', 'immediately', 'did', 'as', 'he', 'said', 'hurrying', 'over', 'to', 'him', 'where', 'they', 'kissed', 'him', 'and', 'hugged', 'him', 'and', 'then', 'they', 'quickly', 'finished', 'their', 'letters', 'After', 'that', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'together', 'which', 'was', 'something', 'they', 'had', 'not', 'done', 'for', 'months', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'country', 'outside', 'the', 'town', 'They', 'had', 'the', 'tram', 'filled', 'with', 'warm', 'sunshine', 'all', 'to', 'themselves', 'Leant', 'back', 'comfortably', 'on', 'their', 'seats', 'they', 'discussed', 'their', 'prospects', 'and', 'found', 'that', 'on', 'closer', 'examination', 'they', 'were', 'not', 'at', 'all', 'bad', 'until', 'then', 'they', 'had', 'never', 'asked', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'jobs', 'which', 'were', 'very', 'good', 'and', 'held', 'particularly', 'good', 'promise', 'for', 'the', 'future', 'The', 'greatest', 'improvement', 'for', 'the', 'time', 'being', 'of', 'course', 'would', 'be', 'achieved', 'quite', 'easily', 'by', 'moving', 'house', 'what', 'they', 'needed', 'now', 'was', 'a', 'flat', 'that', 'was', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'Gregor', 'one', 'that', 'was', 'in', 'a', 'better', 'location', 'and', 'most', 'of', 'all', 'more', 'practical', 'All', 'the', 'time', 'Grete', 'was', 'becoming', 'livelier', 'With', 'all', 'the', 'worry', 'they', 'had', 'been', 'having', 'of', 'late', 'her', 'cheeks', 'had', 'become', 'pale', 'but', 'while', 'they', 'were', 'talking', 'Mr', 'and', 'Mrs', 'Samsa', 'were', 'struck', 'almost', 'simultaneously', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'was', 'blossoming', 'into', 'a', 'well', 'built', 'and', 'beautiful', 'young', 'lady', 'They', 'became', 'quieter', 'Just', 'from', 'each', 'other', 's', 'glance', 'and', 'almost', 'without', 'knowing', 'it', 'they', 'agreed', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her', 'And', 'as', 'if', 'in', 'confirmation', 'of', 'their', 'new', 'dreams', 'and', 'good', 'intentions', 'as', 'soon', 'as', 'they', 'reached', 'their', 'destination', 'Grete', 'was', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'body', 'Updated', 'editions', 'will', 'replace', 'the', 'previous', 'one', 'the', 'old', 'editions', 'will', 'be', 'renamed', 'Creating', 'the', 'works', 'from', 'public', 'domain', 'print', 'editions', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works', 'so', 'the', 'Foundation', 'and', 'you', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United', 'States', 'without', 'permission', 'and', 'without', 'paying', 'copyright', 'royalties', 'Special', 'rules', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part', 'of', 'this', 'license', 'apply', 'to', 'copying', 'and', 'distributing', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERG', 'tm', 'concept', 'and', 'trademark', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark', 'and', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks', 'unless', 'you', 'receive', 'specific', 'permission', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'eBook', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy', 'You', 'may', 'use', 'this', 'eBook', 'for', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works', 'reports', 'performances', 'and', 'research', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given', 'away', 'you', 'may', 'do', 'practically', 'ANYTHING', 'with', 'public', 'domain', 'eBooks', 'Redistribution', 'is', 'subject', 'to', 'the', 'trademark', 'license', 'especially', 'commercial', 'redistribution', 'Section', '1', 'General', 'Terms', 'of', 'Use', 'and', 'Redistributing', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', '1', 'A', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'you', 'indicate', 'that', 'you', 'have', 'read', 'understand', 'agree', 'to', 'and', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property', 'trademark', 'copyright', 'agreement', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'the', 'terms', 'of', 'this', 'agreement', 'you', 'must', 'cease', 'using', 'and', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'in', 'your', 'possession', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1', 'E', '8', '1', 'B', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark', 'It', 'may', 'only', 'be', 'used', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', 'There', 'are', 'a', 'few', 'things', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'even', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement', 'See', 'paragraph', '1', 'C', 'below', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this', 'agreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'See', 'paragraph', '1', 'E', 'below', '1', 'C', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'the', 'Foundation', 'or', 'PGLAF', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection', 'of', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'Nearly', 'all', 'the', 'individual', 'works', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'If', 'an', 'individual', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying', 'distributing', 'performing', 'displaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed', 'Of', 'course', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'Project', 'Gutenberg', 'tm', 'mission', 'of', 'promoting', 'free', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg', 'tm', 'works', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the', 'Project', 'Gutenberg', 'tm', 'name', 'associated', 'with', 'the', 'work', 'You', 'can', 'easily', 'comply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the', 'same', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg', 'tm', 'License', 'when', 'you', 'share', 'it', 'without', 'charge', 'with', 'others', 'This', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyrighted', 'individual', 'works', 'included', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'Information', 'on', 'the', 'copyright', 'owner', 'for', 'this', 'particular', 'work', 'and', 'the', 'terms', 'of', 'use', 'imposed', 'by', 'the', 'copyright', 'holder', 'on', 'this', 'work', 'are', 'set', 'forth', 'at', 'the', 'beginning', 'of', 'this', 'work', '1', 'D', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'this', 'work', 'Copyright', 'laws', 'in', 'most', 'countries', 'are', 'in', 'a', 'constant', 'state', 'of', 'change', 'If', 'you', 'are', 'outside', 'the', 'United', 'States', 'check', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this', 'agreement', 'before', 'downloading', 'copying', 'displaying', 'performing', 'distributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'other', 'Project', 'Gutenberg', 'tm', 'work', 'The', 'Foundation', 'makes', 'no', 'representations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'country', 'outside', 'the', 'United', 'States', '1', 'E', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg', '1', 'E', '1', 'The', 'following', 'sentence', 'with', 'active', 'links', 'to', 'or', 'other', 'immediate', 'access', 'to', 'the', 'full', 'Project', 'Gutenberg', 'tm', 'License', 'must', 'appear', 'prominently', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenberg', 'tm', 'work', 'any', 'work', 'on', 'which', 'the', 'phrase', 'Project', 'Gutenberg', 'appears', 'or', 'with', 'which', 'the', 'phrase', 'Project', 'Gutenberg', 'is', 'associated', 'is', 'accessed', 'displayed', 'performed', 'viewed', 'copied', 'or', 'distributed', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever', 'You', 'may', 'copy', 'it', 'give', 'it', 'away', 'or', 're', 'use', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'www', 'gutenberg', 'org', '1', 'E', '2', 'If', 'an', 'individual', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'is', 'derived', 'from', 'the', 'public', 'domain', 'does', 'not', 'contain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the', 'copyright', 'holder', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in', 'the', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges', 'If', 'you', 'are', 'redistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', 'Project', 'Gutenberg', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work', 'you', 'must', 'comply', 'either', 'with', 'the', 'requirements', 'of', 'paragraphs', '1', 'E', '1', 'through', '1', 'E', '7', 'or', 'obtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenberg', 'tm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1', 'E', '8', 'or', '1', 'E', '9', '1', 'E', '3', 'If', 'an', 'individual', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'is', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'your', 'use', 'and', 'distribution', 'must', 'comply', 'with', 'both', 'paragraphs', '1', 'E', '1', 'through', '1', 'E', '7', 'and', 'any', 'additional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder', 'Additional', 'terms', 'will', 'be', 'linked', 'to', 'the', 'Project', 'Gutenberg', 'tm', 'License', 'for', 'all', 'works', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'beginning', 'of', 'this', 'work', '1', 'E', '4', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenberg', 'tm', 'License', 'terms', 'from', 'this', 'work', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this', 'work', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg', 'tm', '1', 'E', '5', 'Do', 'not', 'copy', 'display', 'perform', 'distribute', 'or', 'redistribute', 'this', 'electronic', 'work', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work', 'without', 'prominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1', 'E', '1', 'with', 'active', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'tm', 'License', '1', 'E', '6', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary', 'compressed', 'marked', 'up', 'nonproprietary', 'or', 'proprietary', 'form', 'including', 'any', 'word', 'processing', 'or', 'hypertext', 'form', 'However', 'if', 'you', 'provide', 'access', 'to', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenberg', 'tm', 'work', 'in', 'a', 'format', 'other', 'than', 'Plain', 'Vanilla', 'ASCII', 'or', 'other', 'format', 'used', 'in', 'the', 'official', 'version', 'posted', 'on', 'the', 'official', 'Project', 'Gutenberg', 'tm', 'web', 'site', 'www', 'gutenberg', 'org', 'you', 'must', 'at', 'no', 'additional', 'cost', 'fee', 'or', 'expense', 'to', 'the', 'user', 'provide', 'a', 'copy', 'a', 'means', 'of', 'exporting', 'a', 'copy', 'or', 'a', 'means', 'of', 'obtaining', 'a', 'copy', 'upon', 'request', 'of', 'the', 'work', 'in', 'its', 'original', 'Plain', 'Vanilla', 'ASCII', 'or', 'other', 'form', 'Any', 'alternate', 'format', 'must', 'include', 'the', 'full', 'Project', 'Gutenberg', 'tm', 'License', 'as', 'specified', 'in', 'paragraph', '1', 'E', '1', '1', 'E', '7', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to', 'viewing', 'displaying', 'performing', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg', 'tm', 'works', 'unless', 'you', 'comply', 'with', 'paragraph', '1', 'E', '8', 'or', '1', 'E', '9', '1', 'E', '8', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'access', 'to', 'or', 'distributing', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'provided', 'that', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from', 'the', 'use', 'of', 'Project', 'Gutenberg', 'tm', 'works', 'calculated', 'using', 'the', 'method', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes', 'The', 'fee', 'is', 'owed', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg', 'tm', 'trademark', 'but', 'he', 'has', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Royalty', 'payments', 'must', 'be', 'paid', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', 'or', 'are', 'legally', 'required', 'to', 'prepare', 'your', 'periodic', 'tax', 'returns', 'Royalty', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in', 'Section', '4', 'Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies', 'you', 'in', 'writing', 'or', 'by', 'e', 'mail', 'within', '30', 'days', 'of', 'receipt', 'that', 's', 'he', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenberg', 'tm', 'License', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg', 'tm', 'works', 'You', 'provide', 'in', 'accordance', 'with', 'paragraph', '1', 'F', '3', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy', 'if', 'a', 'defect', 'in', 'the', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of', 'receipt', 'of', 'the', 'work', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', 'distribution', 'of', 'Project', 'Gutenberg', 'tm', 'works', '1', 'E', '9', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'are', 'set', 'forth', 'in', 'this', 'agreement', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'from', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'Michael', 'Hart', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg', 'tm', 'trademark', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below', '1', 'F', '1', 'F', '1', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable', 'effort', 'to', 'identify', 'do', 'copyright', 'research', 'on', 'transcribe', 'and', 'proofread', 'public', 'domain', 'works', 'in', 'creating', 'the', 'Project', 'Gutenberg', 'tm', 'collection', 'Despite', 'these', 'efforts', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored', 'may', 'contain', 'Defects', 'such', 'as', 'but', 'not', 'limited', 'to', 'incomplete', 'inaccurate', 'or', 'corrupt', 'data', 'transcription', 'errors', 'a', 'copyright', 'or', 'other', 'intellectual', 'property', 'infringement', 'a', 'defective', 'or', 'damaged', 'disk', 'or', 'other', 'medium', 'a', 'computer', 'virus', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'cannot', 'be', 'read', 'by', 'your', 'equipment', '1', 'F', '2', 'LIMITED', 'WARRANTY', 'DISCLAIMER', 'OF', 'DAMAGES', 'Except', 'for', 'the', 'Right', 'of', 'Replacement', 'or', 'Refund', 'described', 'in', 'paragraph', '1', 'F', '3', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg', 'tm', 'trademark', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project', 'Gutenberg', 'tm', 'electronic', 'work', 'under', 'this', 'agreement', 'disclaim', 'all', 'liability', 'to', 'you', 'for', 'damages', 'costs', 'and', 'expenses', 'including', 'legal', 'fees', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE', 'STRICT', 'LIABILITY', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE', 'PROVIDED', 'IN', 'PARAGRAPH', 'F3', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION', 'THE', 'TRADEMARK', 'OWNER', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE', 'LIABLE', 'TO', 'YOU', 'FOR', 'ACTUAL', 'DIRECT', 'INDIRECT', 'CONSEQUENTIAL', 'PUNITIVE', 'OR', 'INCIDENTAL', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH', 'DAMAGE', '1', 'F', '3', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', 'If', 'you', 'discover', 'a', 'defect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it', 'you', 'can', 'receive', 'a', 'refund', 'of', 'the', 'money', 'if', 'any', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a', 'written', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from', 'If', 'you', 'received', 'the', 'work', 'on', 'a', 'physical', 'medium', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explanation', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you', 'with', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in', 'lieu', 'of', 'a', 'refund', 'If', 'you', 'received', 'the', 'work', 'electronically', 'the', 'person', 'or', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second', 'opportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund', 'If', 'the', 'second', 'copy', 'is', 'also', 'defective', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing', 'without', 'further', 'opportunities', 'to', 'fix', 'the', 'problem', '1', 'F', '4', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1', 'F', '3', 'this', 'work', 'is', 'provided', 'to', 'you', 'AS', 'IS', 'WITH', 'NO', 'OTHER', 'WARRANTIES', 'OF', 'ANY', 'KIND', 'EXPRESS', 'OR', 'IMPLIED', 'INCLUDING', 'BUT', 'NOT', 'LIMITED', 'TO', 'WARRANTIES', 'OF', 'MERCHANTIBILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE', '1', 'F', '5', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'warranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'damages', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'violates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement', 'the', 'agreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or', 'limitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law', 'The', 'invalidity', 'or', 'unenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the', 'remaining', 'provisions', '1', 'F', '6', 'INDEMNITY', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation', 'the', 'trademark', 'owner', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation', 'anyone', 'providing', 'copies', 'of', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'in', 'accordance', 'with', 'this', 'agreement', 'and', 'any', 'volunteers', 'associated', 'with', 'the', 'production', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'harmless', 'from', 'all', 'liability', 'costs', 'and', 'expenses', 'including', 'legal', 'fees', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'the', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur', 'a', 'distribution', 'of', 'this', 'or', 'any', 'Project', 'Gutenberg', 'tm', 'work', 'b', 'alteration', 'modification', 'or', 'additions', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg', 'tm', 'work', 'and', 'c', 'any', 'Defect', 'you', 'cause', 'Section', '2', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenberg', 'tm', 'Project', 'Gutenberg', 'tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of', 'electronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of', 'computers', 'including', 'obsolete', 'old', 'middle', 'aged', 'and', 'new', 'computers', 'It', 'exists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations', 'from', 'people', 'in', 'all', 'walks', 'of', 'life', 'Volunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the', 'assistance', 'they', 'need', 'is', 'critical', 'to', 'reaching', 'Project', 'Gutenberg', 'tm', 's', 'goals', 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenberg', 'tm', 'collection', 'will', 'remain', 'freely', 'available', 'for', 'generations', 'to', 'come', 'In', '2001', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure', 'and', 'permanent', 'future', 'for', 'Project', 'Gutenberg', 'tm', 'and', 'future', 'generations', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help', 'see', 'Sections', '3', 'and', '4', 'and', 'the', 'Foundation', 'web', 'page', 'at', 'https', 'www', 'pglaf', 'org', 'Section', '3', 'Information', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit', '501', 'c', '3', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the', 'state', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal', 'Revenue', 'Service', 'The', 'Foundation', 's', 'EIN', 'or', 'federal', 'tax', 'identification', 'number', 'is', '64', '6221541', 'Its', '501', 'c', '3', 'letter', 'is', 'posted', 'at', 'https', 'pglaf', 'org', 'fundraising', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by', 'U', 'S', 'federal', 'laws', 'and', 'your', 'state', 's', 'laws', 'The', 'Foundation', 's', 'principal', 'office', 'is', 'located', 'at', '4557', 'Melan', 'Dr', 'S', 'Fairbanks', 'AK', '99712', 'but', 'its', 'volunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'locations', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West', 'Salt', 'Lake', 'City', 'UT', '84116', '801', '596', '1887', 'email', 'business', 'pglaf', 'org', 'Email', 'contact', 'links', 'and', 'up', 'to', 'date', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', 'Foundation', 's', 'web', 'site', 'and', 'official', 'page', 'at', 'https', 'pglaf', 'org', 'Section', '4', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Project', 'Gutenberg', 'tm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'increasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be', 'freely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest', 'array', 'of', 'equipment', 'including', 'outdated', 'equipment', 'Many', 'small', 'donations', '1', 'to', '5', '000', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'status', 'with', 'the', 'IRS', 'The', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating', 'charities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United', 'States', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a', 'considerable', 'effort', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requirements', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'where', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance', 'To', 'SEND', 'DONATIONS', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'state', 'visit', 'https', 'pglaf', 'org', 'While', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'have', 'not', 'met', 'the', 'solicitation', 'requirements', 'we', 'know', 'of', 'no', 'prohibition', 'against', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'approach', 'us', 'with', 'offers', 'to', 'donate', 'International', 'donations', 'are', 'gratefully', 'accepted', 'but', 'we', 'cannot', 'make', 'any', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'outside', 'the', 'United', 'States', 'U', 'S', 'laws', 'alone', 'swamp', 'our', 'small', 'staff', 'Please', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation', 'methods', 'and', 'addresses', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other', 'ways', 'including', 'including', 'checks', 'online', 'payments', 'and', 'credit', 'card', 'donations', 'To', 'donate', 'please', 'visit', 'https', 'pglaf', 'org', 'donate', 'Section', '5', 'General', 'Information', 'About', 'Project', 'Gutenberg', 'tm', 'electronic', 'works', 'Professor', 'Michael', 'S', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project', 'Gutenberg', 'tm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'freely', 'shared', 'with', 'anyone', 'For', 'thirty', 'years', 'he', 'produced', 'and', 'distributed', 'Project', 'Gutenberg', 'tm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of', 'volunteer', 'support', 'Project', 'Gutenberg', 'tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'editions', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'Public', 'Domain', 'in', 'the', 'U', 'S', 'unless', 'a', 'copyright', 'notice', 'is', 'included', 'Thus', 'we', 'do', 'not', 'necessarily', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'edition', 'Most', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search', 'facility', 'This', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg', 'tm', 'including', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks', 'and', 'how', 'to', 'subscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks', '']
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
words = text.split()
import string
table = str.maketrans('', '', string.punctuation)
stripped = [w.translate(table) for w in words]
print(stripped)
['One', 'morning', 'when', 'Gregor', 'Samsa', 'woke', 'from', 'troubled', 'dreams', 'he', 'found', 'himself', 'transformed', 'in', 'his', 'bed', 'into', 'a', 'horrible', 'vermin', 'He', 'lay', 'on', 'his', 'armourlike', 'back', 'and', 'if', 'he', 'lifted', 'his', 'head', 'a', 'little', 'he', 'could', 'see', 'his', 'brown', 'belly', 'slightly', 'domed', 'and', 'divided', 'by', 'arches', 'into', 'stiff', 'sections', 'The', 'bedding', 'was', 'hardly', 'able', 'to', 'cover', 'it', 'and', 'seemed', 'ready', 'to', 'slide', 'off', 'any', 'moment', 'His', 'many', 'legs', 'pitifully', 'thin', 'compared', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him', 'waved', 'about', 'helplessly', 'as', 'he', 'looked', 'Whats', 'happened', 'to', 'me', 'he', 'thought', 'It', 'wasnt', 'a', 'dream', 'His', 'room', 'a', 'proper', 'human', 'room', 'although', 'a', 'little', 'too', 'small', 'lay', 'peacefully', 'between', 'its', 'four', 'familiar', 'walls', 'A', 'collection', 'of', 'textile', 'samples', 'lay', 'spread', 'out', 'on', 'the', 'table', '', 'Samsa', 'was', 'a', 'travelling', 'salesman', '', 'and', 'above', 'it', 'there', 'hung', 'a', 'picture', 'that', 'he', 'had', 'recently', 'cut', 'out', 'of', 'an', 'illustrated', 'magazine', 'and', 'housed', 'in', 'a', 'nice', 'gilded', 'frame', 'It', 'showed', 'a', 'lady', 'fitted', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright', 'raising', 'a', 'heavy', 'fur', 'muff', 'that', 'covered', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'towards', 'the', 'viewer', 'Gregor', 'then', 'turned', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather', 'Drops', 'of', 'rain', 'could', 'be', 'heard', 'hitting', 'the', 'pane', 'which', 'made', 'him', 'feel', 'quite', 'sad', 'How', 'about', 'if', 'I', 'sleep', 'a', 'little', 'bit', 'longer', 'and', 'forget', 'all', 'this', 'nonsense', 'he', 'thought', 'but', 'that', 'was', 'something', 'he', 'was', 'unable', 'to', 'do', 'because', 'he', 'was', 'used', 'to', 'sleeping', 'on', 'his', 'right', 'and', 'in', 'his', 'present', 'state', 'couldnt', 'get', 'into', 'that', 'position', 'However', 'hard', 'he', 'threw', 'himself', 'onto', 'his', 'right', 'he', 'always', 'rolled', 'back', 'to', 'where', 'he', 'was', 'He', 'must', 'have', 'tried', 'it', 'a', 'hundred', 'times', 'shut', 'his', 'eyes', 'so', 'that', 'he', 'wouldnt', 'have', 'to', 'look', 'at', 'the', 'floundering', 'legs', 'and', 'only', 'stopped', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'before', 'Oh', 'God', 'he', 'thought', 'what', 'a', 'strenuous', 'career', 'it', 'is', 'that', 'Ive', 'chosen', 'Travelling', 'day', 'in', 'and', 'day', 'out', 'Doing', 'business', 'like', 'this', 'takes', 'much', 'more', 'effort', 'than', 'doing', 'your', 'own', 'business', 'at', 'home', 'and', 'on', 'top', 'of', 'that', 'theres', 'the', 'curse', 'of', 'travelling', 'worries', 'about', 'making', 'train', 'connections', 'bad', 'and', 'irregular', 'food', 'contact', 'with', 'different', 'people', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyone', 'or', 'become', 'friendly', 'with', 'them', 'It', 'can', 'all', 'go', 'to', 'Hell', 'He', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'his', 'belly', 'pushed', 'himself', 'slowly', 'up', 'on', 'his', 'back', 'towards', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'his', 'head', 'better', 'found', 'where', 'the', 'itch', 'was', 'and', 'saw', 'that', 'it', 'was', 'covered', 'with', 'lots', 'of', 'little', 'white', 'spots', 'which', 'he', 'didnt', 'know', 'what', 'to', 'make', 'of', 'and', 'when', 'he', 'tried', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'his', 'legs', 'he', 'drew', 'it', 'quickly', 'back', 'because', 'as', 'soon', 'as', 'he', 'touched', 'it', 'he', 'was', 'overcome', 'by', 'a', 'cold', 'shudder', 'He', 'slid', 'back', 'into', 'his', 'former', 'position', 'Getting', 'up', 'early', 'all', 'the', 'time', 'he', 'thought', 'it', 'makes', 'you', 'stupid', 'Youve', 'got', 'to', 'get', 'enough', 'sleep', 'Other', 'travelling', 'salesmen', 'live', 'a', 'life', 'of', 'luxury', 'For', 'instance', 'whenever', 'I', 'go', 'back', 'to', 'the', 'guest', 'house', 'during', 'the', 'morning', 'to', 'copy', 'out', 'the', 'contract', 'these', 'gentlemen', 'are', 'always', 'still', 'sitting', 'there', 'eating', 'their', 'breakfasts', 'I', 'ought', 'to', 'just', 'try', 'that', 'with', 'my', 'boss', 'Id', 'get', 'kicked', 'out', 'on', 'the', 'spot', 'But', 'who', 'knows', 'maybe', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me', 'If', 'I', 'didnt', 'have', 'my', 'parents', 'to', 'think', 'about', 'Id', 'have', 'given', 'in', 'my', 'notice', 'a', 'long', 'time', 'ago', 'Id', 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'I', 'think', 'tell', 'him', 'everything', 'I', 'would', 'let', 'him', 'know', 'just', 'what', 'I', 'feel', 'Hed', 'fall', 'right', 'off', 'his', 'desk', 'And', 'its', 'a', 'funny', 'sort', 'of', 'business', 'to', 'be', 'sitting', 'up', 'there', 'at', 'your', 'desk', 'talking', 'down', 'at', 'your', 'subordinates', 'from', 'up', 'there', 'especially', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'because', 'the', 'boss', 'is', 'hard', 'of', 'hearing', 'Well', 'theres', 'still', 'some', 'hope', 'once', 'Ive', 'got', 'the', 'money', 'together', 'to', 'pay', 'off', 'my', 'parents', 'debt', 'to', 'him', '', 'another', 'five', 'or', 'six', 'years', 'I', 'suppose', '', 'thats', 'definitely', 'what', 'Ill', 'do', 'Thats', 'when', 'Ill', 'make', 'the', 'big', 'change', 'First', 'of', 'all', 'though', 'Ive', 'got', 'to', 'get', 'up', 'my', 'train', 'leaves', 'at', 'five', 'And', 'he', 'looked', 'over', 'at', 'the', 'alarm', 'clock', 'ticking', 'on', 'the', 'chest', 'of', 'drawers', 'God', 'in', 'Heaven', 'he', 'thought', 'It', 'was', 'half', 'past', 'six', 'and', 'the', 'hands', 'were', 'quietly', 'moving', 'forwards', 'it', 'was', 'even', 'later', 'than', 'half', 'past', 'more', 'like', 'quarter', 'to', 'seven', 'Had', 'the', 'alarm', 'clock', 'not', 'rung', 'He', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', 'oclock', 'as', 'it', 'should', 'have', 'been', 'it', 'certainly', 'must', 'have', 'rung', 'Yes', 'but', 'was', 'it', 'possible', 'to', 'quietly', 'sleep', 'through', 'that', 'furniturerattling', 'noise', 'True', 'he', 'had', 'not', 'slept', 'peacefully', 'but', 'probably', 'all', 'the', 'more', 'deeply', 'because', 'of', 'that', 'What', 'should', 'he', 'do', 'now', 'The', 'next', 'train', 'went', 'at', 'seven', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collection', 'of', 'samples', 'was', 'still', 'not', 'packed', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularly', 'fresh', 'and', 'lively', 'And', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'his', 'bosss', 'anger', 'as', 'the', 'office', 'assistant', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', 'oclock', 'train', 'go', 'he', 'would', 'have', 'put', 'in', 'his', 'report', 'about', 'Gregors', 'not', 'being', 'there', 'a', 'long', 'time', 'ago', 'The', 'office', 'assistant', 'was', 'the', 'bosss', 'man', 'spineless', 'and', 'with', 'no', 'understanding', 'What', 'about', 'if', 'he', 'reported', 'sick', 'But', 'that', 'would', 'be', 'extremely', 'strained', 'and', 'suspicious', 'as', 'in', 'fifteen', 'years', 'of', 'service', 'Gregor', 'had', 'never', 'once', 'yet', 'been', 'ill', 'His', 'boss', 'would', 'certainly', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medical', 'insurance', 'company', 'accuse', 'his', 'parents', 'of', 'having', 'a', 'lazy', 'son', 'and', 'accept', 'the', 'doctors', 'recommendation', 'not', 'to', 'make', 'any', 'claim', 'as', 'the', 'doctor', 'believed', 'that', 'noone', 'was', 'ever', 'ill', 'but', 'that', 'many', 'were', 'workshy', 'And', 'whats', 'more', 'would', 'he', 'have', 'been', 'entirely', 'wrong', 'in', 'this', 'case', 'Gregor', 'did', 'in', 'fact', 'apart', 'from', 'excessive', 'sleepiness', 'after', 'sleeping', 'for', 'so', 'long', 'feel', 'completely', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual', 'He', 'was', 'still', 'hurriedly', 'thinking', 'all', 'this', 'through', 'unable', 'to', 'decide', 'to', 'get', 'out', 'of', 'the', 'bed', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven', 'There', 'was', 'a', 'cautious', 'knock', 'at', 'the', 'door', 'near', 'his', 'head', 'Gregor', 'somebody', 'called', '', 'it', 'was', 'his', 'mother', '', 'its', 'quarter', 'to', 'seven', 'Didnt', 'you', 'want', 'to', 'go', 'somewhere', 'That', 'gentle', 'voice', 'Gregor', 'was', 'shocked', 'when', 'he', 'heard', 'his', 'own', 'voice', 'answering', 'it', 'could', 'hardly', 'be', 'recognised', 'as', 'the', 'voice', 'he', 'had', 'had', 'before', 'As', 'if', 'from', 'deep', 'inside', 'him', 'there', 'was', 'a', 'painful', 'and', 'uncontrollable', 'squeaking', 'mixed', 'in', 'with', 'it', 'the', 'words', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'was', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear', 'leaving', 'the', 'hearer', 'unsure', 'whether', 'he', 'had', 'heard', 'properly', 'or', 'not', 'Gregor', 'had', 'wanted', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everything', 'but', 'in', 'the', 'circumstances', 'contented', 'himself', 'with', 'saying', 'Yes', 'mother', 'yes', 'thankyou', 'Im', 'getting', 'up', 'now', 'The', 'change', 'in', 'Gregors', 'voice', 'probably', 'could', 'not', 'be', 'noticed', 'outside', 'through', 'the', 'wooden', 'door', 'as', 'his', 'mother', 'was', 'satisfied', 'with', 'this', 'explanation', 'and', 'shuffled', 'away', 'But', 'this', 'short', 'conversation', 'made', 'the', 'other', 'members', 'of', 'the', 'family', 'aware', 'that', 'Gregor', 'against', 'their', 'expectations', 'was', 'still', 'at', 'home', 'and', 'soon', 'his', 'father', 'came', 'knocking', 'at', 'one', 'of', 'the', 'side', 'doors', 'gently', 'but', 'with', 'his', 'fist', 'Gregor', 'Gregor', 'he', 'called', 'whats', 'wrong', 'And', 'after', 'a', 'short', 'while', 'he', 'called', 'again', 'with', 'a', 'warning', 'deepness', 'in', 'his', 'voice', 'Gregor', 'Gregor', 'At', 'the', 'other', 'side', 'door', 'his', 'sister', 'came', 'plaintively', 'Gregor', 'Arent', 'you', 'well', 'Do', 'you', 'need', 'anything', 'Gregor', 'answered', 'to', 'both', 'sides', 'Im', 'ready', 'now', 'making', 'an', 'effort', 'to', 'remove', 'all', 'the', 'strangeness', 'from', 'his', 'voice', 'by', 'enunciating', 'very', 'carefully', 'and', 'putting', 'long', 'pauses', 'between', 'each', 'individual', 'word', 'His', 'father', 'went', 'back', 'to', 'his', 'breakfast', 'but', 'his', 'sister', 'whispered', 'Gregor', 'open', 'the', 'door', 'I', 'beg', 'of', 'you', 'Gregor', 'however', 'had', 'no', 'thought', 'of', 'opening', 'the', 'door', 'and', 'instead', 'congratulated', 'himself', 'for', 'his', 'cautious', 'habit', 'acquired', 'from', 'his', 'travelling', 'of', 'locking', 'all', 'doors', 'at', 'night', 'even', 'when', 'he', 'was', 'at', 'home', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'to', 'get', 'up', 'in', 'peace', 'without', 'being', 'disturbed', 'to', 'get', 'dressed', 'and', 'most', 'of', 'all', 'to', 'have', 'his', 'breakfast', 'Only', 'then', 'would', 'he', 'consider', 'what', 'to', 'do', 'next', 'as', 'he', 'was', 'well', 'aware', 'that', 'he', 'would', 'not', 'bring', 'his', 'thoughts', 'to', 'any', 'sensible', 'conclusions', 'by', 'lying', 'in', 'bed', 'He', 'remembered', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed', 'perhaps', 'caused', 'by', 'lying', 'awkwardly', 'but', 'that', 'had', 'always', 'turned', 'out', 'to', 'be', 'pure', 'imagination', 'and', 'he', 'wondered', 'how', 'his', 'imaginings', 'would', 'slowly', 'resolve', 'themselves', 'today', 'He', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'change', 'in', 'his', 'voice', 'was', 'nothing', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'serious', 'cold', 'which', 'was', 'an', 'occupational', 'hazard', 'for', 'travelling', 'salesmen', 'It', 'was', 'a', 'simple', 'matter', 'to', 'throw', 'off', 'the', 'covers', 'he', 'only', 'had', 'to', 'blow', 'himself', 'up', 'a', 'little', 'and', 'they', 'fell', 'off', 'by', 'themselves', 'But', 'it', 'became', 'difficult', 'after', 'that', 'especially', 'as', 'he', 'was', 'so', 'exceptionally', 'broad', 'He', 'would', 'have', 'used', 'his', 'arms', 'and', 'his', 'hands', 'to', 'push', 'himself', 'up', 'but', 'instead', 'of', 'them', 'he', 'only', 'had', 'all', 'those', 'little', 'legs', 'continuously', 'moving', 'in', 'different', 'directions', 'and', 'which', 'he', 'was', 'moreover', 'unable', 'to', 'control', 'If', 'he', 'wanted', 'to', 'bend', 'one', 'of', 'them', 'then', 'that', 'was', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out', 'and', 'if', 'he', 'finally', 'managed', 'to', 'do', 'what', 'he', 'wanted', 'with', 'that', 'leg', 'all', 'the', 'others', 'seemed', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'painfully', 'This', 'is', 'something', 'that', 'cant', 'be', 'done', 'in', 'bed', 'Gregor', 'said', 'to', 'himself', 'so', 'dont', 'keep', 'trying', 'to', 'do', 'it', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'get', 'the', 'lower', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'but', 'he', 'had', 'never', 'seen', 'this', 'lower', 'part', 'and', 'could', 'not', 'imagine', 'what', 'it', 'looked', 'like', 'it', 'turned', 'out', 'to', 'be', 'too', 'hard', 'to', 'move', 'it', 'went', 'so', 'slowly', 'and', 'finally', 'almost', 'in', 'a', 'frenzy', 'when', 'he', 'carelessly', 'shoved', 'himself', 'forwards', 'with', 'all', 'the', 'force', 'he', 'could', 'gather', 'he', 'chose', 'the', 'wrong', 'direction', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost', 'and', 'learned', 'from', 'the', 'burning', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'his', 'body', 'might', 'well', 'at', 'present', 'be', 'the', 'most', 'sensitive', 'So', 'then', 'he', 'tried', 'to', 'get', 'the', 'top', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'first', 'carefully', 'turning', 'his', 'head', 'to', 'the', 'side', 'This', 'he', 'managed', 'quite', 'easily', 'and', 'despite', 'its', 'breadth', 'and', 'its', 'weight', 'the', 'bulk', 'of', 'his', 'body', 'eventually', 'followed', 'slowly', 'in', 'the', 'direction', 'of', 'the', 'head', 'But', 'when', 'he', 'had', 'at', 'last', 'got', 'his', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occurred', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracle', 'if', 'his', 'head', 'were', 'not', 'injured', 'so', 'he', 'became', 'afraid', 'to', 'carry', 'on', 'pushing', 'himself', 'forward', 'the', 'same', 'way', 'And', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'any', 'price', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'consciousness', 'It', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier', 'but', 'when', 'he', 'lay', 'there', 'sighing', 'and', 'was', 'once', 'more', 'watching', 'his', 'legs', 'as', 'they', 'struggled', 'against', 'each', 'other', 'even', 'harder', 'than', 'before', 'if', 'that', 'was', 'possible', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bringing', 'peace', 'and', 'order', 'to', 'this', 'chaos', 'He', 'told', 'himself', 'once', 'more', 'that', 'it', 'was', 'not', 'possible', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensible', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatever', 'way', 'he', 'could', 'at', 'whatever', 'sacrifice', 'At', 'the', 'same', 'time', 'though', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consideration', 'was', 'much', 'better', 'than', 'rushing', 'to', 'desperate', 'conclusions', 'At', 'times', 'like', 'this', 'he', 'would', 'direct', 'his', 'eyes', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearly', 'as', 'he', 'could', 'but', 'unfortunately', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'was', 'enveloped', 'in', 'morning', 'fog', 'and', 'the', 'view', 'had', 'little', 'confidence', 'or', 'cheer', 'to', 'offer', 'him', 'Seven', 'oclock', 'already', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again', 'seven', 'oclock', 'and', 'theres', 'still', 'a', 'fog', 'like', 'this', 'And', 'he', 'lay', 'there', 'quietly', 'a', 'while', 'longer', 'breathing', 'lightly', 'as', 'if', 'he', 'perhaps', 'expected', 'the', 'total', 'stillness', 'to', 'bring', 'things', 'back', 'to', 'their', 'real', 'and', 'natural', 'state', 'But', 'then', 'he', 'said', 'to', 'himself', 'Before', 'it', 'strikes', 'quarter', 'past', 'seven', 'Ill', 'definitely', 'have', 'to', 'have', 'got', 'properly', 'out', 'of', 'bed', 'And', 'by', 'then', 'somebody', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', 'whats', 'happened', 'to', 'me', 'as', 'well', 'as', 'they', 'open', 'up', 'at', 'work', 'before', 'seven', 'oclock', 'And', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swinging', 'the', 'entire', 'length', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time', 'If', 'he', 'succeeded', 'in', 'falling', 'out', 'of', 'bed', 'in', 'this', 'way', 'and', 'kept', 'his', 'head', 'raised', 'as', 'he', 'did', 'so', 'he', 'could', 'probably', 'avoid', 'injuring', 'it', 'His', 'back', 'seemed', 'to', 'be', 'quite', 'hard', 'and', 'probably', 'nothing', 'would', 'happen', 'to', 'it', 'falling', 'onto', 'the', 'carpet', 'His', 'main', 'concern', 'was', 'for', 'the', 'loud', 'noise', 'he', 'was', 'bound', 'to', 'make', 'and', 'which', 'even', 'through', 'all', 'the', 'doors', 'would', 'probably', 'raise', 'concern', 'if', 'not', 'alarm', 'But', 'it', 'was', 'something', 'that', 'had', 'to', 'be', 'risked', 'When', 'Gregor', 'was', 'already', 'sticking', 'half', 'way', 'out', 'of', 'the', 'bed', '', 'the', 'new', 'method', 'was', 'more', 'of', 'a', 'game', 'than', 'an', 'effort', 'all', 'he', 'had', 'to', 'do', 'was', 'rock', 'back', 'and', 'forth', '', 'it', 'occurred', 'to', 'him', 'how', 'simple', 'everything', 'would', 'be', 'if', 'somebody', 'came', 'to', 'help', 'him', 'Two', 'strong', 'people', '', 'he', 'had', 'his', 'father', 'and', 'the', 'maid', 'in', 'mind', '', 'would', 'have', 'been', 'more', 'than', 'enough', 'they', 'would', 'only', 'have', 'to', 'push', 'their', 'arms', 'under', 'the', 'dome', 'of', 'his', 'back', 'peel', 'him', 'away', 'from', 'the', 'bed', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'careful', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor', 'where', 'hopefully', 'the', 'little', 'legs', 'would', 'find', 'a', 'use', 'Should', 'he', 'really', 'call', 'for', 'help', 'though', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'doors', 'were', 'locked', 'Despite', 'all', 'the', 'difficulty', 'he', 'was', 'in', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'this', 'thought', 'After', 'a', 'while', 'he', 'had', 'already', 'moved', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'his', 'balance', 'if', 'he', 'rocked', 'too', 'hard', 'The', 'time', 'was', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decision', 'very', 'soon', 'Then', 'there', 'was', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat', 'Thatll', 'be', 'someone', 'from', 'work', 'he', 'said', 'to', 'himself', 'and', 'froze', 'very', 'still', 'although', 'his', 'little', 'legs', 'only', 'became', 'all', 'the', 'more', 'lively', 'as', 'they', 'danced', 'around', 'For', 'a', 'moment', 'everything', 'remained', 'quiet', 'Theyre', 'not', 'opening', 'the', 'door', 'Gregor', 'said', 'to', 'himself', 'caught', 'in', 'some', 'nonsensical', 'hope', 'But', 'then', 'of', 'course', 'the', 'maids', 'firm', 'steps', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'opened', 'it', 'Gregor', 'only', 'needed', 'to', 'hear', 'the', 'visitors', 'first', 'words', 'of', 'greeting', 'and', 'he', 'knew', 'who', 'it', 'was', '', 'the', 'chief', 'clerk', 'himself', 'Why', 'did', 'Gregor', 'have', 'to', 'be', 'the', 'only', 'one', 'condemned', 'to', 'work', 'for', 'a', 'company', 'where', 'they', 'immediately', 'became', 'highly', 'suspicious', 'at', 'the', 'slightest', 'shortcoming', 'Were', 'all', 'employees', 'every', 'one', 'of', 'them', 'louts', 'was', 'there', 'not', 'one', 'of', 'them', 'who', 'was', 'faithful', 'and', 'devoted', 'who', 'would', 'go', 'so', 'mad', 'with', 'pangs', 'of', 'conscience', 'that', 'he', 'couldnt', 'get', 'out', 'of', 'bed', 'if', 'he', 'didnt', 'spend', 'at', 'least', 'a', 'couple', 'of', 'hours', 'in', 'the', 'morning', 'on', 'company', 'business', 'Was', 'it', 'really', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'trainees', 'make', 'enquiries', '', 'assuming', 'enquiries', 'were', 'even', 'necessary', '', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole', 'innocent', 'family', 'that', 'this', 'was', 'so', 'suspicious', 'that', 'only', 'the', 'chief', 'clerk', 'could', 'be', 'trusted', 'to', 'have', 'the', 'wisdom', 'to', 'investigate', 'it', 'And', 'more', 'because', 'these', 'thoughts', 'had', 'made', 'him', 'upset', 'than', 'through', 'any', 'proper', 'decision', 'he', 'swang', 'himself', 'with', 'all', 'his', 'force', 'out', 'of', 'the', 'bed', 'There', 'was', 'a', 'loud', 'thump', 'but', 'it', 'wasnt', 'really', 'a', 'loud', 'noise', 'His', 'fall', 'was', 'softened', 'a', 'little', 'by', 'the', 'carpet', 'and', 'Gregors', 'back', 'was', 'also', 'more', 'elastic', 'than', 'he', 'had', 'thought', 'which', 'made', 'the', 'sound', 'muffled', 'and', 'not', 'too', 'noticeable', 'He', 'had', 'not', 'held', 'his', 'head', 'carefully', 'enough', 'though', 'and', 'hit', 'it', 'as', 'he', 'fell', 'annoyed', 'and', 'in', 'pain', 'he', 'turned', 'it', 'and', 'rubbed', 'it', 'against', 'the', 'carpet', 'Somethings', 'fallen', 'down', 'in', 'there', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left', 'Gregor', 'tried', 'to', 'imagine', 'whether', 'something', 'of', 'the', 'sort', 'that', 'had', 'happened', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too', 'you', 'had', 'to', 'concede', 'that', 'it', 'was', 'possible', 'But', 'as', 'if', 'in', 'gruff', 'reply', 'to', 'this', 'question', 'the', 'chief', 'clerks', 'firm', 'footsteps', 'in', 'his', 'highly', 'polished', 'boots', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoining', 'room', 'From', 'the', 'room', 'on', 'his', 'right', 'Gregors', 'sister', 'whispered', 'to', 'him', 'to', 'let', 'him', 'know', 'Gregor', 'the', 'chief', 'clerk', 'is', 'here', 'Yes', 'I', 'know', 'said', 'Gregor', 'to', 'himself', 'but', 'without', 'daring', 'to', 'raise', 'his', 'voice', 'loud', 'enough', 'for', 'his', 'sister', 'to', 'hear', 'him', 'Gregor', 'said', 'his', 'father', 'now', 'from', 'the', 'room', 'to', 'his', 'left', 'the', 'chief', 'clerk', 'has', 'come', 'round', 'and', 'wants', 'to', 'know', 'why', 'you', 'didnt', 'leave', 'on', 'the', 'early', 'train', 'We', 'dont', 'know', 'what', 'to', 'say', 'to', 'him', 'And', 'anyway', 'he', 'wants', 'to', 'speak', 'to', 'you', 'personally', 'So', 'please', 'open', 'up', 'this', 'door', 'Im', 'sure', 'hell', 'be', 'good', 'enough', 'to', 'forgive', 'the', 'untidiness', 'of', 'your', 'room', 'Then', 'the', 'chief', 'clerk', 'called', 'Good', 'morning', 'Mr', 'Samsa', 'He', 'isnt', 'well', 'said', 'his', 'mother', 'to', 'the', 'chief', 'clerk', 'while', 'his', 'father', 'continued', 'to', 'speak', 'through', 'the', 'door', 'He', 'isnt', 'well', 'please', 'believe', 'me', 'Why', 'else', 'would', 'Gregor', 'have', 'missed', 'a', 'train', 'The', 'lad', 'only', 'ever', 'thinks', 'about', 'the', 'business', 'It', 'nearly', 'makes', 'me', 'cross', 'the', 'way', 'he', 'never', 'goes', 'out', 'in', 'the', 'evenings', 'hes', 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stayed', 'home', 'every', 'evening', 'He', 'sits', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'reads', 'the', 'paper', 'or', 'studies', 'train', 'timetables', 'His', 'idea', 'of', 'relaxation', 'is', 'working', 'with', 'his', 'fretsaw', 'Hes', 'made', 'a', 'little', 'frame', 'for', 'instance', 'it', 'only', 'took', 'him', 'two', 'or', 'three', 'evenings', 'youll', 'be', 'amazed', 'how', 'nice', 'it', 'is', 'its', 'hanging', 'up', 'in', 'his', 'room', 'youll', 'see', 'it', 'as', 'soon', 'as', 'Gregor', 'opens', 'the', 'door', 'Anyway', 'Im', 'glad', 'youre', 'here', 'we', 'wouldnt', 'have', 'been', 'able', 'to', 'get', 'Gregor', 'to', 'open', 'the', 'door', 'by', 'ourselves', 'hes', 'so', 'stubborn', 'and', 'Im', 'sure', 'he', 'isnt', 'well', 'he', 'said', 'this', 'morning', 'that', 'he', 'is', 'but', 'he', 'isnt', 'Ill', 'be', 'there', 'in', 'a', 'moment', 'said', 'Gregor', 'slowly', 'and', 'thoughtfully', 'but', 'without', 'moving', 'so', 'that', 'he', 'would', 'not', 'miss', 'any', 'word', 'of', 'the', 'conversation', 'Well', 'I', 'cant', 'think', 'of', 'any', 'other', 'way', 'of', 'explaining', 'it', 'Mrs', 'Samsa', 'said', 'the', 'chief', 'clerk', 'I', 'hope', 'its', 'nothing', 'serious', 'But', 'on', 'the', 'other', 'hand', 'I', 'must', 'say', 'that', 'if', 'we', 'people', 'in', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'then', 'fortunately', 'or', 'unfortunately', 'as', 'you', 'like', 'we', 'simply', 'have', 'to', 'overcome', 'it', 'because', 'of', 'business', 'considerations', 'Can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then', 'asked', 'his', 'father', 'impatiently', 'knocking', 'at', 'the', 'door', 'again', 'No', 'said', 'Gregor', 'In', 'the', 'room', 'on', 'his', 'right', 'there', 'followed', 'a', 'painful', 'silence', 'in', 'the', 'room', 'on', 'his', 'left', 'his', 'sister', 'began', 'to', 'cry', 'So', 'why', 'did', 'his', 'sister', 'not', 'go', 'and', 'join', 'the', 'others', 'She', 'had', 'probably', 'only', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dressed', 'And', 'why', 'was', 'she', 'crying', 'Was', 'it', 'because', 'he', 'had', 'not', 'got', 'up', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in', 'because', 'he', 'was', 'in', 'danger', 'of', 'losing', 'his', 'job', 'and', 'if', 'that', 'happened', 'his', 'boss', 'would', 'once', 'more', 'pursue', 'their', 'parents', 'with', 'the', 'same', 'demands', 'as', 'before', 'There', 'was', 'no', 'need', 'to', 'worry', 'about', 'things', 'like', 'that', 'yet', 'Gregor', 'was', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intention', 'of', 'abandoning', 'his', 'family', 'For', 'the', 'time', 'being', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet', 'and', 'noone', 'who', 'knew', 'the', 'condition', 'he', 'was', 'in', 'would', 'seriously', 'have', 'expected', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in', 'It', 'was', 'only', 'a', 'minor', 'discourtesy', 'and', 'a', 'suitable', 'excuse', 'could', 'easily', 'be', 'found', 'for', 'it', 'later', 'on', 'it', 'was', 'not', 'something', 'for', 'which', 'Gregor', 'could', 'be', 'sacked', 'on', 'the', 'spot', 'And', 'it', 'seemed', 'to', 'Gregor', 'much', 'more', 'sensible', 'to', 'leave', 'him', 'now', 'in', 'peace', 'instead', 'of', 'disturbing', 'him', 'with', 'talking', 'at', 'him', 'and', 'crying', 'But', 'the', 'others', 'didnt', 'know', 'what', 'was', 'happening', 'they', 'were', 'worried', 'that', 'would', 'excuse', 'their', 'behaviour', 'The', 'chief', 'clerk', 'now', 'raised', 'his', 'voice', 'Mr', 'Samsa', 'he', 'called', 'to', 'him', 'what', 'is', 'wrong', 'You', 'barricade', 'yourself', 'in', 'your', 'room', 'give', 'us', 'no', 'more', 'than', 'yes', 'or', 'no', 'for', 'an', 'answer', 'you', 'are', 'causing', 'serious', 'and', 'unnecessary', 'concern', 'to', 'your', 'parents', 'and', 'you', 'fail', '', 'and', 'I', 'mention', 'this', 'just', 'by', 'the', 'way', '', 'you', 'fail', 'to', 'carry', 'out', 'your', 'business', 'duties', 'in', 'a', 'way', 'that', 'is', 'quite', 'unheard', 'of', 'Im', 'speaking', 'here', 'on', 'behalf', 'of', 'your', 'parents', 'and', 'of', 'your', 'employer', 'and', 'really', 'must', 'request', 'a', 'clear', 'and', 'immediate', 'explanation', 'I', 'am', 'astonished', 'quite', 'astonished', 'I', 'thought', 'I', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensible', 'person', 'and', 'now', 'you', 'suddenly', 'seem', 'to', 'be', 'showing', 'off', 'with', 'peculiar', 'whims', 'This', 'morning', 'your', 'employer', 'did', 'suggest', 'a', 'possible', 'reason', 'for', 'your', 'failure', 'to', 'appear', 'its', 'true', '', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'was', 'recently', 'entrusted', 'to', 'you', '', 'but', 'I', 'came', 'near', 'to', 'giving', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explanation', 'But', 'now', 'that', 'I', 'see', 'your', 'incomprehensible', 'stubbornness', 'I', 'no', 'longer', 'feel', 'any', 'wish', 'whatsoever', 'to', 'intercede', 'on', 'your', 'behalf', 'And', 'nor', 'is', 'your', 'position', 'all', 'that', 'secure', 'I', 'had', 'originally', 'intended', 'to', 'say', 'all', 'this', 'to', 'you', 'in', 'private', 'but', 'since', 'you', 'cause', 'me', 'to', 'waste', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'I', 'dont', 'see', 'why', 'your', 'parents', 'should', 'not', 'also', 'learn', 'of', 'it', 'Your', 'turnover', 'has', 'been', 'very', 'unsatisfactory', 'of', 'late', 'I', 'grant', 'you', 'that', 'its', 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especially', 'good', 'business', 'we', 'recognise', 'that', 'but', 'there', 'simply', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'business', 'at', 'all', 'Mr', 'Samsa', 'we', 'cannot', 'allow', 'there', 'to', 'be', 'But', 'Sir', 'called', 'Gregor', 'beside', 'himself', 'and', 'forgetting', 'all', 'else', 'in', 'the', 'excitement', 'Ill', 'open', 'up', 'immediately', 'just', 'a', 'moment', 'Im', 'slightly', 'unwell', 'an', 'attack', 'of', 'dizziness', 'I', 'havent', 'been', 'able', 'to', 'get', 'up', 'Im', 'still', 'in', 'bed', 'now', 'Im', 'quite', 'fresh', 'again', 'now', 'though', 'Im', 'just', 'getting', 'out', 'of', 'bed', 'Just', 'a', 'moment', 'Be', 'patient', 'Its', 'not', 'quite', 'as', 'easy', 'as', 'Id', 'thought', 'Im', 'quite', 'alright', 'now', 'though', 'Its', 'shocking', 'what', 'can', 'suddenly', 'happen', 'to', 'a', 'person', 'I', 'was', 'quite', 'alright', 'last', 'night', 'my', 'parents', 'know', 'about', 'it', 'perhaps', 'better', 'than', 'me', 'I', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'already', 'They', 'must', 'have', 'noticed', 'it', 'I', 'dont', 'know', 'why', 'I', 'didnt', 'let', 'you', 'know', 'at', 'work', 'But', 'you', 'always', 'think', 'you', 'can', 'get', 'over', 'an', 'illness', 'without', 'staying', 'at', 'home', 'Please', 'dont', 'make', 'my', 'parents', 'suffer', 'Theres', 'no', 'basis', 'for', 'any', 'of', 'the', 'accusations', 'youre', 'making', 'nobodys', 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'any', 'of', 'these', 'things', 'Maybe', 'you', 'havent', 'read', 'the', 'latest', 'contracts', 'I', 'sent', 'in', 'Ill', 'set', 'off', 'with', 'the', 'eight', 'oclock', 'train', 'as', 'well', 'these', 'few', 'hours', 'of', 'rest', 'have', 'given', 'me', 'strength', 'You', 'dont', 'need', 'to', 'wait', 'sir', 'Ill', 'be', 'in', 'the', 'office', 'soon', 'after', 'you', 'and', 'please', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him', 'And', 'while', 'Gregor', 'gushed', 'out', 'these', 'words', 'hardly', 'knowing', 'what', 'he', 'was', 'saying', 'he', 'made', 'his', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawers', '', 'this', 'was', 'easily', 'done', 'probably', 'because', 'of', 'the', 'practise', 'he', 'had', 'already', 'had', 'in', 'bed', '', 'where', 'he', 'now', 'tried', 'to', 'get', 'himself', 'upright', 'He', 'really', 'did', 'want', 'to', 'open', 'the', 'door', 'really', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk', 'the', 'others', 'were', 'being', 'so', 'insistent', 'and', 'he', 'was', 'curious', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him', 'If', 'they', 'were', 'shocked', 'then', 'it', 'would', 'no', 'longer', 'be', 'Gregors', 'responsibility', 'and', 'he', 'could', 'rest', 'If', 'however', 'they', 'took', 'everything', 'calmly', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset', 'and', 'if', 'he', 'hurried', 'he', 'really', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', 'oclock', 'The', 'first', 'few', 'times', 'he', 'tried', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawers', 'he', 'just', 'slid', 'down', 'again', 'but', 'he', 'finally', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright', 'the', 'lower', 'part', 'of', 'his', 'body', 'was', 'in', 'serious', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'any', 'attention', 'to', 'it', 'Now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearby', 'chair', 'and', 'held', 'tightly', 'to', 'the', 'edges', 'of', 'it', 'with', 'his', 'little', 'legs', 'By', 'now', 'he', 'had', 'also', 'calmed', 'down', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'was', 'saying', 'Did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that', 'the', 'chief', 'clerk', 'asked', 'his', 'parents', 'surely', 'hes', 'not', 'trying', 'to', 'make', 'fools', 'of', 'us', 'Oh', 'God', 'called', 'his', 'mother', 'who', 'was', 'already', 'in', 'tears', 'he', 'could', 'be', 'seriously', 'ill', 'and', 'were', 'making', 'him', 'suffer', 'Grete', 'Grete', 'she', 'then', 'cried', 'Mother', 'his', 'sister', 'called', 'from', 'the', 'other', 'side', 'They', 'communicated', 'across', 'Gregors', 'room', 'Youll', 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away', 'Gregor', 'is', 'ill', 'Quick', 'get', 'the', 'doctor', 'Did', 'you', 'hear', 'the', 'way', 'Gregor', 'spoke', 'just', 'now', 'That', 'was', 'the', 'voice', 'of', 'an', 'animal', 'said', 'the', 'chief', 'clerk', 'with', 'a', 'calmness', 'that', 'was', 'in', 'contrast', 'with', 'his', 'mothers', 'screams', 'Anna', 'Anna', 'his', 'father', 'called', 'into', 'the', 'kitchen', 'through', 'the', 'entrance', 'hall', 'clapping', 'his', 'hands', 'get', 'a', 'locksmith', 'here', 'now', 'And', 'the', 'two', 'girls', 'their', 'skirts', 'swishing', 'immediately', 'ran', 'out', 'through', 'the', 'hall', 'wrenching', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went', 'How', 'had', 'his', 'sister', 'managed', 'to', 'get', 'dressed', 'so', 'quickly', 'There', 'was', 'no', 'sound', 'of', 'the', 'door', 'banging', 'shut', 'again', 'they', 'must', 'have', 'left', 'it', 'open', 'people', 'often', 'do', 'in', 'homes', 'where', 'something', 'awful', 'has', 'happened', 'Gregor', 'in', 'contrast', 'had', 'become', 'much', 'calmer', 'So', 'they', 'couldnt', 'understand', 'his', 'words', 'any', 'more', 'although', 'they', 'seemed', 'clear', 'enough', 'to', 'him', 'clearer', 'than', 'before', '', 'perhaps', 'his', 'ears', 'had', 'become', 'used', 'to', 'the', 'sound', 'They', 'had', 'realised', 'though', 'that', 'there', 'was', 'something', 'wrong', 'with', 'him', 'and', 'were', 'ready', 'to', 'help', 'The', 'first', 'response', 'to', 'his', 'situation', 'had', 'been', 'confident', 'and', 'wise', 'and', 'that', 'made', 'him', 'feel', 'better', 'He', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'people', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expected', 'great', 'and', 'surprising', 'achievements', '', 'although', 'he', 'did', 'not', 'really', 'distinguish', 'one', 'from', 'the', 'other', 'Whatever', 'was', 'said', 'next', 'would', 'be', 'crucial', 'so', 'in', 'order', 'to', 'make', 'his', 'voice', 'as', 'clear', 'as', 'possible', 'he', 'coughed', 'a', 'little', 'but', 'taking', 'care', 'to', 'do', 'this', 'not', 'too', 'loudly', 'as', 'even', 'this', 'might', 'well', 'sound', 'different', 'from', 'the', 'way', 'that', 'a', 'human', 'coughs', 'and', 'he', 'was', 'no', 'longer', 'sure', 'he', 'could', 'judge', 'this', 'for', 'himself', 'Meanwhile', 'it', 'had', 'become', 'very', 'quiet', 'in', 'the', 'next', 'room', 'Perhaps', 'his', 'parents', 'were', 'sat', 'at', 'the', 'table', 'whispering', 'with', 'the', 'chief', 'clerk', 'or', 'perhaps', 'they', 'were', 'all', 'pressed', 'against', 'the', 'door', 'and', 'listening', 'Gregor', 'slowly', 'pushed', 'his', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair', 'Once', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door', 'holding', 'himself', 'upright', 'against', 'it', 'using', 'the', 'adhesive', 'on', 'the', 'tips', 'of', 'his', 'legs', 'He', 'rested', 'there', 'a', 'little', 'while', 'to', 'recover', 'from', 'the', 'effort', 'involved', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turning', 'the', 'key', 'in', 'the', 'lock', 'with', 'his', 'mouth', 'He', 'seemed', 'unfortunately', 'to', 'have', 'no', 'proper', 'teeth', '', 'how', 'was', 'he', 'then', 'to', 'grasp', 'the', 'key', '', 'but', 'the', 'lack', 'of', 'teeth', 'was', 'of', 'course', 'made', 'up', 'for', 'with', 'a', 'very', 'strong', 'jaw', 'using', 'the', 'jaw', 'he', 'really', 'was', 'able', 'to', 'start', 'the', 'key', 'turning', 'ignoring', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'causing', 'some', 'kind', 'of', 'damage', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'his', 'mouth', 'flowed', 'over', 'the', 'key', 'and', 'dripped', 'onto', 'the', 'floor', 'Listen', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room', 'hes', 'turning', 'the', 'key', 'Gregor', 'was', 'greatly', 'encouraged', 'by', 'this', 'but', 'they', 'all', 'should', 'have', 'been', 'calling', 'to', 'him', 'his', 'father', 'and', 'his', 'mother', 'too', 'Well', 'done', 'Gregor', 'they', 'should', 'have', 'cried', 'keep', 'at', 'it', 'keep', 'hold', 'of', 'the', 'lock', 'And', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedly', 'following', 'his', 'efforts', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'his', 'strength', 'paying', 'no', 'attention', 'to', 'the', 'pain', 'he', 'was', 'causing', 'himself', 'As', 'the', 'key', 'turned', 'round', 'he', 'turned', 'around', 'the', 'lock', 'with', 'it', 'only', 'holding', 'himself', 'upright', 'with', 'his', 'mouth', 'and', 'hung', 'onto', 'the', 'key', 'or', 'pushed', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'his', 'body', 'as', 'needed', 'The', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snapped', 'back', 'was', 'Gregors', 'sign', 'that', 'he', 'could', 'break', 'his', 'concentration', 'and', 'as', 'he', 'regained', 'his', 'breath', 'he', 'said', 'to', 'himself', 'So', 'I', 'didnt', 'need', 'the', 'locksmith', 'after', 'all', 'Then', 'he', 'lay', 'his', 'head', 'on', 'the', 'handle', 'of', 'the', 'door', 'to', 'open', 'it', 'completely', 'Because', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'this', 'way', 'it', 'was', 'already', 'wide', 'open', 'before', 'he', 'could', 'be', 'seen', 'He', 'had', 'first', 'to', 'slowly', 'turn', 'himself', 'around', 'one', 'of', 'the', 'double', 'doors', 'and', 'he', 'had', 'to', 'do', 'it', 'very', 'carefully', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'his', 'back', 'before', 'entering', 'the', 'room', 'He', 'was', 'still', 'occupied', 'with', 'this', 'difficult', 'movement', 'unable', 'to', 'pay', 'attention', 'to', 'anything', 'else', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', 'Oh', 'which', 'sounded', 'like', 'the', 'soughing', 'of', 'the', 'wind', 'Now', 'he', 'also', 'saw', 'him', '', 'he', 'was', 'the', 'nearest', 'to', 'the', 'door', '', 'his', 'hand', 'pressed', 'against', 'his', 'open', 'mouth', 'and', 'slowly', 'retreating', 'as', 'if', 'driven', 'by', 'a', 'steady', 'and', 'invisible', 'force', 'Gregors', 'mother', 'her', 'hair', 'still', 'dishevelled', 'from', 'bed', 'despite', 'the', 'chief', 'clerks', 'being', 'there', 'looked', 'at', 'his', 'father', 'Then', 'she', 'unfolded', 'her', 'arms', 'took', 'two', 'steps', 'forward', 'towards', 'Gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirts', 'that', 'spread', 'themselves', 'out', 'around', 'her', 'as', 'her', 'head', 'disappeared', 'down', 'onto', 'her', 'breast', 'His', 'father', 'looked', 'hostile', 'and', 'clenched', 'his', 'fists', 'as', 'if', 'wanting', 'to', 'knock', 'Gregor', 'back', 'into', 'his', 'room', 'Then', 'he', 'looked', 'uncertainly', 'round', 'the', 'living', 'room', 'covered', 'his', 'eyes', 'with', 'his', 'hands', 'and', 'wept', 'so', 'that', 'his', 'powerful', 'chest', 'shook', 'So', 'Gregor', 'did', 'not', 'go', 'into', 'the', 'room', 'but', 'leant', 'against', 'the', 'inside', 'of', 'the', 'other', 'door', 'which', 'was', 'still', 'held', 'bolted', 'in', 'place', 'In', 'this', 'way', 'only', 'half', 'of', 'his', 'body', 'could', 'be', 'seen', 'along', 'with', 'his', 'head', 'above', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peered', 'out', 'at', 'the', 'others', 'Meanwhile', 'the', 'day', 'had', 'become', 'much', 'lighter', 'part', 'of', 'the', 'endless', 'greyblack', 'building', 'on', 'the', 'other', 'side', 'of', 'the', 'street', '', 'which', 'was', 'a', 'hospital', '', 'could', 'be', 'seen', 'quite', 'clearly', 'with', 'the', 'austere', 'and', 'regular', 'line', 'of', 'windows', 'piercing', 'its', 'facade', 'the', 'rain', 'was', 'still', 'falling', 'now', 'throwing', 'down', 'large', 'individual', 'droplets', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time', 'The', 'washing', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'table', 'there', 'was', 'so', 'much', 'of', 'it', 'because', 'for', 'Gregors', 'father', 'breakfast', 'was', 'the', 'most', 'important', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'several', 'hours', 'as', 'he', 'sat', 'reading', 'a', 'number', 'of', 'different', 'newspapers', 'On', 'the', 'wall', 'exactly', 'opposite', 'there', 'was', 'photograph', 'of', 'Gregor', 'when', 'he', 'was', 'a', 'lieutenant', 'in', 'the', 'army', 'his', 'sword', 'in', 'his', 'hand', 'and', 'a', 'carefree', 'smile', 'on', 'his', 'face', 'as', 'he', 'called', 'forth', 'respect', 'for', 'his', 'uniform', 'and', 'bearing', 'The', 'door', 'to', 'the', 'entrance', 'hall', 'was', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'was', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'landing', 'and', 'the', 'stairs', 'where', 'they', 'began', 'their', 'way', 'down', 'below', 'Now', 'then', 'said', 'Gregor', 'well', 'aware', 'that', 'he', 'was', 'the', 'only', 'one', 'to', 'have', 'kept', 'calm', 'Ill', 'get', 'dressed', 'straight', 'away', 'now', 'pack', 'up', 'my', 'samples', 'and', 'set', 'off', 'Will', 'you', 'please', 'just', 'let', 'me', 'leave', 'You', 'can', 'see', 'he', 'said', 'to', 'the', 'chief', 'clerk', 'that', 'Im', 'not', 'stubborn', 'and', 'I', 'like', 'to', 'do', 'my', 'job', 'being', 'a', 'commercial', 'traveller', 'is', 'arduous', 'but', 'without', 'travelling', 'I', 'couldnt', 'earn', 'my', 'living', 'So', 'where', 'are', 'you', 'going', 'in', 'to', 'the', 'office', 'Yes', 'Will', 'you', 'report', 'everything', 'accurately', 'then', 'Its', 'quite', 'possible', 'for', 'someone', 'to', 'be', 'temporarily', 'unable', 'to', 'work', 'but', 'thats', 'just', 'the', 'right', 'time', 'to', 'remember', 'whats', 'been', 'achieved', 'in', 'the', 'past', 'and', 'consider', 'that', 'later', 'on', 'once', 'the', 'difficulty', 'has', 'been', 'removed', 'he', 'will', 'certainly', 'work', 'with', 'all', 'the', 'more', 'diligence', 'and', 'concentration', 'Youre', 'well', 'aware', 'that', 'Im', 'seriously', 'in', 'debt', 'to', 'our', 'employer', 'as', 'well', 'as', 'having', 'to', 'look', 'after', 'my', 'parents', 'and', 'my', 'sister', 'so', 'that', 'Im', 'trapped', 'in', 'a', 'difficult', 'situation', 'but', 'I', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again', 'Please', 'dont', 'make', 'things', 'any', 'harder', 'for', 'me', 'than', 'they', 'are', 'already', 'and', 'dont', 'take', 'sides', 'against', 'me', 'at', 'the', 'office', 'I', 'know', 'that', 'nobody', 'likes', 'the', 'travellers', 'They', 'think', 'we', 'earn', 'an', 'enormous', 'wage', 'as', 'well', 'as', 'having', 'a', 'soft', 'time', 'of', 'it', 'Thats', 'just', 'prejudice', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it', 'But', 'you', 'sir', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff', 'in', 'fact', 'if', 'I', 'can', 'say', 'this', 'in', 'confidence', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', '', 'its', 'very', 'easy', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistakes', 'about', 'his', 'employees', 'and', 'judge', 'them', 'more', 'harshly', 'than', 'he', 'should', 'And', 'youre', 'also', 'well', 'aware', 'that', 'we', 'travellers', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'office', 'so', 'that', 'we', 'can', 'very', 'easily', 'fall', 'victim', 'to', 'gossip', 'and', 'chance', 'and', 'groundless', 'complaints', 'and', 'its', 'almost', 'impossible', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing', 'we', 'dont', 'usually', 'even', 'hear', 'about', 'them', 'or', 'if', 'at', 'all', 'its', 'when', 'we', 'arrive', 'back', 'home', 'exhausted', 'from', 'a', 'trip', 'and', 'thats', 'when', 'we', 'feel', 'the', 'harmful', 'effects', 'of', 'whats', 'been', 'going', 'on', 'without', 'even', 'knowing', 'what', 'caused', 'them', 'Please', 'dont', 'go', 'away', 'at', 'least', 'first', 'say', 'something', 'to', 'show', 'that', 'you', 'grant', 'that', 'Im', 'at', 'least', 'partly', 'right', 'But', 'the', 'chief', 'clerk', 'had', 'turned', 'away', 'as', 'soon', 'as', 'Gregor', 'had', 'started', 'to', 'speak', 'and', 'with', 'protruding', 'lips', 'only', 'stared', 'back', 'at', 'him', 'over', 'his', 'trembling', 'shoulders', 'as', 'he', 'left', 'He', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'Gregor', 'was', 'speaking', 'but', 'moved', 'steadily', 'towards', 'the', 'door', 'without', 'taking', 'his', 'eyes', 'off', 'him', 'He', 'moved', 'very', 'gradually', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibition', 'on', 'leaving', 'the', 'room', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'entrance', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement', 'drew', 'his', 'foot', 'from', 'the', 'living', 'room', 'and', 'rushed', 'forward', 'in', 'a', 'panic', 'In', 'the', 'hall', 'he', 'stretched', 'his', 'right', 'hand', 'far', 'out', 'towards', 'the', 'stairway', 'as', 'if', 'out', 'there', 'there', 'were', 'some', 'supernatural', 'force', 'waiting', 'to', 'save', 'him', 'Gregor', 'realised', 'that', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'this', 'mood', 'if', 'his', 'position', 'in', 'the', 'firm', 'was', 'not', 'to', 'be', 'put', 'into', 'extreme', 'danger', 'That', 'was', 'something', 'his', 'parents', 'did', 'not', 'understand', 'very', 'well', 'over', 'the', 'years', 'they', 'had', 'become', 'convinced', 'that', 'this', 'job', 'would', 'provide', 'for', 'Gregor', 'for', 'his', 'entire', 'life', 'and', 'besides', 'they', 'had', 'so', 'much', 'to', 'worry', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'any', 'thought', 'for', 'the', 'future', 'Gregor', 'though', 'did', 'think', 'about', 'the', 'future', 'The', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back', 'calmed', 'down', 'convinced', 'and', 'finally', 'won', 'over', 'the', 'future', 'of', 'Gregor', 'and', 'his', 'family', 'depended', 'on', 'it', 'If', 'only', 'his', 'sister', 'were', 'here', 'She', 'was', 'clever', 'she', 'was', 'already', 'in', 'tears', 'while', 'Gregor', 'was', 'still', 'lying', 'peacefully', 'on', 'his', 'back', 'And', 'the', 'chief', 'clerk', 'was', 'a', 'lover', 'of', 'women', 'surely', 'she', 'could', 'persuade', 'him', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entrance', 'hall', 'and', 'talk', 'him', 'out', 'of', 'his', 'shocked', 'state', 'But', 'his', 'sister', 'was', 'not', 'there', 'Gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself', 'And', 'without', 'considering', 'that', 'he', 'still', 'was', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'his', 'present', 'state', 'or', 'that', 'his', 'speech', 'still', 'might', 'not', '', 'or', 'probably', 'would', 'not', '', 'be', 'understood', 'he', 'let', 'go', 'of', 'the', 'door', 'pushed', 'himself', 'through', 'the', 'opening', 'tried', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'landing', 'who', 'ridiculously', 'was', 'holding', 'on', 'to', 'the', 'banister', 'with', 'both', 'hands', 'but', 'Gregor', 'fell', 'immediately', 'over', 'and', 'with', 'a', 'little', 'scream', 'as', 'he', 'sought', 'something', 'to', 'hold', 'onto', 'landed', 'on', 'his', 'numerous', 'little', 'legs', 'Hardly', 'had', 'that', 'happened', 'than', 'for', 'the', 'first', 'time', 'that', 'day', 'he', 'began', 'to', 'feel', 'alright', 'with', 'his', 'body', 'the', 'little', 'legs', 'had', 'the', 'solid', 'ground', 'under', 'them', 'to', 'his', 'pleasure', 'they', 'did', 'exactly', 'as', 'he', 'told', 'them', 'they', 'were', 'even', 'making', 'the', 'effort', 'to', 'carry', 'him', 'where', 'he', 'wanted', 'to', 'go', 'and', 'he', 'was', 'soon', 'believing', 'that', 'all', 'his', 'sorrows', 'would', 'soon', 'be', 'finally', 'at', 'an', 'end', 'He', 'held', 'back', 'the', 'urge', 'to', 'move', 'but', 'swayed', 'from', 'side', 'to', 'side', 'as', 'he', 'crouched', 'there', 'on', 'the', 'floor', 'His', 'mother', 'was', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seemed', 'at', 'first', 'quite', 'engrossed', 'in', 'herself', 'but', 'then', 'she', 'suddenly', 'jumped', 'up', 'with', 'her', 'arms', 'outstretched', 'and', 'her', 'fingers', 'spread', 'shouting', 'Help', 'for', 'pitys', 'sake', 'Help', 'The', 'way', 'she', 'held', 'her', 'head', 'suggested', 'she', 'wanted', 'to', 'see', 'Gregor', 'better', 'but', 'the', 'unthinking', 'way', 'she', 'was', 'hurrying', 'backwards', 'showed', 'that', 'she', 'did', 'not', 'she', 'had', 'forgotten', 'that', 'the', 'table', 'was', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'things', 'on', 'it', 'when', 'she', 'reached', 'the', 'table', 'she', 'sat', 'quickly', 'down', 'on', 'it', 'without', 'knowing', 'what', 'she', 'was', 'doing', 'without', 'even', 'seeming', 'to', 'notice', 'that', 'the', 'coffee', 'pot', 'had', 'been', 'knocked', 'over', 'and', 'a', 'gush', 'of', 'coffee', 'was', 'pouring', 'down', 'onto', 'the', 'carpet', 'Mother', 'mother', 'said', 'Gregor', 'gently', 'looking', 'up', 'at', 'her', 'He', 'had', 'completely', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment', 'but', 'could', 'not', 'help', 'himself', 'snapping', 'in', 'the', 'air', 'with', 'his', 'jaws', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffee', 'That', 'set', 'his', 'mother', 'screaming', 'anew', 'she', 'fled', 'from', 'the', 'table', 'and', 'into', 'the', 'arms', 'of', 'his', 'father', 'as', 'he', 'rushed', 'towards', 'her', 'Gregor', 'though', 'had', 'no', 'time', 'to', 'spare', 'for', 'his', 'parents', 'now', 'the', 'chief', 'clerk', 'had', 'already', 'reached', 'the', 'stairs', 'with', 'his', 'chin', 'on', 'the', 'banister', 'he', 'looked', 'back', 'for', 'the', 'last', 'time', 'Gregor', 'made', 'a', 'run', 'for', 'him', 'he', 'wanted', 'to', 'be', 'sure', 'of', 'reaching', 'him', 'the', 'chief', 'clerk', 'must', 'have', 'expected', 'something', 'as', 'he', 'leapt', 'down', 'several', 'steps', 'at', 'once', 'and', 'disappeared', 'his', 'shouts', 'resounding', 'all', 'around', 'the', 'staircase', 'The', 'flight', 'of', 'the', 'chief', 'clerk', 'seemed', 'unfortunately', 'to', 'put', 'Gregors', 'father', 'into', 'a', 'panic', 'as', 'well', 'Until', 'then', 'he', 'had', 'been', 'relatively', 'self', 'controlled', 'but', 'now', 'instead', 'of', 'running', 'after', 'the', 'chief', 'clerk', 'himself', 'or', 'at', 'least', 'not', 'impeding', 'Gregor', 'as', 'he', 'ran', 'after', 'him', 'Gregors', 'father', 'seized', 'the', 'chief', 'clerks', 'stick', 'in', 'his', 'right', 'hand', 'the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair', 'along', 'with', 'his', 'hat', 'and', 'overcoat', 'picked', 'up', 'a', 'large', 'newspaper', 'from', 'the', 'table', 'with', 'his', 'left', 'and', 'used', 'them', 'to', 'drive', 'Gregor', 'back', 'into', 'his', 'room', 'stamping', 'his', 'foot', 'at', 'him', 'as', 'he', 'went', 'Gregors', 'appeals', 'to', 'his', 'father', 'were', 'of', 'no', 'help', 'his', 'appeals', 'were', 'simply', 'not', 'understood', 'however', 'much', 'he', 'humbly', 'turned', 'his', 'head', 'his', 'father', 'merely', 'stamped', 'his', 'foot', 'all', 'the', 'harder', 'Across', 'the', 'room', 'despite', 'the', 'chilly', 'weather', 'Gregors', 'mother', 'had', 'pulled', 'open', 'a', 'window', 'leant', 'far', 'out', 'of', 'it', 'and', 'pressed', 'her', 'hands', 'to', 'her', 'face', 'A', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'towards', 'the', 'stairway', 'the', 'curtains', 'flew', 'up', 'the', 'newspapers', 'on', 'the', 'table', 'fluttered', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor', 'Nothing', 'would', 'stop', 'Gregors', 'father', 'as', 'he', 'drove', 'him', 'back', 'making', 'hissing', 'noises', 'at', 'him', 'like', 'a', 'wild', 'man', 'Gregor', 'had', 'never', 'had', 'any', 'practice', 'in', 'moving', 'backwards', 'and', 'was', 'only', 'able', 'to', 'go', 'very', 'slowly', 'If', 'Gregor', 'had', 'only', 'been', 'allowed', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'his', 'room', 'straight', 'away', 'but', 'he', 'was', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'his', 'father', 'would', 'become', 'impatient', 'and', 'there', 'was', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'his', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'his', 'fathers', 'hand', 'any', 'moment', 'Eventually', 'though', 'Gregor', 'realised', 'that', 'he', 'had', 'no', 'choice', 'as', 'he', 'saw', 'to', 'his', 'disgust', 'that', 'he', 'was', 'quite', 'incapable', 'of', 'going', 'backwards', 'in', 'a', 'straight', 'line', 'so', 'he', 'began', 'as', 'quickly', 'as', 'possible', 'and', 'with', 'frequent', 'anxious', 'glances', 'at', 'his', 'father', 'to', 'turn', 'himself', 'round', 'It', 'went', 'very', 'slowly', 'but', 'perhaps', 'his', 'father', 'was', 'able', 'to', 'see', 'his', 'good', 'intentions', 'as', 'he', 'did', 'nothing', 'to', 'hinder', 'him', 'in', 'fact', 'now', 'and', 'then', 'he', 'used', 'the', 'tip', 'of', 'his', 'stick', 'to', 'give', 'directions', 'from', 'a', 'distance', 'as', 'to', 'which', 'way', 'to', 'turn', 'If', 'only', 'his', 'father', 'would', 'stop', 'that', 'unbearable', 'hissing', 'It', 'was', 'making', 'Gregor', 'quite', 'confused', 'When', 'he', 'had', 'nearly', 'finished', 'turning', 'round', 'still', 'listening', 'to', 'that', 'hissing', 'he', 'made', 'a', 'mistake', 'and', 'turned', 'himself', 'back', 'a', 'little', 'the', 'way', 'he', 'had', 'just', 'come', 'He', 'was', 'pleased', 'when', 'he', 'finally', 'had', 'his', 'head', 'in', 'front', 'of', 'the', 'doorway', 'but', 'then', 'saw', 'that', 'it', 'was', 'too', 'narrow', 'and', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulty', 'In', 'his', 'present', 'mood', 'it', 'obviously', 'did', 'not', 'occur', 'to', 'his', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'double', 'doors', 'so', 'that', 'Gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through', 'He', 'was', 'merely', 'fixed', 'on', 'the', 'idea', 'that', 'Gregor', 'should', 'be', 'got', 'back', 'into', 'his', 'room', 'as', 'quickly', 'as', 'possible', 'Nor', 'would', 'he', 'ever', 'have', 'allowed', 'Gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'preparation', 'for', 'getting', 'through', 'the', 'doorway', 'What', 'he', 'did', 'making', 'more', 'noise', 'than', 'ever', 'was', 'to', 'drive', 'Gregor', 'forwards', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'nothing', 'in', 'the', 'way', 'it', 'sounded', 'to', 'Gregor', 'as', 'if', 'there', 'was', 'now', 'more', 'than', 'one', 'father', 'behind', 'him', 'it', 'was', 'not', 'a', 'pleasant', 'experience', 'and', 'Gregor', 'pushed', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen', 'One', 'side', 'of', 'his', 'body', 'lifted', 'itself', 'he', 'lay', 'at', 'an', 'angle', 'in', 'the', 'doorway', 'one', 'flank', 'scraped', 'on', 'the', 'white', 'door', 'and', 'was', 'painfully', 'injured', 'leaving', 'vile', 'brown', 'flecks', 'on', 'it', 'soon', 'he', 'was', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'able', 'to', 'move', 'at', 'all', 'by', 'himself', 'the', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'pressed', 'painfully', 'against', 'the', 'ground', 'Then', 'his', 'father', 'gave', 'him', 'a', 'hefty', 'shove', 'from', 'behind', 'which', 'released', 'him', 'from', 'where', 'he', 'was', 'held', 'and', 'sent', 'him', 'flying', 'and', 'heavily', 'bleeding', 'deep', 'into', 'his', 'room', 'The', 'door', 'was', 'slammed', 'shut', 'with', 'the', 'stick', 'then', 'finally', 'all', 'was', 'quiet', 'II', 'It', 'was', 'not', 'until', 'it', 'was', 'getting', 'dark', 'that', 'evening', 'that', 'Gregor', 'awoke', 'from', 'his', 'deep', 'and', 'comalike', 'sleep', 'He', 'would', 'have', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'if', 'he', 'hadnt', 'been', 'disturbed', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fully', 'rested', 'But', 'he', 'had', 'the', 'impression', 'that', 'some', 'hurried', 'steps', 'and', 'the', 'sound', 'of', 'the', 'door', 'leading', 'into', 'the', 'front', 'room', 'being', 'carefully', 'shut', 'had', 'woken', 'him', 'The', 'light', 'from', 'the', 'electric', 'street', 'lamps', 'shone', 'palely', 'here', 'and', 'there', 'onto', 'the', 'ceiling', 'and', 'tops', 'of', 'the', 'furniture', 'but', 'down', 'below', 'where', 'Gregor', 'was', 'it', 'was', 'dark', 'He', 'pushed', 'himself', 'over', 'to', 'the', 'door', 'feeling', 'his', 'way', 'clumsily', 'with', 'his', 'antennae', '', 'of', 'which', 'he', 'was', 'now', 'beginning', 'to', 'learn', 'the', 'value', '', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happening', 'there', 'The', 'whole', 'of', 'his', 'left', 'side', 'seemed', 'like', 'one', 'painfully', 'stretched', 'scar', 'and', 'he', 'limped', 'badly', 'on', 'his', 'two', 'rows', 'of', 'legs', 'One', 'of', 'the', 'legs', 'had', 'been', 'badly', 'injured', 'in', 'the', 'events', 'of', 'that', 'morning', '', 'it', 'was', 'nearly', 'a', 'miracle', 'that', 'only', 'one', 'of', 'them', 'had', 'been', '', 'and', 'dragged', 'along', 'lifelessly', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'door', 'that', 'he', 'realised', 'what', 'it', 'actually', 'was', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it', 'it', 'was', 'the', 'smell', 'of', 'something', 'to', 'eat', 'By', 'the', 'door', 'there', 'was', 'a', 'dish', 'filled', 'with', 'sweetened', 'milk', 'with', 'little', 'pieces', 'of', 'white', 'bread', 'floating', 'in', 'it', 'He', 'was', 'so', 'pleased', 'he', 'almost', 'laughed', 'as', 'he', 'was', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morning', 'and', 'immediately', 'dipped', 'his', 'head', 'into', 'the', 'milk', 'nearly', 'covering', 'his', 'eyes', 'with', 'it', 'But', 'he', 'soon', 'drew', 'his', 'head', 'back', 'again', 'in', 'disappointment', 'not', 'only', 'did', 'the', 'pain', 'in', 'his', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', '', 'he', 'was', 'only', 'able', 'to', 'eat', 'if', 'his', 'whole', 'body', 'worked', 'together', 'as', 'a', 'snuffling', 'whole', '', 'but', 'the', 'milk', 'did', 'not', 'taste', 'at', 'all', 'nice', 'Milk', 'like', 'this', 'was', 'normally', 'his', 'favourite', 'drink', 'and', 'his', 'sister', 'had', 'certainly', 'left', 'it', 'there', 'for', 'him', 'because', 'of', 'that', 'but', 'he', 'turned', 'almost', 'against', 'his', 'own', 'will', 'away', 'from', 'the', 'dish', 'and', 'crawled', 'back', 'into', 'the', 'centre', 'of', 'the', 'room', 'Through', 'the', 'crack', 'in', 'the', 'door', 'Gregor', 'could', 'see', 'that', 'the', 'gas', 'had', 'been', 'lit', 'in', 'the', 'living', 'room', 'His', 'father', 'at', 'this', 'time', 'would', 'normally', 'be', 'sat', 'with', 'his', 'evening', 'paper', 'reading', 'it', 'out', 'in', 'a', 'loud', 'voice', 'to', 'Gregors', 'mother', 'and', 'sometimes', 'to', 'his', 'sister', 'but', 'there', 'was', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard', 'Gregors', 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'this', 'reading', 'but', 'maybe', 'his', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'times', 'It', 'was', 'so', 'quiet', 'all', 'around', 'too', 'even', 'though', 'there', 'must', 'have', 'been', 'somebody', 'in', 'the', 'flat', 'What', 'a', 'quiet', 'life', 'it', 'is', 'the', 'family', 'lead', 'said', 'Gregor', 'to', 'himself', 'and', 'gazing', 'into', 'the', 'darkness', 'felt', 'a', 'great', 'pride', 'that', 'he', 'was', 'able', 'to', 'provide', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'his', 'sister', 'and', 'parents', 'But', 'what', 'now', 'if', 'all', 'this', 'peace', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horrible', 'and', 'frightening', 'end', 'That', 'was', 'something', 'that', 'Gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much', 'so', 'he', 'started', 'to', 'move', 'about', 'crawling', 'up', 'and', 'down', 'the', 'room', 'Once', 'during', 'that', 'long', 'evening', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'was', 'opened', 'very', 'slightly', 'and', 'hurriedly', 'closed', 'again', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same', 'it', 'seemed', 'that', 'someone', 'needed', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it', 'Gregor', 'went', 'and', 'waited', 'immediately', 'by', 'the', 'door', 'resolved', 'either', 'to', 'bring', 'the', 'timorous', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'was', 'but', 'the', 'door', 'was', 'opened', 'no', 'more', 'that', 'night', 'and', 'Gregor', 'waited', 'in', 'vain', 'The', 'previous', 'morning', 'while', 'the', 'doors', 'were', 'locked', 'everyone', 'had', 'wanted', 'to', 'get', 'in', 'there', 'to', 'him', 'but', 'now', 'now', 'that', 'he', 'had', 'opened', 'up', 'one', 'of', 'the', 'doors', 'and', 'the', 'other', 'had', 'clearly', 'been', 'unlocked', 'some', 'time', 'during', 'the', 'day', 'noone', 'came', 'and', 'the', 'keys', 'were', 'in', 'the', 'other', 'sides', 'It', 'was', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'living', 'room', 'was', 'put', 'out', 'and', 'now', 'it', 'was', 'easy', 'to', 'see', 'that', 'his', 'parents', 'and', 'sister', 'had', 'stayed', 'awake', 'all', 'that', 'time', 'as', 'they', 'all', 'could', 'be', 'distinctly', 'heard', 'as', 'they', 'went', 'away', 'together', 'on', 'tiptoe', 'It', 'was', 'clear', 'that', 'noone', 'would', 'come', 'into', 'Gregors', 'room', 'any', 'more', 'until', 'morning', 'that', 'gave', 'him', 'plenty', 'of', 'time', 'to', 'think', 'undisturbed', 'about', 'how', 'he', 'would', 'have', 'to', 'rearrange', 'his', 'life', 'For', 'some', 'reason', 'the', 'tall', 'empty', 'room', 'where', 'he', 'was', 'forced', 'to', 'remain', 'made', 'him', 'feel', 'uneasy', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor', 'even', 'though', 'he', 'had', 'been', 'living', 'in', 'it', 'for', 'five', 'years', 'Hardly', 'aware', 'of', 'what', 'he', 'was', 'doing', 'other', 'than', 'a', 'slight', 'feeling', 'of', 'shame', 'he', 'hurried', 'under', 'the', 'couch', 'It', 'pressed', 'down', 'on', 'his', 'back', 'a', 'little', 'and', 'he', 'was', 'no', 'longer', 'able', 'to', 'lift', 'his', 'head', 'but', 'he', 'nonetheless', 'felt', 'immediately', 'at', 'ease', 'and', 'his', 'only', 'regret', 'was', 'that', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath', 'He', 'spent', 'the', 'whole', 'night', 'there', 'Some', 'of', 'the', 'time', 'he', 'passed', 'in', 'a', 'light', 'sleep', 'although', 'he', 'frequently', 'woke', 'from', 'it', 'in', 'alarm', 'because', 'of', 'his', 'hunger', 'and', 'some', 'of', 'the', 'time', 'was', 'spent', 'in', 'worries', 'and', 'vague', 'hopes', 'which', 'however', 'always', 'led', 'to', 'the', 'same', 'conclusion', 'for', 'the', 'time', 'being', 'he', 'must', 'remain', 'calm', 'he', 'must', 'show', 'patience', 'and', 'the', 'greatest', 'consideration', 'so', 'that', 'his', 'family', 'could', 'bear', 'the', 'unpleasantness', 'that', 'he', 'in', 'his', 'present', 'condition', 'was', 'forced', 'to', 'impose', 'on', 'them', 'Gregor', 'soon', 'had', 'the', 'opportunity', 'to', 'test', 'the', 'strength', 'of', 'his', 'decisions', 'as', 'early', 'the', 'next', 'morning', 'almost', 'before', 'the', 'night', 'had', 'ended', 'his', 'sister', 'nearly', 'fully', 'dressed', 'opened', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'looked', 'anxiously', 'in', 'She', 'did', 'not', 'see', 'him', 'straight', 'away', 'but', 'when', 'she', 'did', 'notice', 'him', 'under', 'the', 'couch', '', 'he', 'had', 'to', 'be', 'somewhere', 'for', 'Gods', 'sake', 'he', 'couldnt', 'have', 'flown', 'away', '', 'she', 'was', 'so', 'shocked', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slammed', 'the', 'door', 'shut', 'again', 'from', 'outside', 'But', 'she', 'seemed', 'to', 'regret', 'her', 'behaviour', 'as', 'she', 'opened', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tiptoe', 'as', 'if', 'entering', 'the', 'room', 'of', 'someone', 'seriously', 'ill', 'or', 'even', 'of', 'a', 'stranger', 'Gregor', 'had', 'pushed', 'his', 'head', 'forward', 'right', 'to', 'the', 'edge', 'of', 'the', 'couch', 'and', 'watched', 'her', 'Would', 'she', 'notice', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'was', 'realise', 'that', 'it', 'was', 'not', 'from', 'any', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'was', 'more', 'suitable', 'If', 'she', 'didnt', 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungry', 'than', 'draw', 'her', 'attention', 'to', 'it', 'although', 'he', 'did', 'feel', 'a', 'terrible', 'urge', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch', 'throw', 'himself', 'at', 'his', 'sisters', 'feet', 'and', 'beg', 'her', 'for', 'something', 'good', 'to', 'eat', 'However', 'his', 'sister', 'noticed', 'the', 'full', 'dish', 'immediately', 'and', 'looked', 'at', 'it', 'and', 'the', 'few', 'drops', 'of', 'milk', 'splashed', 'around', 'it', 'with', 'some', 'surprise', 'She', 'immediately', 'picked', 'it', 'up', '', 'using', 'a', 'rag', 'not', 'her', 'bare', 'hands', '', 'and', 'carried', 'it', 'out', 'Gregor', 'was', 'extremely', 'curious', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'its', 'place', 'imagining', 'the', 'wildest', 'possibilities', 'but', 'he', 'never', 'could', 'have', 'guessed', 'what', 'his', 'sister', 'in', 'her', 'goodness', 'actually', 'did', 'bring', 'In', 'order', 'to', 'test', 'his', 'taste', 'she', 'brought', 'him', 'a', 'whole', 'selection', 'of', 'things', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspaper', 'There', 'were', 'old', 'halfrotten', 'vegetables', 'bones', 'from', 'the', 'evening', 'meal', 'covered', 'in', 'white', 'sauce', 'that', 'had', 'gone', 'hard', 'a', 'few', 'raisins', 'and', 'almonds', 'some', 'cheese', 'that', 'Gregor', 'had', 'declared', 'inedible', 'two', 'days', 'before', 'a', 'dry', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt', 'As', 'well', 'as', 'all', 'that', 'she', 'had', 'poured', 'some', 'water', 'into', 'the', 'dish', 'which', 'had', 'probably', 'been', 'permanently', 'set', 'aside', 'for', 'Gregors', 'use', 'and', 'placed', 'it', 'beside', 'them', 'Then', 'out', 'of', 'consideration', 'for', 'Gregors', 'feelings', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her', 'she', 'hurried', 'out', 'again', 'and', 'even', 'turned', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'Gregor', 'would', 'know', 'he', 'could', 'make', 'things', 'as', 'comfortable', 'for', 'himself', 'as', 'he', 'liked', 'Gregors', 'little', 'legs', 'whirred', 'at', 'last', 'he', 'could', 'eat', 'Whats', 'more', 'his', 'injuries', 'must', 'already', 'have', 'completely', 'healed', 'as', 'he', 'found', 'no', 'difficulty', 'in', 'moving', 'This', 'amazed', 'him', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'his', 'finger', 'slightly', 'with', 'a', 'knife', 'he', 'thought', 'of', 'how', 'his', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'before', 'yesterday', 'Am', 'I', 'less', 'sensitive', 'than', 'I', 'used', 'to', 'be', 'then', 'he', 'thought', 'and', 'was', 'already', 'sucking', 'greedily', 'at', 'the', 'cheese', 'which', 'had', 'immediately', 'almost', 'compellingly', 'attracted', 'him', 'much', 'more', 'than', 'the', 'other', 'foods', 'on', 'the', 'newspaper', 'Quickly', 'one', 'after', 'another', 'his', 'eyes', 'watering', 'with', 'pleasure', 'he', 'consumed', 'the', 'cheese', 'the', 'vegetables', 'and', 'the', 'sauce', 'the', 'fresh', 'foods', 'on', 'the', 'other', 'hand', 'he', 'didnt', 'like', 'at', 'all', 'and', 'even', 'dragged', 'the', 'things', 'he', 'did', 'want', 'to', 'eat', 'a', 'little', 'way', 'away', 'from', 'them', 'because', 'he', 'couldnt', 'stand', 'the', 'smell', 'Long', 'after', 'he', 'had', 'finished', 'eating', 'and', 'lay', 'lethargic', 'in', 'the', 'same', 'place', 'his', 'sister', 'slowly', 'turned', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw', 'He', 'was', 'immediately', 'startled', 'although', 'he', 'had', 'been', 'half', 'asleep', 'and', 'he', 'hurried', 'back', 'under', 'the', 'couch', 'But', 'he', 'needed', 'great', 'selfcontrol', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'his', 'sister', 'was', 'in', 'the', 'room', 'as', 'eating', 'so', 'much', 'food', 'had', 'rounded', 'out', 'his', 'body', 'a', 'little', 'and', 'he', 'could', 'hardly', 'breathe', 'in', 'that', 'narrow', 'space', 'Half', 'suffocating', 'he', 'watched', 'with', 'bulging', 'eyes', 'as', 'his', 'sister', 'unselfconsciously', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'leftovers', 'mixing', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touched', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'used', 'any', 'more', 'She', 'quickly', 'dropped', 'it', 'all', 'into', 'a', 'bin', 'closed', 'it', 'with', 'its', 'wooden', 'lid', 'and', 'carried', 'everything', 'out', 'She', 'had', 'hardly', 'turned', 'her', 'back', 'before', 'Gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretched', 'himself', 'This', 'was', 'how', 'Gregor', 'received', 'his', 'food', 'each', 'day', 'now', 'once', 'in', 'the', 'morning', 'while', 'his', 'parents', 'and', 'the', 'maid', 'were', 'still', 'asleep', 'and', 'the', 'second', 'time', 'after', 'everyone', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'his', 'parents', 'would', 'sleep', 'for', 'a', 'little', 'while', 'then', 'as', 'well', 'and', 'Gregors', 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand', 'Gregors', 'father', 'and', 'mother', 'certainly', 'did', 'not', 'want', 'him', 'to', 'starve', 'either', 'but', 'perhaps', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'any', 'more', 'experience', 'of', 'his', 'feeding', 'than', 'being', 'told', 'about', 'it', 'and', 'perhaps', 'his', 'sister', 'wanted', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'indeed', 'suffering', 'enough', 'It', 'was', 'impossible', 'for', 'Gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morning', 'to', 'get', 'them', 'out', 'of', 'the', 'flat', 'As', 'nobody', 'could', 'understand', 'him', 'nobody', 'not', 'even', 'his', 'sister', 'thought', 'that', 'he', 'could', 'understand', 'them', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'his', 'sisters', 'sighs', 'and', 'appeals', 'to', 'the', 'saints', 'as', 'she', 'moved', 'about', 'his', 'room', 'It', 'was', 'only', 'later', 'when', 'she', 'had', 'become', 'a', 'little', 'more', 'used', 'to', 'everything', '', 'there', 'was', 'of', 'course', 'no', 'question', 'of', 'her', 'ever', 'becoming', 'fully', 'used', 'to', 'the', 'situation', '', 'that', 'Gregor', 'would', 'sometimes', 'catch', 'a', 'friendly', 'comment', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'construed', 'as', 'friendly', 'Hes', 'enjoyed', 'his', 'dinner', 'today', 'she', 'might', 'say', 'when', 'he', 'had', 'diligently', 'cleared', 'away', 'all', 'the', 'food', 'left', 'for', 'him', 'or', 'if', 'he', 'left', 'most', 'of', 'it', 'which', 'slowly', 'became', 'more', 'and', 'more', 'frequent', 'she', 'would', 'often', 'say', 'sadly', 'now', 'everythings', 'just', 'been', 'left', 'there', 'again', 'Although', 'Gregor', 'wasnt', 'able', 'to', 'hear', 'any', 'news', 'directly', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'was', 'said', 'in', 'the', 'next', 'rooms', 'and', 'whenever', 'he', 'heard', 'anyone', 'speaking', 'he', 'would', 'scurry', 'straight', 'to', 'the', 'appropriate', 'door', 'and', 'press', 'his', 'whole', 'body', 'against', 'it', 'There', 'was', 'seldom', 'any', 'conversation', 'especially', 'at', 'first', 'that', 'was', 'not', 'about', 'him', 'in', 'some', 'way', 'even', 'if', 'only', 'in', 'secret', 'For', 'two', 'whole', 'days', 'all', 'the', 'talk', 'at', 'every', 'mealtime', 'was', 'about', 'what', 'they', 'should', 'do', 'now', 'but', 'even', 'between', 'meals', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'always', 'at', 'least', 'two', 'members', 'of', 'the', 'family', 'at', 'home', '', 'nobody', 'wanted', 'to', 'be', 'at', 'home', 'by', 'themselves', 'and', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'leave', 'the', 'flat', 'entirely', 'empty', 'And', 'on', 'the', 'very', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knees', 'and', 'begged', 'Gregors', 'mother', 'to', 'let', 'her', 'go', 'without', 'delay', 'It', 'was', 'not', 'very', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happened', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour', 'tearfully', 'thanking', 'Gregors', 'mother', 'for', 'her', 'dismissal', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enormous', 'service', 'She', 'even', 'swore', 'emphatically', 'not', 'to', 'tell', 'anyone', 'the', 'slightest', 'about', 'what', 'had', 'happened', 'even', 'though', 'noone', 'had', 'asked', 'that', 'of', 'her', 'Now', 'Gregors', 'sister', 'also', 'had', 'to', 'help', 'his', 'mother', 'with', 'the', 'cooking', 'although', 'that', 'was', 'not', 'so', 'much', 'bother', 'as', 'noone', 'ate', 'very', 'much', 'Gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccessfully', 'urge', 'another', 'to', 'eat', 'and', 'receive', 'no', 'more', 'answer', 'than', 'no', 'thanks', 'Ive', 'had', 'enough', 'or', 'something', 'similar', 'Noone', 'drank', 'very', 'much', 'either', 'His', 'sister', 'would', 'sometimes', 'ask', 'his', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer', 'hoping', 'for', 'the', 'chance', 'to', 'go', 'and', 'fetch', 'it', 'herself', 'When', 'his', 'father', 'then', 'said', 'nothing', 'she', 'would', 'add', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish', 'that', 'she', 'could', 'send', 'the', 'housekeeper', 'for', 'it', 'but', 'then', 'his', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big', 'loud', 'No', 'and', 'no', 'more', 'would', 'be', 'said', 'Even', 'before', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end', 'his', 'father', 'had', 'explained', 'to', 'Gregors', 'mother', 'and', 'sister', 'what', 'their', 'finances', 'and', 'prospects', 'were', 'Now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'table', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'little', 'cash', 'box', 'he', 'had', 'saved', 'from', 'his', 'business', 'when', 'it', 'had', 'collapsed', 'five', 'years', 'earlier', 'Gregor', 'heard', 'how', 'he', 'opened', 'the', 'complicated', 'lock', 'and', 'then', 'closed', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'wanted', 'What', 'he', 'heard', 'his', 'father', 'say', 'was', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'Gregor', 'heard', 'since', 'he', 'had', 'first', 'been', 'incarcerated', 'in', 'his', 'room', 'He', 'had', 'thought', 'that', 'nothing', 'at', 'all', 'remained', 'from', 'his', 'fathers', 'business', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anything', 'different', 'and', 'Gregor', 'had', 'never', 'asked', 'him', 'about', 'it', 'anyway', 'Their', 'business', 'misfortune', 'had', 'reduced', 'the', 'family', 'to', 'a', 'state', 'of', 'total', 'despair', 'and', 'Gregors', 'only', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrange', 'things', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickly', 'as', 'possible', 'So', 'then', 'he', 'started', 'working', 'especially', 'hard', 'with', 'a', 'fiery', 'vigour', 'that', 'raised', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travelling', 'representative', 'almost', 'overnight', 'bringing', 'with', 'it', 'the', 'chance', 'to', 'earn', 'money', 'in', 'quite', 'different', 'ways', 'Gregor', 'converted', 'his', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'table', 'at', 'home', 'for', 'the', 'benefit', 'of', 'his', 'astonished', 'and', 'delighted', 'family', 'They', 'had', 'been', 'good', 'times', 'and', 'they', 'had', 'never', 'come', 'again', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour', 'even', 'though', 'Gregor', 'had', 'later', 'earned', 'so', 'much', 'that', 'he', 'was', 'in', 'a', 'position', 'to', 'bear', 'the', 'costs', 'of', 'the', 'whole', 'family', 'and', 'did', 'bear', 'them', 'They', 'had', 'even', 'got', 'used', 'to', 'it', 'both', 'Gregor', 'and', 'the', 'family', 'they', 'took', 'the', 'money', 'with', 'gratitude', 'and', 'he', 'was', 'glad', 'to', 'provide', 'it', 'although', 'there', 'was', 'no', 'longer', 'much', 'warm', 'affection', 'given', 'in', 'return', 'Gregor', 'only', 'remained', 'close', 'to', 'his', 'sister', 'now', 'Unlike', 'him', 'she', 'was', 'very', 'fond', 'of', 'music', 'and', 'a', 'gifted', 'and', 'expressive', 'violinist', 'it', 'was', 'his', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'next', 'year', 'even', 'though', 'it', 'would', 'cause', 'great', 'expense', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way', 'During', 'Gregors', 'short', 'periods', 'in', 'town', 'conversation', 'with', 'his', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatory', 'but', 'it', 'was', 'only', 'ever', 'mentioned', 'as', 'a', 'lovely', 'dream', 'that', 'could', 'never', 'be', 'realised', 'Their', 'parents', 'did', 'not', 'like', 'to', 'hear', 'this', 'innocent', 'talk', 'but', 'Gregor', 'thought', 'about', 'it', 'quite', 'hard', 'and', 'decided', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'planned', 'with', 'a', 'grand', 'announcement', 'of', 'it', 'on', 'Christmas', 'day', 'That', 'was', 'the', 'sort', 'of', 'totally', 'pointless', 'thing', 'that', 'went', 'through', 'his', 'mind', 'in', 'his', 'present', 'state', 'pressed', 'upright', 'against', 'the', 'door', 'and', 'listening', 'There', 'were', 'times', 'when', 'he', 'simply', 'became', 'too', 'tired', 'to', 'continue', 'listening', 'when', 'his', 'head', 'would', 'fall', 'wearily', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start', 'as', 'even', 'the', 'slightest', 'noise', 'he', 'caused', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent', 'Whats', 'that', 'hes', 'doing', 'now', 'his', 'father', 'would', 'say', 'after', 'a', 'while', 'clearly', 'having', 'gone', 'over', 'to', 'the', 'door', 'and', 'only', 'then', 'would', 'the', 'interrupted', 'conversation', 'slowly', 'be', 'taken', 'up', 'again', 'When', 'explaining', 'things', 'his', 'father', 'repeated', 'himself', 'several', 'times', 'partly', 'because', 'it', 'was', 'a', 'long', 'time', 'since', 'he', 'had', 'been', 'occupied', 'with', 'these', 'matters', 'himself', 'and', 'partly', 'because', 'Gregors', 'mother', 'did', 'not', 'understand', 'everything', 'the', 'first', 'time', 'From', 'these', 'repeated', 'explanations', 'Gregor', 'learned', 'to', 'his', 'pleasure', 'that', 'despite', 'all', 'their', 'misfortunes', 'there', 'was', 'still', 'some', 'money', 'available', 'from', 'the', 'old', 'days', 'It', 'was', 'not', 'a', 'lot', 'but', 'it', 'had', 'not', 'been', 'touched', 'in', 'the', 'meantime', 'and', 'some', 'interest', 'had', 'accumulated', 'Besides', 'that', 'they', 'had', 'not', 'been', 'using', 'up', 'all', 'the', 'money', 'that', 'Gregor', 'had', 'been', 'bringing', 'home', 'every', 'month', 'keeping', 'only', 'a', 'little', 'for', 'himself', 'so', 'that', 'that', 'too', 'had', 'been', 'accumulating', 'Behind', 'the', 'door', 'Gregor', 'nodded', 'with', 'enthusiasm', 'in', 'his', 'pleasure', 'at', 'this', 'unexpected', 'thrift', 'and', 'caution', 'He', 'could', 'actually', 'have', 'used', 'this', 'surplus', 'money', 'to', 'reduce', 'his', 'fathers', 'debt', 'to', 'his', 'boss', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer', 'but', 'now', 'it', 'was', 'certainly', 'better', 'the', 'way', 'his', 'father', 'had', 'done', 'things', 'This', 'money', 'however', 'was', 'certainly', 'not', 'enough', 'to', 'enable', 'the', 'family', 'to', 'live', 'off', 'the', 'interest', 'it', 'was', 'enough', 'to', 'maintain', 'them', 'for', 'perhaps', 'one', 'or', 'two', 'years', 'no', 'more', 'Thats', 'to', 'say', 'it', 'was', 'money', 'that', 'should', 'not', 'really', 'be', 'touched', 'but', 'set', 'aside', 'for', 'emergencies', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earned', 'His', 'father', 'was', 'healthy', 'but', 'old', 'and', 'lacking', 'in', 'self', 'confidence', 'During', 'the', 'five', 'years', 'that', 'he', 'had', 'not', 'been', 'working', '', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', '', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'become', 'very', 'slow', 'and', 'clumsy', 'Would', 'Gregors', 'elderly', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money', 'She', 'suffered', 'from', 'asthma', 'and', 'it', 'was', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home', 'every', 'other', 'day', 'would', 'be', 'spent', 'struggling', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window', 'Would', 'his', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money', 'She', 'was', 'still', 'a', 'child', 'of', 'seventeen', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'very', 'enviable', 'consisting', 'of', 'wearing', 'nice', 'clothes', 'sleeping', 'late', 'helping', 'out', 'in', 'the', 'business', 'joining', 'in', 'with', 'a', 'few', 'modest', 'pleasures', 'and', 'most', 'of', 'all', 'playing', 'the', 'violin', 'Whenever', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money', 'Gregor', 'would', 'always', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool', 'leather', 'sofa', 'next', 'to', 'it', 'as', 'he', 'became', 'quite', 'hot', 'with', 'shame', 'and', 'regret', 'He', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through', 'not', 'sleeping', 'a', 'wink', 'but', 'scratching', 'at', 'the', 'leather', 'for', 'hours', 'on', 'end', 'Or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'pushing', 'a', 'chair', 'to', 'the', 'window', 'climbing', 'up', 'onto', 'the', 'sill', 'and', 'propped', 'up', 'in', 'the', 'chair', 'leaning', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it', 'He', 'had', 'used', 'to', 'feel', 'a', 'great', 'sense', 'of', 'freedom', 'from', 'doing', 'this', 'but', 'doing', 'it', 'now', 'was', 'obviously', 'something', 'more', 'remembered', 'than', 'experienced', 'as', 'what', 'he', 'actually', 'saw', 'in', 'this', 'way', 'was', 'becoming', 'less', 'distinct', 'every', 'day', 'even', 'things', 'that', 'were', 'quite', 'near', 'he', 'had', 'used', 'to', 'curse', 'the', 'everpresent', 'view', 'of', 'the', 'hospital', 'across', 'the', 'street', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'lived', 'in', 'Charlottenstrasse', 'which', 'was', 'a', 'quiet', 'street', 'despite', 'being', 'in', 'the', 'middle', 'of', 'the', 'city', 'he', 'could', 'have', 'thought', 'that', 'he', 'was', 'looking', 'out', 'the', 'window', 'at', 'a', 'barren', 'waste', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingled', 'inseparably', 'His', 'observant', 'sister', 'only', 'needed', 'to', 'notice', 'the', 'chair', 'twice', 'before', 'she', 'would', 'always', 'push', 'it', 'back', 'to', 'its', 'exact', 'position', 'by', 'the', 'window', 'after', 'she', 'had', 'tidied', 'up', 'the', 'room', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on', 'If', 'Gregor', 'had', 'only', 'been', 'able', 'to', 'speak', 'to', 'his', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it', 'but', 'as', 'it', 'was', 'it', 'caused', 'him', 'pain', 'His', 'sister', 'naturally', 'tried', 'as', 'far', 'as', 'possible', 'to', 'pretend', 'there', 'was', 'nothing', 'burdensome', 'about', 'it', 'and', 'the', 'longer', 'it', 'went', 'on', 'of', 'course', 'the', 'better', 'she', 'was', 'able', 'to', 'do', 'so', 'but', 'as', 'time', 'went', 'by', 'Gregor', 'was', 'also', 'able', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better', 'It', 'had', 'even', 'become', 'very', 'unpleasant', 'for', 'him', 'now', 'whenever', 'she', 'entered', 'the', 'room', 'No', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickly', 'close', 'the', 'door', 'as', 'a', 'precaution', 'so', 'that', 'noone', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', 'Gregors', 'room', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedly', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffocating', 'Even', 'if', 'it', 'was', 'cold', 'she', 'would', 'stay', 'at', 'the', 'window', 'breathing', 'deeply', 'for', 'a', 'little', 'while', 'She', 'would', 'alarm', 'Gregor', 'twice', 'a', 'day', 'with', 'this', 'running', 'about', 'and', 'noise', 'making', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shivering', 'the', 'whole', 'while', 'knowing', 'full', 'well', 'that', 'she', 'would', 'certainly', 'have', 'liked', 'to', 'spare', 'him', 'this', 'ordeal', 'but', 'it', 'was', 'impossible', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'windows', 'closed', 'One', 'day', 'about', 'a', 'month', 'after', 'Gregors', 'transformation', 'when', 'his', 'sister', 'no', 'longer', 'had', 'any', 'particular', 'reason', 'to', 'be', 'shocked', 'at', 'his', 'appearance', 'she', 'came', 'into', 'the', 'room', 'a', 'little', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'staring', 'out', 'the', 'window', 'motionless', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horrible', 'In', 'itself', 'his', 'sisters', 'not', 'coming', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surprise', 'for', 'Gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immediately', 'open', 'the', 'window', 'while', 'he', 'was', 'still', 'there', 'but', 'not', 'only', 'did', 'she', 'not', 'come', 'in', 'she', 'went', 'straight', 'back', 'and', 'closed', 'the', 'door', 'behind', 'her', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threatened', 'her', 'and', 'tried', 'to', 'bite', 'her', 'Gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch', 'of', 'course', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'before', 'his', 'sister', 'came', 'back', 'and', 'she', 'seemed', 'much', 'more', 'uneasy', 'than', 'usual', 'It', 'made', 'him', 'realise', 'that', 'she', 'still', 'found', 'his', 'appearance', 'unbearable', 'and', 'would', 'continue', 'to', 'do', 'so', 'she', 'probably', 'even', 'had', 'to', 'overcome', 'the', 'urge', 'to', 'flee', 'when', 'she', 'saw', 'the', 'little', 'bit', 'of', 'him', 'that', 'protruded', 'from', 'under', 'the', 'couch', 'One', 'day', 'in', 'order', 'to', 'spare', 'her', 'even', 'this', 'sight', 'he', 'spent', 'four', 'hours', 'carrying', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'his', 'back', 'and', 'arranged', 'it', 'so', 'that', 'he', 'was', 'completely', 'covered', 'and', 'his', 'sister', 'would', 'not', 'be', 'able', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down', 'If', 'she', 'did', 'not', 'think', 'this', 'sheet', 'was', 'necessary', 'then', 'all', 'she', 'had', 'to', 'do', 'was', 'take', 'it', 'off', 'again', 'as', 'it', 'was', 'clear', 'enough', 'that', 'it', 'was', 'no', 'pleasure', 'for', 'Gregor', 'to', 'cut', 'himself', 'off', 'so', 'completely', 'She', 'left', 'the', 'sheet', 'where', 'it', 'was', 'Gregor', 'even', 'thought', 'he', 'glimpsed', 'a', 'look', 'of', 'gratitude', 'one', 'time', 'when', 'he', 'carefully', 'looked', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'his', 'sister', 'liked', 'the', 'new', 'arrangement', 'For', 'the', 'first', 'fourteen', 'days', 'Gregors', 'parents', 'could', 'not', 'bring', 'themselves', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him', 'He', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreciated', 'all', 'the', 'new', 'work', 'his', 'sister', 'was', 'doing', 'even', 'though', 'before', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'was', 'somewhat', 'useless', 'and', 'frequently', 'been', 'annoyed', 'with', 'her', 'But', 'now', 'the', 'two', 'of', 'them', 'father', 'and', 'mother', 'would', 'often', 'both', 'wait', 'outside', 'the', 'door', 'of', 'Gregors', 'room', 'while', 'his', 'sister', 'tidied', 'up', 'in', 'there', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactly', 'how', 'everything', 'looked', 'what', 'Gregor', 'had', 'eaten', 'how', 'he', 'had', 'behaved', 'this', 'time', 'and', 'whether', 'perhaps', 'any', 'slight', 'improvement', 'could', 'be', 'seen', 'His', 'mother', 'also', 'wanted', 'to', 'go', 'in', 'and', 'visit', 'Gregor', 'relatively', 'soon', 'but', 'his', 'father', 'and', 'sister', 'at', 'first', 'persuaded', 'her', 'against', 'it', 'Gregor', 'listened', 'very', 'closely', 'to', 'all', 'this', 'and', 'approved', 'fully', 'Later', 'though', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'force', 'which', 'made', 'her', 'call', 'out', 'Let', 'me', 'go', 'and', 'see', 'Gregor', 'he', 'is', 'my', 'unfortunate', 'son', 'Cant', 'you', 'understand', 'I', 'have', 'to', 'see', 'him', 'and', 'Gregor', 'would', 'think', 'to', 'himself', 'that', 'maybe', 'it', 'would', 'be', 'better', 'if', 'his', 'mother', 'came', 'in', 'not', 'every', 'day', 'of', 'course', 'but', 'one', 'day', 'a', 'week', 'perhaps', 'she', 'could', 'understand', 'everything', 'much', 'better', 'than', 'his', 'sister', 'who', 'for', 'all', 'her', 'courage', 'was', 'still', 'just', 'a', 'child', 'after', 'all', 'and', 'really', 'might', 'not', 'have', 'had', 'an', 'adults', 'appreciation', 'of', 'the', 'burdensome', 'job', 'she', 'had', 'taken', 'on', 'Gregors', 'wish', 'to', 'see', 'his', 'mother', 'was', 'soon', 'realised', 'Out', 'of', 'consideration', 'for', 'his', 'parents', 'Gregor', 'wanted', 'to', 'avoid', 'being', 'seen', 'at', 'the', 'window', 'during', 'the', 'day', 'the', 'few', 'square', 'meters', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about', 'it', 'was', 'hard', 'to', 'just', 'lie', 'quietly', 'through', 'the', 'night', 'his', 'food', 'soon', 'stopped', 'giving', 'him', 'any', 'pleasure', 'at', 'all', 'and', 'so', 'to', 'entertain', 'himself', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawling', 'up', 'and', 'down', 'the', 'walls', 'and', 'ceiling', 'He', 'was', 'especially', 'fond', 'of', 'hanging', 'from', 'the', 'ceiling', 'it', 'was', 'quite', 'different', 'from', 'lying', 'on', 'the', 'floor', 'he', 'could', 'breathe', 'more', 'freely', 'his', 'body', 'had', 'a', 'light', 'swing', 'to', 'it', 'and', 'up', 'there', 'relaxed', 'and', 'almost', 'happy', 'it', 'might', 'happen', 'that', 'he', 'would', 'surprise', 'even', 'himself', 'by', 'letting', 'go', 'of', 'the', 'ceiling', 'and', 'landing', 'on', 'the', 'floor', 'with', 'a', 'crash', 'But', 'now', 'of', 'course', 'he', 'had', 'far', 'better', 'control', 'of', 'his', 'body', 'than', 'before', 'and', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that', 'caused', 'himself', 'no', 'damage', 'Very', 'soon', 'his', 'sister', 'noticed', 'Gregors', 'new', 'way', 'of', 'entertaining', 'himself', '', 'he', 'had', 'after', 'all', 'left', 'traces', 'of', 'the', 'adhesive', 'from', 'his', 'feet', 'as', 'he', 'crawled', 'about', '', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easy', 'as', 'possible', 'for', 'him', 'by', 'removing', 'the', 'furniture', 'that', 'got', 'in', 'his', 'way', 'especially', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', 'Now', 'this', 'was', 'not', 'something', 'that', 'she', 'would', 'be', 'able', 'to', 'do', 'by', 'herself', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carried', 'on', 'bravely', 'since', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainly', 'would', 'not', 'have', 'helped', 'in', 'this', 'she', 'had', 'even', 'asked', 'to', 'be', 'allowed', 'to', 'keep', 'the', 'kitchen', 'locked', 'at', 'all', 'times', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'was', 'especially', 'important', 'so', 'his', 'sister', 'had', 'no', 'choice', 'but', 'to', 'choose', 'some', 'time', 'when', 'Gregors', 'father', 'was', 'not', 'there', 'and', 'fetch', 'his', 'mother', 'to', 'help', 'her', 'As', 'she', 'approached', 'the', 'room', 'Gregor', 'could', 'hear', 'his', 'mother', 'express', 'her', 'joy', 'but', 'once', 'at', 'the', 'door', 'she', 'went', 'silent', 'First', 'of', 'course', 'his', 'sister', 'came', 'in', 'and', 'looked', 'round', 'to', 'see', 'that', 'everything', 'in', 'the', 'room', 'was', 'alright', 'and', 'only', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter', 'Gregor', 'had', 'hurriedly', 'pulled', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'folds', 'into', 'it', 'so', 'that', 'everything', 'really', 'looked', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chance', 'Gregor', 'also', 'refrained', 'this', 'time', 'from', 'spying', 'out', 'from', 'under', 'the', 'sheet', 'he', 'gave', 'up', 'the', 'chance', 'to', 'see', 'his', 'mother', 'until', 'later', 'and', 'was', 'simply', 'glad', 'that', 'she', 'had', 'come', 'You', 'can', 'come', 'in', 'he', 'cant', 'be', 'seen', 'said', 'his', 'sister', 'obviously', 'leading', 'her', 'in', 'by', 'the', 'hand', 'The', 'old', 'chest', 'of', 'drawers', 'was', 'too', 'heavy', 'for', 'a', 'pair', 'of', 'feeble', 'women', 'to', 'be', 'heaving', 'about', 'but', 'Gregor', 'listened', 'as', 'they', 'pushed', 'it', 'from', 'its', 'place', 'his', 'sister', 'always', 'taking', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignoring', 'her', 'mothers', 'warnings', 'that', 'she', 'would', 'strain', 'herself', 'This', 'lasted', 'a', 'very', 'long', 'time', 'After', 'labouring', 'at', 'it', 'for', 'fifteen', 'minutes', 'or', 'more', 'his', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leave', 'the', 'chest', 'where', 'it', 'was', 'for', 'one', 'thing', 'it', 'was', 'too', 'heavy', 'for', 'them', 'to', 'get', 'the', 'job', 'finished', 'before', 'Gregors', 'father', 'got', 'home', 'and', 'leaving', 'it', 'in', 'the', 'middle', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'his', 'way', 'even', 'more', 'and', 'for', 'another', 'thing', 'it', 'wasnt', 'even', 'sure', 'that', 'taking', 'the', 'furniture', 'away', 'would', 'really', 'be', 'any', 'help', 'to', 'him', 'She', 'thought', 'just', 'the', 'opposite', 'the', 'sight', 'of', 'the', 'bare', 'walls', 'saddened', 'her', 'right', 'to', 'her', 'heart', 'and', 'why', 'wouldnt', 'Gregor', 'feel', 'the', 'same', 'way', 'about', 'it', 'hed', 'been', 'used', 'to', 'this', 'furniture', 'in', 'his', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandoned', 'to', 'be', 'in', 'an', 'empty', 'room', 'like', 'that', 'Then', 'quietly', 'almost', 'whispering', 'as', 'if', 'wanting', 'Gregor', 'whose', 'whereabouts', 'she', 'did', 'not', 'know', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voice', 'as', 'she', 'was', 'convinced', 'that', 'he', 'did', 'not', 'understand', 'her', 'words', 'she', 'added', 'and', 'by', 'taking', 'the', 'furniture', 'away', 'wont', 'it', 'seem', 'like', 'were', 'showing', 'that', 'weve', 'given', 'up', 'all', 'hope', 'of', 'improvement', 'and', 'were', 'abandoning', 'him', 'to', 'cope', 'for', 'himself', 'I', 'think', 'itd', 'be', 'best', 'to', 'leave', 'the', 'room', 'exactly', 'the', 'way', 'it', 'was', 'before', 'so', 'that', 'when', 'Gregor', 'comes', 'back', 'to', 'us', 'again', 'hell', 'find', 'everything', 'unchanged', 'and', 'hell', 'be', 'able', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier', 'Hearing', 'these', 'words', 'from', 'his', 'mother', 'made', 'Gregor', 'realise', 'that', 'the', 'lack', 'of', 'any', 'direct', 'human', 'communication', 'along', 'with', 'the', 'monotonous', 'life', 'led', 'by', 'the', 'family', 'during', 'these', 'two', 'months', 'must', 'have', 'made', 'him', 'confused', '', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explaining', 'to', 'himself', 'why', 'he', 'had', 'seriously', 'wanted', 'his', 'room', 'emptied', 'out', 'Had', 'he', 'really', 'wanted', 'to', 'transform', 'his', 'room', 'into', 'a', 'cave', 'a', 'warm', 'room', 'fitted', 'out', 'with', 'the', 'nice', 'furniture', 'he', 'had', 'inherited', 'That', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimpeded', 'in', 'any', 'direction', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickly', 'forget', 'his', 'past', 'when', 'he', 'had', 'still', 'been', 'human', 'He', 'had', 'come', 'very', 'close', 'to', 'forgetting', 'and', 'it', 'had', 'only', 'been', 'the', 'voice', 'of', 'his', 'mother', 'unheard', 'for', 'so', 'long', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it', 'Nothing', 'should', 'be', 'removed', 'everything', 'had', 'to', 'stay', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influence', 'the', 'furniture', 'had', 'on', 'his', 'condition', 'and', 'if', 'the', 'furniture', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessly', 'that', 'was', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantage', 'His', 'sister', 'unfortunately', 'did', 'not', 'agree', 'she', 'had', 'become', 'used', 'to', 'the', 'idea', 'not', 'without', 'reason', 'that', 'she', 'was', 'Gregors', 'spokesman', 'to', 'his', 'parents', 'about', 'the', 'things', 'that', 'concerned', 'him', 'This', 'meant', 'that', 'his', 'mothers', 'advice', 'now', 'was', 'sufficient', 'reason', 'for', 'her', 'to', 'insist', 'on', 'removing', 'not', 'only', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', 'as', 'she', 'had', 'thought', 'at', 'first', 'but', 'all', 'the', 'furniture', 'apart', 'from', 'the', 'allimportant', 'couch', 'It', 'was', 'more', 'than', 'childish', 'perversity', 'of', 'course', 'or', 'the', 'unexpected', 'confidence', 'she', 'had', 'recently', 'acquired', 'that', 'made', 'her', 'insist', 'she', 'had', 'indeed', 'noticed', 'that', 'Gregor', 'needed', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in', 'whereas', 'the', 'furniture', 'as', 'far', 'as', 'anyone', 'could', 'see', 'was', 'of', 'no', 'use', 'to', 'him', 'at', 'all', 'Girls', 'of', 'that', 'age', 'though', 'do', 'become', 'enthusiastic', 'about', 'things', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenever', 'they', 'can', 'Perhaps', 'this', 'was', 'what', 'tempted', 'Grete', 'to', 'make', 'Gregors', 'situation', 'seem', 'even', 'more', 'shocking', 'than', 'it', 'was', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him', 'Grete', 'would', 'probably', 'be', 'the', 'only', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'dominated', 'by', 'Gregor', 'crawling', 'about', 'the', 'bare', 'walls', 'by', 'himself', 'So', 'she', 'refused', 'to', 'let', 'her', 'mother', 'dissuade', 'her', 'Gregors', 'mother', 'already', 'looked', 'uneasy', 'in', 'his', 'room', 'she', 'soon', 'stopped', 'speaking', 'and', 'helped', 'Gregors', 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawers', 'out', 'with', 'what', 'strength', 'she', 'had', 'The', 'chest', 'of', 'drawers', 'was', 'something', 'that', 'Gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to', 'but', 'the', 'writing', 'desk', 'had', 'to', 'stay', 'Hardly', 'had', 'the', 'two', 'women', 'pushed', 'the', 'chest', 'of', 'drawers', 'groaning', 'out', 'of', 'the', 'room', 'than', 'Gregor', 'poked', 'his', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it', 'He', 'meant', 'to', 'be', 'as', 'careful', 'and', 'considerate', 'as', 'he', 'could', 'but', 'unfortunately', 'it', 'was', 'his', 'mother', 'who', 'came', 'back', 'first', 'while', 'Grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arms', 'round', 'the', 'chest', 'pushing', 'and', 'pulling', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without', 'of', 'course', 'moving', 'it', 'an', 'inch', 'His', 'mother', 'was', 'not', 'used', 'to', 'the', 'sight', 'of', 'Gregor', 'he', 'might', 'have', 'made', 'her', 'ill', 'so', 'Gregor', 'hurried', 'backwards', 'to', 'the', 'far', 'end', 'of', 'the', 'couch', 'In', 'his', 'startlement', 'though', 'he', 'was', 'not', 'able', 'to', 'prevent', 'the', 'sheet', 'at', 'its', 'front', 'from', 'moving', 'a', 'little', 'It', 'was', 'enough', 'to', 'attract', 'his', 'mothers', 'attention', 'She', 'stood', 'very', 'still', 'remained', 'there', 'a', 'moment', 'and', 'then', 'went', 'back', 'out', 'to', 'Grete', 'Gregor', 'kept', 'trying', 'to', 'assure', 'himself', 'that', 'nothing', 'unusual', 'was', 'happening', 'it', 'was', 'just', 'a', 'few', 'pieces', 'of', 'furniture', 'being', 'moved', 'after', 'all', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'going', 'to', 'and', 'fro', 'their', 'little', 'calls', 'to', 'each', 'other', 'the', 'scraping', 'of', 'the', 'furniture', 'on', 'the', 'floor', 'all', 'these', 'things', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'being', 'assailed', 'from', 'all', 'sides', 'With', 'his', 'head', 'and', 'legs', 'pulled', 'in', 'against', 'him', 'and', 'his', 'body', 'pressed', 'to', 'the', 'floor', 'he', 'was', 'forced', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'this', 'much', 'longer', 'They', 'were', 'emptying', 'his', 'room', 'out', 'taking', 'away', 'everything', 'that', 'was', 'dear', 'to', 'him', 'they', 'had', 'already', 'taken', 'out', 'the', 'chest', 'containing', 'his', 'fretsaw', 'and', 'other', 'tools', 'now', 'they', 'threatened', 'to', 'remove', 'the', 'writing', 'desk', 'with', 'its', 'place', 'clearly', 'worn', 'into', 'the', 'floor', 'the', 'desk', 'where', 'he', 'had', 'done', 'his', 'homework', 'as', 'a', 'business', 'trainee', 'at', 'high', 'school', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'schoolhe', 'really', 'could', 'not', 'wait', 'any', 'longer', 'to', 'see', 'whether', 'the', 'two', 'womens', 'intentions', 'were', 'good', 'He', 'had', 'nearly', 'forgotten', 'they', 'were', 'there', 'anyway', 'as', 'they', 'were', 'now', 'too', 'tired', 'to', 'say', 'anything', 'while', 'they', 'worked', 'and', 'he', 'could', 'only', 'hear', 'their', 'feet', 'as', 'they', 'stepped', 'heavily', 'on', 'the', 'floor', 'So', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catching', 'their', 'breath', 'he', 'sallied', 'out', 'changed', 'direction', 'four', 'times', 'not', 'knowing', 'what', 'he', 'should', 'save', 'first', 'before', 'his', 'attention', 'was', 'suddenly', 'caught', 'by', 'the', 'picture', 'on', 'the', 'wall', '', 'which', 'was', 'already', 'denuded', 'of', 'everything', 'else', 'that', 'had', 'been', 'on', 'it', '', 'of', 'the', 'lady', 'dressed', 'in', 'copious', 'fur', 'He', 'hurried', 'up', 'onto', 'the', 'picture', 'and', 'pressed', 'himself', 'against', 'its', 'glass', 'it', 'held', 'him', 'firmly', 'and', 'felt', 'good', 'on', 'his', 'hot', 'belly', 'This', 'picture', 'at', 'least', 'now', 'totally', 'covered', 'by', 'Gregor', 'would', 'certainly', 'be', 'taken', 'away', 'by', 'noone', 'He', 'turned', 'his', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'living', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back', 'They', 'had', 'not', 'allowed', 'themselves', 'a', 'long', 'rest', 'and', 'came', 'back', 'quite', 'soon', 'Grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'was', 'nearly', 'carrying', 'her', 'What', 'shall', 'we', 'take', 'now', 'then', 'said', 'Grete', 'and', 'looked', 'around', 'Her', 'eyes', 'met', 'those', 'of', 'Gregor', 'on', 'the', 'wall', 'Perhaps', 'only', 'because', 'her', 'mother', 'was', 'there', 'she', 'remained', 'calm', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said', 'albeit', 'hurriedly', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voice', 'Come', 'on', 'lets', 'go', 'back', 'in', 'the', 'living', 'room', 'for', 'a', 'while', 'Gregor', 'could', 'see', 'what', 'Grete', 'had', 'in', 'mind', 'she', 'wanted', 'to', 'take', 'her', 'mother', 'somewhere', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall', 'Well', 'she', 'could', 'certainly', 'try', 'it', 'He', 'sat', 'unyielding', 'on', 'his', 'picture', 'He', 'would', 'rather', 'jump', 'at', 'Gretes', 'face', 'But', 'Gretes', 'words', 'had', 'made', 'her', 'mother', 'quite', 'worried', 'she', 'stepped', 'to', 'one', 'side', 'saw', 'the', 'enormous', 'brown', 'patch', 'against', 'the', 'flowers', 'of', 'the', 'wallpaper', 'and', 'before', 'she', 'even', 'realised', 'it', 'was', 'Gregor', 'that', 'she', 'saw', 'screamed', 'Oh', 'God', 'oh', 'God', 'Arms', 'outstretched', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everything', 'and', 'stayed', 'there', 'immobile', 'Gregor', 'shouted', 'his', 'sister', 'glowering', 'at', 'him', 'and', 'shaking', 'her', 'fist', 'That', 'was', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directly', 'since', 'his', 'transformation', 'She', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smelling', 'salts', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint', 'Gregor', 'wanted', 'to', 'help', 'too', '', 'he', 'could', 'save', 'his', 'picture', 'later', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'force', 'then', 'he', 'too', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advise', 'his', 'sister', 'like', 'in', 'the', 'old', 'days', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'doing', 'nothing', 'she', 'was', 'looking', 'into', 'various', 'bottles', 'he', 'startled', 'her', 'when', 'she', 'turned', 'round', 'a', 'bottle', 'fell', 'to', 'the', 'ground', 'and', 'broke', 'a', 'splinter', 'cut', 'Gregors', 'face', 'some', 'kind', 'of', 'caustic', 'medicine', 'splashed', 'all', 'over', 'him', 'now', 'without', 'delaying', 'any', 'longer', 'Grete', 'took', 'hold', 'of', 'all', 'the', 'bottles', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother', 'she', 'slammed', 'the', 'door', 'shut', 'with', 'her', 'foot', 'So', 'now', 'Gregor', 'was', 'shut', 'out', 'from', 'his', 'mother', 'who', 'because', 'of', 'him', 'might', 'be', 'near', 'to', 'death', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'his', 'sister', 'away', 'and', 'she', 'had', 'to', 'stay', 'with', 'his', 'mother', 'there', 'was', 'nothing', 'for', 'him', 'to', 'do', 'but', 'wait', 'and', 'oppressed', 'with', 'anxiety', 'and', 'selfreproach', 'he', 'began', 'to', 'crawl', 'about', 'he', 'crawled', 'over', 'everything', 'walls', 'furniture', 'ceiling', 'and', 'finally', 'in', 'his', 'confusion', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middle', 'of', 'the', 'dinner', 'table', 'He', 'lay', 'there', 'for', 'a', 'while', 'numb', 'and', 'immobile', 'all', 'around', 'him', 'it', 'was', 'quiet', 'maybe', 'that', 'was', 'a', 'good', 'sign', 'Then', 'there', 'was', 'someone', 'at', 'the', 'door', 'The', 'maid', 'of', 'course', 'had', 'locked', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'Grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it', 'His', 'father', 'had', 'arrived', 'home', 'Whats', 'happened', 'were', 'his', 'first', 'words', 'Gretes', 'appearance', 'must', 'have', 'made', 'everything', 'clear', 'to', 'him', 'She', 'answered', 'him', 'with', 'subdued', 'voice', 'and', 'openly', 'pressed', 'her', 'face', 'into', 'his', 'chest', 'Mothers', 'fainted', 'but', 'shes', 'better', 'now', 'Gregor', 'got', 'out', 'Just', 'as', 'I', 'expected', 'said', 'his', 'father', 'just', 'as', 'I', 'always', 'said', 'but', 'you', 'women', 'wouldnt', 'listen', 'would', 'you', 'It', 'was', 'clear', 'to', 'Gregor', 'that', 'Grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'his', 'father', 'took', 'it', 'to', 'mean', 'that', 'something', 'bad', 'had', 'happened', 'that', 'he', 'was', 'responsible', 'for', 'some', 'act', 'of', 'violence', 'That', 'meant', 'Gregor', 'would', 'now', 'have', 'to', 'try', 'to', 'calm', 'his', 'father', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'things', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possible', 'So', 'he', 'fled', 'to', 'the', 'door', 'of', 'his', 'room', 'and', 'pressed', 'himself', 'against', 'it', 'so', 'that', 'his', 'father', 'when', 'he', 'came', 'in', 'from', 'the', 'hall', 'could', 'see', 'straight', 'away', 'that', 'Gregor', 'had', 'the', 'best', 'intentions', 'and', 'would', 'go', 'back', 'into', 'his', 'room', 'without', 'delay', 'that', 'it', 'would', 'not', 'be', 'necessary', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'only', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear', 'His', 'father', 'though', 'was', 'not', 'in', 'the', 'mood', 'to', 'notice', 'subtleties', 'like', 'that', 'Ah', 'he', 'shouted', 'as', 'he', 'came', 'in', 'sounding', 'as', 'if', 'he', 'were', 'both', 'angry', 'and', 'glad', 'at', 'the', 'same', 'time', 'Gregor', 'drew', 'his', 'head', 'back', 'from', 'the', 'door', 'and', 'lifted', 'it', 'towards', 'his', 'father', 'He', 'really', 'had', 'not', 'imagined', 'his', 'father', 'the', 'way', 'he', 'stood', 'there', 'now', 'of', 'late', 'with', 'his', 'new', 'habit', 'of', 'crawling', 'about', 'he', 'had', 'neglected', 'to', 'pay', 'attention', 'to', 'what', 'was', 'going', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'before', 'He', 'really', 'ought', 'to', 'have', 'expected', 'things', 'to', 'have', 'changed', 'but', 'still', 'still', 'was', 'that', 'really', 'his', 'father', 'The', 'same', 'tired', 'man', 'as', 'used', 'to', 'be', 'laying', 'there', 'entombed', 'in', 'his', 'bed', 'when', 'Gregor', 'came', 'back', 'from', 'his', 'business', 'trips', 'who', 'would', 'receive', 'him', 'sitting', 'in', 'the', 'armchair', 'in', 'his', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'evenings', 'who', 'was', 'hardly', 'even', 'able', 'to', 'stand', 'up', 'but', 'as', 'a', 'sign', 'of', 'his', 'pleasure', 'would', 'just', 'raise', 'his', 'arms', 'and', 'who', 'on', 'the', 'couple', 'of', 'times', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'together', 'on', 'a', 'Sunday', 'or', 'public', 'holiday', 'wrapped', 'up', 'tightly', 'in', 'his', 'overcoat', 'between', 'Gregor', 'and', 'his', 'mother', 'would', 'always', 'labour', 'his', 'way', 'forward', 'a', 'little', 'more', 'slowly', 'than', 'them', 'who', 'were', 'already', 'walking', 'slowly', 'for', 'his', 'sake', 'who', 'would', 'place', 'his', 'stick', 'down', 'carefully', 'and', 'if', 'he', 'wanted', 'to', 'say', 'something', 'would', 'invariably', 'stop', 'and', 'gather', 'his', 'companions', 'around', 'him', 'He', 'was', 'standing', 'up', 'straight', 'enough', 'now', 'dressed', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'buttons', 'the', 'sort', 'worn', 'by', 'the', 'employees', 'at', 'the', 'banking', 'institute', 'above', 'the', 'high', 'stiff', 'collar', 'of', 'the', 'coat', 'his', 'strong', 'doublechin', 'emerged', 'under', 'the', 'bushy', 'eyebrows', 'his', 'piercing', 'dark', 'eyes', 'looked', 'out', 'fresh', 'and', 'alert', 'his', 'normally', 'unkempt', 'white', 'hair', 'was', 'combed', 'down', 'painfully', 'close', 'to', 'his', 'scalp', 'He', 'took', 'his', 'cap', 'with', 'its', 'gold', 'monogram', 'from', 'probably', 'some', 'bank', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa', 'put', 'his', 'hands', 'in', 'his', 'trouser', 'pockets', 'pushing', 'back', 'the', 'bottom', 'of', 'his', 'long', 'uniform', 'coat', 'and', 'with', 'look', 'of', 'determination', 'walked', 'towards', 'Gregor', 'He', 'probably', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind', 'but', 'nonetheless', 'lifted', 'his', 'feet', 'unusually', 'high', 'Gregor', 'was', 'amazed', 'at', 'the', 'enormous', 'size', 'of', 'the', 'soles', 'of', 'his', 'boots', 'but', 'wasted', 'no', 'time', 'with', 'that', '', 'he', 'knew', 'full', 'well', 'right', 'from', 'the', 'first', 'day', 'of', 'his', 'new', 'life', 'that', 'his', 'father', 'thought', 'it', 'necessary', 'to', 'always', 'be', 'extremely', 'strict', 'with', 'him', 'And', 'so', 'he', 'ran', 'up', 'to', 'his', 'father', 'stopped', 'when', 'his', 'father', 'stopped', 'scurried', 'forwards', 'again', 'when', 'he', 'moved', 'even', 'slightly', 'In', 'this', 'way', 'they', 'went', 'round', 'the', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening', 'without', 'even', 'giving', 'the', 'impression', 'of', 'a', 'chase', 'as', 'everything', 'went', 'so', 'slowly', 'Gregor', 'remained', 'all', 'this', 'time', 'on', 'the', 'floor', 'largely', 'because', 'he', 'feared', 'his', 'father', 'might', 'see', 'it', 'as', 'especially', 'provoking', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceiling', 'Whatever', 'he', 'did', 'Gregor', 'had', 'to', 'admit', 'that', 'he', 'certainly', 'would', 'not', 'be', 'able', 'to', 'keep', 'up', 'this', 'running', 'about', 'for', 'long', 'as', 'for', 'each', 'step', 'his', 'father', 'took', 'he', 'had', 'to', 'carry', 'out', 'countless', 'movements', 'He', 'became', 'noticeably', 'short', 'of', 'breath', 'even', 'in', 'his', 'earlier', 'life', 'his', 'lungs', 'had', 'not', 'been', 'very', 'reliable', 'Now', 'as', 'he', 'lurched', 'about', 'in', 'his', 'efforts', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'running', 'he', 'could', 'hardly', 'keep', 'his', 'eyes', 'open', 'his', 'thoughts', 'became', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'any', 'other', 'way', 'of', 'saving', 'himself', 'than', 'running', 'he', 'almost', 'forgot', 'that', 'the', 'walls', 'were', 'there', 'for', 'him', 'to', 'use', 'although', 'here', 'they', 'were', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'of', 'notches', 'and', 'protrusions', '', 'then', 'right', 'beside', 'him', 'lightly', 'tossed', 'something', 'flew', 'down', 'and', 'rolled', 'in', 'front', 'of', 'him', 'It', 'was', 'an', 'apple', 'then', 'another', 'one', 'immediately', 'flew', 'at', 'him', 'Gregor', 'froze', 'in', 'shock', 'there', 'was', 'no', 'longer', 'any', 'point', 'in', 'running', 'as', 'his', 'father', 'had', 'decided', 'to', 'bombard', 'him', 'He', 'had', 'filled', 'his', 'pockets', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now', 'without', 'even', 'taking', 'the', 'time', 'for', 'careful', 'aim', 'threw', 'one', 'apple', 'after', 'another', 'These', 'little', 'red', 'apples', 'rolled', 'about', 'on', 'the', 'floor', 'knocking', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electric', 'motors', 'An', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'against', 'Gregors', 'back', 'and', 'slid', 'off', 'without', 'doing', 'any', 'harm', 'Another', 'one', 'however', 'immediately', 'following', 'it', 'hit', 'squarely', 'and', 'lodged', 'in', 'his', 'back', 'Gregor', 'wanted', 'to', 'drag', 'himself', 'away', 'as', 'if', 'he', 'could', 'remove', 'the', 'surprising', 'the', 'incredible', 'pain', 'by', 'changing', 'his', 'position', 'but', 'he', 'felt', 'as', 'if', 'nailed', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out', 'all', 'his', 'senses', 'in', 'confusion', 'The', 'last', 'thing', 'he', 'saw', 'was', 'the', 'door', 'of', 'his', 'room', 'being', 'pulled', 'open', 'his', 'sister', 'was', 'screaming', 'his', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blouse', 'as', 'his', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'clothes', 'after', 'she', 'had', 'fainted', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breathe', 'she', 'ran', 'to', 'his', 'father', 'her', 'skirts', 'unfastened', 'and', 'sliding', 'one', 'after', 'another', 'to', 'the', 'ground', 'stumbling', 'over', 'the', 'skirts', 'she', 'pushed', 'herself', 'to', 'his', 'father', 'her', 'arms', 'around', 'him', 'uniting', 'herself', 'with', 'him', 'totally', '', 'now', 'Gregor', 'lost', 'his', 'ability', 'to', 'see', 'anything', '', 'her', 'hands', 'behind', 'his', 'fathers', 'head', 'begging', 'him', 'to', 'spare', 'Gregors', 'life', 'III', 'Noone', 'dared', 'to', 'remove', 'the', 'apple', 'lodged', 'in', 'Gregors', 'flesh', 'so', 'it', 'remained', 'there', 'as', 'a', 'visible', 'reminder', 'of', 'his', 'injury', 'He', 'had', 'suffered', 'it', 'there', 'for', 'more', 'than', 'a', 'month', 'and', 'his', 'condition', 'seemed', 'serious', 'enough', 'to', 'remind', 'even', 'his', 'father', 'that', 'Gregor', 'despite', 'his', 'current', 'sad', 'and', 'revolting', 'form', 'was', 'a', 'family', 'member', 'who', 'could', 'not', 'be', 'treated', 'as', 'an', 'enemy', 'On', 'the', 'contrary', 'as', 'a', 'family', 'there', 'was', 'a', 'duty', 'to', 'swallow', 'any', 'revulsion', 'for', 'him', 'and', 'to', 'be', 'patient', 'just', 'to', 'be', 'patient', 'Because', 'of', 'his', 'injuries', 'Gregor', 'had', 'lost', 'much', 'of', 'his', 'mobility', '', 'probably', 'permanently', 'He', 'had', 'been', 'reduced', 'to', 'the', 'condition', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long', 'long', 'minutes', 'to', 'crawl', 'across', 'his', 'room', '', 'crawling', 'over', 'the', 'ceiling', 'was', 'out', 'of', 'the', 'question', '', 'but', 'this', 'deterioration', 'in', 'his', 'condition', 'was', 'fully', 'in', 'his', 'opinion', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'living', 'room', 'being', 'left', 'open', 'every', 'evening', 'He', 'got', 'into', 'the', 'habit', 'of', 'closely', 'watching', 'it', 'for', 'one', 'or', 'two', 'hours', 'before', 'it', 'was', 'opened', 'and', 'then', 'lying', 'in', 'the', 'darkness', 'of', 'his', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'living', 'room', 'he', 'could', 'watch', 'the', 'family', 'in', 'the', 'light', 'of', 'the', 'dinner', 'table', 'and', 'listen', 'to', 'their', 'conversation', '', 'with', 'everyones', 'permission', 'in', 'a', 'way', 'and', 'thus', 'quite', 'differently', 'from', 'before', 'They', 'no', 'longer', 'held', 'the', 'lively', 'conversations', 'of', 'earlier', 'times', 'of', 'course', 'the', 'ones', 'that', 'Gregor', 'always', 'thought', 'about', 'with', 'longing', 'when', 'he', 'was', 'tired', 'and', 'getting', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room', 'All', 'of', 'them', 'were', 'usually', 'very', 'quiet', 'nowadays', 'Soon', 'after', 'dinner', 'his', 'father', 'would', 'go', 'to', 'sleep', 'in', 'his', 'chair', 'his', 'mother', 'and', 'sister', 'would', 'urge', 'each', 'other', 'to', 'be', 'quiet', 'his', 'mother', 'bent', 'deeply', 'under', 'the', 'lamp', 'would', 'sew', 'fancy', 'underwear', 'for', 'a', 'fashion', 'shop', 'his', 'sister', 'who', 'had', 'taken', 'a', 'sales', 'job', 'learned', 'shorthand', 'and', 'French', 'in', 'the', 'evenings', 'so', 'that', 'she', 'might', 'be', 'able', 'to', 'get', 'a', 'better', 'position', 'later', 'on', 'Sometimes', 'his', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', 'Gregors', 'mother', 'youre', 'doing', 'so', 'much', 'sewing', 'again', 'today', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'dozing', '', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchange', 'a', 'tired', 'grin', 'With', 'a', 'kind', 'of', 'stubbornness', 'Gregors', 'father', 'refused', 'to', 'take', 'his', 'uniform', 'off', 'even', 'at', 'home', 'while', 'his', 'nightgown', 'hung', 'unused', 'on', 'its', 'peg', 'Gregors', 'father', 'would', 'slumber', 'where', 'he', 'was', 'fully', 'dressed', 'as', 'if', 'always', 'ready', 'to', 'serve', 'and', 'expecting', 'to', 'hear', 'the', 'voice', 'of', 'his', 'superior', 'even', 'here', 'The', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with', 'but', 'as', 'a', 'result', 'of', 'this', 'it', 'slowly', 'became', 'even', 'shabbier', 'despite', 'the', 'efforts', 'of', 'Gregors', 'mother', 'and', 'sister', 'to', 'look', 'after', 'it', 'Gregor', 'would', 'often', 'spend', 'the', 'whole', 'evening', 'looking', 'at', 'all', 'the', 'stains', 'on', 'this', 'coat', 'with', 'its', 'gold', 'buttons', 'always', 'kept', 'polished', 'and', 'shiny', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep', 'highly', 'uncomfortable', 'but', 'peaceful', 'As', 'soon', 'as', 'it', 'struck', 'ten', 'Gregors', 'mother', 'would', 'speak', 'gently', 'to', 'his', 'father', 'to', 'wake', 'him', 'and', 'try', 'to', 'persuade', 'him', 'to', 'go', 'to', 'bed', 'as', 'he', 'couldnt', 'sleep', 'properly', 'where', 'he', 'was', 'and', 'he', 'really', 'had', 'to', 'get', 'his', 'sleep', 'if', 'he', 'was', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work', 'But', 'since', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'become', 'more', 'obstinate', 'and', 'would', 'always', 'insist', 'on', 'staying', 'longer', 'at', 'the', 'table', 'even', 'though', 'he', 'regularly', 'fell', 'asleep', 'and', 'it', 'was', 'then', 'harder', 'than', 'ever', 'to', 'persuade', 'him', 'to', 'exchange', 'the', 'chair', 'for', 'his', 'bed', 'Then', 'however', 'much', 'mother', 'and', 'sister', 'would', 'importune', 'him', 'with', 'little', 'reproaches', 'and', 'warnings', 'he', 'would', 'keep', 'slowly', 'shaking', 'his', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'his', 'eyes', 'closed', 'and', 'refusing', 'to', 'get', 'up', 'Gregors', 'mother', 'would', 'tug', 'at', 'his', 'sleeve', 'whisper', 'endearments', 'into', 'his', 'ear', 'Gregors', 'sister', 'would', 'leave', 'her', 'work', 'to', 'help', 'her', 'mother', 'but', 'nothing', 'would', 'have', 'any', 'effect', 'on', 'him', 'He', 'would', 'just', 'sink', 'deeper', 'into', 'his', 'chair', 'Only', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arms', 'he', 'would', 'abruptly', 'open', 'his', 'eyes', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say', 'What', 'a', 'life', 'This', 'is', 'what', 'peace', 'I', 'get', 'in', 'my', 'old', 'age', 'And', 'supported', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'carefully', 'as', 'if', 'he', 'were', 'carrying', 'the', 'greatest', 'load', 'himself', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door', 'send', 'them', 'off', 'and', 'carry', 'on', 'by', 'himself', 'while', 'Gregors', 'mother', 'would', 'throw', 'down', 'her', 'needle', 'and', 'his', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'his', 'father', 'and', 'continue', 'being', 'of', 'help', 'to', 'him', 'Who', 'in', 'this', 'tired', 'and', 'overworked', 'family', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attention', 'to', 'Gregor', 'than', 'was', 'absolutely', 'necessary', 'The', 'household', 'budget', 'became', 'even', 'smaller', 'so', 'now', 'the', 'maid', 'was', 'dismissed', 'an', 'enormous', 'thickboned', 'charwoman', 'with', 'white', 'hair', 'that', 'flapped', 'around', 'her', 'head', 'came', 'every', 'morning', 'and', 'evening', 'to', 'do', 'the', 'heaviest', 'work', 'everything', 'else', 'was', 'looked', 'after', 'by', 'Gregors', 'mother', 'on', 'top', 'of', 'the', 'large', 'amount', 'of', 'sewing', 'work', 'she', 'did', 'Gregor', 'even', 'learned', 'listening', 'to', 'the', 'evening', 'conversation', 'about', 'what', 'price', 'they', 'had', 'hoped', 'for', 'that', 'several', 'items', 'of', 'jewellery', 'belonging', 'to', 'the', 'family', 'had', 'been', 'sold', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'very', 'fond', 'of', 'wearing', 'them', 'at', 'functions', 'and', 'celebrations', 'But', 'the', 'loudest', 'complaint', 'was', 'that', 'although', 'the', 'flat', 'was', 'much', 'too', 'big', 'for', 'their', 'present', 'circumstances', 'they', 'could', 'not', 'move', 'out', 'of', 'it', 'there', 'was', 'no', 'imaginable', 'way', 'of', 'transferring', 'Gregor', 'to', 'the', 'new', 'address', 'He', 'could', 'see', 'quite', 'well', 'though', 'that', 'there', 'were', 'more', 'reasons', 'than', 'consideration', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move', 'it', 'would', 'have', 'been', 'quite', 'easy', 'to', 'transport', 'him', 'in', 'any', 'suitable', 'crate', 'with', 'a', 'few', 'air', 'holes', 'in', 'it', 'the', 'main', 'thing', 'holding', 'the', 'family', 'back', 'from', 'their', 'decision', 'to', 'move', 'was', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortune', 'unlike', 'anything', 'experienced', 'by', 'anyone', 'else', 'they', 'knew', 'or', 'were', 'related', 'to', 'They', 'carried', 'out', 'absolutely', 'everything', 'that', 'the', 'world', 'expects', 'from', 'poor', 'people', 'Gregors', 'father', 'brought', 'bank', 'employees', 'their', 'breakfast', 'his', 'mother', 'sacrificed', 'herself', 'by', 'washing', 'clothes', 'for', 'strangers', 'his', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'customers', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'any', 'more', 'And', 'the', 'injury', 'in', 'Gregors', 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'was', 'new', 'After', 'they', 'had', 'come', 'back', 'from', 'taking', 'his', 'father', 'to', 'bed', 'Gregors', 'mother', 'and', 'sister', 'would', 'now', 'leave', 'their', 'work', 'where', 'it', 'was', 'and', 'sit', 'close', 'together', 'cheek', 'to', 'cheek', 'his', 'mother', 'would', 'point', 'to', 'Gregors', 'room', 'and', 'say', 'Close', 'that', 'door', 'Grete', 'and', 'then', 'when', 'he', 'was', 'in', 'the', 'dark', 'again', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tears', 'would', 'mingle', 'or', 'they', 'would', 'simply', 'sit', 'there', 'staring', 'dryeyed', 'at', 'the', 'table', 'Gregor', 'hardly', 'slept', 'at', 'all', 'either', 'night', 'or', 'day', 'Sometimes', 'he', 'would', 'think', 'of', 'taking', 'over', 'the', 'familys', 'affairs', 'just', 'like', 'before', 'the', 'next', 'time', 'the', 'door', 'was', 'opened', 'he', 'had', 'long', 'forgotten', 'about', 'his', 'boss', 'and', 'the', 'chief', 'clerk', 'but', 'they', 'would', 'appear', 'again', 'in', 'his', 'thoughts', 'the', 'salesmen', 'and', 'the', 'apprentices', 'that', 'stupid', 'teaboy', 'two', 'or', 'three', 'friends', 'from', 'other', 'businesses', 'one', 'of', 'the', 'chambermaids', 'from', 'a', 'provincial', 'hotel', 'a', 'tender', 'memory', 'that', 'appeared', 'and', 'disappeared', 'again', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'his', 'attention', 'had', 'been', 'serious', 'but', 'too', 'slow', '', 'all', 'of', 'them', 'appeared', 'to', 'him', 'mixed', 'together', 'with', 'strangers', 'and', 'others', 'he', 'had', 'forgotten', 'but', 'instead', 'of', 'helping', 'him', 'and', 'his', 'family', 'they', 'were', 'all', 'of', 'them', 'inaccessible', 'and', 'he', 'was', 'glad', 'when', 'they', 'disappeared', 'Other', 'times', 'he', 'was', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'his', 'family', 'he', 'was', 'filled', 'with', 'simple', 'rage', 'about', 'the', 'lack', 'of', 'attention', 'he', 'was', 'shown', 'and', 'although', 'he', 'could', 'think', 'of', 'nothing', 'he', 'would', 'have', 'wanted', 'he', 'made', 'plans', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantry', 'where', 'he', 'could', 'take', 'all', 'the', 'things', 'he', 'was', 'entitled', 'to', 'even', 'if', 'he', 'was', 'not', 'hungry', 'Gregors', 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'please', 'him', 'but', 'would', 'hurriedly', 'push', 'some', 'food', 'or', 'other', 'into', 'his', 'room', 'with', 'her', 'foot', 'before', 'she', 'rushed', 'out', 'to', 'work', 'in', 'the', 'morning', 'and', 'at', 'midday', 'and', 'in', 'the', 'evening', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom', 'indifferent', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', '', 'more', 'often', 'than', 'not', '', 'had', 'been', 'left', 'totally', 'untouched', 'She', 'still', 'cleared', 'up', 'the', 'room', 'in', 'the', 'evening', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'any', 'quicker', 'about', 'it', 'Smears', 'of', 'dirt', 'were', 'left', 'on', 'the', 'walls', 'here', 'and', 'there', 'were', 'little', 'balls', 'of', 'dust', 'and', 'filth', 'At', 'first', 'Gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'places', 'when', 'his', 'sister', 'arrived', 'as', 'a', 'reproach', 'to', 'her', 'but', 'he', 'could', 'have', 'stayed', 'there', 'for', 'weeks', 'without', 'his', 'sister', 'doing', 'anything', 'about', 'it', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simply', 'decided', 'to', 'leave', 'him', 'to', 'it', 'At', 'the', 'same', 'time', 'she', 'became', 'touchy', 'in', 'a', 'way', 'that', 'was', 'quite', 'new', 'for', 'her', 'and', 'which', 'everyone', 'in', 'the', 'family', 'understood', '', 'cleaning', 'up', 'Gregors', 'room', 'was', 'for', 'her', 'and', 'her', 'alone', 'Gregors', 'mother', 'did', 'once', 'thoroughly', 'clean', 'his', 'room', 'and', 'needed', 'to', 'use', 'several', 'bucketfuls', 'of', 'water', 'to', 'do', 'it', '', 'although', 'that', 'much', 'dampness', 'also', 'made', 'Gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch', 'bitter', 'and', 'immobile', 'But', 'his', 'mother', 'was', 'to', 'be', 'punished', 'still', 'more', 'for', 'what', 'she', 'had', 'done', 'as', 'hardly', 'had', 'his', 'sister', 'arrived', 'home', 'in', 'the', 'evening', 'than', 'she', 'noticed', 'the', 'change', 'in', 'Gregors', 'room', 'and', 'highly', 'aggrieved', 'ran', 'back', 'into', 'the', 'living', 'room', 'where', 'despite', 'her', 'mothers', 'raised', 'and', 'imploring', 'hands', 'she', 'broke', 'into', 'convulsive', 'tears', 'Her', 'father', 'of', 'course', 'was', 'startled', 'out', 'of', 'his', 'chair', 'and', 'the', 'two', 'parents', 'looked', 'on', 'astonished', 'and', 'helpless', 'then', 'they', 'too', 'became', 'agitated', 'Gregors', 'father', 'standing', 'to', 'the', 'right', 'of', 'his', 'mother', 'accused', 'her', 'of', 'not', 'leaving', 'the', 'cleaning', 'of', 'Gregors', 'room', 'to', 'his', 'sister', 'from', 'her', 'left', 'Gregors', 'sister', 'screamed', 'at', 'her', 'that', 'she', 'was', 'never', 'to', 'clean', 'Gregors', 'room', 'again', 'while', 'his', 'mother', 'tried', 'to', 'draw', 'his', 'father', 'who', 'was', 'beside', 'himself', 'with', 'anger', 'into', 'the', 'bedroom', 'his', 'sister', 'quaking', 'with', 'tears', 'thumped', 'on', 'the', 'table', 'with', 'her', 'small', 'fists', 'and', 'Gregor', 'hissed', 'in', 'anger', 'that', 'noone', 'had', 'even', 'thought', 'of', 'closing', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'this', 'and', 'all', 'its', 'noise', 'Gregors', 'sister', 'was', 'exhausted', 'from', 'going', 'out', 'to', 'work', 'and', 'looking', 'after', 'Gregor', 'as', 'she', 'had', 'done', 'before', 'was', 'even', 'more', 'work', 'for', 'her', 'but', 'even', 'so', 'his', 'mother', 'ought', 'certainly', 'not', 'to', 'have', 'taken', 'her', 'place', 'Gregor', 'on', 'the', 'other', 'hand', 'ought', 'not', 'to', 'be', 'neglected', 'Now', 'though', 'the', 'charwoman', 'was', 'here', 'This', 'elderly', 'widow', 'with', 'a', 'robust', 'bone', 'structure', 'that', 'made', 'her', 'able', 'to', 'withstand', 'the', 'hardest', 'of', 'things', 'in', 'her', 'long', 'life', 'wasnt', 'really', 'repelled', 'by', 'Gregor', 'Just', 'by', 'chance', 'one', 'day', 'rather', 'than', 'any', 'real', 'curiosity', 'she', 'opened', 'the', 'door', 'to', 'Gregors', 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him', 'He', 'was', 'taken', 'totally', 'by', 'surprise', 'noone', 'was', 'chasing', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amazement', 'with', 'her', 'hands', 'crossed', 'in', 'front', 'of', 'her', 'From', 'then', 'on', 'she', 'never', 'failed', 'to', 'open', 'the', 'door', 'slightly', 'every', 'evening', 'and', 'morning', 'and', 'look', 'briefly', 'in', 'on', 'him', 'At', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'words', 'that', 'she', 'probably', 'considered', 'friendly', 'such', 'as', 'come', 'on', 'then', 'you', 'old', 'dungbeetle', 'or', 'look', 'at', 'the', 'old', 'dungbeetle', 'there', 'Gregor', 'never', 'responded', 'to', 'being', 'spoken', 'to', 'in', 'that', 'way', 'but', 'just', 'remained', 'where', 'he', 'was', 'without', 'moving', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'opened', 'If', 'only', 'they', 'had', 'told', 'this', 'charwoman', 'to', 'clean', 'up', 'his', 'room', 'every', 'day', 'instead', 'of', 'letting', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenever', 'she', 'felt', 'like', 'it', 'One', 'day', 'early', 'in', 'the', 'morning', 'while', 'a', 'heavy', 'rain', 'struck', 'the', 'windowpanes', 'perhaps', 'indicating', 'that', 'spring', 'was', 'coming', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'once', 'again', 'Gregor', 'was', 'so', 'resentful', 'of', 'it', 'that', 'he', 'started', 'to', 'move', 'toward', 'her', 'he', 'was', 'slow', 'and', 'infirm', 'but', 'it', 'was', 'like', 'a', 'kind', 'of', 'attack', 'Instead', 'of', 'being', 'afraid', 'the', 'charwoman', 'just', 'lifted', 'up', 'one', 'of', 'the', 'chairs', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open', 'clearly', 'intending', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slammed', 'down', 'into', 'Gregors', 'back', 'Arent', 'you', 'coming', 'any', 'closer', 'then', 'she', 'asked', 'when', 'Gregor', 'turned', 'round', 'again', 'and', 'she', 'calmly', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner', 'Gregor', 'had', 'almost', 'entirely', 'stopped', 'eating', 'Only', 'if', 'he', 'happened', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepared', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'his', 'mouth', 'to', 'play', 'with', 'it', 'leave', 'it', 'there', 'a', 'few', 'hours', 'and', 'then', 'more', 'often', 'than', 'not', 'spit', 'it', 'out', 'again', 'At', 'first', 'he', 'thought', 'it', 'was', 'distress', 'at', 'the', 'state', 'of', 'his', 'room', 'that', 'stopped', 'him', 'eating', 'but', 'he', 'had', 'soon', 'got', 'used', 'to', 'the', 'changes', 'made', 'there', 'They', 'had', 'got', 'into', 'the', 'habit', 'of', 'putting', 'things', 'into', 'this', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywhere', 'else', 'and', 'there', 'were', 'now', 'many', 'such', 'things', 'as', 'one', 'of', 'the', 'rooms', 'in', 'the', 'flat', 'had', 'been', 'rented', 'out', 'to', 'three', 'gentlemen', 'These', 'earnest', 'gentlemen', '', 'all', 'three', 'of', 'them', 'had', 'full', 'beards', 'as', 'Gregor', 'learned', 'peering', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', '', 'were', 'painfully', 'insistent', 'on', 'things', 'being', 'tidy', 'This', 'meant', 'not', 'only', 'in', 'their', 'own', 'room', 'but', 'since', 'they', 'had', 'taken', 'a', 'room', 'in', 'this', 'establishment', 'in', 'the', 'entire', 'flat', 'and', 'especially', 'in', 'the', 'kitchen', 'Unnecessary', 'clutter', 'was', 'something', 'they', 'could', 'not', 'tolerate', 'especially', 'if', 'it', 'was', 'dirty', 'They', 'had', 'moreover', 'brought', 'most', 'of', 'their', 'own', 'furnishings', 'and', 'equipment', 'with', 'them', 'For', 'this', 'reason', 'many', 'things', 'had', 'become', 'superfluous', 'which', 'although', 'they', 'could', 'not', 'be', 'sold', 'the', 'family', 'did', 'not', 'wish', 'to', 'discard', 'All', 'these', 'things', 'found', 'their', 'way', 'into', 'Gregors', 'room', 'The', 'dustbins', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too', 'The', 'charwoman', 'was', 'always', 'in', 'a', 'hurry', 'and', 'anything', 'she', 'couldnt', 'use', 'for', 'the', 'time', 'being', 'she', 'would', 'just', 'chuck', 'in', 'there', 'He', 'fortunately', 'would', 'usually', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it', 'The', 'woman', 'most', 'likely', 'meant', 'to', 'fetch', 'the', 'things', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportunity', 'or', 'to', 'throw', 'everything', 'out', 'in', 'one', 'go', 'but', 'what', 'actually', 'happened', 'was', 'that', 'they', 'were', 'left', 'where', 'they', 'landed', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'Gregor', 'made', 'his', 'way', 'through', 'the', 'junk', 'and', 'moved', 'it', 'somewhere', 'else', 'At', 'first', 'he', 'moved', 'it', 'because', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about', 'he', 'was', 'forced', 'to', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'moving', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tired', 'to', 'death', 'and', 'he', 'would', 'remain', 'immobile', 'for', 'hours', 'afterwards', 'The', 'gentlemen', 'who', 'rented', 'the', 'room', 'would', 'sometimes', 'take', 'their', 'evening', 'meal', 'at', 'home', 'in', 'the', 'living', 'room', 'that', 'was', 'used', 'by', 'everyone', 'and', 'so', 'the', 'door', 'to', 'this', 'room', 'was', 'often', 'kept', 'closed', 'in', 'the', 'evening', 'But', 'Gregor', 'found', 'it', 'easy', 'to', 'give', 'up', 'having', 'the', 'door', 'open', 'he', 'had', 'after', 'all', 'often', 'failed', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'was', 'open', 'and', 'without', 'the', 'family', 'having', 'noticed', 'it', 'lain', 'in', 'his', 'room', 'in', 'its', 'darkest', 'corner', 'One', 'time', 'though', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'living', 'room', 'slightly', 'open', 'and', 'it', 'remained', 'open', 'when', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'came', 'in', 'in', 'the', 'evening', 'and', 'the', 'light', 'was', 'put', 'on', 'They', 'sat', 'up', 'at', 'the', 'table', 'where', 'formerly', 'Gregor', 'had', 'taken', 'his', 'meals', 'with', 'his', 'father', 'and', 'mother', 'they', 'unfolded', 'the', 'serviettes', 'and', 'picked', 'up', 'their', 'knives', 'and', 'forks', 'Gregors', 'mother', 'immediately', 'appeared', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'his', 'sister', 'with', 'a', 'dish', 'piled', 'high', 'with', 'potatoes', 'The', 'food', 'was', 'steaming', 'and', 'filled', 'the', 'room', 'with', 'its', 'smell', 'The', 'gentlemen', 'bent', 'over', 'the', 'dishes', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'wanted', 'to', 'test', 'the', 'food', 'before', 'eating', 'it', 'and', 'the', 'gentleman', 'in', 'the', 'middle', 'who', 'seemed', 'to', 'count', 'as', 'an', 'authority', 'for', 'the', 'other', 'two', 'did', 'indeed', 'cut', 'off', 'a', 'piece', 'of', 'meat', 'while', 'it', 'was', 'still', 'in', 'its', 'dish', 'clearly', 'wishing', 'to', 'establish', 'whether', 'it', 'was', 'sufficiently', 'cooked', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen', 'It', 'was', 'to', 'his', 'satisfaction', 'and', 'Gregors', 'mother', 'and', 'sister', 'who', 'had', 'been', 'looking', 'on', 'anxiously', 'began', 'to', 'breathe', 'again', 'and', 'smiled', 'The', 'family', 'themselves', 'ate', 'in', 'the', 'kitchen', 'Nonetheless', 'Gregors', 'father', 'came', 'into', 'the', 'living', 'room', 'before', 'he', 'went', 'into', 'the', 'kitchen', 'bowed', 'once', 'with', 'his', 'cap', 'in', 'his', 'hand', 'and', 'did', 'his', 'round', 'of', 'the', 'table', 'The', 'gentlemen', 'stood', 'as', 'one', 'and', 'mumbled', 'something', 'into', 'their', 'beards', 'Then', 'once', 'they', 'were', 'alone', 'they', 'ate', 'in', 'near', 'perfect', 'silence', 'It', 'seemed', 'remarkable', 'to', 'Gregor', 'that', 'above', 'all', 'the', 'various', 'noises', 'of', 'eating', 'their', 'chewing', 'teeth', 'could', 'still', 'be', 'heard', 'as', 'if', 'they', 'had', 'wanted', 'to', 'show', 'Gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'was', 'not', 'possible', 'to', 'perform', 'anything', 'with', 'jaws', 'that', 'are', 'toothless', 'however', 'nice', 'they', 'might', 'be', 'Id', 'like', 'to', 'eat', 'something', 'said', 'Gregor', 'anxiously', 'but', 'not', 'anything', 'like', 'theyre', 'eating', 'They', 'do', 'feed', 'themselves', 'And', 'here', 'I', 'am', 'dying', 'Throughout', 'all', 'this', 'time', 'Gregor', 'could', 'not', 'remember', 'having', 'heard', 'the', 'violin', 'being', 'played', 'but', 'this', 'evening', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen', 'The', 'three', 'gentlemen', 'had', 'already', 'finished', 'their', 'meal', 'the', 'one', 'in', 'the', 'middle', 'had', 'produced', 'a', 'newspaper', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'others', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chairs', 'reading', 'them', 'and', 'smoking', 'When', 'the', 'violin', 'began', 'playing', 'they', 'became', 'attentive', 'stood', 'up', 'and', 'went', 'on', 'tiptoe', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'pressed', 'against', 'each', 'other', 'Someone', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen', 'as', 'Gregors', 'father', 'called', 'out', 'Is', 'the', 'playing', 'perhaps', 'unpleasant', 'for', 'the', 'gentlemen', 'We', 'can', 'stop', 'it', 'straight', 'away', 'On', 'the', 'contrary', 'said', 'the', 'middle', 'gentleman', 'would', 'the', 'young', 'lady', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room', 'where', 'it', 'is', 'after', 'all', 'much', 'more', 'cosy', 'and', 'comfortable', 'Oh', 'yes', 'wed', 'love', 'to', 'called', 'back', 'Gregors', 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself', 'The', 'gentlemen', 'stepped', 'back', 'into', 'the', 'room', 'and', 'waited', 'Gregors', 'father', 'soon', 'appeared', 'with', 'the', 'music', 'stand', 'his', 'mother', 'with', 'the', 'music', 'and', 'his', 'sister', 'with', 'the', 'violin', 'She', 'calmly', 'prepared', 'everything', 'for', 'her', 'to', 'begin', 'playing', 'his', 'parents', 'who', 'had', 'never', 'rented', 'a', 'room', 'out', 'before', 'and', 'therefore', 'showed', 'an', 'exaggerated', 'courtesy', 'towards', 'the', 'three', 'gentlemen', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chairs', 'his', 'father', 'leant', 'against', 'the', 'door', 'with', 'his', 'right', 'hand', 'pushed', 'in', 'between', 'two', 'buttons', 'on', 'his', 'uniform', 'coat', 'his', 'mother', 'though', 'was', 'offered', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', '', 'leaving', 'the', 'chair', 'where', 'the', 'gentleman', 'happened', 'to', 'have', 'placed', 'it', '', 'out', 'of', 'the', 'way', 'in', 'a', 'corner', 'His', 'sister', 'began', 'to', 'play', 'father', 'and', 'mother', 'paid', 'close', 'attention', 'one', 'on', 'each', 'side', 'to', 'the', 'movements', 'of', 'her', 'hands', 'Drawn', 'in', 'by', 'the', 'playing', 'Gregor', 'had', 'dared', 'to', 'come', 'forward', 'a', 'little', 'and', 'already', 'had', 'his', 'head', 'in', 'the', 'living', 'room', 'Before', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'considerate', 'he', 'was', 'but', 'now', 'it', 'hardly', 'occurred', 'to', 'him', 'that', 'he', 'had', 'become', 'so', 'thoughtless', 'about', 'the', 'others', 'Whats', 'more', 'there', 'was', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'was', 'covered', 'in', 'the', 'dust', 'that', 'lay', 'everywhere', 'in', 'his', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement', 'he', 'carried', 'threads', 'hairs', 'and', 'remains', 'of', 'food', 'about', 'on', 'his', 'back', 'and', 'sides', 'he', 'was', 'much', 'too', 'indifferent', 'to', 'everything', 'now', 'to', 'lay', 'on', 'his', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'used', 'to', 'do', 'several', 'times', 'a', 'day', 'And', 'despite', 'this', 'condition', 'he', 'was', 'not', 'too', 'shy', 'to', 'move', 'forward', 'a', 'little', 'onto', 'the', 'immaculate', 'floor', 'of', 'the', 'living', 'room', 'Noone', 'noticed', 'him', 'though', 'The', 'family', 'was', 'totally', 'preoccupied', 'with', 'the', 'violin', 'playing', 'at', 'first', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hands', 'in', 'their', 'pockets', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'notes', 'being', 'played', 'and', 'they', 'must', 'have', 'disturbed', 'Gregors', 'sister', 'but', 'soon', 'in', 'contrast', 'with', 'the', 'family', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'heads', 'sunk', 'and', 'talking', 'to', 'each', 'other', 'at', 'half', 'volume', 'and', 'they', 'stayed', 'by', 'the', 'window', 'while', 'Gregors', 'father', 'observed', 'them', 'anxiously', 'It', 'really', 'now', 'seemed', 'very', 'obvious', 'that', 'they', 'had', 'expected', 'to', 'hear', 'some', 'beautiful', 'or', 'entertaining', 'violin', 'playing', 'but', 'had', 'been', 'disappointed', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'performance', 'and', 'it', 'was', 'only', 'now', 'out', 'of', 'politeness', 'that', 'they', 'allowed', 'their', 'peace', 'to', 'be', 'disturbed', 'It', 'was', 'especially', 'unnerving', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarettes', 'upwards', 'from', 'their', 'mouth', 'and', 'noses', 'Yet', 'Gregors', 'sister', 'was', 'playing', 'so', 'beautifully', 'Her', 'face', 'was', 'leant', 'to', 'one', 'side', 'following', 'the', 'lines', 'of', 'music', 'with', 'a', 'careful', 'and', 'melancholy', 'expression', 'Gregor', 'crawled', 'a', 'little', 'further', 'forward', 'keeping', 'his', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eyes', 'if', 'the', 'chance', 'came', 'Was', 'he', 'an', 'animal', 'if', 'music', 'could', 'captivate', 'him', 'so', 'It', 'seemed', 'to', 'him', 'that', 'he', 'was', 'being', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourishment', 'he', 'had', 'been', 'yearning', 'for', 'He', 'was', 'determined', 'to', 'make', 'his', 'way', 'forward', 'to', 'his', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'his', 'room', 'with', 'her', 'violin', 'as', 'noone', 'appreciated', 'her', 'playing', 'here', 'as', 'much', 'as', 'he', 'would', 'He', 'never', 'wanted', 'to', 'let', 'her', 'out', 'of', 'his', 'room', 'not', 'while', 'he', 'lived', 'anyway', 'his', 'shocking', 'appearance', 'should', 'for', 'once', 'be', 'of', 'some', 'use', 'to', 'him', 'he', 'wanted', 'to', 'be', 'at', 'every', 'door', 'of', 'his', 'room', 'at', 'once', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attackers', 'his', 'sister', 'should', 'not', 'be', 'forced', 'to', 'stay', 'with', 'him', 'though', 'but', 'stay', 'of', 'her', 'own', 'free', 'will', 'she', 'would', 'sit', 'beside', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'always', 'intended', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'how', 'he', 'would', 'have', 'told', 'everyone', 'about', 'it', 'last', 'Christmas', '', 'had', 'Christmas', 'really', 'come', 'and', 'gone', 'already', '', 'if', 'this', 'misfortune', 'hadnt', 'got', 'in', 'the', 'way', 'and', 'refuse', 'to', 'let', 'anyone', 'dissuade', 'him', 'from', 'it', 'On', 'hearing', 'all', 'this', 'his', 'sister', 'would', 'break', 'out', 'in', 'tears', 'of', 'emotion', 'and', 'Gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck', 'which', 'since', 'she', 'had', 'been', 'going', 'out', 'to', 'work', 'she', 'had', 'kept', 'free', 'without', 'any', 'necklace', 'or', 'collar', 'Mr', 'Samsa', 'shouted', 'the', 'middle', 'gentleman', 'to', 'Gregors', 'father', 'pointing', 'without', 'wasting', 'any', 'more', 'words', 'with', 'his', 'forefinger', 'at', 'Gregor', 'as', 'he', 'slowly', 'moved', 'forward', 'The', 'violin', 'went', 'silent', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'first', 'smiled', 'at', 'his', 'two', 'friends', 'shaking', 'his', 'head', 'and', 'then', 'looked', 'back', 'at', 'Gregor', 'His', 'father', 'seemed', 'to', 'think', 'it', 'more', 'important', 'to', 'calm', 'the', 'three', 'gentlemen', 'before', 'driving', 'Gregor', 'out', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seemed', 'to', 'think', 'Gregor', 'was', 'more', 'entertaining', 'than', 'the', 'violin', 'playing', 'had', 'been', 'He', 'rushed', 'up', 'to', 'them', 'with', 'his', 'arms', 'spread', 'out', 'and', 'attempted', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'trying', 'to', 'block', 'their', 'view', 'of', 'Gregor', 'with', 'his', 'body', 'Now', 'they', 'did', 'become', 'a', 'little', 'annoyed', 'and', 'it', 'was', 'not', 'clear', 'whether', 'it', 'was', 'his', 'fathers', 'behaviour', 'that', 'annoyed', 'them', 'or', 'the', 'dawning', 'realisation', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'Gregor', 'in', 'the', 'next', 'room', 'without', 'knowing', 'it', 'They', 'asked', 'Gregors', 'father', 'for', 'explanations', 'raised', 'their', 'arms', 'like', 'he', 'had', 'tugged', 'excitedly', 'at', 'their', 'beards', 'and', 'moved', 'back', 'towards', 'their', 'room', 'only', 'very', 'slowly', 'Meanwhile', 'Gregors', 'sister', 'had', 'overcome', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'playing', 'was', 'suddenly', 'interrupted', 'She', 'had', 'let', 'her', 'hands', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limply', 'for', 'a', 'while', 'but', 'continued', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'playing', 'but', 'then', 'she', 'suddenly', 'pulled', 'herself', 'together', 'lay', 'the', 'instrument', 'on', 'her', 'mothers', 'lap', 'who', 'still', 'sat', 'laboriously', 'struggling', 'for', 'breath', 'where', 'she', 'was', 'and', 'ran', 'into', 'the', 'next', 'room', 'which', 'under', 'pressure', 'from', 'her', 'father', 'the', 'three', 'gentlemen', 'were', 'more', 'quickly', 'moving', 'toward', 'Under', 'his', 'sisters', 'experienced', 'hand', 'the', 'pillows', 'and', 'covers', 'on', 'the', 'beds', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'already', 'finished', 'making', 'the', 'beds', 'and', 'slipped', 'out', 'again', 'before', 'the', 'three', 'gentlemen', 'had', 'reached', 'the', 'room', 'Gregors', 'father', 'seemed', 'so', 'obsessed', 'with', 'what', 'he', 'was', 'doing', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owed', 'to', 'his', 'tenants', 'He', 'urged', 'them', 'and', 'pressed', 'them', 'until', 'when', 'he', 'was', 'already', 'at', 'the', 'door', 'of', 'the', 'room', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'and', 'stamped', 'his', 'foot', 'and', 'thereby', 'brought', 'Gregors', 'father', 'to', 'a', 'halt', 'I', 'declare', 'here', 'and', 'now', 'he', 'said', 'raising', 'his', 'hand', 'and', 'glancing', 'at', 'Gregors', 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attention', 'too', 'that', 'with', 'regard', 'to', 'the', 'repugnant', 'conditions', 'that', 'prevail', 'in', 'this', 'flat', 'and', 'with', 'this', 'family', '', 'here', 'he', 'looked', 'briefly', 'but', 'decisively', 'at', 'the', 'floor', '', 'I', 'give', 'immediate', 'notice', 'on', 'my', 'room', 'For', 'the', 'days', 'that', 'I', 'have', 'been', 'living', 'here', 'I', 'will', 'of', 'course', 'pay', 'nothing', 'at', 'all', 'on', 'the', 'contrary', 'I', 'will', 'consider', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damages', 'from', 'you', 'and', 'believe', 'me', 'it', 'would', 'be', 'very', 'easy', 'to', 'set', 'out', 'the', 'grounds', 'for', 'such', 'an', 'action', 'He', 'was', 'silent', 'and', 'looked', 'straight', 'ahead', 'as', 'if', 'waiting', 'for', 'something', 'And', 'indeed', 'his', 'two', 'friends', 'joined', 'in', 'with', 'the', 'words', 'And', 'we', 'also', 'give', 'immediate', 'notice', 'With', 'that', 'he', 'took', 'hold', 'of', 'the', 'door', 'handle', 'and', 'slammed', 'the', 'door', 'Gregors', 'father', 'staggered', 'back', 'to', 'his', 'seat', 'feeling', 'his', 'way', 'with', 'his', 'hands', 'and', 'fell', 'into', 'it', 'it', 'looked', 'as', 'if', 'he', 'was', 'stretching', 'himself', 'out', 'for', 'his', 'usual', 'evening', 'nap', 'but', 'from', 'the', 'uncontrolled', 'way', 'his', 'head', 'kept', 'nodding', 'it', 'could', 'be', 'seen', 'that', 'he', 'was', 'not', 'sleeping', 'at', 'all', 'Throughout', 'all', 'this', 'Gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him', 'His', 'disappointment', 'at', 'the', 'failure', 'of', 'his', 'plan', 'and', 'perhaps', 'also', 'because', 'he', 'was', 'weak', 'from', 'hunger', 'made', 'it', 'impossible', 'for', 'him', 'to', 'move', 'He', 'was', 'sure', 'that', 'everyone', 'would', 'turn', 'on', 'him', 'any', 'moment', 'and', 'he', 'waited', 'He', 'was', 'not', 'even', 'startled', 'out', 'of', 'this', 'state', 'when', 'the', 'violin', 'on', 'his', 'mothers', 'lap', 'fell', 'from', 'her', 'trembling', 'fingers', 'and', 'landed', 'loudly', 'on', 'the', 'floor', 'Father', 'Mother', 'said', 'his', 'sister', 'hitting', 'the', 'table', 'with', 'her', 'hand', 'as', 'introduction', 'we', 'cant', 'carry', 'on', 'like', 'this', 'Maybe', 'you', 'cant', 'see', 'it', 'but', 'I', 'can', 'I', 'dont', 'want', 'to', 'call', 'this', 'monster', 'my', 'brother', 'all', 'I', 'can', 'say', 'is', 'we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', 'Weve', 'done', 'all', 'thats', 'humanly', 'possible', 'to', 'look', 'after', 'it', 'and', 'be', 'patient', 'I', 'dont', 'think', 'anyone', 'could', 'accuse', 'us', 'of', 'doing', 'anything', 'wrong', 'Shes', 'absolutely', 'right', 'said', 'Gregors', 'father', 'to', 'himself', 'His', 'mother', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath', 'began', 'to', 'cough', 'dully', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'deranged', 'expression', 'in', 'her', 'eyes', 'Gregors', 'sister', 'rushed', 'to', 'his', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead', 'Her', 'words', 'seemed', 'to', 'give', 'Gregors', 'father', 'some', 'more', 'definite', 'ideas', 'He', 'sat', 'upright', 'played', 'with', 'his', 'uniform', 'cap', 'between', 'the', 'plates', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal', 'and', 'occasionally', 'looked', 'down', 'at', 'Gregor', 'as', 'he', 'lay', 'there', 'immobile', 'We', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', 'said', 'Gregors', 'sister', 'now', 'speaking', 'only', 'to', 'her', 'father', 'as', 'her', 'mother', 'was', 'too', 'occupied', 'with', 'coughing', 'to', 'listen', 'itll', 'be', 'the', 'death', 'of', 'both', 'of', 'you', 'I', 'can', 'see', 'it', 'coming', 'We', 'cant', 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortured', 'like', 'this', 'we', 'cant', 'endure', 'it', 'I', 'cant', 'endure', 'it', 'any', 'more', 'And', 'she', 'broke', 'out', 'so', 'heavily', 'in', 'tears', 'that', 'they', 'flowed', 'down', 'the', 'face', 'of', 'her', 'mother', 'and', 'she', 'wiped', 'them', 'away', 'with', 'mechanical', 'hand', 'movements', 'My', 'child', 'said', 'her', 'father', 'with', 'sympathy', 'and', 'obvious', 'understanding', 'what', 'are', 'we', 'to', 'do', 'His', 'sister', 'just', 'shrugged', 'her', 'shoulders', 'as', 'a', 'sign', 'of', 'the', 'helplessness', 'and', 'tears', 'that', 'had', 'taken', 'hold', 'of', 'her', 'displacing', 'her', 'earlier', 'certainty', 'If', 'he', 'could', 'just', 'understand', 'us', 'said', 'his', 'father', 'almost', 'as', 'a', 'question', 'his', 'sister', 'shook', 'her', 'hand', 'vigorously', 'through', 'her', 'tears', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'was', 'no', 'question', 'If', 'he', 'could', 'just', 'understand', 'us', 'repeated', 'Gregors', 'father', 'closing', 'his', 'eyes', 'in', 'acceptance', 'of', 'his', 'sisters', 'certainty', 'that', 'that', 'was', 'quite', 'impossible', 'then', 'perhaps', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrangement', 'with', 'him', 'But', 'as', 'it', 'is', '', 'Its', 'got', 'to', 'go', 'shouted', 'his', 'sister', 'thats', 'the', 'only', 'way', 'Father', 'Youve', 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', 'thats', 'Gregor', 'Weve', 'only', 'harmed', 'ourselves', 'by', 'believing', 'it', 'for', 'so', 'long', 'How', 'can', 'that', 'be', 'Gregor', 'If', 'it', 'were', 'Gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', 'its', 'not', 'possible', 'for', 'human', 'beings', 'to', 'live', 'with', 'an', 'animal', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'his', 'own', 'free', 'will', 'We', 'wouldnt', 'have', 'a', 'brother', 'any', 'more', 'then', 'but', 'we', 'could', 'carry', 'on', 'with', 'our', 'lives', 'and', 'remember', 'him', 'with', 'respect', 'As', 'it', 'is', 'this', 'animal', 'is', 'persecuting', 'us', 'its', 'driven', 'out', 'our', 'tenants', 'it', 'obviously', 'wants', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'force', 'us', 'to', 'sleep', 'on', 'the', 'streets', 'Father', 'look', 'just', 'look', 'she', 'suddenly', 'screamed', 'hes', 'starting', 'again', 'In', 'her', 'alarm', 'which', 'was', 'totally', 'beyond', 'Gregors', 'comprehension', 'his', 'sister', 'even', 'abandoned', 'his', 'mother', 'as', 'she', 'pushed', 'herself', 'vigorously', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'willing', 'to', 'sacrifice', 'her', 'own', 'mother', 'than', 'stay', 'anywhere', 'near', 'Gregor', 'She', 'rushed', 'over', 'to', 'behind', 'her', 'father', 'who', 'had', 'become', 'excited', 'merely', 'because', 'she', 'was', 'and', 'stood', 'up', 'half', 'raising', 'his', 'hands', 'in', 'front', 'of', 'Gregors', 'sister', 'as', 'if', 'to', 'protect', 'her', 'But', 'Gregor', 'had', 'had', 'no', 'intention', 'of', 'frightening', 'anyone', 'least', 'of', 'all', 'his', 'sister', 'All', 'he', 'had', 'done', 'was', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'his', 'room', 'although', 'that', 'was', 'in', 'itself', 'quite', 'startling', 'as', 'his', 'painwracked', 'condition', 'meant', 'that', 'turning', 'round', 'required', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'was', 'using', 'his', 'head', 'to', 'help', 'himself', 'do', 'it', 'repeatedly', 'raising', 'it', 'and', 'striking', 'it', 'against', 'the', 'floor', 'He', 'stopped', 'and', 'looked', 'round', 'They', 'seemed', 'to', 'have', 'realised', 'his', 'good', 'intention', 'and', 'had', 'only', 'been', 'alarmed', 'briefly', 'Now', 'they', 'all', 'looked', 'at', 'him', 'in', 'unhappy', 'silence', 'His', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'legs', 'stretched', 'out', 'and', 'pressed', 'against', 'each', 'other', 'her', 'eyes', 'nearly', 'closed', 'with', 'exhaustion', 'his', 'sister', 'sat', 'next', 'to', 'his', 'father', 'with', 'her', 'arms', 'around', 'his', 'neck', 'Maybe', 'now', 'theyll', 'let', 'me', 'turn', 'round', 'thought', 'Gregor', 'and', 'went', 'back', 'to', 'work', 'He', 'could', 'not', 'help', 'panting', 'loudly', 'with', 'the', 'effort', 'and', 'had', 'sometimes', 'to', 'stop', 'and', 'take', 'a', 'rest', 'Noone', 'was', 'making', 'him', 'rush', 'any', 'more', 'everything', 'was', 'left', 'up', 'to', 'him', 'As', 'soon', 'as', 'he', 'had', 'finally', 'finished', 'turning', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead', 'He', 'was', 'amazed', 'at', 'the', 'great', 'distance', 'that', 'separated', 'him', 'from', 'his', 'room', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'covered', 'that', 'distance', 'in', 'his', 'weak', 'state', 'a', 'little', 'while', 'before', 'and', 'almost', 'without', 'noticing', 'it', 'He', 'concentrated', 'on', 'crawling', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardly', 'noticed', 'that', 'there', 'was', 'not', 'a', 'word', 'not', 'any', 'cry', 'from', 'his', 'family', 'to', 'distract', 'him', 'He', 'did', 'not', 'turn', 'his', 'head', 'until', 'he', 'had', 'reached', 'the', 'doorway', 'He', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'his', 'neck', 'becoming', 'stiff', 'but', 'it', 'was', 'nonetheless', 'enough', 'to', 'see', 'that', 'nothing', 'behind', 'him', 'had', 'changed', 'only', 'his', 'sister', 'had', 'stood', 'up', 'With', 'his', 'last', 'glance', 'he', 'saw', 'that', 'his', 'mother', 'had', 'now', 'fallen', 'completely', 'asleep', 'He', 'was', 'hardly', 'inside', 'his', 'room', 'before', 'the', 'door', 'was', 'hurriedly', 'shut', 'bolted', 'and', 'locked', 'The', 'sudden', 'noise', 'behind', 'Gregor', 'so', 'startled', 'him', 'that', 'his', 'little', 'legs', 'collapsed', 'under', 'him', 'It', 'was', 'his', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush', 'She', 'had', 'been', 'standing', 'there', 'waiting', 'and', 'sprung', 'forward', 'lightly', 'Gregor', 'had', 'not', 'heard', 'her', 'coming', 'at', 'all', 'and', 'as', 'she', 'turned', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudly', 'to', 'her', 'parents', 'At', 'last', 'What', 'now', 'then', 'Gregor', 'asked', 'himself', 'as', 'he', 'looked', 'round', 'in', 'the', 'darkness', 'He', 'soon', 'made', 'the', 'discovery', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all', 'This', 'was', 'no', 'surprise', 'to', 'him', 'it', 'seemed', 'rather', 'that', 'being', 'able', 'to', 'actually', 'move', 'around', 'on', 'those', 'spindly', 'little', 'legs', 'until', 'then', 'was', 'unnatural', 'He', 'also', 'felt', 'relatively', 'comfortable', 'It', 'is', 'true', 'that', 'his', 'entire', 'body', 'was', 'aching', 'but', 'the', 'pain', 'seemed', 'to', 'be', 'slowly', 'getting', 'weaker', 'and', 'weaker', 'and', 'would', 'finally', 'disappear', 'altogether', 'He', 'could', 'already', 'hardly', 'feel', 'the', 'decayed', 'apple', 'in', 'his', 'back', 'or', 'the', 'inflamed', 'area', 'around', 'it', 'which', 'was', 'entirely', 'covered', 'in', 'white', 'dust', 'He', 'thought', 'back', 'of', 'his', 'family', 'with', 'emotion', 'and', 'love', 'If', 'it', 'was', 'possible', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongly', 'than', 'his', 'sister', 'He', 'remained', 'in', 'this', 'state', 'of', 'empty', 'and', 'peaceful', 'rumination', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morning', 'He', 'watched', 'as', 'it', 'slowly', 'began', 'to', 'get', 'light', 'everywhere', 'outside', 'the', 'window', 'too', 'Then', 'without', 'his', 'willing', 'it', 'his', 'head', 'sank', 'down', 'completely', 'and', 'his', 'last', 'breath', 'flowed', 'weakly', 'from', 'his', 'nostrils', 'When', 'the', 'cleaner', 'came', 'in', 'early', 'in', 'the', 'morning', '', 'theyd', 'often', 'asked', 'her', 'not', 'to', 'keep', 'slamming', 'the', 'doors', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurry', 'she', 'still', 'did', 'so', 'that', 'everyone', 'in', 'the', 'flat', 'knew', 'when', 'shed', 'arrived', 'and', 'from', 'then', 'on', 'it', 'was', 'impossible', 'to', 'sleep', 'in', 'peace', '', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'Gregor', 'and', 'at', 'first', 'found', 'nothing', 'special', 'She', 'thought', 'he', 'was', 'laying', 'there', 'so', 'still', 'on', 'purpose', 'playing', 'the', 'martyr', 'she', 'attributed', 'all', 'possible', 'understanding', 'to', 'him', 'She', 'happened', 'to', 'be', 'holding', 'the', 'long', 'broom', 'in', 'her', 'hand', 'so', 'she', 'tried', 'to', 'tickle', 'Gregor', 'with', 'it', 'from', 'the', 'doorway', 'When', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tried', 'to', 'make', 'a', 'nuisance', 'of', 'herself', 'and', 'poked', 'at', 'him', 'a', 'little', 'and', 'only', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resistance', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attention', 'She', 'soon', 'realised', 'what', 'had', 'really', 'happened', 'opened', 'her', 'eyes', 'wide', 'whistled', 'to', 'herself', 'but', 'did', 'not', 'waste', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'doors', 'and', 'shout', 'loudly', 'into', 'the', 'darkness', 'of', 'the', 'bedrooms', 'Come', 'and', 'ave', 'a', 'look', 'at', 'this', 'its', 'dead', 'just', 'lying', 'there', 'stone', 'dead', 'Mr', 'and', 'Mrs', 'Samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriage', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caused', 'by', 'the', 'cleaner', 'before', 'they', 'could', 'grasp', 'what', 'she', 'was', 'saying', 'But', 'then', 'each', 'from', 'his', 'own', 'side', 'they', 'hurried', 'out', 'of', 'bed', 'Mr', 'Samsa', 'threw', 'the', 'blanket', 'over', 'his', 'shoulders', 'Mrs', 'Samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress', 'and', 'that', 'is', 'how', 'they', 'went', 'into', 'Gregors', 'room', 'On', 'the', 'way', 'they', 'opened', 'the', 'door', 'to', 'the', 'living', 'room', 'where', 'Grete', 'had', 'been', 'sleeping', 'since', 'the', 'three', 'gentlemen', 'had', 'moved', 'in', 'she', 'was', 'fully', 'dressed', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep', 'and', 'the', 'paleness', 'of', 'her', 'face', 'seemed', 'to', 'confirm', 'this', 'Dead', 'asked', 'Mrs', 'Samsa', 'looking', 'at', 'the', 'charwoman', 'enquiringly', 'even', 'though', 'she', 'could', 'have', 'checked', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'checking', 'Thats', 'what', 'I', 'said', 'replied', 'the', 'cleaner', 'and', 'to', 'prove', 'it', 'she', 'gave', 'Gregors', 'body', 'another', 'shove', 'with', 'the', 'broom', 'sending', 'it', 'sideways', 'across', 'the', 'floor', 'Mrs', 'Samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'wanted', 'to', 'hold', 'back', 'the', 'broom', 'but', 'did', 'not', 'complete', 'it', 'Now', 'then', 'said', 'Mr', 'Samsa', 'lets', 'give', 'thanks', 'to', 'God', 'for', 'that', 'He', 'crossed', 'himself', 'and', 'the', 'three', 'women', 'followed', 'his', 'example', 'Grete', 'who', 'had', 'not', 'taken', 'her', 'eyes', 'from', 'the', 'corpse', 'said', 'Just', 'look', 'how', 'thin', 'he', 'was', 'He', 'didnt', 'eat', 'anything', 'for', 'so', 'long', 'The', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in', 'Gregors', 'body', 'was', 'indeed', 'completely', 'dried', 'up', 'and', 'flat', 'they', 'had', 'not', 'seen', 'it', 'until', 'then', 'but', 'now', 'he', 'was', 'not', 'lifted', 'up', 'on', 'his', 'little', 'legs', 'nor', 'did', 'he', 'do', 'anything', 'to', 'make', 'them', 'look', 'away', 'Grete', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'little', 'while', 'said', 'Mrs', 'Samsa', 'with', 'a', 'pained', 'smile', 'and', 'Grete', 'followed', 'her', 'parents', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'looking', 'back', 'at', 'the', 'body', 'The', 'cleaner', 'shut', 'the', 'door', 'and', 'opened', 'the', 'window', 'wide', 'Although', 'it', 'was', 'still', 'early', 'in', 'the', 'morning', 'the', 'fresh', 'air', 'had', 'something', 'of', 'warmth', 'mixed', 'in', 'with', 'it', 'It', 'was', 'already', 'the', 'end', 'of', 'March', 'after', 'all', 'The', 'three', 'gentlemen', 'stepped', 'out', 'of', 'their', 'room', 'and', 'looked', 'round', 'in', 'amazement', 'for', 'their', 'breakfasts', 'they', 'had', 'been', 'forgotten', 'about', 'Where', 'is', 'our', 'breakfast', 'the', 'middle', 'gentleman', 'asked', 'the', 'cleaner', 'irritably', 'She', 'just', 'put', 'her', 'finger', 'on', 'her', 'lips', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', 'Gregors', 'room', 'They', 'did', 'so', 'and', 'stood', 'around', 'Gregors', 'corpse', 'with', 'their', 'hands', 'in', 'the', 'pockets', 'of', 'their', 'wellworn', 'coats', 'It', 'was', 'now', 'quite', 'light', 'in', 'the', 'room', 'Then', 'the', 'door', 'of', 'the', 'bedroom', 'opened', 'and', 'Mr', 'Samsa', 'appeared', 'in', 'his', 'uniform', 'with', 'his', 'wife', 'on', 'one', 'arm', 'and', 'his', 'daughter', 'on', 'the', 'other', 'All', 'of', 'them', 'had', 'been', 'crying', 'a', 'little', 'Grete', 'now', 'and', 'then', 'pressed', 'her', 'face', 'against', 'her', 'fathers', 'arm', 'Leave', 'my', 'home', 'Now', 'said', 'Mr', 'Samsa', 'indicating', 'the', 'door', 'and', 'without', 'letting', 'the', 'women', 'from', 'him', 'What', 'do', 'you', 'mean', 'asked', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcerted', 'and', 'he', 'smiled', 'sweetly', 'The', 'other', 'two', 'held', 'their', 'hands', 'behind', 'their', 'backs', 'and', 'continually', 'rubbed', 'them', 'together', 'in', 'gleeful', 'anticipation', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'only', 'end', 'in', 'their', 'favour', 'I', 'mean', 'just', 'what', 'I', 'said', 'answered', 'Mr', 'Samsa', 'and', 'with', 'his', 'two', 'companions', 'went', 'in', 'a', 'straight', 'line', 'towards', 'the', 'man', 'At', 'first', 'he', 'stood', 'there', 'still', 'looking', 'at', 'the', 'ground', 'as', 'if', 'the', 'contents', 'of', 'his', 'head', 'were', 'rearranging', 'themselves', 'into', 'new', 'positions', 'Alright', 'well', 'go', 'then', 'he', 'said', 'and', 'looked', 'up', 'at', 'Mr', 'Samsa', 'as', 'if', 'he', 'had', 'been', 'suddenly', 'overcome', 'with', 'humility', 'and', 'wanted', 'permission', 'again', 'from', 'Mr', 'Samsa', 'for', 'his', 'decision', 'Mr', 'Samsa', 'merely', 'opened', 'his', 'eyes', 'wide', 'and', 'briefly', 'nodded', 'to', 'him', 'several', 'times', 'At', 'that', 'and', 'without', 'delay', 'the', 'man', 'actually', 'did', 'take', 'long', 'strides', 'into', 'the', 'front', 'hallway', 'his', 'two', 'friends', 'had', 'stopped', 'rubbing', 'their', 'hands', 'some', 'time', 'before', 'and', 'had', 'been', 'listening', 'to', 'what', 'was', 'being', 'said', 'Now', 'they', 'jumped', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'Mr', 'Samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connection', 'with', 'their', 'leader', 'Once', 'there', 'all', 'three', 'took', 'their', 'hats', 'from', 'the', 'stand', 'took', 'their', 'sticks', 'from', 'the', 'holder', 'bowed', 'without', 'a', 'word', 'and', 'left', 'the', 'premises', 'Mr', 'Samsa', 'and', 'the', 'two', 'women', 'followed', 'them', 'out', 'onto', 'the', 'landing', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', 'mens', 'intentions', 'and', 'as', 'they', 'leaned', 'over', 'the', 'landing', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steady', 'progress', 'down', 'the', 'many', 'steps', 'As', 'they', 'turned', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappeared', 'and', 'would', 'reappear', 'a', 'few', 'moments', 'later', 'the', 'further', 'down', 'they', 'went', 'the', 'more', 'that', 'the', 'Samsa', 'family', 'lost', 'interest', 'in', 'them', 'when', 'a', 'butchers', 'boy', 'proud', 'of', 'posture', 'with', 'his', 'tray', 'on', 'his', 'head', 'passed', 'them', 'on', 'his', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were', 'Mr', 'Samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'landing', 'and', 'went', 'as', 'if', 'relieved', 'back', 'into', 'the', 'flat', 'They', 'decided', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'was', 'for', 'relaxation', 'and', 'to', 'go', 'for', 'a', 'walk', 'not', 'only', 'had', 'they', 'earned', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'serious', 'need', 'of', 'it', 'So', 'they', 'sat', 'at', 'the', 'table', 'and', 'wrote', 'three', 'letters', 'of', 'excusal', 'Mr', 'Samsa', 'to', 'his', 'employers', 'Mrs', 'Samsa', 'to', 'her', 'contractor', 'and', 'Grete', 'to', 'her', 'principal', 'The', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'writing', 'to', 'tell', 'them', 'she', 'was', 'going', 'shed', 'finished', 'her', 'work', 'for', 'that', 'morning', 'The', 'three', 'of', 'them', 'at', 'first', 'just', 'nodded', 'without', 'looking', 'up', 'from', 'what', 'they', 'were', 'writing', 'and', 'it', 'was', 'only', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leave', 'that', 'they', 'looked', 'up', 'in', 'irritation', 'Well', 'asked', 'Mr', 'Samsa', 'The', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremendous', 'good', 'news', 'to', 'report', 'but', 'would', 'only', 'do', 'it', 'if', 'she', 'was', 'clearly', 'asked', 'to', 'The', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'on', 'her', 'hat', 'which', 'had', 'been', 'a', 'source', 'of', 'irritation', 'to', 'Mr', 'Samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'working', 'for', 'them', 'swayed', 'gently', 'in', 'all', 'directions', 'What', 'is', 'it', 'you', 'want', 'then', 'asked', 'Mrs', 'Samsa', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for', 'Yes', 'she', 'answered', 'and', 'broke', 'into', 'a', 'friendly', 'laugh', 'that', 'made', 'her', 'unable', 'to', 'speak', 'straight', 'away', 'well', 'then', 'that', 'thing', 'in', 'there', 'you', 'neednt', 'worry', 'about', 'how', 'youre', 'going', 'to', 'get', 'rid', 'of', 'it', 'Thats', 'all', 'been', 'sorted', 'out', 'Mrs', 'Samsa', 'and', 'Grete', 'bent', 'down', 'over', 'their', 'letters', 'as', 'if', 'intent', 'on', 'continuing', 'with', 'what', 'they', 'were', 'writing', 'Mr', 'Samsa', 'saw', 'that', 'the', 'cleaner', 'wanted', 'to', 'start', 'describing', 'everything', 'in', 'detail', 'but', 'with', 'outstretched', 'hand', 'he', 'made', 'it', 'quite', 'clear', 'that', 'she', 'was', 'not', 'to', 'So', 'as', 'she', 'was', 'prevented', 'from', 'telling', 'them', 'all', 'about', 'it', 'she', 'suddenly', 'remembered', 'what', 'a', 'hurry', 'she', 'was', 'in', 'and', 'clearly', 'peeved', 'called', 'out', 'Cheerio', 'then', 'everyone', 'turned', 'round', 'sharply', 'and', 'left', 'slamming', 'the', 'door', 'terribly', 'as', 'she', 'went', 'Tonight', 'she', 'gets', 'sacked', 'said', 'Mr', 'Samsa', 'but', 'he', 'received', 'no', 'reply', 'from', 'either', 'his', 'wife', 'or', 'his', 'daughter', 'as', 'the', 'charwoman', 'seemed', 'to', 'have', 'destroyed', 'the', 'peace', 'they', 'had', 'only', 'just', 'gained', 'They', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remained', 'with', 'their', 'arms', 'around', 'each', 'other', 'Mr', 'Samsa', 'twisted', 'round', 'in', 'his', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watching', 'for', 'a', 'while', 'Then', 'he', 'called', 'out', 'Come', 'here', 'then', 'Lets', 'forget', 'about', 'all', 'that', 'old', 'stuff', 'shall', 'we', 'Come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attention', 'The', 'two', 'women', 'immediately', 'did', 'as', 'he', 'said', 'hurrying', 'over', 'to', 'him', 'where', 'they', 'kissed', 'him', 'and', 'hugged', 'him', 'and', 'then', 'they', 'quickly', 'finished', 'their', 'letters', 'After', 'that', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'together', 'which', 'was', 'something', 'they', 'had', 'not', 'done', 'for', 'months', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'country', 'outside', 'the', 'town', 'They', 'had', 'the', 'tram', 'filled', 'with', 'warm', 'sunshine', 'all', 'to', 'themselves', 'Leant', 'back', 'comfortably', 'on', 'their', 'seats', 'they', 'discussed', 'their', 'prospects', 'and', 'found', 'that', 'on', 'closer', 'examination', 'they', 'were', 'not', 'at', 'all', 'bad', '', 'until', 'then', 'they', 'had', 'never', 'asked', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'jobs', 'which', 'were', 'very', 'good', 'and', 'held', 'particularly', 'good', 'promise', 'for', 'the', 'future', 'The', 'greatest', 'improvement', 'for', 'the', 'time', 'being', 'of', 'course', 'would', 'be', 'achieved', 'quite', 'easily', 'by', 'moving', 'house', 'what', 'they', 'needed', 'now', 'was', 'a', 'flat', 'that', 'was', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'Gregor', 'one', 'that', 'was', 'in', 'a', 'better', 'location', 'and', 'most', 'of', 'all', 'more', 'practical', 'All', 'the', 'time', 'Grete', 'was', 'becoming', 'livelier', 'With', 'all', 'the', 'worry', 'they', 'had', 'been', 'having', 'of', 'late', 'her', 'cheeks', 'had', 'become', 'pale', 'but', 'while', 'they', 'were', 'talking', 'Mr', 'and', 'Mrs', 'Samsa', 'were', 'struck', 'almost', 'simultaneously', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'was', 'blossoming', 'into', 'a', 'well', 'built', 'and', 'beautiful', 'young', 'lady', 'They', 'became', 'quieter', 'Just', 'from', 'each', 'others', 'glance', 'and', 'almost', 'without', 'knowing', 'it', 'they', 'agreed', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her', 'And', 'as', 'if', 'in', 'confirmation', 'of', 'their', 'new', 'dreams', 'and', 'good', 'intentions', 'as', 'soon', 'as', 'they', 'reached', 'their', 'destination', 'Grete', 'was', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'body', 'Updated', 'editions', 'will', 'replace', 'the', 'previous', 'onethe', 'old', 'editions', 'will', 'be', 'renamed', 'Creating', 'the', 'works', 'from', 'public', 'domain', 'print', 'editions', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works', 'so', 'the', 'Foundation', 'and', 'you', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United', 'States', 'without', 'permission', 'and', 'without', 'paying', 'copyright', 'royalties', 'Special', 'rules', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part', 'of', 'this', 'license', 'apply', 'to', 'copying', 'and', 'distributing', 'Project', 'Gutenbergtm', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERGtm', 'concept', 'and', 'trademark', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark', 'and', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks', 'unless', 'you', 'receive', 'specific', 'permission', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'eBook', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy', 'You', 'may', 'use', 'this', 'eBook', 'for', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works', 'reports', 'performances', 'and', 'research', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given', 'awayyou', 'may', 'do', 'practically', 'ANYTHING', 'with', 'public', 'domain', 'eBooks', 'Redistribution', 'is', 'subject', 'to', 'the', 'trademark', 'license', 'especially', 'commercial', 'redistribution', 'A', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenbergtm', 'electronic', 'work', 'you', 'indicate', 'that', 'you', 'have', 'read', 'understand', 'agree', 'to', 'and', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property', 'trademarkcopyright', 'agreement', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'the', 'terms', 'of', 'this', 'agreement', 'you', 'must', 'cease', 'using', 'and', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'Project', 'Gutenbergtm', 'electronic', 'works', 'in', 'your', 'possession', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a', 'Project', 'Gutenbergtm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1E8', '1B', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark', 'It', 'may', 'only', 'be', 'used', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', 'There', 'are', 'a', 'few', 'things', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenbergtm', 'electronic', 'works', 'even', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement', 'See', 'paragraph', '1C', 'below', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project', 'Gutenbergtm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this', 'agreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenbergtm', 'electronic', 'works', 'See', 'paragraph', '1E', 'below', '1C', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'the', 'Foundation', 'or', 'PGLAF', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection', 'of', 'Project', 'Gutenbergtm', 'electronic', 'works', 'Nearly', 'all', 'the', 'individual', 'works', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'If', 'an', 'individual', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying', 'distributing', 'performing', 'displaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed', 'Of', 'course', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'Project', 'Gutenbergtm', 'mission', 'of', 'promoting', 'free', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenbergtm', 'works', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the', 'Project', 'Gutenbergtm', 'name', 'associated', 'with', 'the', 'work', 'You', 'can', 'easily', 'comply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the', 'same', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenbergtm', 'License', 'when', 'you', 'share', 'it', 'without', 'charge', 'with', 'others', 'This', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyrighted', 'individual', 'works', 'included', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'Information', 'on', 'the', 'copyright', 'owner', 'for', 'this', 'particular', 'work', 'and', 'the', 'terms', 'of', 'use', 'imposed', 'by', 'the', 'copyright', 'holder', 'on', 'this', 'work', 'are', 'set', 'forth', 'at', 'the', 'beginning', 'of', 'this', 'work', '1D', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'this', 'work', 'Copyright', 'laws', 'in', 'most', 'countries', 'are', 'in', 'a', 'constant', 'state', 'of', 'change', 'If', 'you', 'are', 'outside', 'the', 'United', 'States', 'check', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this', 'agreement', 'before', 'downloading', 'copying', 'displaying', 'performing', 'distributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'other', 'Project', 'Gutenbergtm', 'work', 'The', 'Foundation', 'makes', 'no', 'representations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'country', 'outside', 'the', 'United', 'States', '1E', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg', '1E1', 'The', 'following', 'sentence', 'with', 'active', 'links', 'to', 'or', 'other', 'immediate', 'access', 'to', 'the', 'full', 'Project', 'Gutenbergtm', 'License', 'must', 'appear', 'prominently', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenbergtm', 'work', 'any', 'work', 'on', 'which', 'the', 'phrase', 'Project', 'Gutenberg', 'appears', 'or', 'with', 'which', 'the', 'phrase', 'Project', 'Gutenberg', 'is', 'associated', 'is', 'accessed', 'displayed', 'performed', 'viewed', 'copied', 'or', 'distributed', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever', 'You', 'may', 'copy', 'it', 'give', 'it', 'away', 'or', 'reuse', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'wwwgutenbergorg', '1E2', 'If', 'an', 'individual', 'Project', 'Gutenbergtm', 'electronic', 'work', 'is', 'derived', 'from', 'the', 'public', 'domain', 'does', 'not', 'contain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the', 'copyright', 'holder', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in', 'the', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges', 'If', 'you', 'are', 'redistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', 'Project', 'Gutenberg', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work', 'you', 'must', 'comply', 'either', 'with', 'the', 'requirements', 'of', 'paragraphs', '1E1', 'through', '1E7', 'or', 'obtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenbergtm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1E8', 'or', '1E9', '1E3', 'If', 'an', 'individual', 'Project', 'Gutenbergtm', 'electronic', 'work', 'is', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'your', 'use', 'and', 'distribution', 'must', 'comply', 'with', 'both', 'paragraphs', '1E1', 'through', '1E7', 'and', 'any', 'additional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder', 'Additional', 'terms', 'will', 'be', 'linked', 'to', 'the', 'Project', 'Gutenbergtm', 'License', 'for', 'all', 'works', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'beginning', 'of', 'this', 'work', '1E4', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenbergtm', 'License', 'terms', 'from', 'this', 'work', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this', 'work', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenbergtm', '1E5', 'Do', 'not', 'copy', 'display', 'perform', 'distribute', 'or', 'redistribute', 'this', 'electronic', 'work', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work', 'without', 'prominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1E1', 'with', 'active', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project', 'Gutenbergtm', 'License', '1E6', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary', 'compressed', 'marked', 'up', 'nonproprietary', 'or', 'proprietary', 'form', 'including', 'any', 'word', 'processing', 'or', 'hypertext', 'form', 'However', 'if', 'you', 'provide', 'access', 'to', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenbergtm', 'work', 'in', 'a', 'format', 'other', 'than', 'Plain', 'Vanilla', 'ASCII', 'or', 'other', 'format', 'used', 'in', 'the', 'official', 'version', 'posted', 'on', 'the', 'official', 'Project', 'Gutenbergtm', 'web', 'site', 'wwwgutenbergorg', 'you', 'must', 'at', 'no', 'additional', 'cost', 'fee', 'or', 'expense', 'to', 'the', 'user', 'provide', 'a', 'copy', 'a', 'means', 'of', 'exporting', 'a', 'copy', 'or', 'a', 'means', 'of', 'obtaining', 'a', 'copy', 'upon', 'request', 'of', 'the', 'work', 'in', 'its', 'original', 'Plain', 'Vanilla', 'ASCII', 'or', 'other', 'form', 'Any', 'alternate', 'format', 'must', 'include', 'the', 'full', 'Project', 'Gutenbergtm', 'License', 'as', 'specified', 'in', 'paragraph', '1E1', '1E7', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to', 'viewing', 'displaying', 'performing', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenbergtm', 'works', 'unless', 'you', 'comply', 'with', 'paragraph', '1E8', 'or', '1E9', '1E8', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'access', 'to', 'or', 'distributing', 'Project', 'Gutenbergtm', 'electronic', 'works', 'provided', 'that', '', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from', 'the', 'use', 'of', 'Project', 'Gutenbergtm', 'works', 'calculated', 'using', 'the', 'method', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes', 'The', 'fee', 'is', 'owed', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenbergtm', 'trademark', 'but', 'he', 'has', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Royalty', 'payments', 'must', 'be', 'paid', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', 'or', 'are', 'legally', 'required', 'to', 'prepare', 'your', 'periodic', 'tax', 'returns', 'Royalty', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in', 'Section', '4', 'Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies', 'you', 'in', 'writing', 'or', 'by', 'email', 'within', '30', 'days', 'of', 'receipt', 'that', 'she', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenbergtm', 'License', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenbergtm', 'works', '', 'You', 'provide', 'in', 'accordance', 'with', 'paragraph', '1F3', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy', 'if', 'a', 'defect', 'in', 'the', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of', 'receipt', 'of', 'the', 'work', '', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', 'distribution', 'of', 'Project', 'Gutenbergtm', 'works', '1E9', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project', 'Gutenbergtm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'are', 'set', 'forth', 'in', 'this', 'agreement', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'from', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'Michael', 'Hart', 'the', 'owner', 'of', 'the', 'Project', 'Gutenbergtm', 'trademark', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below', '1F', '1F1', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable', 'effort', 'to', 'identify', 'do', 'copyright', 'research', 'on', 'transcribe', 'and', 'proofread', 'public', 'domain', 'works', 'in', 'creating', 'the', 'Project', 'Gutenbergtm', 'collection', 'Despite', 'these', 'efforts', 'Project', 'Gutenbergtm', 'electronic', 'works', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored', 'may', 'contain', 'Defects', 'such', 'as', 'but', 'not', 'limited', 'to', 'incomplete', 'inaccurate', 'or', 'corrupt', 'data', 'transcription', 'errors', 'a', 'copyright', 'or', 'other', 'intellectual', 'property', 'infringement', 'a', 'defective', 'or', 'damaged', 'disk', 'or', 'other', 'medium', 'a', 'computer', 'virus', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'cannot', 'be', 'read', 'by', 'your', 'equipment', '1F2', 'LIMITED', 'WARRANTY', 'DISCLAIMER', 'OF', 'DAMAGES', '', 'Except', 'for', 'the', 'Right', 'of', 'Replacement', 'or', 'Refund', 'described', 'in', 'paragraph', '1F3', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'the', 'owner', 'of', 'the', 'Project', 'Gutenbergtm', 'trademark', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project', 'Gutenbergtm', 'electronic', 'work', 'under', 'this', 'agreement', 'disclaim', 'all', 'liability', 'to', 'you', 'for', 'damages', 'costs', 'and', 'expenses', 'including', 'legal', 'fees', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE', 'STRICT', 'LIABILITY', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE', 'PROVIDED', 'IN', 'PARAGRAPH', 'F3', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION', 'THE', 'TRADEMARK', 'OWNER', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE', 'LIABLE', 'TO', 'YOU', 'FOR', 'ACTUAL', 'DIRECT', 'INDIRECT', 'CONSEQUENTIAL', 'PUNITIVE', 'OR', 'INCIDENTAL', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH', 'DAMAGE', '1F3', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '', 'If', 'you', 'discover', 'a', 'defect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it', 'you', 'can', 'receive', 'a', 'refund', 'of', 'the', 'money', 'if', 'any', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a', 'written', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from', 'If', 'you', 'received', 'the', 'work', 'on', 'a', 'physical', 'medium', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explanation', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you', 'with', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in', 'lieu', 'of', 'a', 'refund', 'If', 'you', 'received', 'the', 'work', 'electronically', 'the', 'person', 'or', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second', 'opportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund', 'If', 'the', 'second', 'copy', 'is', 'also', 'defective', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing', 'without', 'further', 'opportunities', 'to', 'fix', 'the', 'problem', '1F4', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1F3', 'this', 'work', 'is', 'provided', 'to', 'you', 'ASIS', 'WITH', 'NO', 'OTHER', 'WARRANTIES', 'OF', 'ANY', 'KIND', 'EXPRESS', 'OR', 'IMPLIED', 'INCLUDING', 'BUT', 'NOT', 'LIMITED', 'TO', 'WARRANTIES', 'OF', 'MERCHANTIBILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE', '1F5', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'warranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'damages', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'violates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement', 'the', 'agreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or', 'limitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law', 'The', 'invalidity', 'or', 'unenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the', 'remaining', 'provisions', '1F6', 'INDEMNITY', '', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation', 'the', 'trademark', 'owner', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation', 'anyone', 'providing', 'copies', 'of', 'Project', 'Gutenbergtm', 'electronic', 'works', 'in', 'accordance', 'with', 'this', 'agreement', 'and', 'any', 'volunteers', 'associated', 'with', 'the', 'production', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenbergtm', 'electronic', 'works', 'harmless', 'from', 'all', 'liability', 'costs', 'and', 'expenses', 'including', 'legal', 'fees', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'the', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur', 'a', 'distribution', 'of', 'this', 'or', 'any', 'Project', 'Gutenbergtm', 'work', 'b', 'alteration', 'modification', 'or', 'additions', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenbergtm', 'work', 'and', 'c', 'any', 'Defect', 'you', 'cause', 'Section', '2', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenbergtm', 'Project', 'Gutenbergtm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of', 'electronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of', 'computers', 'including', 'obsolete', 'old', 'middleaged', 'and', 'new', 'computers', 'It', 'exists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations', 'from', 'people', 'in', 'all', 'walks', 'of', 'life', 'Volunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the', 'assistance', 'they', 'need', 'is', 'critical', 'to', 'reaching', 'Project', 'Gutenbergtms', 'goals', 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenbergtm', 'collection', 'will', 'remain', 'freely', 'available', 'for', 'generations', 'to', 'come', 'In', '2001', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure', 'and', 'permanent', 'future', 'for', 'Project', 'Gutenbergtm', 'and', 'future', 'generations', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help', 'see', 'Sections', '3', 'and', '4', 'and', 'the', 'Foundation', 'web', 'page', 'at', 'httpswwwpglaforg', 'Section', '3', 'Information', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit', '501c3', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the', 'state', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal', 'Revenue', 'Service', 'The', 'Foundations', 'EIN', 'or', 'federal', 'tax', 'identification', 'number', 'is', '646221541', 'Its', '501c3', 'letter', 'is', 'posted', 'at', 'httpspglaforgfundraising', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by', 'US', 'federal', 'laws', 'and', 'your', 'states', 'laws', 'The', 'Foundations', 'principal', 'office', 'is', 'located', 'at', '4557', 'Melan', 'Dr', 'S', 'Fairbanks', 'AK', '99712', 'but', 'its', 'volunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'locations', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West', 'Salt', 'Lake', 'City', 'UT', '84116', '801', '5961887', 'email', 'businesspglaforg', 'Email', 'contact', 'links', 'and', 'up', 'to', 'date', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', 'Foundations', 'web', 'site', 'and', 'official', 'page', 'at', 'httpspglaforg', 'Section', '4', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Project', 'Gutenbergtm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'increasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be', 'freely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest', 'array', 'of', 'equipment', 'including', 'outdated', 'equipment', 'Many', 'small', 'donations', '1', 'to', '5000', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'status', 'with', 'the', 'IRS', 'The', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating', 'charities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United', 'States', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a', 'considerable', 'effort', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requirements', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'where', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance', 'To', 'SEND', 'DONATIONS', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'state', 'visit', 'httpspglaforg', 'While', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'have', 'not', 'met', 'the', 'solicitation', 'requirements', 'we', 'know', 'of', 'no', 'prohibition', 'against', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'approach', 'us', 'with', 'offers', 'to', 'donate', 'International', 'donations', 'are', 'gratefully', 'accepted', 'but', 'we', 'cannot', 'make', 'any', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'outside', 'the', 'United', 'States', 'US', 'laws', 'alone', 'swamp', 'our', 'small', 'staff', 'Please', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation', 'methods', 'and', 'addresses', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other', 'ways', 'including', 'including', 'checks', 'online', 'payments', 'and', 'credit', 'card', 'donations', 'To', 'donate', 'please', 'visit', 'httpspglaforgdonate', 'Section', '5', 'General', 'Information', 'About', 'Project', 'Gutenbergtm', 'electronic', 'works', 'Professor', 'Michael', 'S', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project', 'Gutenbergtm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'freely', 'shared', 'with', 'anyone', 'For', 'thirty', 'years', 'he', 'produced', 'and', 'distributed', 'Project', 'Gutenbergtm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of', 'volunteer', 'support', 'Project', 'Gutenbergtm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'editions', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'Public', 'Domain', 'in', 'the', 'US', 'unless', 'a', 'copyright', 'notice', 'is', 'included', 'Thus', 'we', 'do', 'not', 'necessarily', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'edition', 'Most', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search', 'facility', 'httpswwwgutenbergorg', 'This', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenbergtm', 'including', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks', 'and', 'how', 'to', 'subscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks', 'The', 'Project', 'Gutenberg', 'EBook', 'of', 'Metamorphosis', 'by', 'Franz', 'Kafka', 'Translated', 'by', 'David', 'Wyllie', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever', 'You', 'may', 'copy', 'it', 'give', 'it', 'away', 'or', 'reuse', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'wwwgutenbergorg', 'One', 'morning', 'when', 'Gregor', 'Samsa', 'woke', 'from', 'troubled', 'dreams', 'he', 'found', 'himself', 'transformed', 'in', 'his', 'bed', 'into', 'a', 'horrible', 'vermin', 'He', 'lay', 'on', 'his', 'armourlike', 'back', 'and', 'if', 'he', 'lifted', 'his', 'head', 'a', 'little', 'he', 'could', 'see', 'his', 'brown', 'belly', 'slightly', 'domed', 'and', 'divided', 'by', 'arches', 'into', 'stiff', 'sections', 'The', 'bedding', 'was', 'hardly', 'able', 'to', 'cover', 'it', 'and', 'seemed', 'ready', 'to', 'slide', 'off', 'any', 'moment', 'His', 'many', 'legs', 'pitifully', 'thin', 'compared', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him', 'waved', 'about', 'helplessly', 'as', 'he', 'looked', 'Whats', 'happened', 'to', 'me', 'he', 'thought', 'It', 'wasnt', 'a', 'dream', 'His', 'room', 'a', 'proper', 'human', 'room', 'although', 'a', 'little', 'too', 'small', 'lay', 'peacefully', 'between', 'its', 'four', 'familiar', 'walls', 'A', 'collection', 'of', 'textile', 'samples', 'lay', 'spread', 'out', 'on', 'the', 'table', '', 'Samsa', 'was', 'a', 'travelling', 'salesman', '', 'and', 'above', 'it', 'there', 'hung', 'a', 'picture', 'that', 'he', 'had', 'recently', 'cut', 'out', 'of', 'an', 'illustrated', 'magazine', 'and', 'housed', 'in', 'a', 'nice', 'gilded', 'frame', 'It', 'showed', 'a', 'lady', 'fitted', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright', 'raising', 'a', 'heavy', 'fur', 'muff', 'that', 'covered', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'towards', 'the', 'viewer', 'Gregor', 'then', 'turned', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather', 'Drops', 'of', 'rain', 'could', 'be', 'heard', 'hitting', 'the', 'pane', 'which', 'made', 'him', 'feel', 'quite', 'sad', 'How', 'about', 'if', 'I', 'sleep', 'a', 'little', 'bit', 'longer', 'and', 'forget', 'all', 'this', 'nonsense', 'he', 'thought', 'but', 'that', 'was', 'something', 'he', 'was', 'unable', 'to', 'do', 'because', 'he', 'was', 'used', 'to', 'sleeping', 'on', 'his', 'right', 'and', 'in', 'his', 'present', 'state', 'couldnt', 'get', 'into', 'that', 'position', 'However', 'hard', 'he', 'threw', 'himself', 'onto', 'his', 'right', 'he', 'always', 'rolled', 'back', 'to', 'where', 'he', 'was', 'He', 'must', 'have', 'tried', 'it', 'a', 'hundred', 'times', 'shut', 'his', 'eyes', 'so', 'that', 'he', 'wouldnt', 'have', 'to', 'look', 'at', 'the', 'floundering', 'legs', 'and', 'only', 'stopped', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'before', 'Oh', 'God', 'he', 'thought', 'what', 'a', 'strenuous', 'career', 'it', 'is', 'that', 'Ive', 'chosen', 'Travelling', 'day', 'in', 'and', 'day', 'out', 'Doing', 'business', 'like', 'this', 'takes', 'much', 'more', 'effort', 'than', 'doing', 'your', 'own', 'business', 'at', 'home', 'and', 'on', 'top', 'of', 'that', 'theres', 'the', 'curse', 'of', 'travelling', 'worries', 'about', 'making', 'train', 'connections', 'bad', 'and', 'irregular', 'food', 'contact', 'with', 'different', 'people', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyone', 'or', 'become', 'friendly', 'with', 'them', 'It', 'can', 'all', 'go', 'to', 'Hell', 'He', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'his', 'belly', 'pushed', 'himself', 'slowly', 'up', 'on', 'his', 'back', 'towards', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'his', 'head', 'better', 'found', 'where', 'the', 'itch', 'was', 'and', 'saw', 'that', 'it', 'was', 'covered', 'with', 'lots', 'of', 'little', 'white', 'spots', 'which', 'he', 'didnt', 'know', 'what', 'to', 'make', 'of', 'and', 'when', 'he', 'tried', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'his', 'legs', 'he', 'drew', 'it', 'quickly', 'back', 'because', 'as', 'soon', 'as', 'he', 'touched', 'it', 'he', 'was', 'overcome', 'by', 'a', 'cold', 'shudder', 'He', 'slid', 'back', 'into', 'his', 'former', 'position', 'Getting', 'up', 'early', 'all', 'the', 'time', 'he', 'thought', 'it', 'makes', 'you', 'stupid', 'Youve', 'got', 'to', 'get', 'enough', 'sleep', 'Other', 'travelling', 'salesmen', 'live', 'a', 'life', 'of', 'luxury', 'For', 'instance', 'whenever', 'I', 'go', 'back', 'to', 'the', 'guest', 'house', 'during', 'the', 'morning', 'to', 'copy', 'out', 'the', 'contract', 'these', 'gentlemen', 'are', 'always', 'still', 'sitting', 'there', 'eating', 'their', 'breakfasts', 'I', 'ought', 'to', 'just', 'try', 'that', 'with', 'my', 'boss', 'Id', 'get', 'kicked', 'out', 'on', 'the', 'spot', 'But', 'who', 'knows', 'maybe', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me', 'If', 'I', 'didnt', 'have', 'my', 'parents', 'to', 'think', 'about', 'Id', 'have', 'given', 'in', 'my', 'notice', 'a', 'long', 'time', 'ago', 'Id', 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'I', 'think', 'tell', 'him', 'everything', 'I', 'would', 'let', 'him', 'know', 'just', 'what', 'I', 'feel', 'Hed', 'fall', 'right', 'off', 'his', 'desk', 'And', 'its', 'a', 'funny', 'sort', 'of', 'business', 'to', 'be', 'sitting', 'up', 'there', 'at', 'your', 'desk', 'talking', 'down', 'at', 'your', 'subordinates', 'from', 'up', 'there', 'especially', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'because', 'the', 'boss', 'is', 'hard', 'of', 'hearing', 'Well', 'theres', 'still', 'some', 'hope', 'once', 'Ive', 'got', 'the', 'money', 'together', 'to', 'pay', 'off', 'my', 'parents', 'debt', 'to', 'him', '', 'another', 'five', 'or', 'six', 'years', 'I', 'suppose', '', 'thats', 'definitely', 'what', 'Ill', 'do', 'Thats', 'when', 'Ill', 'make', 'the', 'big', 'change', 'First', 'of', 'all', 'though', 'Ive', 'got', 'to', 'get', 'up', 'my', 'train', 'leaves', 'at', 'five', 'And', 'he', 'looked', 'over', 'at', 'the', 'alarm', 'clock', 'ticking', 'on', 'the', 'chest', 'of', 'drawers', 'God', 'in', 'Heaven', 'he', 'thought', 'It', 'was', 'half', 'past', 'six', 'and', 'the', 'hands', 'were', 'quietly', 'moving', 'forwards', 'it', 'was', 'even', 'later', 'than', 'half', 'past', 'more', 'like', 'quarter', 'to', 'seven', 'Had', 'the', 'alarm', 'clock', 'not', 'rung', 'He', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', 'oclock', 'as', 'it', 'should', 'have', 'been', 'it', 'certainly', 'must', 'have', 'rung', 'Yes', 'but', 'was', 'it', 'possible', 'to', 'quietly', 'sleep', 'through', 'that', 'furniturerattling', 'noise', 'True', 'he', 'had', 'not', 'slept', 'peacefully', 'but', 'probably', 'all', 'the', 'more', 'deeply', 'because', 'of', 'that', 'What', 'should', 'he', 'do', 'now', 'The', 'next', 'train', 'went', 'at', 'seven', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collection', 'of', 'samples', 'was', 'still', 'not', 'packed', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularly', 'fresh', 'and', 'lively', 'And', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'his', 'bosss', 'anger', 'as', 'the', 'office', 'assistant', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', 'oclock', 'train', 'go', 'he', 'would', 'have', 'put', 'in', 'his', 'report', 'about', 'Gregors', 'not', 'being', 'there', 'a', 'long', 'time', 'ago', 'The', 'office', 'assistant', 'was', 'the', 'bosss', 'man', 'spineless', 'and', 'with', 'no', 'understanding', 'What', 'about', 'if', 'he', 'reported', 'sick', 'But', 'that', 'would', 'be', 'extremely', 'strained', 'and', 'suspicious', 'as', 'in', 'fifteen', 'years', 'of', 'service', 'Gregor', 'had', 'never', 'once', 'yet', 'been', 'ill', 'His', 'boss', 'would', 'certainly', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medical', 'insurance', 'company', 'accuse', 'his', 'parents', 'of', 'having', 'a', 'lazy', 'son', 'and', 'accept', 'the', 'doctors', 'recommendation', 'not', 'to', 'make', 'any', 'claim', 'as', 'the', 'doctor', 'believed', 'that', 'noone', 'was', 'ever', 'ill', 'but', 'that', 'many', 'were', 'workshy', 'And', 'whats', 'more', 'would', 'he', 'have', 'been', 'entirely', 'wrong', 'in', 'this', 'case', 'Gregor', 'did', 'in', 'fact', 'apart', 'from', 'excessive', 'sleepiness', 'after', 'sleeping', 'for', 'so', 'long', 'feel', 'completely', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual', 'He', 'was', 'still', 'hurriedly', 'thinking', 'all', 'this', 'through', 'unable', 'to', 'decide', 'to', 'get', 'out', 'of', 'the', 'bed', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven', 'There', 'was', 'a', 'cautious', 'knock', 'at', 'the', 'door', 'near', 'his', 'head', 'Gregor', 'somebody', 'called', '', 'it', 'was', 'his', 'mother', '', 'its', 'quarter', 'to', 'seven', 'Didnt', 'you', 'want', 'to', 'go', 'somewhere', 'That', 'gentle', 'voice', 'Gregor', 'was', 'shocked', 'when', 'he', 'heard', 'his', 'own', 'voice', 'answering', 'it', 'could', 'hardly', 'be', 'recognised', 'as', 'the', 'voice', 'he', 'had', 'had', 'before', 'As', 'if', 'from', 'deep', 'inside', 'him', 'there', 'was', 'a', 'painful', 'and', 'uncontrollable', 'squeaking', 'mixed', 'in', 'with', 'it', 'the', 'words', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'was', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear', 'leaving', 'the', 'hearer', 'unsure', 'whether', 'he', 'had', 'heard', 'properly', 'or', 'not', 'Gregor', 'had', 'wanted', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everything', 'but', 'in', 'the', 'circumstances', 'contented', 'himself', 'with', 'saying', 'Yes', 'mother', 'yes', 'thankyou', 'Im', 'getting', 'up', 'now', 'The', 'change', 'in', 'Gregors', 'voice', 'probably', 'could', 'not', 'be', 'noticed', 'outside', 'through', 'the', 'wooden', 'door', 'as', 'his', 'mother', 'was', 'satisfied', 'with', 'this', 'explanation', 'and', 'shuffled', 'away', 'But', 'this', 'short', 'conversation', 'made', 'the', 'other', 'members', 'of', 'the', 'family', 'aware', 'that', 'Gregor', 'against', 'their', 'expectations', 'was', 'still', 'at', 'home', 'and', 'soon', 'his', 'father', 'came', 'knocking', 'at', 'one', 'of', 'the', 'side', 'doors', 'gently', 'but', 'with', 'his', 'fist', 'Gregor', 'Gregor', 'he', 'called', 'whats', 'wrong', 'And', 'after', 'a', 'short', 'while', 'he', 'called', 'again', 'with', 'a', 'warning', 'deepness', 'in', 'his', 'voice', 'Gregor', 'Gregor', 'At', 'the', 'other', 'side', 'door', 'his', 'sister', 'came', 'plaintively', 'Gregor', 'Arent', 'you', 'well', 'Do', 'you', 'need', 'anything', 'Gregor', 'answered', 'to', 'both', 'sides', 'Im', 'ready', 'now', 'making', 'an', 'effort', 'to', 'remove', 'all', 'the', 'strangeness', 'from', 'his', 'voice', 'by', 'enunciating', 'very', 'carefully', 'and', 'putting', 'long', 'pauses', 'between', 'each', 'individual', 'word', 'His', 'father', 'went', 'back', 'to', 'his', 'breakfast', 'but', 'his', 'sister', 'whispered', 'Gregor', 'open', 'the', 'door', 'I', 'beg', 'of', 'you', 'Gregor', 'however', 'had', 'no', 'thought', 'of', 'opening', 'the', 'door', 'and', 'instead', 'congratulated', 'himself', 'for', 'his', 'cautious', 'habit', 'acquired', 'from', 'his', 'travelling', 'of', 'locking', 'all', 'doors', 'at', 'night', 'even', 'when', 'he', 'was', 'at', 'home', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'to', 'get', 'up', 'in', 'peace', 'without', 'being', 'disturbed', 'to', 'get', 'dressed', 'and', 'most', 'of', 'all', 'to', 'have', 'his', 'breakfast', 'Only', 'then', 'would', 'he', 'consider', 'what', 'to', 'do', 'next', 'as', 'he', 'was', 'well', 'aware', 'that', 'he', 'would', 'not', 'bring', 'his', 'thoughts', 'to', 'any', 'sensible', 'conclusions', 'by', 'lying', 'in', 'bed', 'He', 'remembered', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed', 'perhaps', 'caused', 'by', 'lying', 'awkwardly', 'but', 'that', 'had', 'always', 'turned', 'out', 'to', 'be', 'pure', 'imagination', 'and', 'he', 'wondered', 'how', 'his', 'imaginings', 'would', 'slowly', 'resolve', 'themselves', 'today', 'He', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'change', 'in', 'his', 'voice', 'was', 'nothing', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'serious', 'cold', 'which', 'was', 'an', 'occupational', 'hazard', 'for', 'travelling', 'salesmen', 'It', 'was', 'a', 'simple', 'matter', 'to', 'throw', 'off', 'the', 'covers', 'he', 'only', 'had', 'to', 'blow', 'himself', 'up', 'a', 'little', 'and', 'they', 'fell', 'off', 'by', 'themselves', 'But', 'it', 'became', 'difficult', 'after', 'that', 'especially', 'as', 'he', 'was', 'so', 'exceptionally', 'broad', 'He', 'would', 'have', 'used', 'his', 'arms', 'and', 'his', 'hands', 'to', 'push', 'himself', 'up', 'but', 'instead', 'of', 'them', 'he', 'only', 'had', 'all', 'those', 'little', 'legs', 'continuously', 'moving', 'in', 'different', 'directions', 'and', 'which', 'he', 'was', 'moreover', 'unable', 'to', 'control', 'If', 'he', 'wanted', 'to', 'bend', 'one', 'of', 'them', 'then', 'that', 'was', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out', 'and', 'if', 'he', 'finally', 'managed', 'to', 'do', 'what', 'he', 'wanted', 'with', 'that', 'leg', 'all', 'the', 'others', 'seemed', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'painfully', 'This', 'is', 'something', 'that', 'cant', 'be', 'done', 'in', 'bed', 'Gregor', 'said', 'to', 'himself', 'so', 'dont', 'keep', 'trying', 'to', 'do', 'it', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'get', 'the', 'lower', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'but', 'he', 'had', 'never', 'seen', 'this', 'lower', 'part', 'and', 'could', 'not', 'imagine', 'what', 'it', 'looked', 'like', 'it', 'turned', 'out', 'to', 'be', 'too', 'hard', 'to', 'move', 'it', 'went', 'so', 'slowly', 'and', 'finally', 'almost', 'in', 'a', 'frenzy', 'when', 'he', 'carelessly', 'shoved', 'himself', 'forwards', 'with', 'all', 'the', 'force', 'he', 'could', 'gather', 'he', 'chose', 'the', 'wrong', 'direction', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost', 'and', 'learned', 'from', 'the', 'burning', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'his', 'body', 'might', 'well', 'at', 'present', 'be', 'the', 'most', 'sensitive', 'So', 'then', 'he', 'tried', 'to', 'get', 'the', 'top', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'first', 'carefully', 'turning', 'his', 'head', 'to', 'the', 'side', 'This', 'he', 'managed', 'quite', 'easily', 'and', 'despite', 'its', 'breadth', 'and', 'its', 'weight', 'the', 'bulk', 'of', 'his', 'body', 'eventually', 'followed', 'slowly', 'in', 'the', 'direction', 'of', 'the', 'head', 'But', 'when', 'he', 'had', 'at', 'last', 'got', 'his', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occurred', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracle', 'if', 'his', 'head', 'were', 'not', 'injured', 'so', 'he', 'became', 'afraid', 'to', 'carry', 'on', 'pushing', 'himself', 'forward', 'the', 'same', 'way', 'And', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'any', 'price', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'consciousness', 'It', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier', 'but', 'when', 'he', 'lay', 'there', 'sighing', 'and', 'was', 'once', 'more', 'watching', 'his', 'legs', 'as', 'they', 'struggled', 'against', 'each', 'other', 'even', 'harder', 'than', 'before', 'if', 'that', 'was', 'possible', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bringing', 'peace', 'and', 'order', 'to', 'this', 'chaos', 'He', 'told', 'himself', 'once', 'more', 'that', 'it', 'was', 'not', 'possible', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensible', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatever', 'way', 'he', 'could', 'at', 'whatever', 'sacrifice', 'At', 'the', 'same', 'time', 'though', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consideration', 'was', 'much', 'better', 'than', 'rushing', 'to', 'desperate', 'conclusions', 'At', 'times', 'like', 'this', 'he', 'would', 'direct', 'his', 'eyes', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearly', 'as', 'he', 'could', 'but', 'unfortunately', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'was', 'enveloped', 'in', 'morning', 'fog', 'and', 'the', 'view', 'had', 'little', 'confidence', 'or', 'cheer', 'to', 'offer', 'him', 'Seven', 'oclock', 'already', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again', 'seven', 'oclock', 'and', 'theres', 'still', 'a', 'fog', 'like', 'this', 'And', 'he', 'lay', 'there', 'quietly', 'a', 'while', 'longer', 'breathing', 'lightly', 'as', 'if', 'he', 'perhaps', 'expected', 'the', 'total', 'stillness', 'to', 'bring', 'things', 'back', 'to', 'their', 'real', 'and', 'natural', 'state', 'But', 'then', 'he', 'said', 'to', 'himself', 'Before', 'it', 'strikes', 'quarter', 'past', 'seven', 'Ill', 'definitely', 'have', 'to', 'have', 'got', 'properly', 'out', 'of', 'bed', 'And', 'by', 'then', 'somebody', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', 'whats', 'happened', 'to', 'me', 'as', 'well', 'as', 'they', 'open', 'up', 'at', 'work', 'before', 'seven', 'oclock', 'And', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swinging', 'the', 'entire', 'length', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time', 'If', 'he', 'succeeded', 'in', 'falling', 'out', 'of', 'bed', 'in', 'this', 'way', 'and', 'kept', 'his', 'head', 'raised', 'as', 'he', 'did', 'so', 'he', 'could', 'probably', 'avoid', 'injuring', 'it', 'His', 'back', 'seemed', 'to', 'be', 'quite', 'hard', 'and', 'probably', 'nothing', 'would', 'happen', 'to', 'it', 'falling', 'onto', 'the', 'carpet', 'His', 'main', 'concern', 'was', 'for', 'the', 'loud', 'noise', 'he', 'was', 'bound', 'to', 'make', 'and', 'which', 'even', 'through', 'all', 'the', 'doors', 'would', 'probably', 'raise', 'concern', 'if', 'not', 'alarm', 'But', 'it', 'was', 'something', 'that', 'had', 'to', 'be', 'risked', 'When', 'Gregor', 'was', 'already', 'sticking', 'half', 'way', 'out', 'of', 'the', 'bed', '', 'the', 'new', 'method', 'was', 'more', 'of', 'a', 'game', 'than', 'an', 'effort', 'all', 'he', 'had', 'to', 'do', 'was', 'rock', 'back', 'and', 'forth', '', 'it', 'occurred', 'to', 'him', 'how', 'simple', 'everything', 'would', 'be', 'if', 'somebody', 'came', 'to', 'help', 'him', 'Two', 'strong', 'people', '', 'he', 'had', 'his', 'father', 'and', 'the', 'maid', 'in', 'mind', '', 'would', 'have', 'been', 'more', 'than', 'enough', 'they', 'would', 'only', 'have', 'to', 'push', 'their', 'arms', 'under', 'the', 'dome', 'of', 'his', 'back', 'peel', 'him', 'away', 'from', 'the', 'bed', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'careful', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor', 'where', 'hopefully', 'the', 'little', 'legs', 'would', 'find', 'a', 'use', 'Should', 'he', 'really', 'call', 'for', 'help', 'though', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'doors', 'were', 'locked', 'Despite', 'all', 'the', 'difficulty', 'he', 'was', 'in', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'this', 'thought', 'After', 'a', 'while', 'he', 'had', 'already', 'moved', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'his', 'balance', 'if', 'he', 'rocked', 'too', 'hard', 'The', 'time', 'was', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decision', 'very', 'soon', 'Then', 'there', 'was', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat', 'Thatll', 'be', 'someone', 'from', 'work', 'he', 'said', 'to', 'himself', 'and', 'froze', 'very', 'still', 'although', 'his', 'little', 'legs', 'only', 'became', 'all', 'the', 'more', 'lively', 'as', 'they', 'danced', 'around', 'For', 'a', 'moment', 'everything', 'remained', 'quiet', 'Theyre', 'not', 'opening', 'the', 'door', 'Gregor', 'said', 'to', 'himself', 'caught', 'in', 'some', 'nonsensical', 'hope', 'But', 'then', 'of', 'course', 'the', 'maids', 'firm', 'steps', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'opened', 'it', 'Gregor', 'only', 'needed', 'to', 'hear', 'the', 'visitors', 'first', 'words', 'of', 'greeting', 'and', 'he', 'knew', 'who', 'it', 'was', '', 'the', 'chief', 'clerk', 'himself', 'Why', 'did', 'Gregor', 'have', 'to', 'be', 'the', 'only', 'one', 'condemned', 'to', 'work', 'for', 'a', 'company', 'where', 'they', 'immediately', 'became', 'highly', 'suspicious', 'at', 'the', 'slightest', 'shortcoming', 'Were', 'all', 'employees', 'every', 'one', 'of', 'them', 'louts', 'was', 'there', 'not', 'one', 'of', 'them', 'who', 'was', 'faithful', 'and', 'devoted', 'who', 'would', 'go', 'so', 'mad', 'with', 'pangs', 'of', 'conscience', 'that', 'he', 'couldnt', 'get', 'out', 'of', 'bed', 'if', 'he', 'didnt', 'spend', 'at', 'least', 'a', 'couple', 'of', 'hours', 'in', 'the', 'morning', 'on', 'company', 'business', 'Was', 'it', 'really', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'trainees', 'make', 'enquiries', '', 'assuming', 'enquiries', 'were', 'even', 'necessary', '', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole', 'innocent', 'family', 'that', 'this', 'was', 'so', 'suspicious', 'that', 'only', 'the', 'chief', 'clerk', 'could', 'be', 'trusted', 'to', 'have', 'the', 'wisdom', 'to', 'investigate', 'it', 'And', 'more', 'because', 'these', 'thoughts', 'had', 'made', 'him', 'upset', 'than', 'through', 'any', 'proper', 'decision', 'he', 'swang', 'himself', 'with', 'all', 'his', 'force', 'out', 'of', 'the', 'bed', 'There', 'was', 'a', 'loud', 'thump', 'but', 'it', 'wasnt', 'really', 'a', 'loud', 'noise', 'His', 'fall', 'was', 'softened', 'a', 'little', 'by', 'the', 'carpet', 'and', 'Gregors', 'back', 'was', 'also', 'more', 'elastic', 'than', 'he', 'had', 'thought', 'which', 'made', 'the', 'sound', 'muffled', 'and', 'not', 'too', 'noticeable', 'He', 'had', 'not', 'held', 'his', 'head', 'carefully', 'enough', 'though', 'and', 'hit', 'it', 'as', 'he', 'fell', 'annoyed', 'and', 'in', 'pain', 'he', 'turned', 'it', 'and', 'rubbed', 'it', 'against', 'the', 'carpet', 'Somethings', 'fallen', 'down', 'in', 'there', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left', 'Gregor', 'tried', 'to', 'imagine', 'whether', 'something', 'of', 'the', 'sort', 'that', 'had', 'happened', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too', 'you', 'had', 'to', 'concede', 'that', 'it', 'was', 'possible', 'But', 'as', 'if', 'in', 'gruff', 'reply', 'to', 'this', 'question', 'the', 'chief', 'clerks', 'firm', 'footsteps', 'in', 'his', 'highly', 'polished', 'boots', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoining', 'room', 'From', 'the', 'room', 'on', 'his', 'right', 'Gregors', 'sister', 'whispered', 'to', 'him', 'to', 'let', 'him', 'know', 'Gregor', 'the', 'chief', 'clerk', 'is', 'here', 'Yes', 'I', 'know', 'said', 'Gregor', 'to', 'himself', 'but', 'without', 'daring', 'to', 'raise', 'his', 'voice', 'loud', 'enough', 'for', 'his', 'sister', 'to', 'hear', 'him', 'Gregor', 'said', 'his', 'father', 'now', 'from', 'the', 'room', 'to', 'his', 'left', 'the', 'chief', 'clerk', 'has', 'come', 'round', 'and', 'wants', 'to', 'know', 'why', 'you', 'didnt', 'leave', 'on', 'the', 'early', 'train', 'We', 'dont', 'know', 'what', 'to', 'say', 'to', 'him', 'And', 'anyway', 'he', 'wants', 'to', 'speak', 'to', 'you', 'personally', 'So', 'please', 'open', 'up', 'this', 'door', 'Im', 'sure', 'hell', 'be', 'good', 'enough', 'to', 'forgive', 'the', 'untidiness', 'of', 'your', 'room', 'Then', 'the', 'chief', 'clerk', 'called', 'Good', 'morning', 'Mr', 'Samsa', 'He', 'isnt', 'well', 'said', 'his', 'mother', 'to', 'the', 'chief', 'clerk', 'while', 'his', 'father', 'continued', 'to', 'speak', 'through', 'the', 'door', 'He', 'isnt', 'well', 'please', 'believe', 'me', 'Why', 'else', 'would', 'Gregor', 'have', 'missed', 'a', 'train', 'The', 'lad', 'only', 'ever', 'thinks', 'about', 'the', 'business', 'It', 'nearly', 'makes', 'me', 'cross', 'the', 'way', 'he', 'never', 'goes', 'out', 'in', 'the', 'evenings', 'hes', 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stayed', 'home', 'every', 'evening', 'He', 'sits', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'reads', 'the', 'paper', 'or', 'studies', 'train', 'timetables', 'His', 'idea', 'of', 'relaxation', 'is', 'working', 'with', 'his', 'fretsaw', 'Hes', 'made', 'a', 'little', 'frame', 'for', 'instance', 'it', 'only', 'took', 'him', 'two', 'or', 'three', 'evenings', 'youll', 'be', 'amazed', 'how', 'nice', 'it', 'is', 'its', 'hanging', 'up', 'in', 'his', 'room', 'youll', 'see', 'it', 'as', 'soon', 'as', 'Gregor', 'opens', 'the', 'door', 'Anyway', 'Im', 'glad', 'youre', 'here', 'we', 'wouldnt', 'have', 'been', 'able', 'to', 'get', 'Gregor', 'to', 'open', 'the', 'door', 'by', 'ourselves', 'hes', 'so', 'stubborn', 'and', 'Im', 'sure', 'he', 'isnt', 'well', 'he', 'said', 'this', 'morning', 'that', 'he', 'is', 'but', 'he', 'isnt', 'Ill', 'be', 'there', 'in', 'a', 'moment', 'said', 'Gregor', 'slowly', 'and', 'thoughtfully', 'but', 'without', 'moving', 'so', 'that', 'he', 'would', 'not', 'miss', 'any', 'word', 'of', 'the', 'conversation', 'Well', 'I', 'cant', 'think', 'of', 'any', 'other', 'way', 'of', 'explaining', 'it', 'Mrs', 'Samsa', 'said', 'the', 'chief', 'clerk', 'I', 'hope', 'its', 'nothing', 'serious', 'But', 'on', 'the', 'other', 'hand', 'I', 'must', 'say', 'that', 'if', 'we', 'people', 'in', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'then', 'fortunately', 'or', 'unfortunately', 'as', 'you', 'like', 'we', 'simply', 'have', 'to', 'overcome', 'it', 'because', 'of', 'business', 'considerations', 'Can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then', 'asked', 'his', 'father', 'impatiently', 'knocking', 'at', 'the', 'door', 'again', 'No', 'said', 'Gregor', 'In', 'the', 'room', 'on', 'his', 'right', 'there', 'followed', 'a', 'painful', 'silence', 'in', 'the', 'room', 'on', 'his', 'left', 'his', 'sister', 'began', 'to', 'cry', 'So', 'why', 'did', 'his', 'sister', 'not', 'go', 'and', 'join', 'the', 'others', 'She', 'had', 'probably', 'only', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dressed', 'And', 'why', 'was', 'she', 'crying', 'Was', 'it', 'because', 'he', 'had', 'not', 'got', 'up', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in', 'because', 'he', 'was', 'in', 'danger', 'of', 'losing', 'his', 'job', 'and', 'if', 'that', 'happened', 'his', 'boss', 'would', 'once', 'more', 'pursue', 'their', 'parents', 'with', 'the', 'same', 'demands', 'as', 'before', 'There', 'was', 'no', 'need', 'to', 'worry', 'about', 'things', 'like', 'that', 'yet', 'Gregor', 'was', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intention', 'of', 'abandoning', 'his', 'family', 'For', 'the', 'time', 'being', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet', 'and', 'noone', 'who', 'knew', 'the', 'condition', 'he', 'was', 'in', 'would', 'seriously', 'have', 'expected', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in', 'It', 'was', 'only', 'a', 'minor', 'discourtesy', 'and', 'a', 'suitable', 'excuse', 'could', 'easily', 'be', 'found', 'for', 'it', 'later', 'on', 'it', 'was', 'not', 'something', 'for', 'which', 'Gregor', 'could', 'be', 'sacked', 'on', 'the', 'spot', 'And', 'it', 'seemed', 'to', 'Gregor', 'much', 'more', 'sensible', 'to', 'leave', 'him', 'now', 'in', 'peace', 'instead', 'of', 'disturbing', 'him', 'with', 'talking', 'at', 'him', 'and', 'crying', 'But', 'the', 'others', 'didnt', 'know', 'what', 'was', 'happening', 'they', 'were', 'worried', 'that', 'would', 'excuse', 'their', 'behaviour', 'The', 'chief', 'clerk', 'now', 'raised', 'his', 'voice', 'Mr', 'Samsa', 'he', 'called', 'to', 'him', 'what', 'is', 'wrong', 'You', 'barricade', 'yourself', 'in', 'your', 'room', 'give', 'us', 'no', 'more', 'than', 'yes', 'or', 'no', 'for', 'an', 'answer', 'you', 'are', 'causing', 'serious', 'and', 'unnecessary', 'concern', 'to', 'your', 'parents', 'and', 'you', 'fail', '', 'and', 'I', 'mention', 'this', 'just', 'by', 'the', 'way', '', 'you', 'fail', 'to', 'carry', 'out', 'your', 'business', 'duties', 'in', 'a', 'way', 'that', 'is', 'quite', 'unheard', 'of', 'Im', 'speaking', 'here', 'on', 'behalf', 'of', 'your', 'parents', 'and', 'of', 'your', 'employer', 'and', 'really', 'must', 'request', 'a', 'clear', 'and', 'immediate', 'explanation', 'I', 'am', 'astonished', 'quite', 'astonished', 'I', 'thought', 'I', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensible', 'person', 'and', 'now', 'you', 'suddenly', 'seem', 'to', 'be', 'showing', 'off', 'with', 'peculiar', 'whims', 'This', 'morning', 'your', 'employer', 'did', 'suggest', 'a', 'possible', 'reason', 'for', 'your', 'failure', 'to', 'appear', 'its', 'true', '', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'was', 'recently', 'entrusted', 'to', 'you', '', 'but', 'I', 'came', 'near', 'to', 'giving', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explanation', 'But', 'now', 'that', 'I', 'see', 'your', 'incomprehensible', 'stubbornness', 'I', 'no', 'longer', 'feel', 'any', 'wish', 'whatsoever', 'to', 'intercede', 'on', 'your', 'behalf', 'And', 'nor', 'is', 'your', 'position', 'all', 'that', 'secure', 'I', 'had', 'originally', 'intended', 'to', 'say', 'all', 'this', 'to', 'you', 'in', 'private', 'but', 'since', 'you', 'cause', 'me', 'to', 'waste', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'I', 'dont', 'see', 'why', 'your', 'parents', 'should', 'not', 'also', 'learn', 'of', 'it', 'Your', 'turnover', 'has', 'been', 'very', 'unsatisfactory', 'of', 'late', 'I', 'grant', 'you', 'that', 'its', 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especially', 'good', 'business', 'we', 'recognise', 'that', 'but', 'there', 'simply', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'business', 'at', 'all', 'Mr', 'Samsa', 'we', 'cannot', 'allow', 'there', 'to', 'be', 'But', 'Sir', 'called', 'Gregor', 'beside', 'himself', 'and', 'forgetting', 'all', 'else', 'in', 'the', 'excitement', 'Ill', 'open', 'up', 'immediately', 'just', 'a', 'moment', 'Im', 'slightly', 'unwell', 'an', 'attack', 'of', 'dizziness', 'I', 'havent', 'been', 'able', 'to', 'get', 'up', 'Im', 'still', 'in', 'bed', 'now', 'Im', 'quite', 'fresh', 'again', 'now', 'though', 'Im', 'just', 'getting', 'out', 'of', 'bed', 'Just', 'a', 'moment', 'Be', 'patient', 'Its', 'not', 'quite', 'as', 'easy', 'as', 'Id', 'thought', 'Im', 'quite', 'alright', 'now', 'though', 'Its', 'shocking', 'what', 'can', 'suddenly', 'happen', 'to', 'a', 'person', 'I', 'was', 'quite', 'alright', 'last', 'night', 'my', 'parents', 'know', 'about', 'it', 'perhaps', 'better', 'than', 'me', 'I', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'already', 'They', 'must', 'have', 'noticed', 'it', 'I', 'dont', 'know', 'why', 'I', 'didnt', 'let', 'you', 'know', 'at', 'work', 'But', 'you', 'always', 'think', 'you', 'can', 'get', 'over', 'an', 'illness', 'without', 'staying', 'at', 'home', 'Please', 'dont', 'make', 'my', 'parents', 'suffer', 'Theres', 'no', 'basis', 'for', 'any', 'of', 'the', 'accusations', 'youre', 'making', 'nobodys', 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'any', 'of', 'these', 'things', 'Maybe', 'you', 'havent', 'read', 'the', 'latest', 'contracts', 'I', 'sent', 'in', 'Ill', 'set', 'off', 'with', 'the', 'eight', 'oclock', 'train', 'as', 'well', 'these', 'few', 'hours', 'of', 'rest', 'have', 'given', 'me', 'strength', 'You', 'dont', 'need', 'to', 'wait', 'sir', 'Ill', 'be', 'in', 'the', 'office', 'soon', 'after', 'you', 'and', 'please', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him', 'And', 'while', 'Gregor', 'gushed', 'out', 'these', 'words', 'hardly', 'knowing', 'what', 'he', 'was', 'saying', 'he', 'made', 'his', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawers', '', 'this', 'was', 'easily', 'done', 'probably', 'because', 'of', 'the', 'practise', 'he', 'had', 'already', 'had', 'in', 'bed', '', 'where', 'he', 'now', 'tried', 'to', 'get', 'himself', 'upright', 'He', 'really', 'did', 'want', 'to', 'open', 'the', 'door', 'really', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk', 'the', 'others', 'were', 'being', 'so', 'insistent', 'and', 'he', 'was', 'curious', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him', 'If', 'they', 'were', 'shocked', 'then', 'it', 'would', 'no', 'longer', 'be', 'Gregors', 'responsibility', 'and', 'he', 'could', 'rest', 'If', 'however', 'they', 'took', 'everything', 'calmly', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset', 'and', 'if', 'he', 'hurried', 'he', 'really', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', 'oclock', 'The', 'first', 'few', 'times', 'he', 'tried', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawers', 'he', 'just', 'slid', 'down', 'again', 'but', 'he', 'finally', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright', 'the', 'lower', 'part', 'of', 'his', 'body', 'was', 'in', 'serious', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'any', 'attention', 'to', 'it', 'Now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearby', 'chair', 'and', 'held', 'tightly', 'to', 'the', 'edges', 'of', 'it', 'with', 'his', 'little', 'legs', 'By', 'now', 'he', 'had', 'also', 'calmed', 'down', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'was', 'saying', 'Did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that', 'the', 'chief', 'clerk', 'asked', 'his', 'parents', 'surely', 'hes', 'not', 'trying', 'to', 'make', 'fools', 'of', 'us', 'Oh', 'God', 'called', 'his', 'mother', 'who', 'was', 'already', 'in', 'tears', 'he', 'could', 'be', 'seriously', 'ill', 'and', 'were', 'making', 'him', 'suffer', 'Grete', 'Grete', 'she', 'then', 'cried', 'Mother', 'his', 'sister', 'called', 'from', 'the', 'other', 'side', 'They', 'communicated', 'across', 'Gregors', 'room', 'Youll', 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away', 'Gregor', 'is', 'ill', 'Quick', 'get', 'the', 'doctor', 'Did', 'you', 'hear', 'the', 'way', 'Gregor', 'spoke', 'just', 'now', 'That', 'was', 'the', 'voice', 'of', 'an', 'animal', 'said', 'the', 'chief', 'clerk', 'with', 'a', 'calmness', 'that', 'was', 'in', 'contrast', 'with', 'his', 'mothers', 'screams', 'Anna', 'Anna', 'his', 'father', 'called', 'into', 'the', 'kitchen', 'through', 'the', 'entrance', 'hall', 'clapping', 'his', 'hands', 'get', 'a', 'locksmith', 'here', 'now', 'And', 'the', 'two', 'girls', 'their', 'skirts', 'swishing', 'immediately', 'ran', 'out', 'through', 'the', 'hall', 'wrenching', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went', 'How', 'had', 'his', 'sister', 'managed', 'to', 'get', 'dressed', 'so', 'quickly', 'There', 'was', 'no', 'sound', 'of', 'the', 'door', 'banging', 'shut', 'again', 'they', 'must', 'have', 'left', 'it', 'open', 'people', 'often', 'do', 'in', 'homes', 'where', 'something', 'awful', 'has', 'happened', 'Gregor', 'in', 'contrast', 'had', 'become', 'much', 'calmer', 'So', 'they', 'couldnt', 'understand', 'his', 'words', 'any', 'more', 'although', 'they', 'seemed', 'clear', 'enough', 'to', 'him', 'clearer', 'than', 'before', '', 'perhaps', 'his', 'ears', 'had', 'become', 'used', 'to', 'the', 'sound', 'They', 'had', 'realised', 'though', 'that', 'there', 'was', 'something', 'wrong', 'with', 'him', 'and', 'were', 'ready', 'to', 'help', 'The', 'first', 'response', 'to', 'his', 'situation', 'had', 'been', 'confident', 'and', 'wise', 'and', 'that', 'made', 'him', 'feel', 'better', 'He', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'people', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expected', 'great', 'and', 'surprising', 'achievements', '', 'although', 'he', 'did', 'not', 'really', 'distinguish', 'one', 'from', 'the', 'other', 'Whatever', 'was', 'said', 'next', 'would', 'be', 'crucial', 'so', 'in', 'order', 'to', 'make', 'his', 'voice', 'as', 'clear', 'as', 'possible', 'he', 'coughed', 'a', 'little', 'but', 'taking', 'care', 'to', 'do', 'this', 'not', 'too', 'loudly', 'as', 'even', 'this', 'might', 'well', 'sound', 'different', 'from', 'the', 'way', 'that', 'a', 'human', 'coughs', 'and', 'he', 'was', 'no', 'longer', 'sure', 'he', 'could', 'judge', 'this', 'for', 'himself', 'Meanwhile', 'it', 'had', 'become', 'very', 'quiet', 'in', 'the', 'next', 'room', 'Perhaps', 'his', 'parents', 'were', 'sat', 'at', 'the', 'table', 'whispering', 'with', 'the', 'chief', 'clerk', 'or', 'perhaps', 'they', 'were', 'all', 'pressed', 'against', 'the', 'door', 'and', 'listening', 'Gregor', 'slowly', 'pushed', 'his', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair', 'Once', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door', 'holding', 'himself', 'upright', 'against', 'it', 'using', 'the', 'adhesive', 'on', 'the', 'tips', 'of', 'his', 'legs', 'He', 'rested', 'there', 'a', 'little', 'while', 'to', 'recover', 'from', 'the', 'effort', 'involved', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turning', 'the', 'key', 'in', 'the', 'lock', 'with', 'his', 'mouth', 'He', 'seemed', 'unfortunately', 'to', 'have', 'no', 'proper', 'teeth', '', 'how', 'was', 'he', 'then', 'to', 'grasp', 'the', 'key', '', 'but', 'the', 'lack', 'of', 'teeth', 'was', 'of', 'course', 'made', 'up', 'for', 'with', 'a', 'very', 'strong', 'jaw', 'using', 'the', 'jaw', 'he', 'really', 'was', 'able', 'to', 'start', 'the', 'key', 'turning', 'ignoring', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'causing', 'some', 'kind', 'of', 'damage', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'his', 'mouth', 'flowed', 'over', 'the', 'key', 'and', 'dripped', 'onto', 'the', 'floor', 'Listen', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room', 'hes', 'turning', 'the', 'key', 'Gregor', 'was', 'greatly', 'encouraged', 'by', 'this', 'but', 'they', 'all', 'should', 'have', 'been', 'calling', 'to', 'him', 'his', 'father', 'and', 'his', 'mother', 'too', 'Well', 'done', 'Gregor', 'they', 'should', 'have', 'cried', 'keep', 'at', 'it', 'keep', 'hold', 'of', 'the', 'lock', 'And', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedly', 'following', 'his', 'efforts', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'his', 'strength', 'paying', 'no', 'attention', 'to', 'the', 'pain', 'he', 'was', 'causing', 'himself', 'As', 'the', 'key', 'turned', 'round', 'he', 'turned', 'around', 'the', 'lock', 'with', 'it', 'only', 'holding', 'himself', 'upright', 'with', 'his', 'mouth', 'and', 'hung', 'onto', 'the', 'key', 'or', 'pushed', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'his', 'body', 'as', 'needed', 'The', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snapped', 'back', 'was', 'Gregors', 'sign', 'that', 'he', 'could', 'break', 'his', 'concentration', 'and', 'as', 'he', 'regained', 'his', 'breath', 'he', 'said', 'to', 'himself', 'So', 'I', 'didnt', 'need', 'the', 'locksmith', 'after', 'all', 'Then', 'he', 'lay', 'his', 'head', 'on', 'the', 'handle', 'of', 'the', 'door', 'to', 'open', 'it', 'completely', 'Because', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'this', 'way', 'it', 'was', 'already', 'wide', 'open', 'before', 'he', 'could', 'be', 'seen', 'He', 'had', 'first', 'to', 'slowly', 'turn', 'himself', 'around', 'one', 'of', 'the', 'double', 'doors', 'and', 'he', 'had', 'to', 'do', 'it', 'very', 'carefully', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'his', 'back', 'before', 'entering', 'the', 'room', 'He', 'was', 'still', 'occupied', 'with', 'this', 'difficult', 'movement', 'unable', 'to', 'pay', 'attention', 'to', 'anything', 'else', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', 'Oh', 'which', 'sounded', 'like', 'the', 'soughing', 'of', 'the', 'wind', 'Now', 'he', 'also', 'saw', 'him', '', 'he', 'was', 'the', 'nearest', 'to', 'the', 'door', '', 'his', 'hand', 'pressed', 'against', 'his', 'open', 'mouth', 'and', 'slowly', 'retreating', 'as', 'if', 'driven', 'by', 'a', 'steady', 'and', 'invisible', 'force', 'Gregors', 'mother', 'her', 'hair', 'still', 'dishevelled', 'from', 'bed', 'despite', 'the', 'chief', 'clerks', 'being', 'there', 'looked', 'at', 'his', 'father', 'Then', 'she', 'unfolded', 'her', 'arms', 'took', 'two', 'steps', 'forward', 'towards', 'Gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirts', 'that', 'spread', 'themselves', 'out', 'around', 'her', 'as', 'her', 'head', 'disappeared', 'down', 'onto', 'her', 'breast', 'His', 'father', 'looked', 'hostile', 'and', 'clenched', 'his', 'fists', 'as', 'if', 'wanting', 'to', 'knock', 'Gregor', 'back', 'into', 'his', 'room', 'Then', 'he', 'looked', 'uncertainly', 'round', 'the', 'living', 'room', 'covered', 'his', 'eyes', 'with', 'his', 'hands', 'and', 'wept', 'so', 'that', 'his', 'powerful', 'chest', 'shook', 'So', 'Gregor', 'did', 'not', 'go', 'into', 'the', 'room', 'but', 'leant', 'against', 'the', 'inside', 'of', 'the', 'other', 'door', 'which', 'was', 'still', 'held', 'bolted', 'in', 'place', 'In', 'this', 'way', 'only', 'half', 'of', 'his', 'body', 'could', 'be', 'seen', 'along', 'with', 'his', 'head', 'above', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peered', 'out', 'at', 'the', 'others', 'Meanwhile', 'the', 'day', 'had', 'become', 'much', 'lighter', 'part', 'of', 'the', 'endless', 'greyblack', 'building', 'on', 'the', 'other', 'side', 'of', 'the', 'street', '', 'which', 'was', 'a', 'hospital', '', 'could', 'be', 'seen', 'quite', 'clearly', 'with', 'the', 'austere', 'and', 'regular', 'line', 'of', 'windows', 'piercing', 'its', 'facade', 'the', 'rain', 'was', 'still', 'falling', 'now', 'throwing', 'down', 'large', 'individual', 'droplets', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time', 'The', 'washing', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'table', 'there', 'was', 'so', 'much', 'of', 'it', 'because', 'for', 'Gregors', 'father', 'breakfast', 'was', 'the', 'most', 'important', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'several', 'hours', 'as', 'he', 'sat', 'reading', 'a', 'number', 'of', 'different', 'newspapers', 'On', 'the', 'wall', 'exactly', 'opposite', 'there', 'was', 'photograph', 'of', 'Gregor', 'when', 'he', 'was', 'a', 'lieutenant', 'in', 'the', 'army', 'his', 'sword', 'in', 'his', 'hand', 'and', 'a', 'carefree', 'smile', 'on', 'his', 'face', 'as', 'he', 'called', 'forth', 'respect', 'for', 'his', 'uniform', 'and', 'bearing', 'The', 'door', 'to', 'the', 'entrance', 'hall', 'was', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'was', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'landing', 'and', 'the', 'stairs', 'where', 'they', 'began', 'their', 'way', 'down', 'below', 'Now', 'then', 'said', 'Gregor', 'well', 'aware', 'that', 'he', 'was', 'the', 'only', 'one', 'to', 'have', 'kept', 'calm', 'Ill', 'get', 'dressed', 'straight', 'away', 'now', 'pack', 'up', 'my', 'samples', 'and', 'set', 'off', 'Will', 'you', 'please', 'just', 'let', 'me', 'leave', 'You', 'can', 'see', 'he', 'said', 'to', 'the', 'chief', 'clerk', 'that', 'Im', 'not', 'stubborn', 'and', 'I', 'like', 'to', 'do', 'my', 'job', 'being', 'a', 'commercial', 'traveller', 'is', 'arduous', 'but', 'without', 'travelling', 'I', 'couldnt', 'earn', 'my', 'living', 'So', 'where', 'are', 'you', 'going', 'in', 'to', 'the', 'office', 'Yes', 'Will', 'you', 'report', 'everything', 'accurately', 'then', 'Its', 'quite', 'possible', 'for', 'someone', 'to', 'be', 'temporarily', 'unable', 'to', 'work', 'but', 'thats', 'just', 'the', 'right', 'time', 'to', 'remember', 'whats', 'been', 'achieved', 'in', 'the', 'past', 'and', 'consider', 'that', 'later', 'on', 'once', 'the', 'difficulty', 'has', 'been', 'removed', 'he', 'will', 'certainly', 'work', 'with', 'all', 'the', 'more', 'diligence', 'and', 'concentration', 'Youre', 'well', 'aware', 'that', 'Im', 'seriously', 'in', 'debt', 'to', 'our', 'employer', 'as', 'well', 'as', 'having', 'to', 'look', 'after', 'my', 'parents', 'and', 'my', 'sister', 'so', 'that', 'Im', 'trapped', 'in', 'a', 'difficult', 'situation', 'but', 'I', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again', 'Please', 'dont', 'make', 'things', 'any', 'harder', 'for', 'me', 'than', 'they', 'are', 'already', 'and', 'dont', 'take', 'sides', 'against', 'me', 'at', 'the', 'office', 'I', 'know', 'that', 'nobody', 'likes', 'the', 'travellers', 'They', 'think', 'we', 'earn', 'an', 'enormous', 'wage', 'as', 'well', 'as', 'having', 'a', 'soft', 'time', 'of', 'it', 'Thats', 'just', 'prejudice', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it', 'But', 'you', 'sir', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff', 'in', 'fact', 'if', 'I', 'can', 'say', 'this', 'in', 'confidence', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', '', 'its', 'very', 'easy', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistakes', 'about', 'his', 'employees', 'and', 'judge', 'them', 'more', 'harshly', 'than', 'he', 'should', 'And', 'youre', 'also', 'well', 'aware', 'that', 'we', 'travellers', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'office', 'so', 'that', 'we', 'can', 'very', 'easily', 'fall', 'victim', 'to', 'gossip', 'and', 'chance', 'and', 'groundless', 'complaints', 'and', 'its', 'almost', 'impossible', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing', 'we', 'dont', 'usually', 'even', 'hear', 'about', 'them', 'or', 'if', 'at', 'all', 'its', 'when', 'we', 'arrive', 'back', 'home', 'exhausted', 'from', 'a', 'trip', 'and', 'thats', 'when', 'we', 'feel', 'the', 'harmful', 'effects', 'of', 'whats', 'been', 'going', 'on', 'without', 'even', 'knowing', 'what', 'caused', 'them', 'Please', 'dont', 'go', 'away', 'at', 'least', 'first', 'say', 'something', 'to', 'show', 'that', 'you', 'grant', 'that', 'Im', 'at', 'least', 'partly', 'right', 'But', 'the', 'chief', 'clerk', 'had', 'turned', 'away', 'as', 'soon', 'as', 'Gregor', 'had', 'started', 'to', 'speak', 'and', 'with', 'protruding', 'lips', 'only', 'stared', 'back', 'at', 'him', 'over', 'his', 'trembling', 'shoulders', 'as', 'he', 'left', 'He', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'Gregor', 'was', 'speaking', 'but', 'moved', 'steadily', 'towards', 'the', 'door', 'without', 'taking', 'his', 'eyes', 'off', 'him', 'He', 'moved', 'very', 'gradually', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibition', 'on', 'leaving', 'the', 'room', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'entrance', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement', 'drew', 'his', 'foot', 'from', 'the', 'living', 'room', 'and', 'rushed', 'forward', 'in', 'a', 'panic', 'In', 'the', 'hall', 'he', 'stretched', 'his', 'right', 'hand', 'far', 'out', 'towards', 'the', 'stairway', 'as', 'if', 'out', 'there', 'there', 'were', 'some', 'supernatural', 'force', 'waiting', 'to', 'save', 'him', 'Gregor', 'realised', 'that', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'this', 'mood', 'if', 'his', 'position', 'in', 'the', 'firm', 'was', 'not', 'to', 'be', 'put', 'into', 'extreme', 'danger', 'That', 'was', 'something', 'his', 'parents', 'did', 'not', 'understand', 'very', 'well', 'over', 'the', 'years', 'they', 'had', 'become', 'convinced', 'that', 'this', 'job', 'would', 'provide', 'for', 'Gregor', 'for', 'his', 'entire', 'life', 'and', 'besides', 'they', 'had', 'so', 'much', 'to', 'worry', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'any', 'thought', 'for', 'the', 'future', 'Gregor', 'though', 'did', 'think', 'about', 'the', 'future', 'The', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back', 'calmed', 'down', 'convinced', 'and', 'finally', 'won', 'over', 'the', 'future', 'of', 'Gregor', 'and', 'his', 'family', 'depended', 'on', 'it', 'If', 'only', 'his', 'sister', 'were', 'here', 'She', 'was', 'clever', 'she', 'was', 'already', 'in', 'tears', 'while', 'Gregor', 'was', 'still', 'lying', 'peacefully', 'on', 'his', 'back', 'And', 'the', 'chief', 'clerk', 'was', 'a', 'lover', 'of', 'women', 'surely', 'she', 'could', 'persuade', 'him', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entrance', 'hall', 'and', 'talk', 'him', 'out', 'of', 'his', 'shocked', 'state', 'But', 'his', 'sister', 'was', 'not', 'there', 'Gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself', 'And', 'without', 'considering', 'that', 'he', 'still', 'was', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'his', 'present', 'state', 'or', 'that', 'his', 'speech', 'still', 'might', 'not', '', 'or', 'probably', 'would', 'not', '', 'be', 'understood', 'he', 'let', 'go', 'of', 'the', 'door', 'pushed', 'himself', 'through', 'the', 'opening', 'tried', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'landing', 'who', 'ridiculously', 'was', 'holding', 'on', 'to', 'the', 'banister', 'with', 'both', 'hands', 'but', 'Gregor', 'fell', 'immediately', 'over', 'and', 'with', 'a', 'little', 'scream', 'as', 'he', 'sought', 'something', 'to', 'hold', 'onto', 'landed', 'on', 'his', 'numerous', 'little', 'legs', 'Hardly', 'had', 'that', 'happened', 'than', 'for', 'the', 'first', 'time', 'that', 'day', 'he', 'began', 'to', 'feel', 'alright', 'with', 'his', 'body', 'the', 'little', 'legs', 'had', 'the', 'solid', 'ground', 'under', 'them', 'to', 'his', 'pleasure', 'they', 'did', 'exactly', 'as', 'he', 'told', 'them', 'they', 'were', 'even', 'making', 'the', 'effort', 'to', 'carry', 'him', 'where', 'he', 'wanted', 'to', 'go', 'and', 'he', 'was', 'soon', 'believing', 'that', 'all', 'his', 'sorrows', 'would', 'soon', 'be', 'finally', 'at', 'an', 'end', 'He', 'held', 'back', 'the', 'urge', 'to', 'move', 'but', 'swayed', 'from', 'side', 'to', 'side', 'as', 'he', 'crouched', 'there', 'on', 'the', 'floor', 'His', 'mother', 'was', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seemed', 'at', 'first', 'quite', 'engrossed', 'in', 'herself', 'but', 'then', 'she', 'suddenly', 'jumped', 'up', 'with', 'her', 'arms', 'outstretched', 'and', 'her', 'fingers', 'spread', 'shouting', 'Help', 'for', 'pitys', 'sake', 'Help', 'The', 'way', 'she', 'held', 'her', 'head', 'suggested', 'she', 'wanted', 'to', 'see', 'Gregor', 'better', 'but', 'the', 'unthinking', 'way', 'she', 'was', 'hurrying', 'backwards', 'showed', 'that', 'she', 'did', 'not', 'she', 'had', 'forgotten', 'that', 'the', 'table', 'was', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'things', 'on', 'it', 'when', 'she', 'reached', 'the', 'table', 'she', 'sat', 'quickly', 'down', 'on', 'it', 'without', 'knowing', 'what', 'she', 'was', 'doing', 'without', 'even', 'seeming', 'to', 'notice', 'that', 'the', 'coffee', 'pot', 'had', 'been', 'knocked', 'over', 'and', 'a', 'gush', 'of', 'coffee', 'was', 'pouring', 'down', 'onto', 'the', 'carpet', 'Mother', 'mother', 'said', 'Gregor', 'gently', 'looking', 'up', 'at', 'her', 'He', 'had', 'completely', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment', 'but', 'could', 'not', 'help', 'himself', 'snapping', 'in', 'the', 'air', 'with', 'his', 'jaws', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffee', 'That', 'set', 'his', 'mother', 'screaming', 'anew', 'she', 'fled', 'from', 'the', 'table', 'and', 'into', 'the', 'arms', 'of', 'his', 'father', 'as', 'he', 'rushed', 'towards', 'her', 'Gregor', 'though', 'had', 'no', 'time', 'to', 'spare', 'for', 'his', 'parents', 'now', 'the', 'chief', 'clerk', 'had', 'already', 'reached', 'the', 'stairs', 'with', 'his', 'chin', 'on', 'the', 'banister', 'he', 'looked', 'back', 'for', 'the', 'last', 'time', 'Gregor', 'made', 'a', 'run', 'for', 'him', 'he', 'wanted', 'to', 'be', 'sure', 'of', 'reaching', 'him', 'the', 'chief', 'clerk', 'must', 'have', 'expected', 'something', 'as', 'he', 'leapt', 'down', 'several', 'steps', 'at', 'once', 'and', 'disappeared', 'his', 'shouts', 'resounding', 'all', 'around', 'the', 'staircase', 'The', 'flight', 'of', 'the', 'chief', 'clerk', 'seemed', 'unfortunately', 'to', 'put', 'Gregors', 'father', 'into', 'a', 'panic', 'as', 'well', 'Until', 'then', 'he', 'had', 'been', 'relatively', 'self', 'controlled', 'but', 'now', 'instead', 'of', 'running', 'after', 'the', 'chief', 'clerk', 'himself', 'or', 'at', 'least', 'not', 'impeding', 'Gregor', 'as', 'he', 'ran', 'after', 'him', 'Gregors', 'father', 'seized', 'the', 'chief', 'clerks', 'stick', 'in', 'his', 'right', 'hand', 'the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair', 'along', 'with', 'his', 'hat', 'and', 'overcoat', 'picked', 'up', 'a', 'large', 'newspaper', 'from', 'the', 'table', 'with', 'his', 'left', 'and', 'used', 'them', 'to', 'drive', 'Gregor', 'back', 'into', 'his', 'room', 'stamping', 'his', 'foot', 'at', 'him', 'as', 'he', 'went', 'Gregors', 'appeals', 'to', 'his', 'father', 'were', 'of', 'no', 'help', 'his', 'appeals', 'were', 'simply', 'not', 'understood', 'however', 'much', 'he', 'humbly', 'turned', 'his', 'head', 'his', 'father', 'merely', 'stamped', 'his', 'foot', 'all', 'the', 'harder', 'Across', 'the', 'room', 'despite', 'the', 'chilly', 'weather', 'Gregors', 'mother', 'had', 'pulled', 'open', 'a', 'window', 'leant', 'far', 'out', 'of', 'it', 'and', 'pressed', 'her', 'hands', 'to', 'her', 'face', 'A', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'towards', 'the', 'stairway', 'the', 'curtains', 'flew', 'up', 'the', 'newspapers', 'on', 'the', 'table', 'fluttered', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor', 'Nothing', 'would', 'stop', 'Gregors', 'father', 'as', 'he', 'drove', 'him', 'back', 'making', 'hissing', 'noises', 'at', 'him', 'like', 'a', 'wild', 'man', 'Gregor', 'had', 'never', 'had', 'any', 'practice', 'in', 'moving', 'backwards', 'and', 'was', 'only', 'able', 'to', 'go', 'very', 'slowly', 'If', 'Gregor', 'had', 'only', 'been', 'allowed', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'his', 'room', 'straight', 'away', 'but', 'he', 'was', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'his', 'father', 'would', 'become', 'impatient', 'and', 'there', 'was', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'his', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'his', 'fathers', 'hand', 'any', 'moment', 'Eventually', 'though', 'Gregor', 'realised', 'that', 'he', 'had', 'no', 'choice', 'as', 'he', 'saw', 'to', 'his', 'disgust', 'that', 'he', 'was', 'quite', 'incapable', 'of', 'going', 'backwards', 'in', 'a', 'straight', 'line', 'so', 'he', 'began', 'as', 'quickly', 'as', 'possible', 'and', 'with', 'frequent', 'anxious', 'glances', 'at', 'his', 'father', 'to', 'turn', 'himself', 'round', 'It', 'went', 'very', 'slowly', 'but', 'perhaps', 'his', 'father', 'was', 'able', 'to', 'see', 'his', 'good', 'intentions', 'as', 'he', 'did', 'nothing', 'to', 'hinder', 'him', 'in', 'fact', 'now', 'and', 'then', 'he', 'used', 'the', 'tip', 'of', 'his', 'stick', 'to', 'give', 'directions', 'from', 'a', 'distance', 'as', 'to', 'which', 'way', 'to', 'turn', 'If', 'only', 'his', 'father', 'would', 'stop', 'that', 'unbearable', 'hissing', 'It', 'was', 'making', 'Gregor', 'quite', 'confused', 'When', 'he', 'had', 'nearly', 'finished', 'turning', 'round', 'still', 'listening', 'to', 'that', 'hissing', 'he', 'made', 'a', 'mistake', 'and', 'turned', 'himself', 'back', 'a', 'little', 'the', 'way', 'he', 'had', 'just', 'come', 'He', 'was', 'pleased', 'when', 'he', 'finally', 'had', 'his', 'head', 'in', 'front', 'of', 'the', 'doorway', 'but', 'then', 'saw', 'that', 'it', 'was', 'too', 'narrow', 'and', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulty', 'In', 'his', 'present', 'mood', 'it', 'obviously', 'did', 'not', 'occur', 'to', 'his', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'double', 'doors', 'so', 'that', 'Gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through', 'He', 'was', 'merely', 'fixed', 'on', 'the', 'idea', 'that', 'Gregor', 'should', 'be', 'got', 'back', 'into', 'his', 'room', 'as', 'quickly', 'as', 'possible', 'Nor', 'would', 'he', 'ever', 'have', 'allowed', 'Gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'preparation', 'for', 'getting', 'through', 'the', 'doorway', 'What', 'he', 'did', 'making', 'more', 'noise', 'than', 'ever', 'was', 'to', 'drive', 'Gregor', 'forwards', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'nothing', 'in', 'the', 'way', 'it', 'sounded', 'to', 'Gregor', 'as', 'if', 'there', 'was', 'now', 'more', 'than', 'one', 'father', 'behind', 'him', 'it', 'was', 'not', 'a', 'pleasant', 'experience', 'and', 'Gregor', 'pushed', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen', 'One', 'side', 'of', 'his', 'body', 'lifted', 'itself', 'he', 'lay', 'at', 'an', 'angle', 'in', 'the', 'doorway', 'one', 'flank', 'scraped', 'on', 'the', 'white', 'door', 'and', 'was', 'painfully', 'injured', 'leaving', 'vile', 'brown', 'flecks', 'on', 'it', 'soon', 'he', 'was', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'able', 'to', 'move', 'at', 'all', 'by', 'himself', 'the', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'pressed', 'painfully', 'against', 'the', 'ground', 'Then', 'his', 'father', 'gave', 'him', 'a', 'hefty', 'shove', 'from', 'behind', 'which', 'released', 'him', 'from', 'where', 'he', 'was', 'held', 'and', 'sent', 'him', 'flying', 'and', 'heavily', 'bleeding', 'deep', 'into', 'his', 'room', 'The', 'door', 'was', 'slammed', 'shut', 'with', 'the', 'stick', 'then', 'finally', 'all', 'was', 'quiet', 'II', 'It', 'was', 'not', 'until', 'it', 'was', 'getting', 'dark', 'that', 'evening', 'that', 'Gregor', 'awoke', 'from', 'his', 'deep', 'and', 'comalike', 'sleep', 'He', 'would', 'have', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'if', 'he', 'hadnt', 'been', 'disturbed', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fully', 'rested', 'But', 'he', 'had', 'the', 'impression', 'that', 'some', 'hurried', 'steps', 'and', 'the', 'sound', 'of', 'the', 'door', 'leading', 'into', 'the', 'front', 'room', 'being', 'carefully', 'shut', 'had', 'woken', 'him', 'The', 'light', 'from', 'the', 'electric', 'street', 'lamps', 'shone', 'palely', 'here', 'and', 'there', 'onto', 'the', 'ceiling', 'and', 'tops', 'of', 'the', 'furniture', 'but', 'down', 'below', 'where', 'Gregor', 'was', 'it', 'was', 'dark', 'He', 'pushed', 'himself', 'over', 'to', 'the', 'door', 'feeling', 'his', 'way', 'clumsily', 'with', 'his', 'antennae', '', 'of', 'which', 'he', 'was', 'now', 'beginning', 'to', 'learn', 'the', 'value', '', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happening', 'there', 'The', 'whole', 'of', 'his', 'left', 'side', 'seemed', 'like', 'one', 'painfully', 'stretched', 'scar', 'and', 'he', 'limped', 'badly', 'on', 'his', 'two', 'rows', 'of', 'legs', 'One', 'of', 'the', 'legs', 'had', 'been', 'badly', 'injured', 'in', 'the', 'events', 'of', 'that', 'morning', '', 'it', 'was', 'nearly', 'a', 'miracle', 'that', 'only', 'one', 'of', 'them', 'had', 'been', '', 'and', 'dragged', 'along', 'lifelessly', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'door', 'that', 'he', 'realised', 'what', 'it', 'actually', 'was', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it', 'it', 'was', 'the', 'smell', 'of', 'something', 'to', 'eat', 'By', 'the', 'door', 'there', 'was', 'a', 'dish', 'filled', 'with', 'sweetened', 'milk', 'with', 'little', 'pieces', 'of', 'white', 'bread', 'floating', 'in', 'it', 'He', 'was', 'so', 'pleased', 'he', 'almost', 'laughed', 'as', 'he', 'was', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morning', 'and', 'immediately', 'dipped', 'his', 'head', 'into', 'the', 'milk', 'nearly', 'covering', 'his', 'eyes', 'with', 'it', 'But', 'he', 'soon', 'drew', 'his', 'head', 'back', 'again', 'in', 'disappointment', 'not', 'only', 'did', 'the', 'pain', 'in', 'his', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', '', 'he', 'was', 'only', 'able', 'to', 'eat', 'if', 'his', 'whole', 'body', 'worked', 'together', 'as', 'a', 'snuffling', 'whole', '', 'but', 'the', 'milk', 'did', 'not', 'taste', 'at', 'all', 'nice', 'Milk', 'like', 'this', 'was', 'normally', 'his', 'favourite', 'drink', 'and', 'his', 'sister', 'had', 'certainly', 'left', 'it', 'there', 'for', 'him', 'because', 'of', 'that', 'but', 'he', 'turned', 'almost', 'against', 'his', 'own', 'will', 'away', 'from', 'the', 'dish', 'and', 'crawled', 'back', 'into', 'the', 'centre', 'of', 'the', 'room', 'Through', 'the', 'crack', 'in', 'the', 'door', 'Gregor', 'could', 'see', 'that', 'the', 'gas', 'had', 'been', 'lit', 'in', 'the', 'living', 'room', 'His', 'father', 'at', 'this', 'time', 'would', 'normally', 'be', 'sat', 'with', 'his', 'evening', 'paper', 'reading', 'it', 'out', 'in', 'a', 'loud', 'voice', 'to', 'Gregors', 'mother', 'and', 'sometimes', 'to', 'his', 'sister', 'but', 'there', 'was', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard', 'Gregors', 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'this', 'reading', 'but', 'maybe', 'his', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'times', 'It', 'was', 'so', 'quiet', 'all', 'around', 'too', 'even', 'though', 'there', 'must', 'have', 'been', 'somebody', 'in', 'the', 'flat', 'What', 'a', 'quiet', 'life', 'it', 'is', 'the', 'family', 'lead', 'said', 'Gregor', 'to', 'himself', 'and', 'gazing', 'into', 'the', 'darkness', 'felt', 'a', 'great', 'pride', 'that', 'he', 'was', 'able', 'to', 'provide', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'his', 'sister', 'and', 'parents', 'But', 'what', 'now', 'if', 'all', 'this', 'peace', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horrible', 'and', 'frightening', 'end', 'That', 'was', 'something', 'that', 'Gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much', 'so', 'he', 'started', 'to', 'move', 'about', 'crawling', 'up', 'and', 'down', 'the', 'room', 'Once', 'during', 'that', 'long', 'evening', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'was', 'opened', 'very', 'slightly', 'and', 'hurriedly', 'closed', 'again', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same', 'it', 'seemed', 'that', 'someone', 'needed', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it', 'Gregor', 'went', 'and', 'waited', 'immediately', 'by', 'the', 'door', 'resolved', 'either', 'to', 'bring', 'the', 'timorous', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'was', 'but', 'the', 'door', 'was', 'opened', 'no', 'more', 'that', 'night', 'and', 'Gregor', 'waited', 'in', 'vain', 'The', 'previous', 'morning', 'while', 'the', 'doors', 'were', 'locked', 'everyone', 'had', 'wanted', 'to', 'get', 'in', 'there', 'to', 'him', 'but', 'now', 'now', 'that', 'he', 'had', 'opened', 'up', 'one', 'of', 'the', 'doors', 'and', 'the', 'other', 'had', 'clearly', 'been', 'unlocked', 'some', 'time', 'during', 'the', 'day', 'noone', 'came', 'and', 'the', 'keys', 'were', 'in', 'the', 'other', 'sides', 'It', 'was', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'living', 'room', 'was', 'put', 'out', 'and', 'now', 'it', 'was', 'easy', 'to', 'see', 'that', 'his', 'parents', 'and', 'sister', 'had', 'stayed', 'awake', 'all', 'that', 'time', 'as', 'they', 'all', 'could', 'be', 'distinctly', 'heard', 'as', 'they', 'went', 'away', 'together', 'on', 'tiptoe', 'It', 'was', 'clear', 'that', 'noone', 'would', 'come', 'into', 'Gregors', 'room', 'any', 'more', 'until', 'morning', 'that', 'gave', 'him', 'plenty', 'of', 'time', 'to', 'think', 'undisturbed', 'about', 'how', 'he', 'would', 'have', 'to', 'rearrange', 'his', 'life', 'For', 'some', 'reason', 'the', 'tall', 'empty', 'room', 'where', 'he', 'was', 'forced', 'to', 'remain', 'made', 'him', 'feel', 'uneasy', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor', 'even', 'though', 'he', 'had', 'been', 'living', 'in', 'it', 'for', 'five', 'years', 'Hardly', 'aware', 'of', 'what', 'he', 'was', 'doing', 'other', 'than', 'a', 'slight', 'feeling', 'of', 'shame', 'he', 'hurried', 'under', 'the', 'couch', 'It', 'pressed', 'down', 'on', 'his', 'back', 'a', 'little', 'and', 'he', 'was', 'no', 'longer', 'able', 'to', 'lift', 'his', 'head', 'but', 'he', 'nonetheless', 'felt', 'immediately', 'at', 'ease', 'and', 'his', 'only', 'regret', 'was', 'that', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath', 'He', 'spent', 'the', 'whole', 'night', 'there', 'Some', 'of', 'the', 'time', 'he', 'passed', 'in', 'a', 'light', 'sleep', 'although', 'he', 'frequently', 'woke', 'from', 'it', 'in', 'alarm', 'because', 'of', 'his', 'hunger', 'and', 'some', 'of', 'the', 'time', 'was', 'spent', 'in', 'worries', 'and', 'vague', 'hopes', 'which', 'however', 'always', 'led', 'to', 'the', 'same', 'conclusion', 'for', 'the', 'time', 'being', 'he', 'must', 'remain', 'calm', 'he', 'must', 'show', 'patience', 'and', 'the', 'greatest', 'consideration', 'so', 'that', 'his', 'family', 'could', 'bear', 'the', 'unpleasantness', 'that', 'he', 'in', 'his', 'present', 'condition', 'was', 'forced', 'to', 'impose', 'on', 'them', 'Gregor', 'soon', 'had', 'the', 'opportunity', 'to', 'test', 'the', 'strength', 'of', 'his', 'decisions', 'as', 'early', 'the', 'next', 'morning', 'almost', 'before', 'the', 'night', 'had', 'ended', 'his', 'sister', 'nearly', 'fully', 'dressed', 'opened', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'looked', 'anxiously', 'in', 'She', 'did', 'not', 'see', 'him', 'straight', 'away', 'but', 'when', 'she', 'did', 'notice', 'him', 'under', 'the', 'couch', '', 'he', 'had', 'to', 'be', 'somewhere', 'for', 'Gods', 'sake', 'he', 'couldnt', 'have', 'flown', 'away', '', 'she', 'was', 'so', 'shocked', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slammed', 'the', 'door', 'shut', 'again', 'from', 'outside', 'But', 'she', 'seemed', 'to', 'regret', 'her', 'behaviour', 'as', 'she', 'opened', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tiptoe', 'as', 'if', 'entering', 'the', 'room', 'of', 'someone', 'seriously', 'ill', 'or', 'even', 'of', 'a', 'stranger', 'Gregor', 'had', 'pushed', 'his', 'head', 'forward', 'right', 'to', 'the', 'edge', 'of', 'the', 'couch', 'and', 'watched', 'her', 'Would', 'she', 'notice', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'was', 'realise', 'that', 'it', 'was', 'not', 'from', 'any', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'was', 'more', 'suitable', 'If', 'she', 'didnt', 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungry', 'than', 'draw', 'her', 'attention', 'to', 'it', 'although', 'he', 'did', 'feel', 'a', 'terrible', 'urge', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch', 'throw', 'himself', 'at', 'his', 'sisters', 'feet', 'and', 'beg', 'her', 'for', 'something', 'good', 'to', 'eat', 'However', 'his', 'sister', 'noticed', 'the', 'full', 'dish', 'immediately', 'and', 'looked', 'at', 'it', 'and', 'the', 'few', 'drops', 'of', 'milk', 'splashed', 'around', 'it', 'with', 'some', 'surprise', 'She', 'immediately', 'picked', 'it', 'up', '', 'using', 'a', 'rag', 'not', 'her', 'bare', 'hands', '', 'and', 'carried', 'it', 'out', 'Gregor', 'was', 'extremely', 'curious', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'its', 'place', 'imagining', 'the', 'wildest', 'possibilities', 'but', 'he', 'never', 'could', 'have', 'guessed', 'what', 'his', 'sister', 'in', 'her', 'goodness', 'actually', 'did', 'bring', 'In', 'order', 'to', 'test', 'his', 'taste', 'she', 'brought', 'him', 'a', 'whole', 'selection', 'of', 'things', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspaper', 'There', 'were', 'old', 'halfrotten', 'vegetables', 'bones', 'from', 'the', 'evening', 'meal', 'covered', 'in', 'white', 'sauce', 'that', 'had', 'gone', 'hard', 'a', 'few', 'raisins', 'and', 'almonds', 'some', 'cheese', 'that', 'Gregor', 'had', 'declared', 'inedible', 'two', 'days', 'before', 'a', 'dry', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt', 'As', 'well', 'as', 'all', 'that', 'she', 'had', 'poured', 'some', 'water', 'into', 'the', 'dish', 'which', 'had', 'probably', 'been', 'permanently', 'set', 'aside', 'for', 'Gregors', 'use', 'and', 'placed', 'it', 'beside', 'them', 'Then', 'out', 'of', 'consideration', 'for', 'Gregors', 'feelings', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her', 'she', 'hurried', 'out', 'again', 'and', 'even', 'turned', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'Gregor', 'would', 'know', 'he', 'could', 'make', 'things', 'as', 'comfortable', 'for', 'himself', 'as', 'he', 'liked', 'Gregors', 'little', 'legs', 'whirred', 'at', 'last', 'he', 'could', 'eat', 'Whats', 'more', 'his', 'injuries', 'must', 'already', 'have', 'completely', 'healed', 'as', 'he', 'found', 'no', 'difficulty', 'in', 'moving', 'This', 'amazed', 'him', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'his', 'finger', 'slightly', 'with', 'a', 'knife', 'he', 'thought', 'of', 'how', 'his', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'before', 'yesterday', 'Am', 'I', 'less', 'sensitive', 'than', 'I', 'used', 'to', 'be', 'then', 'he', 'thought', 'and', 'was', 'already', 'sucking', 'greedily', 'at', 'the', 'cheese', 'which', 'had', 'immediately', 'almost', 'compellingly', 'attracted', 'him', 'much', 'more', 'than', 'the', 'other', 'foods', 'on', 'the', 'newspaper', 'Quickly', 'one', 'after', 'another', 'his', 'eyes', 'watering', 'with', 'pleasure', 'he', 'consumed', 'the', 'cheese', 'the', 'vegetables', 'and', 'the', 'sauce', 'the', 'fresh', 'foods', 'on', 'the', 'other', 'hand', 'he', 'didnt', 'like', 'at', 'all', 'and', 'even', 'dragged', 'the', 'things', 'he', 'did', 'want', 'to', 'eat', 'a', 'little', 'way', 'away', 'from', 'them', 'because', 'he', 'couldnt', 'stand', 'the', 'smell', 'Long', 'after', 'he', 'had', 'finished', 'eating', 'and', 'lay', 'lethargic', 'in', 'the', 'same', 'place', 'his', 'sister', 'slowly', 'turned', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw', 'He', 'was', 'immediately', 'startled', 'although', 'he', 'had', 'been', 'half', 'asleep', 'and', 'he', 'hurried', 'back', 'under', 'the', 'couch', 'But', 'he', 'needed', 'great', 'selfcontrol', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'his', 'sister', 'was', 'in', 'the', 'room', 'as', 'eating', 'so', 'much', 'food', 'had', 'rounded', 'out', 'his', 'body', 'a', 'little', 'and', 'he', 'could', 'hardly', 'breathe', 'in', 'that', 'narrow', 'space', 'Half', 'suffocating', 'he', 'watched', 'with', 'bulging', 'eyes', 'as', 'his', 'sister', 'unselfconsciously', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'leftovers', 'mixing', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touched', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'used', 'any', 'more', 'She', 'quickly', 'dropped', 'it', 'all', 'into', 'a', 'bin', 'closed', 'it', 'with', 'its', 'wooden', 'lid', 'and', 'carried', 'everything', 'out', 'She', 'had', 'hardly', 'turned', 'her', 'back', 'before', 'Gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretched', 'himself', 'This', 'was', 'how', 'Gregor', 'received', 'his', 'food', 'each', 'day', 'now', 'once', 'in', 'the', 'morning', 'while', 'his', 'parents', 'and', 'the', 'maid', 'were', 'still', 'asleep', 'and', 'the', 'second', 'time', 'after', 'everyone', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'his', 'parents', 'would', 'sleep', 'for', 'a', 'little', 'while', 'then', 'as', 'well', 'and', 'Gregors', 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand', 'Gregors', 'father', 'and', 'mother', 'certainly', 'did', 'not', 'want', 'him', 'to', 'starve', 'either', 'but', 'perhaps', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'any', 'more', 'experience', 'of', 'his', 'feeding', 'than', 'being', 'told', 'about', 'it', 'and', 'perhaps', 'his', 'sister', 'wanted', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'indeed', 'suffering', 'enough', 'It', 'was', 'impossible', 'for', 'Gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morning', 'to', 'get', 'them', 'out', 'of', 'the', 'flat', 'As', 'nobody', 'could', 'understand', 'him', 'nobody', 'not', 'even', 'his', 'sister', 'thought', 'that', 'he', 'could', 'understand', 'them', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'his', 'sisters', 'sighs', 'and', 'appeals', 'to', 'the', 'saints', 'as', 'she', 'moved', 'about', 'his', 'room', 'It', 'was', 'only', 'later', 'when', 'she', 'had', 'become', 'a', 'little', 'more', 'used', 'to', 'everything', '', 'there', 'was', 'of', 'course', 'no', 'question', 'of', 'her', 'ever', 'becoming', 'fully', 'used', 'to', 'the', 'situation', '', 'that', 'Gregor', 'would', 'sometimes', 'catch', 'a', 'friendly', 'comment', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'construed', 'as', 'friendly', 'Hes', 'enjoyed', 'his', 'dinner', 'today', 'she', 'might', 'say', 'when', 'he', 'had', 'diligently', 'cleared', 'away', 'all', 'the', 'food', 'left', 'for', 'him', 'or', 'if', 'he', 'left', 'most', 'of', 'it', 'which', 'slowly', 'became', 'more', 'and', 'more', 'frequent', 'she', 'would', 'often', 'say', 'sadly', 'now', 'everythings', 'just', 'been', 'left', 'there', 'again', 'Although', 'Gregor', 'wasnt', 'able', 'to', 'hear', 'any', 'news', 'directly', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'was', 'said', 'in', 'the', 'next', 'rooms', 'and', 'whenever', 'he', 'heard', 'anyone', 'speaking', 'he', 'would', 'scurry', 'straight', 'to', 'the', 'appropriate', 'door', 'and', 'press', 'his', 'whole', 'body', 'against', 'it', 'There', 'was', 'seldom', 'any', 'conversation', 'especially', 'at', 'first', 'that', 'was', 'not', 'about', 'him', 'in', 'some', 'way', 'even', 'if', 'only', 'in', 'secret', 'For', 'two', 'whole', 'days', 'all', 'the', 'talk', 'at', 'every', 'mealtime', 'was', 'about', 'what', 'they', 'should', 'do', 'now', 'but', 'even', 'between', 'meals', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'always', 'at', 'least', 'two', 'members', 'of', 'the', 'family', 'at', 'home', '', 'nobody', 'wanted', 'to', 'be', 'at', 'home', 'by', 'themselves', 'and', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'leave', 'the', 'flat', 'entirely', 'empty', 'And', 'on', 'the', 'very', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knees', 'and', 'begged', 'Gregors', 'mother', 'to', 'let', 'her', 'go', 'without', 'delay', 'It', 'was', 'not', 'very', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happened', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour', 'tearfully', 'thanking', 'Gregors', 'mother', 'for', 'her', 'dismissal', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enormous', 'service', 'She', 'even', 'swore', 'emphatically', 'not', 'to', 'tell', 'anyone', 'the', 'slightest', 'about', 'what', 'had', 'happened', 'even', 'though', 'noone', 'had', 'asked', 'that', 'of', 'her', 'Now', 'Gregors', 'sister', 'also', 'had', 'to', 'help', 'his', 'mother', 'with', 'the', 'cooking', 'although', 'that', 'was', 'not', 'so', 'much', 'bother', 'as', 'noone', 'ate', 'very', 'much', 'Gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccessfully', 'urge', 'another', 'to', 'eat', 'and', 'receive', 'no', 'more', 'answer', 'than', 'no', 'thanks', 'Ive', 'had', 'enough', 'or', 'something', 'similar', 'Noone', 'drank', 'very', 'much', 'either', 'His', 'sister', 'would', 'sometimes', 'ask', 'his', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer', 'hoping', 'for', 'the', 'chance', 'to', 'go', 'and', 'fetch', 'it', 'herself', 'When', 'his', 'father', 'then', 'said', 'nothing', 'she', 'would', 'add', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish', 'that', 'she', 'could', 'send', 'the', 'housekeeper', 'for', 'it', 'but', 'then', 'his', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big', 'loud', 'No', 'and', 'no', 'more', 'would', 'be', 'said', 'Even', 'before', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end', 'his', 'father', 'had', 'explained', 'to', 'Gregors', 'mother', 'and', 'sister', 'what', 'their', 'finances', 'and', 'prospects', 'were', 'Now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'table', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'little', 'cash', 'box', 'he', 'had', 'saved', 'from', 'his', 'business', 'when', 'it', 'had', 'collapsed', 'five', 'years', 'earlier', 'Gregor', 'heard', 'how', 'he', 'opened', 'the', 'complicated', 'lock', 'and', 'then', 'closed', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'wanted', 'What', 'he', 'heard', 'his', 'father', 'say', 'was', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'Gregor', 'heard', 'since', 'he', 'had', 'first', 'been', 'incarcerated', 'in', 'his', 'room', 'He', 'had', 'thought', 'that', 'nothing', 'at', 'all', 'remained', 'from', 'his', 'fathers', 'business', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anything', 'different', 'and', 'Gregor', 'had', 'never', 'asked', 'him', 'about', 'it', 'anyway', 'Their', 'business', 'misfortune', 'had', 'reduced', 'the', 'family', 'to', 'a', 'state', 'of', 'total', 'despair', 'and', 'Gregors', 'only', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrange', 'things', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickly', 'as', 'possible', 'So', 'then', 'he', 'started', 'working', 'especially', 'hard', 'with', 'a', 'fiery', 'vigour', 'that', 'raised', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travelling', 'representative', 'almost', 'overnight', 'bringing', 'with', 'it', 'the', 'chance', 'to', 'earn', 'money', 'in', 'quite', 'different', 'ways', 'Gregor', 'converted', 'his', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'table', 'at', 'home', 'for', 'the', 'benefit', 'of', 'his', 'astonished', 'and', 'delighted', 'family', 'They', 'had', 'been', 'good', 'times', 'and', 'they', 'had', 'never', 'come', 'again', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour', 'even', 'though', 'Gregor', 'had', 'later', 'earned', 'so', 'much', 'that', 'he', 'was', 'in', 'a', 'position', 'to', 'bear', 'the', 'costs', 'of', 'the', 'whole', 'family', 'and', 'did', 'bear', 'them', 'They', 'had', 'even', 'got', 'used', 'to', 'it', 'both', 'Gregor', 'and', 'the', 'family', 'they', 'took', 'the', 'money', 'with', 'gratitude', 'and', 'he', 'was', 'glad', 'to', 'provide', 'it', 'although', 'there', 'was', 'no', 'longer', 'much', 'warm', 'affection', 'given', 'in', 'return', 'Gregor', 'only', 'remained', 'close', 'to', 'his', 'sister', 'now', 'Unlike', 'him', 'she', 'was', 'very', 'fond', 'of', 'music', 'and', 'a', 'gifted', 'and', 'expressive', 'violinist', 'it', 'was', 'his', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'next', 'year', 'even', 'though', 'it', 'would', 'cause', 'great', 'expense', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way', 'During', 'Gregors', 'short', 'periods', 'in', 'town', 'conversation', 'with', 'his', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatory', 'but', 'it', 'was', 'only', 'ever', 'mentioned', 'as', 'a', 'lovely', 'dream', 'that', 'could', 'never', 'be', 'realised', 'Their', 'parents', 'did', 'not', 'like', 'to', 'hear', 'this', 'innocent', 'talk', 'but', 'Gregor', 'thought', 'about', 'it', 'quite', 'hard', 'and', 'decided', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'planned', 'with', 'a', 'grand', 'announcement', 'of', 'it', 'on', 'Christmas', 'day', 'That', 'was', 'the', 'sort', 'of', 'totally', 'pointless', 'thing', 'that', 'went', 'through', 'his', 'mind', 'in', 'his', 'present', 'state', 'pressed', 'upright', 'against', 'the', 'door', 'and', 'listening', 'There', 'were', 'times', 'when', 'he', 'simply', 'became', 'too', 'tired', 'to', 'continue', 'listening', 'when', 'his', 'head', 'would', 'fall', 'wearily', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start', 'as', 'even', 'the', 'slightest', 'noise', 'he', 'caused', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent', 'Whats', 'that', 'hes', 'doing', 'now', 'his', 'father', 'would', 'say', 'after', 'a', 'while', 'clearly', 'having', 'gone', 'over', 'to', 'the', 'door', 'and', 'only', 'then', 'would', 'the', 'interrupted', 'conversation', 'slowly', 'be', 'taken', 'up', 'again', 'When', 'explaining', 'things', 'his', 'father', 'repeated', 'himself', 'several', 'times', 'partly', 'because', 'it', 'was', 'a', 'long', 'time', 'since', 'he', 'had', 'been', 'occupied', 'with', 'these', 'matters', 'himself', 'and', 'partly', 'because', 'Gregors', 'mother', 'did', 'not', 'understand', 'everything', 'the', 'first', 'time', 'From', 'these', 'repeated', 'explanations', 'Gregor', 'learned', 'to', 'his', 'pleasure', 'that', 'despite', 'all', 'their', 'misfortunes', 'there', 'was', 'still', 'some', 'money', 'available', 'from', 'the', 'old', 'days', 'It', 'was', 'not', 'a', 'lot', 'but', 'it', 'had', 'not', 'been', 'touched', 'in', 'the', 'meantime', 'and', 'some', 'interest', 'had', 'accumulated', 'Besides', 'that', 'they', 'had', 'not', 'been', 'using', 'up', 'all', 'the', 'money', 'that', 'Gregor', 'had', 'been', 'bringing', 'home', 'every', 'month', 'keeping', 'only', 'a', 'little', 'for', 'himself', 'so', 'that', 'that', 'too', 'had', 'been', 'accumulating', 'Behind', 'the', 'door', 'Gregor', 'nodded', 'with', 'enthusiasm', 'in', 'his', 'pleasure', 'at', 'this', 'unexpected', 'thrift', 'and', 'caution', 'He', 'could', 'actually', 'have', 'used', 'this', 'surplus', 'money', 'to', 'reduce', 'his', 'fathers', 'debt', 'to', 'his', 'boss', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer', 'but', 'now', 'it', 'was', 'certainly', 'better', 'the', 'way', 'his', 'father', 'had', 'done', 'things', 'This', 'money', 'however', 'was', 'certainly', 'not', 'enough', 'to', 'enable', 'the', 'family', 'to', 'live', 'off', 'the', 'interest', 'it', 'was', 'enough', 'to', 'maintain', 'them', 'for', 'perhaps', 'one', 'or', 'two', 'years', 'no', 'more', 'Thats', 'to', 'say', 'it', 'was', 'money', 'that', 'should', 'not', 'really', 'be', 'touched', 'but', 'set', 'aside', 'for', 'emergencies', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earned', 'His', 'father', 'was', 'healthy', 'but', 'old', 'and', 'lacking', 'in', 'self', 'confidence', 'During', 'the', 'five', 'years', 'that', 'he', 'had', 'not', 'been', 'working', '', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', '', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'become', 'very', 'slow', 'and', 'clumsy', 'Would', 'Gregors', 'elderly', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money', 'She', 'suffered', 'from', 'asthma', 'and', 'it', 'was', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home', 'every', 'other', 'day', 'would', 'be', 'spent', 'struggling', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window', 'Would', 'his', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money', 'She', 'was', 'still', 'a', 'child', 'of', 'seventeen', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'very', 'enviable', 'consisting', 'of', 'wearing', 'nice', 'clothes', 'sleeping', 'late', 'helping', 'out', 'in', 'the', 'business', 'joining', 'in', 'with', 'a', 'few', 'modest', 'pleasures', 'and', 'most', 'of', 'all', 'playing', 'the', 'violin', 'Whenever', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money', 'Gregor', 'would', 'always', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool', 'leather', 'sofa', 'next', 'to', 'it', 'as', 'he', 'became', 'quite', 'hot', 'with', 'shame', 'and', 'regret', 'He', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through', 'not', 'sleeping', 'a', 'wink', 'but', 'scratching', 'at', 'the', 'leather', 'for', 'hours', 'on', 'end', 'Or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'pushing', 'a', 'chair', 'to', 'the', 'window', 'climbing', 'up', 'onto', 'the', 'sill', 'and', 'propped', 'up', 'in', 'the', 'chair', 'leaning', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it', 'He', 'had', 'used', 'to', 'feel', 'a', 'great', 'sense', 'of', 'freedom', 'from', 'doing', 'this', 'but', 'doing', 'it', 'now', 'was', 'obviously', 'something', 'more', 'remembered', 'than', 'experienced', 'as', 'what', 'he', 'actually', 'saw', 'in', 'this', 'way', 'was', 'becoming', 'less', 'distinct', 'every', 'day', 'even', 'things', 'that', 'were', 'quite', 'near', 'he', 'had', 'used', 'to', 'curse', 'the', 'everpresent', 'view', 'of', 'the', 'hospital', 'across', 'the', 'street', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'lived', 'in', 'Charlottenstrasse', 'which', 'was', 'a', 'quiet', 'street', 'despite', 'being', 'in', 'the', 'middle', 'of', 'the', 'city', 'he', 'could', 'have', 'thought', 'that', 'he', 'was', 'looking', 'out', 'the', 'window', 'at', 'a', 'barren', 'waste', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingled', 'inseparably', 'His', 'observant', 'sister', 'only', 'needed', 'to', 'notice', 'the', 'chair', 'twice', 'before', 'she', 'would', 'always', 'push', 'it', 'back', 'to', 'its', 'exact', 'position', 'by', 'the', 'window', 'after', 'she', 'had', 'tidied', 'up', 'the', 'room', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on', 'If', 'Gregor', 'had', 'only', 'been', 'able', 'to', 'speak', 'to', 'his', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it', 'but', 'as', 'it', 'was', 'it', 'caused', 'him', 'pain', 'His', 'sister', 'naturally', 'tried', 'as', 'far', 'as', 'possible', 'to', 'pretend', 'there', 'was', 'nothing', 'burdensome', 'about', 'it', 'and', 'the', 'longer', 'it', 'went', 'on', 'of', 'course', 'the', 'better', 'she', 'was', 'able', 'to', 'do', 'so', 'but', 'as', 'time', 'went', 'by', 'Gregor', 'was', 'also', 'able', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better', 'It', 'had', 'even', 'become', 'very', 'unpleasant', 'for', 'him', 'now', 'whenever', 'she', 'entered', 'the', 'room', 'No', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickly', 'close', 'the', 'door', 'as', 'a', 'precaution', 'so', 'that', 'noone', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', 'Gregors', 'room', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedly', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffocating', 'Even', 'if', 'it', 'was', 'cold', 'she', 'would', 'stay', 'at', 'the', 'window', 'breathing', 'deeply', 'for', 'a', 'little', 'while', 'She', 'would', 'alarm', 'Gregor', 'twice', 'a', 'day', 'with', 'this', 'running', 'about', 'and', 'noise', 'making', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shivering', 'the', 'whole', 'while', 'knowing', 'full', 'well', 'that', 'she', 'would', 'certainly', 'have', 'liked', 'to', 'spare', 'him', 'this', 'ordeal', 'but', 'it', 'was', 'impossible', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'windows', 'closed', 'One', 'day', 'about', 'a', 'month', 'after', 'Gregors', 'transformation', 'when', 'his', 'sister', 'no', 'longer', 'had', 'any', 'particular', 'reason', 'to', 'be', 'shocked', 'at', 'his', 'appearance', 'she', 'came', 'into', 'the', 'room', 'a', 'little', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'staring', 'out', 'the', 'window', 'motionless', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horrible', 'In', 'itself', 'his', 'sisters', 'not', 'coming', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surprise', 'for', 'Gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immediately', 'open', 'the', 'window', 'while', 'he', 'was', 'still', 'there', 'but', 'not', 'only', 'did', 'she', 'not', 'come', 'in', 'she', 'went', 'straight', 'back', 'and', 'closed', 'the', 'door', 'behind', 'her', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threatened', 'her', 'and', 'tried', 'to', 'bite', 'her', 'Gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch', 'of', 'course', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'before', 'his', 'sister', 'came', 'back', 'and', 'she', 'seemed', 'much', 'more', 'uneasy', 'than', 'usual', 'It', 'made', 'him', 'realise', 'that', 'she', 'still', 'found', 'his', 'appearance', 'unbearable', 'and', 'would', 'continue', 'to', 'do', 'so', 'she', 'probably', 'even', 'had', 'to', 'overcome', 'the', 'urge', 'to', 'flee', 'when', 'she', 'saw', 'the', 'little', 'bit', 'of', 'him', 'that', 'protruded', 'from', 'under', 'the', 'couch', 'One', 'day', 'in', 'order', 'to', 'spare', 'her', 'even', 'this', 'sight', 'he', 'spent', 'four', 'hours', 'carrying', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'his', 'back', 'and', 'arranged', 'it', 'so', 'that', 'he', 'was', 'completely', 'covered', 'and', 'his', 'sister', 'would', 'not', 'be', 'able', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down', 'If', 'she', 'did', 'not', 'think', 'this', 'sheet', 'was', 'necessary', 'then', 'all', 'she', 'had', 'to', 'do', 'was', 'take', 'it', 'off', 'again', 'as', 'it', 'was', 'clear', 'enough', 'that', 'it', 'was', 'no', 'pleasure', 'for', 'Gregor', 'to', 'cut', 'himself', 'off', 'so', 'completely', 'She', 'left', 'the', 'sheet', 'where', 'it', 'was', 'Gregor', 'even', 'thought', 'he', 'glimpsed', 'a', 'look', 'of', 'gratitude', 'one', 'time', 'when', 'he', 'carefully', 'looked', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'his', 'sister', 'liked', 'the', 'new', 'arrangement', 'For', 'the', 'first', 'fourteen', 'days', 'Gregors', 'parents', 'could', 'not', 'bring', 'themselves', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him', 'He', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreciated', 'all', 'the', 'new', 'work', 'his', 'sister', 'was', 'doing', 'even', 'though', 'before', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'was', 'somewhat', 'useless', 'and', 'frequently', 'been', 'annoyed', 'with', 'her', 'But', 'now', 'the', 'two', 'of', 'them', 'father', 'and', 'mother', 'would', 'often', 'both', 'wait', 'outside', 'the', 'door', 'of', 'Gregors', 'room', 'while', 'his', 'sister', 'tidied', 'up', 'in', 'there', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactly', 'how', 'everything', 'looked', 'what', 'Gregor', 'had', 'eaten', 'how', 'he', 'had', 'behaved', 'this', 'time', 'and', 'whether', 'perhaps', 'any', 'slight', 'improvement', 'could', 'be', 'seen', 'His', 'mother', 'also', 'wanted', 'to', 'go', 'in', 'and', 'visit', 'Gregor', 'relatively', 'soon', 'but', 'his', 'father', 'and', 'sister', 'at', 'first', 'persuaded', 'her', 'against', 'it', 'Gregor', 'listened', 'very', 'closely', 'to', 'all', 'this', 'and', 'approved', 'fully', 'Later', 'though', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'force', 'which', 'made', 'her', 'call', 'out', 'Let', 'me', 'go', 'and', 'see', 'Gregor', 'he', 'is', 'my', 'unfortunate', 'son', 'Cant', 'you', 'understand', 'I', 'have', 'to', 'see', 'him', 'and', 'Gregor', 'would', 'think', 'to', 'himself', 'that', 'maybe', 'it', 'would', 'be', 'better', 'if', 'his', 'mother', 'came', 'in', 'not', 'every', 'day', 'of', 'course', 'but', 'one', 'day', 'a', 'week', 'perhaps', 'she', 'could', 'understand', 'everything', 'much', 'better', 'than', 'his', 'sister', 'who', 'for', 'all', 'her', 'courage', 'was', 'still', 'just', 'a', 'child', 'after', 'all', 'and', 'really', 'might', 'not', 'have', 'had', 'an', 'adults', 'appreciation', 'of', 'the', 'burdensome', 'job', 'she', 'had', 'taken', 'on', 'Gregors', 'wish', 'to', 'see', 'his', 'mother', 'was', 'soon', 'realised', 'Out', 'of', 'consideration', 'for', 'his', 'parents', 'Gregor', 'wanted', 'to', 'avoid', 'being', 'seen', 'at', 'the', 'window', 'during', 'the', 'day', 'the', 'few', 'square', 'meters', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about', 'it', 'was', 'hard', 'to', 'just', 'lie', 'quietly', 'through', 'the', 'night', 'his', 'food', 'soon', 'stopped', 'giving', 'him', 'any', 'pleasure', 'at', 'all', 'and', 'so', 'to', 'entertain', 'himself', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawling', 'up', 'and', 'down', 'the', 'walls', 'and', 'ceiling', 'He', 'was', 'especially', 'fond', 'of', 'hanging', 'from', 'the', 'ceiling', 'it', 'was', 'quite', 'different', 'from', 'lying', 'on', 'the', 'floor', 'he', 'could', 'breathe', 'more', 'freely', 'his', 'body', 'had', 'a', 'light', 'swing', 'to', 'it', 'and', 'up', 'there', 'relaxed', 'and', 'almost', 'happy', 'it', 'might', 'happen', 'that', 'he', 'would', 'surprise', 'even', 'himself', 'by', 'letting', 'go', 'of', 'the', 'ceiling', 'and', 'landing', 'on', 'the', 'floor', 'with', 'a', 'crash', 'But', 'now', 'of', 'course', 'he', 'had', 'far', 'better', 'control', 'of', 'his', 'body', 'than', 'before', 'and', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that', 'caused', 'himself', 'no', 'damage', 'Very', 'soon', 'his', 'sister', 'noticed', 'Gregors', 'new', 'way', 'of', 'entertaining', 'himself', '', 'he', 'had', 'after', 'all', 'left', 'traces', 'of', 'the', 'adhesive', 'from', 'his', 'feet', 'as', 'he', 'crawled', 'about', '', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easy', 'as', 'possible', 'for', 'him', 'by', 'removing', 'the', 'furniture', 'that', 'got', 'in', 'his', 'way', 'especially', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', 'Now', 'this', 'was', 'not', 'something', 'that', 'she', 'would', 'be', 'able', 'to', 'do', 'by', 'herself', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carried', 'on', 'bravely', 'since', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainly', 'would', 'not', 'have', 'helped', 'in', 'this', 'she', 'had', 'even', 'asked', 'to', 'be', 'allowed', 'to', 'keep', 'the', 'kitchen', 'locked', 'at', 'all', 'times', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'was', 'especially', 'important', 'so', 'his', 'sister', 'had', 'no', 'choice', 'but', 'to', 'choose', 'some', 'time', 'when', 'Gregors', 'father', 'was', 'not', 'there', 'and', 'fetch', 'his', 'mother', 'to', 'help', 'her', 'As', 'she', 'approached', 'the', 'room', 'Gregor', 'could', 'hear', 'his', 'mother', 'express', 'her', 'joy', 'but', 'once', 'at', 'the', 'door', 'she', 'went', 'silent', 'First', 'of', 'course', 'his', 'sister', 'came', 'in', 'and', 'looked', 'round', 'to', 'see', 'that', 'everything', 'in', 'the', 'room', 'was', 'alright', 'and', 'only', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter', 'Gregor', 'had', 'hurriedly', 'pulled', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'folds', 'into', 'it', 'so', 'that', 'everything', 'really', 'looked', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chance', 'Gregor', 'also', 'refrained', 'this', 'time', 'from', 'spying', 'out', 'from', 'under', 'the', 'sheet', 'he', 'gave', 'up', 'the', 'chance', 'to', 'see', 'his', 'mother', 'until', 'later', 'and', 'was', 'simply', 'glad', 'that', 'she', 'had', 'come', 'You', 'can', 'come', 'in', 'he', 'cant', 'be', 'seen', 'said', 'his', 'sister', 'obviously', 'leading', 'her', 'in', 'by', 'the', 'hand', 'The', 'old', 'chest', 'of', 'drawers', 'was', 'too', 'heavy', 'for', 'a', 'pair', 'of', 'feeble', 'women', 'to', 'be', 'heaving', 'about', 'but', 'Gregor', 'listened', 'as', 'they', 'pushed', 'it', 'from', 'its', 'place', 'his', 'sister', 'always', 'taking', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignoring', 'her', 'mothers', 'warnings', 'that', 'she', 'would', 'strain', 'herself', 'This', 'lasted', 'a', 'very', 'long', 'time', 'After', 'labouring', 'at', 'it', 'for', 'fifteen', 'minutes', 'or', 'more', 'his', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leave', 'the', 'chest', 'where', 'it', 'was', 'for', 'one', 'thing', 'it', 'was', 'too', 'heavy', 'for', 'them', 'to', 'get', 'the', 'job', 'finished', 'before', 'Gregors', 'father', 'got', 'home', 'and', 'leaving', 'it', 'in', 'the', 'middle', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'his', 'way', 'even', 'more', 'and', 'for', 'another', 'thing', 'it', 'wasnt', 'even', 'sure', 'that', 'taking', 'the', 'furniture', 'away', 'would', 'really', 'be', 'any', 'help', 'to', 'him', 'She', 'thought', 'just', 'the', 'opposite', 'the', 'sight', 'of', 'the', 'bare', 'walls', 'saddened', 'her', 'right', 'to', 'her', 'heart', 'and', 'why', 'wouldnt', 'Gregor', 'feel', 'the', 'same', 'way', 'about', 'it', 'hed', 'been', 'used', 'to', 'this', 'furniture', 'in', 'his', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandoned', 'to', 'be', 'in', 'an', 'empty', 'room', 'like', 'that', 'Then', 'quietly', 'almost', 'whispering', 'as', 'if', 'wanting', 'Gregor', 'whose', 'whereabouts', 'she', 'did', 'not', 'know', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voice', 'as', 'she', 'was', 'convinced', 'that', 'he', 'did', 'not', 'understand', 'her', 'words', 'she', 'added', 'and', 'by', 'taking', 'the', 'furniture', 'away', 'wont', 'it', 'seem', 'like', 'were', 'showing', 'that', 'weve', 'given', 'up', 'all', 'hope', 'of', 'improvement', 'and', 'were', 'abandoning', 'him', 'to', 'cope', 'for', 'himself', 'I', 'think', 'itd', 'be', 'best', 'to', 'leave', 'the', 'room', 'exactly', 'the', 'way', 'it', 'was', 'before', 'so', 'that', 'when', 'Gregor', 'comes', 'back', 'to', 'us', 'again', 'hell', 'find', 'everything', 'unchanged', 'and', 'hell', 'be', 'able', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier', 'Hearing', 'these', 'words', 'from', 'his', 'mother', 'made', 'Gregor', 'realise', 'that', 'the', 'lack', 'of', 'any', 'direct', 'human', 'communication', 'along', 'with', 'the', 'monotonous', 'life', 'led', 'by', 'the', 'family', 'during', 'these', 'two', 'months', 'must', 'have', 'made', 'him', 'confused', '', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explaining', 'to', 'himself', 'why', 'he', 'had', 'seriously', 'wanted', 'his', 'room', 'emptied', 'out', 'Had', 'he', 'really', 'wanted', 'to', 'transform', 'his', 'room', 'into', 'a', 'cave', 'a', 'warm', 'room', 'fitted', 'out', 'with', 'the', 'nice', 'furniture', 'he', 'had', 'inherited', 'That', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimpeded', 'in', 'any', 'direction', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickly', 'forget', 'his', 'past', 'when', 'he', 'had', 'still', 'been', 'human', 'He', 'had', 'come', 'very', 'close', 'to', 'forgetting', 'and', 'it', 'had', 'only', 'been', 'the', 'voice', 'of', 'his', 'mother', 'unheard', 'for', 'so', 'long', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it', 'Nothing', 'should', 'be', 'removed', 'everything', 'had', 'to', 'stay', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influence', 'the', 'furniture', 'had', 'on', 'his', 'condition', 'and', 'if', 'the', 'furniture', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessly', 'that', 'was', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantage', 'His', 'sister', 'unfortunately', 'did', 'not', 'agree', 'she', 'had', 'become', 'used', 'to', 'the', 'idea', 'not', 'without', 'reason', 'that', 'she', 'was', 'Gregors', 'spokesman', 'to', 'his', 'parents', 'about', 'the', 'things', 'that', 'concerned', 'him', 'This', 'meant', 'that', 'his', 'mothers', 'advice', 'now', 'was', 'sufficient', 'reason', 'for', 'her', 'to', 'insist', 'on', 'removing', 'not', 'only', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', 'as', 'she', 'had', 'thought', 'at', 'first', 'but', 'all', 'the', 'furniture', 'apart', 'from', 'the', 'allimportant', 'couch', 'It', 'was', 'more', 'than', 'childish', 'perversity', 'of', 'course', 'or', 'the', 'unexpected', 'confidence', 'she', 'had', 'recently', 'acquired', 'that', 'made', 'her', 'insist', 'she', 'had', 'indeed', 'noticed', 'that', 'Gregor', 'needed', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in', 'whereas', 'the', 'furniture', 'as', 'far', 'as', 'anyone', 'could', 'see', 'was', 'of', 'no', 'use', 'to', 'him', 'at', 'all', 'Girls', 'of', 'that', 'age', 'though', 'do', 'become', 'enthusiastic', 'about', 'things', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenever', 'they', 'can', 'Perhaps', 'this', 'was', 'what', 'tempted', 'Grete', 'to', 'make', 'Gregors', 'situation', 'seem', 'even', 'more', 'shocking', 'than', 'it', 'was', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him', 'Grete', 'would', 'probably', 'be', 'the', 'only', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'dominated', 'by', 'Gregor', 'crawling', 'about', 'the', 'bare', 'walls', 'by', 'himself', 'So', 'she', 'refused', 'to', 'let', 'her', 'mother', 'dissuade', 'her', 'Gregors', 'mother', 'already', 'looked', 'uneasy', 'in', 'his', 'room', 'she', 'soon', 'stopped', 'speaking', 'and', 'helped', 'Gregors', 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawers', 'out', 'with', 'what', 'strength', 'she', 'had', 'The', 'chest', 'of', 'drawers', 'was', 'something', 'that', 'Gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to', 'but', 'the', 'writing', 'desk', 'had', 'to', 'stay', 'Hardly', 'had', 'the', 'two', 'women', 'pushed', 'the', 'chest', 'of', 'drawers', 'groaning', 'out', 'of', 'the', 'room', 'than', 'Gregor', 'poked', 'his', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it', 'He', 'meant', 'to', 'be', 'as', 'careful', 'and', 'considerate', 'as', 'he', 'could', 'but', 'unfortunately', 'it', 'was', 'his', 'mother', 'who', 'came', 'back', 'first', 'while', 'Grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arms', 'round', 'the', 'chest', 'pushing', 'and', 'pulling', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without', 'of', 'course', 'moving', 'it', 'an', 'inch', 'His', 'mother', 'was', 'not', 'used', 'to', 'the', 'sight', 'of', 'Gregor', 'he', 'might', 'have', 'made', 'her', 'ill', 'so', 'Gregor', 'hurried', 'backwards', 'to', 'the', 'far', 'end', 'of', 'the', 'couch', 'In', 'his', 'startlement', 'though', 'he', 'was', 'not', 'able', 'to', 'prevent', 'the', 'sheet', 'at', 'its', 'front', 'from', 'moving', 'a', 'little', 'It', 'was', 'enough', 'to', 'attract', 'his', 'mothers', 'attention', 'She', 'stood', 'very', 'still', 'remained', 'there', 'a', 'moment', 'and', 'then', 'went', 'back', 'out', 'to', 'Grete', 'Gregor', 'kept', 'trying', 'to', 'assure', 'himself', 'that', 'nothing', 'unusual', 'was', 'happening', 'it', 'was', 'just', 'a', 'few', 'pieces', 'of', 'furniture', 'being', 'moved', 'after', 'all', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'going', 'to', 'and', 'fro', 'their', 'little', 'calls', 'to', 'each', 'other', 'the', 'scraping', 'of', 'the', 'furniture', 'on', 'the', 'floor', 'all', 'these', 'things', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'being', 'assailed', 'from', 'all', 'sides', 'With', 'his', 'head', 'and', 'legs', 'pulled', 'in', 'against', 'him', 'and', 'his', 'body', 'pressed', 'to', 'the', 'floor', 'he', 'was', 'forced', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'this', 'much', 'longer', 'They', 'were', 'emptying', 'his', 'room', 'out', 'taking', 'away', 'everything', 'that', 'was', 'dear', 'to', 'him', 'they', 'had', 'already', 'taken', 'out', 'the', 'chest', 'containing', 'his', 'fretsaw', 'and', 'other', 'tools', 'now', 'they', 'threatened', 'to', 'remove', 'the', 'writing', 'desk', 'with', 'its', 'place', 'clearly', 'worn', 'into', 'the', 'floor', 'the', 'desk', 'where', 'he', 'had', 'done', 'his', 'homework', 'as', 'a', 'business', 'trainee', 'at', 'high', 'school', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'schoolhe', 'really', 'could', 'not', 'wait', 'any', 'longer', 'to', 'see', 'whether', 'the', 'two', 'womens', 'intentions', 'were', 'good', 'He', 'had', 'nearly', 'forgotten', 'they', 'were', 'there', 'anyway', 'as', 'they', 'were', 'now', 'too', 'tired', 'to', 'say', 'anything', 'while', 'they', 'worked', 'and', 'he', 'could', 'only', 'hear', 'their', 'feet', 'as', 'they', 'stepped', 'heavily', 'on', 'the', 'floor', 'So', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catching', 'their', 'breath', 'he', 'sallied', 'out', 'changed', 'direction', 'four', 'times', 'not', 'knowing', 'what', 'he', 'should', 'save', 'first', 'before', 'his', 'attention', 'was', 'suddenly', 'caught', 'by', 'the', 'picture', 'on', 'the', 'wall', '', 'which', 'was', 'already', 'denuded', 'of', 'everything', 'else', 'that', 'had', 'been', 'on', 'it', '', 'of', 'the', 'lady', 'dressed', 'in', 'copious', 'fur', 'He', 'hurried', 'up', 'onto', 'the', 'picture', 'and', 'pressed', 'himself', 'against', 'its', 'glass', 'it', 'held', 'him', 'firmly', 'and', 'felt', 'good', 'on', 'his', 'hot', 'belly', 'This', 'picture', 'at', 'least', 'now', 'totally', 'covered', 'by', 'Gregor', 'would', 'certainly', 'be', 'taken', 'away', 'by', 'noone', 'He', 'turned', 'his', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'living', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back', 'They', 'had', 'not', 'allowed', 'themselves', 'a', 'long', 'rest', 'and', 'came', 'back', 'quite', 'soon', 'Grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'was', 'nearly', 'carrying', 'her', 'What', 'shall', 'we', 'take', 'now', 'then', 'said', 'Grete', 'and', 'looked', 'around', 'Her', 'eyes', 'met', 'those', 'of', 'Gregor', 'on', 'the', 'wall', 'Perhaps', 'only', 'because', 'her', 'mother', 'was', 'there', 'she', 'remained', 'calm', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said', 'albeit', 'hurriedly', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voice', 'Come', 'on', 'lets', 'go', 'back', 'in', 'the', 'living', 'room', 'for', 'a', 'while', 'Gregor', 'could', 'see', 'what', 'Grete', 'had', 'in', 'mind', 'she', 'wanted', 'to', 'take', 'her', 'mother', 'somewhere', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall', 'Well', 'she', 'could', 'certainly', 'try', 'it', 'He', 'sat', 'unyielding', 'on', 'his', 'picture', 'He', 'would', 'rather', 'jump', 'at', 'Gretes', 'face', 'But', 'Gretes', 'words', 'had', 'made', 'her', 'mother', 'quite', 'worried', 'she', 'stepped', 'to', 'one', 'side', 'saw', 'the', 'enormous', 'brown', 'patch', 'against', 'the', 'flowers', 'of', 'the', 'wallpaper', 'and', 'before', 'she', 'even', 'realised', 'it', 'was', 'Gregor', 'that', 'she', 'saw', 'screamed', 'Oh', 'God', 'oh', 'God', 'Arms', 'outstretched', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everything', 'and', 'stayed', 'there', 'immobile', 'Gregor', 'shouted', 'his', 'sister', 'glowering', 'at', 'him', 'and', 'shaking', 'her', 'fist', 'That', 'was', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directly', 'since', 'his', 'transformation', 'She', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smelling', 'salts', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint', 'Gregor', 'wanted', 'to', 'help', 'too', '', 'he', 'could', 'save', 'his', 'picture', 'later', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'force', 'then', 'he', 'too', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advise', 'his', 'sister', 'like', 'in', 'the', 'old', 'days', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'doing', 'nothing', 'she', 'was', 'looking', 'into', 'various', 'bottles', 'he', 'startled', 'her', 'when', 'she', 'turned', 'round', 'a', 'bottle', 'fell', 'to', 'the', 'ground', 'and', 'broke', 'a', 'splinter', 'cut', 'Gregors', 'face', 'some', 'kind', 'of', 'caustic', 'medicine', 'splashed', 'all', 'over', 'him', 'now', 'without', 'delaying', 'any', 'longer', 'Grete', 'took', 'hold', 'of', 'all', 'the', 'bottles', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother', 'she', 'slammed', 'the', 'door', 'shut', 'with', 'her', 'foot', 'So', 'now', 'Gregor', 'was', 'shut', 'out', 'from', 'his', 'mother', 'who', 'because', 'of', 'him', 'might', 'be', 'near', 'to', 'death', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'his', 'sister', 'away', 'and', 'she', 'had', 'to', 'stay', 'with', 'his', 'mother', 'there', 'was', 'nothing', 'for', 'him', 'to', 'do', 'but', 'wait', 'and', 'oppressed', 'with', 'anxiety', 'and', 'selfreproach', 'he', 'began', 'to', 'crawl', 'about', 'he', 'crawled', 'over', 'everything', 'walls', 'furniture', 'ceiling', 'and', 'finally', 'in', 'his', 'confusion', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middle', 'of', 'the', 'dinner', 'table', 'He', 'lay', 'there', 'for', 'a', 'while', 'numb', 'and', 'immobile', 'all', 'around', 'him', 'it', 'was', 'quiet', 'maybe', 'that', 'was', 'a', 'good', 'sign', 'Then', 'there', 'was', 'someone', 'at', 'the', 'door', 'The', 'maid', 'of', 'course', 'had', 'locked', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'Grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it', 'His', 'father', 'had', 'arrived', 'home', 'Whats', 'happened', 'were', 'his', 'first', 'words', 'Gretes', 'appearance', 'must', 'have', 'made', 'everything', 'clear', 'to', 'him', 'She', 'answered', 'him', 'with', 'subdued', 'voice', 'and', 'openly', 'pressed', 'her', 'face', 'into', 'his', 'chest', 'Mothers', 'fainted', 'but', 'shes', 'better', 'now', 'Gregor', 'got', 'out', 'Just', 'as', 'I', 'expected', 'said', 'his', 'father', 'just', 'as', 'I', 'always', 'said', 'but', 'you', 'women', 'wouldnt', 'listen', 'would', 'you', 'It', 'was', 'clear', 'to', 'Gregor', 'that', 'Grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'his', 'father', 'took', 'it', 'to', 'mean', 'that', 'something', 'bad', 'had', 'happened', 'that', 'he', 'was', 'responsible', 'for', 'some', 'act', 'of', 'violence', 'That', 'meant', 'Gregor', 'would', 'now', 'have', 'to', 'try', 'to', 'calm', 'his', 'father', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'things', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possible', 'So', 'he', 'fled', 'to', 'the', 'door', 'of', 'his', 'room', 'and', 'pressed', 'himself', 'against', 'it', 'so', 'that', 'his', 'father', 'when', 'he', 'came', 'in', 'from', 'the', 'hall', 'could', 'see', 'straight', 'away', 'that', 'Gregor', 'had', 'the', 'best', 'intentions', 'and', 'would', 'go', 'back', 'into', 'his', 'room', 'without', 'delay', 'that', 'it', 'would', 'not', 'be', 'necessary', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'only', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear', 'His', 'father', 'though', 'was', 'not', 'in', 'the', 'mood', 'to', 'notice', 'subtleties', 'like', 'that', 'Ah', 'he', 'shouted', 'as', 'he', 'came', 'in', 'sounding', 'as', 'if', 'he', 'were', 'both', 'angry', 'and', 'glad', 'at', 'the', 'same', 'time', 'Gregor', 'drew', 'his', 'head', 'back', 'from', 'the', 'door', 'and', 'lifted', 'it', 'towards', 'his', 'father', 'He', 'really', 'had', 'not', 'imagined', 'his', 'father', 'the', 'way', 'he', 'stood', 'there', 'now', 'of', 'late', 'with', 'his', 'new', 'habit', 'of', 'crawling', 'about', 'he', 'had', 'neglected', 'to', 'pay', 'attention', 'to', 'what', 'was', 'going', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'before', 'He', 'really', 'ought', 'to', 'have', 'expected', 'things', 'to', 'have', 'changed', 'but', 'still', 'still', 'was', 'that', 'really', 'his', 'father', 'The', 'same', 'tired', 'man', 'as', 'used', 'to', 'be', 'laying', 'there', 'entombed', 'in', 'his', 'bed', 'when', 'Gregor', 'came', 'back', 'from', 'his', 'business', 'trips', 'who', 'would', 'receive', 'him', 'sitting', 'in', 'the', 'armchair', 'in', 'his', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'evenings', 'who', 'was', 'hardly', 'even', 'able', 'to', 'stand', 'up', 'but', 'as', 'a', 'sign', 'of', 'his', 'pleasure', 'would', 'just', 'raise', 'his', 'arms', 'and', 'who', 'on', 'the', 'couple', 'of', 'times', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'together', 'on', 'a', 'Sunday', 'or', 'public', 'holiday', 'wrapped', 'up', 'tightly', 'in', 'his', 'overcoat', 'between', 'Gregor', 'and', 'his', 'mother', 'would', 'always', 'labour', 'his', 'way', 'forward', 'a', 'little', 'more', 'slowly', 'than', 'them', 'who', 'were', 'already', 'walking', 'slowly', 'for', 'his', 'sake', 'who', 'would', 'place', 'his', 'stick', 'down', 'carefully', 'and', 'if', 'he', 'wanted', 'to', 'say', 'something', 'would', 'invariably', 'stop', 'and', 'gather', 'his', 'companions', 'around', 'him', 'He', 'was', 'standing', 'up', 'straight', 'enough', 'now', 'dressed', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'buttons', 'the', 'sort', 'worn', 'by', 'the', 'employees', 'at', 'the', 'banking', 'institute', 'above', 'the', 'high', 'stiff', 'collar', 'of', 'the', 'coat', 'his', 'strong', 'doublechin', 'emerged', 'under', 'the', 'bushy', 'eyebrows', 'his', 'piercing', 'dark', 'eyes', 'looked', 'out', 'fresh', 'and', 'alert', 'his', 'normally', 'unkempt', 'white', 'hair', 'was', 'combed', 'down', 'painfully', 'close', 'to', 'his', 'scalp', 'He', 'took', 'his', 'cap', 'with', 'its', 'gold', 'monogram', 'from', 'probably', 'some', 'bank', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa', 'put', 'his', 'hands', 'in', 'his', 'trouser', 'pockets', 'pushing', 'back', 'the', 'bottom', 'of', 'his', 'long', 'uniform', 'coat', 'and', 'with', 'look', 'of', 'determination', 'walked', 'towards', 'Gregor', 'He', 'probably', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind', 'but', 'nonetheless', 'lifted', 'his', 'feet', 'unusually', 'high', 'Gregor', 'was', 'amazed', 'at', 'the', 'enormous', 'size', 'of', 'the', 'soles', 'of', 'his', 'boots', 'but', 'wasted', 'no', 'time', 'with', 'that', '', 'he', 'knew', 'full', 'well', 'right', 'from', 'the', 'first', 'day', 'of', 'his', 'new', 'life', 'that', 'his', 'father', 'thought', 'it', 'necessary', 'to', 'always', 'be', 'extremely', 'strict', 'with', 'him', 'And', 'so', 'he', 'ran', 'up', 'to', 'his', 'father', 'stopped', 'when', 'his', 'father', 'stopped', 'scurried', 'forwards', 'again', 'when', 'he', 'moved', 'even', 'slightly', 'In', 'this', 'way', 'they', 'went', 'round', 'the', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening', 'without', 'even', 'giving', 'the', 'impression', 'of', 'a', 'chase', 'as', 'everything', 'went', 'so', 'slowly', 'Gregor', 'remained', 'all', 'this', 'time', 'on', 'the', 'floor', 'largely', 'because', 'he', 'feared', 'his', 'father', 'might', 'see', 'it', 'as', 'especially', 'provoking', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceiling', 'Whatever', 'he', 'did', 'Gregor', 'had', 'to', 'admit', 'that', 'he', 'certainly', 'would', 'not', 'be', 'able', 'to', 'keep', 'up', 'this', 'running', 'about', 'for', 'long', 'as', 'for', 'each', 'step', 'his', 'father', 'took', 'he', 'had', 'to', 'carry', 'out', 'countless', 'movements', 'He', 'became', 'noticeably', 'short', 'of', 'breath', 'even', 'in', 'his', 'earlier', 'life', 'his', 'lungs', 'had', 'not', 'been', 'very', 'reliable', 'Now', 'as', 'he', 'lurched', 'about', 'in', 'his', 'efforts', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'running', 'he', 'could', 'hardly', 'keep', 'his', 'eyes', 'open', 'his', 'thoughts', 'became', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'any', 'other', 'way', 'of', 'saving', 'himself', 'than', 'running', 'he', 'almost', 'forgot', 'that', 'the', 'walls', 'were', 'there', 'for', 'him', 'to', 'use', 'although', 'here', 'they', 'were', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'of', 'notches', 'and', 'protrusions', '', 'then', 'right', 'beside', 'him', 'lightly', 'tossed', 'something', 'flew', 'down', 'and', 'rolled', 'in', 'front', 'of', 'him', 'It', 'was', 'an', 'apple', 'then', 'another', 'one', 'immediately', 'flew', 'at', 'him', 'Gregor', 'froze', 'in', 'shock', 'there', 'was', 'no', 'longer', 'any', 'point', 'in', 'running', 'as', 'his', 'father', 'had', 'decided', 'to', 'bombard', 'him', 'He', 'had', 'filled', 'his', 'pockets', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now', 'without', 'even', 'taking', 'the', 'time', 'for', 'careful', 'aim', 'threw', 'one', 'apple', 'after', 'another', 'These', 'little', 'red', 'apples', 'rolled', 'about', 'on', 'the', 'floor', 'knocking', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electric', 'motors', 'An', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'against', 'Gregors', 'back', 'and', 'slid', 'off', 'without', 'doing', 'any', 'harm', 'Another', 'one', 'however', 'immediately', 'following', 'it', 'hit', 'squarely', 'and', 'lodged', 'in', 'his', 'back', 'Gregor', 'wanted', 'to', 'drag', 'himself', 'away', 'as', 'if', 'he', 'could', 'remove', 'the', 'surprising', 'the', 'incredible', 'pain', 'by', 'changing', 'his', 'position', 'but', 'he', 'felt', 'as', 'if', 'nailed', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out', 'all', 'his', 'senses', 'in', 'confusion', 'The', 'last', 'thing', 'he', 'saw', 'was', 'the', 'door', 'of', 'his', 'room', 'being', 'pulled', 'open', 'his', 'sister', 'was', 'screaming', 'his', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blouse', 'as', 'his', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'clothes', 'after', 'she', 'had', 'fainted', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breathe', 'she', 'ran', 'to', 'his', 'father', 'her', 'skirts', 'unfastened', 'and', 'sliding', 'one', 'after', 'another', 'to', 'the', 'ground', 'stumbling', 'over', 'the', 'skirts', 'she', 'pushed', 'herself', 'to', 'his', 'father', 'her', 'arms', 'around', 'him', 'uniting', 'herself', 'with', 'him', 'totally', '', 'now', 'Gregor', 'lost', 'his', 'ability', 'to', 'see', 'anything', '', 'her', 'hands', 'behind', 'his', 'fathers', 'head', 'begging', 'him', 'to', 'spare', 'Gregors', 'life', 'III', 'Noone', 'dared', 'to', 'remove', 'the', 'apple', 'lodged', 'in', 'Gregors', 'flesh', 'so', 'it', 'remained', 'there', 'as', 'a', 'visible', 'reminder', 'of', 'his', 'injury', 'He', 'had', 'suffered', 'it', 'there', 'for', 'more', 'than', 'a', 'month', 'and', 'his', 'condition', 'seemed', 'serious', 'enough', 'to', 'remind', 'even', 'his', 'father', 'that', 'Gregor', 'despite', 'his', 'current', 'sad', 'and', 'revolting', 'form', 'was', 'a', 'family', 'member', 'who', 'could', 'not', 'be', 'treated', 'as', 'an', 'enemy', 'On', 'the', 'contrary', 'as', 'a', 'family', 'there', 'was', 'a', 'duty', 'to', 'swallow', 'any', 'revulsion', 'for', 'him', 'and', 'to', 'be', 'patient', 'just', 'to', 'be', 'patient', 'Because', 'of', 'his', 'injuries', 'Gregor', 'had', 'lost', 'much', 'of', 'his', 'mobility', '', 'probably', 'permanently', 'He', 'had', 'been', 'reduced', 'to', 'the', 'condition', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long', 'long', 'minutes', 'to', 'crawl', 'across', 'his', 'room', '', 'crawling', 'over', 'the', 'ceiling', 'was', 'out', 'of', 'the', 'question', '', 'but', 'this', 'deterioration', 'in', 'his', 'condition', 'was', 'fully', 'in', 'his', 'opinion', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'living', 'room', 'being', 'left', 'open', 'every', 'evening', 'He', 'got', 'into', 'the', 'habit', 'of', 'closely', 'watching', 'it', 'for', 'one', 'or', 'two', 'hours', 'before', 'it', 'was', 'opened', 'and', 'then', 'lying', 'in', 'the', 'darkness', 'of', 'his', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'living', 'room', 'he', 'could', 'watch', 'the', 'family', 'in', 'the', 'light', 'of', 'the', 'dinner', 'table', 'and', 'listen', 'to', 'their', 'conversation', '', 'with', 'everyones', 'permission', 'in', 'a', 'way', 'and', 'thus', 'quite', 'differently', 'from', 'before', 'They', 'no', 'longer', 'held', 'the', 'lively', 'conversations', 'of', 'earlier', 'times', 'of', 'course', 'the', 'ones', 'that', 'Gregor', 'always', 'thought', 'about', 'with', 'longing', 'when', 'he', 'was', 'tired', 'and', 'getting', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room', 'All', 'of', 'them', 'were', 'usually', 'very', 'quiet', 'nowadays', 'Soon', 'after', 'dinner', 'his', 'father', 'would', 'go', 'to', 'sleep', 'in', 'his', 'chair', 'his', 'mother', 'and', 'sister', 'would', 'urge', 'each', 'other', 'to', 'be', 'quiet', 'his', 'mother', 'bent', 'deeply', 'under', 'the', 'lamp', 'would', 'sew', 'fancy', 'underwear', 'for', 'a', 'fashion', 'shop', 'his', 'sister', 'who', 'had', 'taken', 'a', 'sales', 'job', 'learned', 'shorthand', 'and', 'French', 'in', 'the', 'evenings', 'so', 'that', 'she', 'might', 'be', 'able', 'to', 'get', 'a', 'better', 'position', 'later', 'on', 'Sometimes', 'his', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', 'Gregors', 'mother', 'youre', 'doing', 'so', 'much', 'sewing', 'again', 'today', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'dozing', '', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchange', 'a', 'tired', 'grin', 'With', 'a', 'kind', 'of', 'stubbornness', 'Gregors', 'father', 'refused', 'to', 'take', 'his', 'uniform', 'off', 'even', 'at', 'home', 'while', 'his', 'nightgown', 'hung', 'unused', 'on', 'its', 'peg', 'Gregors', 'father', 'would', 'slumber', 'where', 'he', 'was', 'fully', 'dressed', 'as', 'if', 'always', 'ready', 'to', 'serve', 'and', 'expecting', 'to', 'hear', 'the', 'voice', 'of', 'his', 'superior', 'even', 'here', 'The', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with', 'but', 'as', 'a', 'result', 'of', 'this', 'it', 'slowly', 'became', 'even', 'shabbier', 'despite', 'the', 'efforts', 'of', 'Gregors', 'mother', 'and', 'sister', 'to', 'look', 'after', 'it', 'Gregor', 'would', 'often', 'spend', 'the', 'whole', 'evening', 'looking', 'at', 'all', 'the', 'stains', 'on', 'this', 'coat', 'with', 'its', 'gold', 'buttons', 'always', 'kept', 'polished', 'and', 'shiny', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep', 'highly', 'uncomfortable', 'but', 'peaceful', 'As', 'soon', 'as', 'it', 'struck', 'ten', 'Gregors', 'mother', 'would', 'speak', 'gently', 'to', 'his', 'father', 'to', 'wake', 'him', 'and', 'try', 'to', 'persuade', 'him', 'to', 'go', 'to', 'bed', 'as', 'he', 'couldnt', 'sleep', 'properly', 'where', 'he', 'was', 'and', 'he', 'really', 'had', 'to', 'get', 'his', 'sleep', 'if', 'he', 'was', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work', 'But', 'since', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'become', 'more', 'obstinate', 'and', 'would', 'always', 'insist', 'on', 'staying', 'longer', 'at', 'the', 'table', 'even', 'though', 'he', 'regularly', 'fell', 'asleep', 'and', 'it', 'was', 'then', 'harder', 'than', 'ever', 'to', 'persuade', 'him', 'to', 'exchange', 'the', 'chair', 'for', 'his', 'bed', 'Then', 'however', 'much', 'mother', 'and', 'sister', 'would', 'importune', 'him', 'with', 'little', 'reproaches', 'and', 'warnings', 'he', 'would', 'keep', 'slowly', 'shaking', 'his', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'his', 'eyes', 'closed', 'and', 'refusing', 'to', 'get', 'up', 'Gregors', 'mother', 'would', 'tug', 'at', 'his', 'sleeve', 'whisper', 'endearments', 'into', 'his', 'ear', 'Gregors', 'sister', 'would', 'leave', 'her', 'work', 'to', 'help', 'her', 'mother', 'but', 'nothing', 'would', 'have', 'any', 'effect', 'on', 'him', 'He', 'would', 'just', 'sink', 'deeper', 'into', 'his', 'chair', 'Only', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arms', 'he', 'would', 'abruptly', 'open', 'his', 'eyes', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say', 'What', 'a', 'life', 'This', 'is', 'what', 'peace', 'I', 'get', 'in', 'my', 'old', 'age', 'And', 'supported', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'carefully', 'as', 'if', 'he', 'were', 'carrying', 'the', 'greatest', 'load', 'himself', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door', 'send', 'them', 'off', 'and', 'carry', 'on', 'by', 'himself', 'while', 'Gregors', 'mother', 'would', 'throw', 'down', 'her', 'needle', 'and', 'his', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'his', 'father', 'and', 'continue', 'being', 'of', 'help', 'to', 'him', 'Who', 'in', 'this', 'tired', 'and', 'overworked', 'family', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attention', 'to', 'Gregor', 'than', 'was', 'absolutely', 'necessary', 'The', 'household', 'budget', 'became', 'even', 'smaller', 'so', 'now', 'the', 'maid', 'was', 'dismissed', 'an', 'enormous', 'thickboned', 'charwoman', 'with', 'white', 'hair', 'that', 'flapped', 'around', 'her', 'head', 'came', 'every', 'morning', 'and', 'evening', 'to', 'do', 'the', 'heaviest', 'work', 'everything', 'else', 'was', 'looked', 'after', 'by', 'Gregors', 'mother', 'on', 'top', 'of', 'the', 'large', 'amount', 'of', 'sewing', 'work', 'she', 'did', 'Gregor', 'even', 'learned', 'listening', 'to', 'the', 'evening', 'conversation', 'about', 'what', 'price', 'they', 'had', 'hoped', 'for', 'that', 'several', 'items', 'of', 'jewellery', 'belonging', 'to', 'the', 'family', 'had', 'been', 'sold', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'very', 'fond', 'of', 'wearing', 'them', 'at', 'functions', 'and', 'celebrations', 'But', 'the', 'loudest', 'complaint', 'was', 'that', 'although', 'the', 'flat', 'was', 'much', 'too', 'big', 'for', 'their', 'present', 'circumstances', 'they', 'could', 'not', 'move', 'out', 'of', 'it', 'there', 'was', 'no', 'imaginable', 'way', 'of', 'transferring', 'Gregor', 'to', 'the', 'new', 'address', 'He', 'could', 'see', 'quite', 'well', 'though', 'that', 'there', 'were', 'more', 'reasons', 'than', 'consideration', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move', 'it', 'would', 'have', 'been', 'quite', 'easy', 'to', 'transport', 'him', 'in', 'any', 'suitable', 'crate', 'with', 'a', 'few', 'air', 'holes', 'in', 'it', 'the', 'main', 'thing', 'holding', 'the', 'family', 'back', 'from', 'their', 'decision', 'to', 'move', 'was', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortune', 'unlike', 'anything', 'experienced', 'by', 'anyone', 'else', 'they', 'knew', 'or', 'were', 'related', 'to', 'They', 'carried', 'out', 'absolutely', 'everything', 'that', 'the', 'world', 'expects', 'from', 'poor', 'people', 'Gregors', 'father', 'brought', 'bank', 'employees', 'their', 'breakfast', 'his', 'mother', 'sacrificed', 'herself', 'by', 'washing', 'clothes', 'for', 'strangers', 'his', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'customers', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'any', 'more', 'And', 'the', 'injury', 'in', 'Gregors', 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'was', 'new', 'After', 'they', 'had', 'come', 'back', 'from', 'taking', 'his', 'father', 'to', 'bed', 'Gregors', 'mother', 'and', 'sister', 'would', 'now', 'leave', 'their', 'work', 'where', 'it', 'was', 'and', 'sit', 'close', 'together', 'cheek', 'to', 'cheek', 'his', 'mother', 'would', 'point', 'to', 'Gregors', 'room', 'and', 'say', 'Close', 'that', 'door', 'Grete', 'and', 'then', 'when', 'he', 'was', 'in', 'the', 'dark', 'again', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tears', 'would', 'mingle', 'or', 'they', 'would', 'simply', 'sit', 'there', 'staring', 'dryeyed', 'at', 'the', 'table', 'Gregor', 'hardly', 'slept', 'at', 'all', 'either', 'night', 'or', 'day', 'Sometimes', 'he', 'would', 'think', 'of', 'taking', 'over', 'the', 'familys', 'affairs', 'just', 'like', 'before', 'the', 'next', 'time', 'the', 'door', 'was', 'opened', 'he', 'had', 'long', 'forgotten', 'about', 'his', 'boss', 'and', 'the', 'chief', 'clerk', 'but', 'they', 'would', 'appear', 'again', 'in', 'his', 'thoughts', 'the', 'salesmen', 'and', 'the', 'apprentices', 'that', 'stupid', 'teaboy', 'two', 'or', 'three', 'friends', 'from', 'other', 'businesses', 'one', 'of', 'the', 'chambermaids', 'from', 'a', 'provincial', 'hotel', 'a', 'tender', 'memory', 'that', 'appeared', 'and', 'disappeared', 'again', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'his', 'attention', 'had', 'been', 'serious', 'but', 'too', 'slow', '', 'all', 'of', 'them', 'appeared', 'to', 'him', 'mixed', 'together', 'with', 'strangers', 'and', 'others', 'he', 'had', 'forgotten', 'but', 'instead', 'of', 'helping', 'him', 'and', 'his', 'family', 'they', 'were', 'all', 'of', 'them', 'inaccessible', 'and', 'he', 'was', 'glad', 'when', 'they', 'disappeared', 'Other', 'times', 'he', 'was', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'his', 'family', 'he', 'was', 'filled', 'with', 'simple', 'rage', 'about', 'the', 'lack', 'of', 'attention', 'he', 'was', 'shown', 'and', 'although', 'he', 'could', 'think', 'of', 'nothing', 'he', 'would', 'have', 'wanted', 'he', 'made', 'plans', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantry', 'where', 'he', 'could', 'take', 'all', 'the', 'things', 'he', 'was', 'entitled', 'to', 'even', 'if', 'he', 'was', 'not', 'hungry', 'Gregors', 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'please', 'him', 'but', 'would', 'hurriedly', 'push', 'some', 'food', 'or', 'other', 'into', 'his', 'room', 'with', 'her', 'foot', 'before', 'she', 'rushed', 'out', 'to', 'work', 'in', 'the', 'morning', 'and', 'at', 'midday', 'and', 'in', 'the', 'evening', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom', 'indifferent', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', '', 'more', 'often', 'than', 'not', '', 'had', 'been', 'left', 'totally', 'untouched', 'She', 'still', 'cleared', 'up', 'the', 'room', 'in', 'the', 'evening', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'any', 'quicker', 'about', 'it', 'Smears', 'of', 'dirt', 'were', 'left', 'on', 'the', 'walls', 'here', 'and', 'there', 'were', 'little', 'balls', 'of', 'dust', 'and', 'filth', 'At', 'first', 'Gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'places', 'when', 'his', 'sister', 'arrived', 'as', 'a', 'reproach', 'to', 'her', 'but', 'he', 'could', 'have', 'stayed', 'there', 'for', 'weeks', 'without', 'his', 'sister', 'doing', 'anything', 'about', 'it', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simply', 'decided', 'to', 'leave', 'him', 'to', 'it', 'At', 'the', 'same', 'time', 'she', 'became', 'touchy', 'in', 'a', 'way', 'that', 'was', 'quite', 'new', 'for', 'her', 'and', 'which', 'everyone', 'in', 'the', 'family', 'understood', '', 'cleaning', 'up', 'Gregors', 'room', 'was', 'for', 'her', 'and', 'her', 'alone', 'Gregors', 'mother', 'did', 'once', 'thoroughly', 'clean', 'his', 'room', 'and', 'needed', 'to', 'use', 'several', 'bucketfuls', 'of', 'water', 'to', 'do', 'it', '', 'although', 'that', 'much', 'dampness', 'also', 'made', 'Gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch', 'bitter', 'and', 'immobile', 'But', 'his', 'mother', 'was', 'to', 'be', 'punished', 'still', 'more', 'for', 'what', 'she', 'had', 'done', 'as', 'hardly', 'had', 'his', 'sister', 'arrived', 'home', 'in', 'the', 'evening', 'than', 'she', 'noticed', 'the', 'change', 'in', 'Gregors', 'room', 'and', 'highly', 'aggrieved', 'ran', 'back', 'into', 'the', 'living', 'room', 'where', 'despite', 'her', 'mothers', 'raised', 'and', 'imploring', 'hands', 'she', 'broke', 'into', 'convulsive', 'tears', 'Her', 'father', 'of', 'course', 'was', 'startled', 'out', 'of', 'his', 'chair', 'and', 'the', 'two', 'parents', 'looked', 'on', 'astonished', 'and', 'helpless', 'then', 'they', 'too', 'became', 'agitated', 'Gregors', 'father', 'standing', 'to', 'the', 'right', 'of', 'his', 'mother', 'accused', 'her', 'of', 'not', 'leaving', 'the', 'cleaning', 'of', 'Gregors', 'room', 'to', 'his', 'sister', 'from', 'her', 'left', 'Gregors', 'sister', 'screamed', 'at', 'her', 'that', 'she', 'was', 'never', 'to', 'clean', 'Gregors', 'room', 'again', 'while', 'his', 'mother', 'tried', 'to', 'draw', 'his', 'father', 'who', 'was', 'beside', 'himself', 'with', 'anger', 'into', 'the', 'bedroom', 'his', 'sister', 'quaking', 'with', 'tears', 'thumped', 'on', 'the', 'table', 'with', 'her', 'small', 'fists', 'and', 'Gregor', 'hissed', 'in', 'anger', 'that', 'noone', 'had', 'even', 'thought', 'of', 'closing', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'this', 'and', 'all', 'its', 'noise', 'Gregors', 'sister', 'was', 'exhausted', 'from', 'going', 'out', 'to', 'work', 'and', 'looking', 'after', 'Gregor', 'as', 'she', 'had', 'done', 'before', 'was', 'even', 'more', 'work', 'for', 'her', 'but', 'even', 'so', 'his', 'mother', 'ought', 'certainly', 'not', 'to', 'have', 'taken', 'her', 'place', 'Gregor', 'on', 'the', 'other', 'hand', 'ought', 'not', 'to', 'be', 'neglected', 'Now', 'though', 'the', 'charwoman', 'was', 'here', 'This', 'elderly', 'widow', 'with', 'a', 'robust', 'bone', 'structure', 'that', 'made', 'her', 'able', 'to', 'withstand', 'the', 'hardest', 'of', 'things', 'in', 'her', 'long', 'life', 'wasnt', 'really', 'repelled', 'by', 'Gregor', 'Just', 'by', 'chance', 'one', 'day', 'rather', 'than', 'any', 'real', 'curiosity', 'she', 'opened', 'the', 'door', 'to', 'Gregors', 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him', 'He', 'was', 'taken', 'totally', 'by', 'surprise', 'noone', 'was', 'chasing', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amazement', 'with', 'her', 'hands', 'crossed', 'in', 'front', 'of', 'her', 'From', 'then', 'on', 'she', 'never', 'failed', 'to', 'open', 'the', 'door', 'slightly', 'every', 'evening', 'and', 'morning', 'and', 'look', 'briefly', 'in', 'on', 'him', 'At', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'words', 'that', 'she', 'probably', 'considered', 'friendly', 'such', 'as', 'come', 'on', 'then', 'you', 'old', 'dungbeetle', 'or', 'look', 'at', 'the', 'old', 'dungbeetle', 'there', 'Gregor', 'never', 'responded', 'to', 'being', 'spoken', 'to', 'in', 'that', 'way', 'but', 'just', 'remained', 'where', 'he', 'was', 'without', 'moving', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'opened', 'If', 'only', 'they', 'had', 'told', 'this', 'charwoman', 'to', 'clean', 'up', 'his', 'room', 'every', 'day', 'instead', 'of', 'letting', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenever', 'she', 'felt', 'like', 'it', 'One', 'day', 'early', 'in', 'the', 'morning', 'while', 'a', 'heavy', 'rain', 'struck', 'the', 'windowpanes', 'perhaps', 'indicating', 'that', 'spring', 'was', 'coming', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'once', 'again', 'Gregor', 'was', 'so', 'resentful', 'of', 'it', 'that', 'he', 'started', 'to', 'move', 'toward', 'her', 'he', 'was', 'slow', 'and', 'infirm', 'but', 'it', 'was', 'like', 'a', 'kind', 'of', 'attack', 'Instead', 'of', 'being', 'afraid', 'the', 'charwoman', 'just', 'lifted', 'up', 'one', 'of', 'the', 'chairs', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open', 'clearly', 'intending', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slammed', 'down', 'into', 'Gregors', 'back', 'Arent', 'you', 'coming', 'any', 'closer', 'then', 'she', 'asked', 'when', 'Gregor', 'turned', 'round', 'again', 'and', 'she', 'calmly', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner', 'Gregor', 'had', 'almost', 'entirely', 'stopped', 'eating', 'Only', 'if', 'he', 'happened', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepared', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'his', 'mouth', 'to', 'play', 'with', 'it', 'leave', 'it', 'there', 'a', 'few', 'hours', 'and', 'then', 'more', 'often', 'than', 'not', 'spit', 'it', 'out', 'again', 'At', 'first', 'he', 'thought', 'it', 'was', 'distress', 'at', 'the', 'state', 'of', 'his', 'room', 'that', 'stopped', 'him', 'eating', 'but', 'he', 'had', 'soon', 'got', 'used', 'to', 'the', 'changes', 'made', 'there', 'They', 'had', 'got', 'into', 'the', 'habit', 'of', 'putting', 'things', 'into', 'this', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywhere', 'else', 'and', 'there', 'were', 'now', 'many', 'such', 'things', 'as', 'one', 'of', 'the', 'rooms', 'in', 'the', 'flat', 'had', 'been', 'rented', 'out', 'to', 'three', 'gentlemen', 'These', 'earnest', 'gentlemen', '', 'all', 'three', 'of', 'them', 'had', 'full', 'beards', 'as', 'Gregor', 'learned', 'peering', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', '', 'were', 'painfully', 'insistent', 'on', 'things', 'being', 'tidy', 'This', 'meant', 'not', 'only', 'in', 'their', 'own', 'room', 'but', 'since', 'they', 'had', 'taken', 'a', 'room', 'in', 'this', 'establishment', 'in', 'the', 'entire', 'flat', 'and', 'especially', 'in', 'the', 'kitchen', 'Unnecessary', 'clutter', 'was', 'something', 'they', 'could', 'not', 'tolerate', 'especially', 'if', 'it', 'was', 'dirty', 'They', 'had', 'moreover', 'brought', 'most', 'of', 'their', 'own', 'furnishings', 'and', 'equipment', 'with', 'them', 'For', 'this', 'reason', 'many', 'things', 'had', 'become', 'superfluous', 'which', 'although', 'they', 'could', 'not', 'be', 'sold', 'the', 'family', 'did', 'not', 'wish', 'to', 'discard', 'All', 'these', 'things', 'found', 'their', 'way', 'into', 'Gregors', 'room', 'The', 'dustbins', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too', 'The', 'charwoman', 'was', 'always', 'in', 'a', 'hurry', 'and', 'anything', 'she', 'couldnt', 'use', 'for', 'the', 'time', 'being', 'she', 'would', 'just', 'chuck', 'in', 'there', 'He', 'fortunately', 'would', 'usually', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it', 'The', 'woman', 'most', 'likely', 'meant', 'to', 'fetch', 'the', 'things', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportunity', 'or', 'to', 'throw', 'everything', 'out', 'in', 'one', 'go', 'but', 'what', 'actually', 'happened', 'was', 'that', 'they', 'were', 'left', 'where', 'they', 'landed', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'Gregor', 'made', 'his', 'way', 'through', 'the', 'junk', 'and', 'moved', 'it', 'somewhere', 'else', 'At', 'first', 'he', 'moved', 'it', 'because', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about', 'he', 'was', 'forced', 'to', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'moving', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tired', 'to', 'death', 'and', 'he', 'would', 'remain', 'immobile', 'for', 'hours', 'afterwards', 'The', 'gentlemen', 'who', 'rented', 'the', 'room', 'would', 'sometimes', 'take', 'their', 'evening', 'meal', 'at', 'home', 'in', 'the', 'living', 'room', 'that', 'was', 'used', 'by', 'everyone', 'and', 'so', 'the', 'door', 'to', 'this', 'room', 'was', 'often', 'kept', 'closed', 'in', 'the', 'evening', 'But', 'Gregor', 'found', 'it', 'easy', 'to', 'give', 'up', 'having', 'the', 'door', 'open', 'he', 'had', 'after', 'all', 'often', 'failed', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'was', 'open', 'and', 'without', 'the', 'family', 'having', 'noticed', 'it', 'lain', 'in', 'his', 'room', 'in', 'its', 'darkest', 'corner', 'One', 'time', 'though', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'living', 'room', 'slightly', 'open', 'and', 'it', 'remained', 'open', 'when', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'came', 'in', 'in', 'the', 'evening', 'and', 'the', 'light', 'was', 'put', 'on', 'They', 'sat', 'up', 'at', 'the', 'table', 'where', 'formerly', 'Gregor', 'had', 'taken', 'his', 'meals', 'with', 'his', 'father', 'and', 'mother', 'they', 'unfolded', 'the', 'serviettes', 'and', 'picked', 'up', 'their', 'knives', 'and', 'forks', 'Gregors', 'mother', 'immediately', 'appeared', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'his', 'sister', 'with', 'a', 'dish', 'piled', 'high', 'with', 'potatoes', 'The', 'food', 'was', 'steaming', 'and', 'filled', 'the', 'room', 'with', 'its', 'smell', 'The', 'gentlemen', 'bent', 'over', 'the', 'dishes', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'wanted', 'to', 'test', 'the', 'food', 'before', 'eating', 'it', 'and', 'the', 'gentleman', 'in', 'the', 'middle', 'who', 'seemed', 'to', 'count', 'as', 'an', 'authority', 'for', 'the', 'other', 'two', 'did', 'indeed', 'cut', 'off', 'a', 'piece', 'of', 'meat', 'while', 'it', 'was', 'still', 'in', 'its', 'dish', 'clearly', 'wishing', 'to', 'establish', 'whether', 'it', 'was', 'sufficiently', 'cooked', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen', 'It', 'was', 'to', 'his', 'satisfaction', 'and', 'Gregors', 'mother', 'and', 'sister', 'who', 'had', 'been', 'looking', 'on', 'anxiously', 'began', 'to', 'breathe', 'again', 'and', 'smiled', 'The', 'family', 'themselves', 'ate', 'in', 'the', 'kitchen', 'Nonetheless', 'Gregors', 'father', 'came', 'into', 'the', 'living', 'room', 'before', 'he', 'went', 'into', 'the', 'kitchen', 'bowed', 'once', 'with', 'his', 'cap', 'in', 'his', 'hand', 'and', 'did', 'his', 'round', 'of', 'the', 'table', 'The', 'gentlemen', 'stood', 'as', 'one', 'and', 'mumbled', 'something', 'into', 'their', 'beards', 'Then', 'once', 'they', 'were', 'alone', 'they', 'ate', 'in', 'near', 'perfect', 'silence', 'It', 'seemed', 'remarkable', 'to', 'Gregor', 'that', 'above', 'all', 'the', 'various', 'noises', 'of', 'eating', 'their', 'chewing', 'teeth', 'could', 'still', 'be', 'heard', 'as', 'if', 'they', 'had', 'wanted', 'to', 'show', 'Gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'was', 'not', 'possible', 'to', 'perform', 'anything', 'with', 'jaws', 'that', 'are', 'toothless', 'however', 'nice', 'they', 'might', 'be', 'Id', 'like', 'to', 'eat', 'something', 'said', 'Gregor', 'anxiously', 'but', 'not', 'anything', 'like', 'theyre', 'eating', 'They', 'do', 'feed', 'themselves', 'And', 'here', 'I', 'am', 'dying', 'Throughout', 'all', 'this', 'time', 'Gregor', 'could', 'not', 'remember', 'having', 'heard', 'the', 'violin', 'being', 'played', 'but', 'this', 'evening', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen', 'The', 'three', 'gentlemen', 'had', 'already', 'finished', 'their', 'meal', 'the', 'one', 'in', 'the', 'middle', 'had', 'produced', 'a', 'newspaper', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'others', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chairs', 'reading', 'them', 'and', 'smoking', 'When', 'the', 'violin', 'began', 'playing', 'they', 'became', 'attentive', 'stood', 'up', 'and', 'went', 'on', 'tiptoe', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'pressed', 'against', 'each', 'other', 'Someone', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen', 'as', 'Gregors', 'father', 'called', 'out', 'Is', 'the', 'playing', 'perhaps', 'unpleasant', 'for', 'the', 'gentlemen', 'We', 'can', 'stop', 'it', 'straight', 'away', 'On', 'the', 'contrary', 'said', 'the', 'middle', 'gentleman', 'would', 'the', 'young', 'lady', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room', 'where', 'it', 'is', 'after', 'all', 'much', 'more', 'cosy', 'and', 'comfortable', 'Oh', 'yes', 'wed', 'love', 'to', 'called', 'back', 'Gregors', 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself', 'The', 'gentlemen', 'stepped', 'back', 'into', 'the', 'room', 'and', 'waited', 'Gregors', 'father', 'soon', 'appeared', 'with', 'the', 'music', 'stand', 'his', 'mother', 'with', 'the', 'music', 'and', 'his', 'sister', 'with', 'the', 'violin', 'She', 'calmly', 'prepared', 'everything', 'for', 'her', 'to', 'begin', 'playing', 'his', 'parents', 'who', 'had', 'never', 'rented', 'a', 'room', 'out', 'before', 'and', 'therefore', 'showed', 'an', 'exaggerated', 'courtesy', 'towards', 'the', 'three', 'gentlemen', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chairs', 'his', 'father', 'leant', 'against', 'the', 'door', 'with', 'his', 'right', 'hand', 'pushed', 'in', 'between', 'two', 'buttons', 'on', 'his', 'uniform', 'coat', 'his', 'mother', 'though', 'was', 'offered', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', '', 'leaving', 'the', 'chair', 'where', 'the', 'gentleman', 'happened', 'to', 'have', 'placed', 'it', '', 'out', 'of', 'the', 'way', 'in', 'a', 'corner', 'His', 'sister', 'began', 'to', 'play', 'father', 'and', 'mother', 'paid', 'close', 'attention', 'one', 'on', 'each', 'side', 'to', 'the', 'movements', 'of', 'her', 'hands', 'Drawn', 'in', 'by', 'the', 'playing', 'Gregor', 'had', 'dared', 'to', 'come', 'forward', 'a', 'little', 'and', 'already', 'had', 'his', 'head', 'in', 'the', 'living', 'room', 'Before', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'considerate', 'he', 'was', 'but', 'now', 'it', 'hardly', 'occurred', 'to', 'him', 'that', 'he', 'had', 'become', 'so', 'thoughtless', 'about', 'the', 'others', 'Whats', 'more', 'there', 'was', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'was', 'covered', 'in', 'the', 'dust', 'that', 'lay', 'everywhere', 'in', 'his', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement', 'he', 'carried', 'threads', 'hairs', 'and', 'remains', 'of', 'food', 'about', 'on', 'his', 'back', 'and', 'sides', 'he', 'was', 'much', 'too', 'indifferent', 'to', 'everything', 'now', 'to', 'lay', 'on', 'his', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'used', 'to', 'do', 'several', 'times', 'a', 'day', 'And', 'despite', 'this', 'condition', 'he', 'was', 'not', 'too', 'shy', 'to', 'move', 'forward', 'a', 'little', 'onto', 'the', 'immaculate', 'floor', 'of', 'the', 'living', 'room', 'Noone', 'noticed', 'him', 'though', 'The', 'family', 'was', 'totally', 'preoccupied', 'with', 'the', 'violin', 'playing', 'at', 'first', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hands', 'in', 'their', 'pockets', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'notes', 'being', 'played', 'and', 'they', 'must', 'have', 'disturbed', 'Gregors', 'sister', 'but', 'soon', 'in', 'contrast', 'with', 'the', 'family', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'heads', 'sunk', 'and', 'talking', 'to', 'each', 'other', 'at', 'half', 'volume', 'and', 'they', 'stayed', 'by', 'the', 'window', 'while', 'Gregors', 'father', 'observed', 'them', 'anxiously', 'It', 'really', 'now', 'seemed', 'very', 'obvious', 'that', 'they', 'had', 'expected', 'to', 'hear', 'some', 'beautiful', 'or', 'entertaining', 'violin', 'playing', 'but', 'had', 'been', 'disappointed', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'performance', 'and', 'it', 'was', 'only', 'now', 'out', 'of', 'politeness', 'that', 'they', 'allowed', 'their', 'peace', 'to', 'be', 'disturbed', 'It', 'was', 'especially', 'unnerving', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarettes', 'upwards', 'from', 'their', 'mouth', 'and', 'noses', 'Yet', 'Gregors', 'sister', 'was', 'playing', 'so', 'beautifully', 'Her', 'face', 'was', 'leant', 'to', 'one', 'side', 'following', 'the', 'lines', 'of', 'music', 'with', 'a', 'careful', 'and', 'melancholy', 'expression', 'Gregor', 'crawled', 'a', 'little', 'further', 'forward', 'keeping', 'his', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eyes', 'if', 'the', 'chance', 'came', 'Was', 'he', 'an', 'animal', 'if', 'music', 'could', 'captivate', 'him', 'so', 'It', 'seemed', 'to', 'him', 'that', 'he', 'was', 'being', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourishment', 'he', 'had', 'been', 'yearning', 'for', 'He', 'was', 'determined', 'to', 'make', 'his', 'way', 'forward', 'to', 'his', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'his', 'room', 'with', 'her', 'violin', 'as', 'noone', 'appreciated', 'her', 'playing', 'here', 'as', 'much', 'as', 'he', 'would', 'He', 'never', 'wanted', 'to', 'let', 'her', 'out', 'of', 'his', 'room', 'not', 'while', 'he', 'lived', 'anyway', 'his', 'shocking', 'appearance', 'should', 'for', 'once', 'be', 'of', 'some', 'use', 'to', 'him', 'he', 'wanted', 'to', 'be', 'at', 'every', 'door', 'of', 'his', 'room', 'at', 'once', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attackers', 'his', 'sister', 'should', 'not', 'be', 'forced', 'to', 'stay', 'with', 'him', 'though', 'but', 'stay', 'of', 'her', 'own', 'free', 'will', 'she', 'would', 'sit', 'beside', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'always', 'intended', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'how', 'he', 'would', 'have', 'told', 'everyone', 'about', 'it', 'last', 'Christmas', '', 'had', 'Christmas', 'really', 'come', 'and', 'gone', 'already', '', 'if', 'this', 'misfortune', 'hadnt', 'got', 'in', 'the', 'way', 'and', 'refuse', 'to', 'let', 'anyone', 'dissuade', 'him', 'from', 'it', 'On', 'hearing', 'all', 'this', 'his', 'sister', 'would', 'break', 'out', 'in', 'tears', 'of', 'emotion', 'and', 'Gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck', 'which', 'since', 'she', 'had', 'been', 'going', 'out', 'to', 'work', 'she', 'had', 'kept', 'free', 'without', 'any', 'necklace', 'or', 'collar', 'Mr', 'Samsa', 'shouted', 'the', 'middle', 'gentleman', 'to', 'Gregors', 'father', 'pointing', 'without', 'wasting', 'any', 'more', 'words', 'with', 'his', 'forefinger', 'at', 'Gregor', 'as', 'he', 'slowly', 'moved', 'forward', 'The', 'violin', 'went', 'silent', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'first', 'smiled', 'at', 'his', 'two', 'friends', 'shaking', 'his', 'head', 'and', 'then', 'looked', 'back', 'at', 'Gregor', 'His', 'father', 'seemed', 'to', 'think', 'it', 'more', 'important', 'to', 'calm', 'the', 'three', 'gentlemen', 'before', 'driving', 'Gregor', 'out', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seemed', 'to', 'think', 'Gregor', 'was', 'more', 'entertaining', 'than', 'the', 'violin', 'playing', 'had', 'been', 'He', 'rushed', 'up', 'to', 'them', 'with', 'his', 'arms', 'spread', 'out', 'and', 'attempted', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'trying', 'to', 'block', 'their', 'view', 'of', 'Gregor', 'with', 'his', 'body', 'Now', 'they', 'did', 'become', 'a', 'little', 'annoyed', 'and', 'it', 'was', 'not', 'clear', 'whether', 'it', 'was', 'his', 'fathers', 'behaviour', 'that', 'annoyed', 'them', 'or', 'the', 'dawning', 'realisation', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'Gregor', 'in', 'the', 'next', 'room', 'without', 'knowing', 'it', 'They', 'asked', 'Gregors', 'father', 'for', 'explanations', 'raised', 'their', 'arms', 'like', 'he', 'had', 'tugged', 'excitedly', 'at', 'their', 'beards', 'and', 'moved', 'back', 'towards', 'their', 'room', 'only', 'very', 'slowly', 'Meanwhile', 'Gregors', 'sister', 'had', 'overcome', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'playing', 'was', 'suddenly', 'interrupted', 'She', 'had', 'let', 'her', 'hands', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limply', 'for', 'a', 'while', 'but', 'continued', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'playing', 'but', 'then', 'she', 'suddenly', 'pulled', 'herself', 'together', 'lay', 'the', 'instrument', 'on', 'her', 'mothers', 'lap', 'who', 'still', 'sat', 'laboriously', 'struggling', 'for', 'breath', 'where', 'she', 'was', 'and', 'ran', 'into', 'the', 'next', 'room', 'which', 'under', 'pressure', 'from', 'her', 'father', 'the', 'three', 'gentlemen', 'were', 'more', 'quickly', 'moving', 'toward', 'Under', 'his', 'sisters', 'experienced', 'hand', 'the', 'pillows', 'and', 'covers', 'on', 'the', 'beds', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'already', 'finished', 'making', 'the', 'beds', 'and', 'slipped', 'out', 'again', 'before', 'the', 'three', 'gentlemen', 'had', 'reached', 'the', 'room', 'Gregors', 'father', 'seemed', 'so', 'obsessed', 'with', 'what', 'he', 'was', 'doing', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owed', 'to', 'his', 'tenants', 'He', 'urged', 'them', 'and', 'pressed', 'them', 'until', 'when', 'he', 'was', 'already', 'at', 'the', 'door', 'of', 'the', 'room', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'and', 'stamped', 'his', 'foot', 'and', 'thereby', 'brought', 'Gregors', 'father', 'to', 'a', 'halt', 'I', 'declare', 'here', 'and', 'now', 'he', 'said', 'raising', 'his', 'hand', 'and', 'glancing', 'at', 'Gregors', 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attention', 'too', 'that', 'with', 'regard', 'to', 'the', 'repugnant', 'conditions', 'that', 'prevail', 'in', 'this', 'flat', 'and', 'with', 'this', 'family', '', 'here', 'he', 'looked', 'briefly', 'but', 'decisively', 'at', 'the', 'floor', '', 'I', 'give', 'immediate', 'notice', 'on', 'my', 'room', 'For', 'the', 'days', 'that', 'I', 'have', 'been', 'living', 'here', 'I', 'will', 'of', 'course', 'pay', 'nothing', 'at', 'all', 'on', 'the', 'contrary', 'I', 'will', 'consider', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damages', 'from', 'you', 'and', 'believe', 'me', 'it', 'would', 'be', 'very', 'easy', 'to', 'set', 'out', 'the', 'grounds', 'for', 'such', 'an', 'action', 'He', 'was', 'silent', 'and', 'looked', 'straight', 'ahead', 'as', 'if', 'waiting', 'for', 'something', 'And', 'indeed', 'his', 'two', 'friends', 'joined', 'in', 'with', 'the', 'words', 'And', 'we', 'also', 'give', 'immediate', 'notice', 'With', 'that', 'he', 'took', 'hold', 'of', 'the', 'door', 'handle', 'and', 'slammed', 'the', 'door', 'Gregors', 'father', 'staggered', 'back', 'to', 'his', 'seat', 'feeling', 'his', 'way', 'with', 'his', 'hands', 'and', 'fell', 'into', 'it', 'it', 'looked', 'as', 'if', 'he', 'was', 'stretching', 'himself', 'out', 'for', 'his', 'usual', 'evening', 'nap', 'but', 'from', 'the', 'uncontrolled', 'way', 'his', 'head', 'kept', 'nodding', 'it', 'could', 'be', 'seen', 'that', 'he', 'was', 'not', 'sleeping', 'at', 'all', 'Throughout', 'all', 'this', 'Gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him', 'His', 'disappointment', 'at', 'the', 'failure', 'of', 'his', 'plan', 'and', 'perhaps', 'also', 'because', 'he', 'was', 'weak', 'from', 'hunger', 'made', 'it', 'impossible', 'for', 'him', 'to', 'move', 'He', 'was', 'sure', 'that', 'everyone', 'would', 'turn', 'on', 'him', 'any', 'moment', 'and', 'he', 'waited', 'He', 'was', 'not', 'even', 'startled', 'out', 'of', 'this', 'state', 'when', 'the', 'violin', 'on', 'his', 'mothers', 'lap', 'fell', 'from', 'her', 'trembling', 'fingers', 'and', 'landed', 'loudly', 'on', 'the', 'floor', 'Father', 'Mother', 'said', 'his', 'sister', 'hitting', 'the', 'table', 'with', 'her', 'hand', 'as', 'introduction', 'we', 'cant', 'carry', 'on', 'like', 'this', 'Maybe', 'you', 'cant', 'see', 'it', 'but', 'I', 'can', 'I', 'dont', 'want', 'to', 'call', 'this', 'monster', 'my', 'brother', 'all', 'I', 'can', 'say', 'is', 'we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', 'Weve', 'done', 'all', 'thats', 'humanly', 'possible', 'to', 'look', 'after', 'it', 'and', 'be', 'patient', 'I', 'dont', 'think', 'anyone', 'could', 'accuse', 'us', 'of', 'doing', 'anything', 'wrong', 'Shes', 'absolutely', 'right', 'said', 'Gregors', 'father', 'to', 'himself', 'His', 'mother', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath', 'began', 'to', 'cough', 'dully', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'deranged', 'expression', 'in', 'her', 'eyes', 'Gregors', 'sister', 'rushed', 'to', 'his', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead', 'Her', 'words', 'seemed', 'to', 'give', 'Gregors', 'father', 'some', 'more', 'definite', 'ideas', 'He', 'sat', 'upright', 'played', 'with', 'his', 'uniform', 'cap', 'between', 'the', 'plates', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal', 'and', 'occasionally', 'looked', 'down', 'at', 'Gregor', 'as', 'he', 'lay', 'there', 'immobile', 'We', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', 'said', 'Gregors', 'sister', 'now', 'speaking', 'only', 'to', 'her', 'father', 'as', 'her', 'mother', 'was', 'too', 'occupied', 'with', 'coughing', 'to', 'listen', 'itll', 'be', 'the', 'death', 'of', 'both', 'of', 'you', 'I', 'can', 'see', 'it', 'coming', 'We', 'cant', 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortured', 'like', 'this', 'we', 'cant', 'endure', 'it', 'I', 'cant', 'endure', 'it', 'any', 'more', 'And', 'she', 'broke', 'out', 'so', 'heavily', 'in', 'tears', 'that', 'they', 'flowed', 'down', 'the', 'face', 'of', 'her', 'mother', 'and', 'she', 'wiped', 'them', 'away', 'with', 'mechanical', 'hand', 'movements', 'My', 'child', 'said', 'her', 'father', 'with', 'sympathy', 'and', 'obvious', 'understanding', 'what', 'are', 'we', 'to', 'do', 'His', 'sister', 'just', 'shrugged', 'her', 'shoulders', 'as', 'a', 'sign', 'of', 'the', 'helplessness', 'and', 'tears', 'that', 'had', 'taken', 'hold', 'of', 'her', 'displacing', 'her', 'earlier', 'certainty', 'If', 'he', 'could', 'just', 'understand', 'us', 'said', 'his', 'father', 'almost', 'as', 'a', 'question', 'his', 'sister', 'shook', 'her', 'hand', 'vigorously', 'through', 'her', 'tears', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'was', 'no', 'question', 'If', 'he', 'could', 'just', 'understand', 'us', 'repeated', 'Gregors', 'father', 'closing', 'his', 'eyes', 'in', 'acceptance', 'of', 'his', 'sisters', 'certainty', 'that', 'that', 'was', 'quite', 'impossible', 'then', 'perhaps', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrangement', 'with', 'him', 'But', 'as', 'it', 'is', '', 'Its', 'got', 'to', 'go', 'shouted', 'his', 'sister', 'thats', 'the', 'only', 'way', 'Father', 'Youve', 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', 'thats', 'Gregor', 'Weve', 'only', 'harmed', 'ourselves', 'by', 'believing', 'it', 'for', 'so', 'long', 'How', 'can', 'that', 'be', 'Gregor', 'If', 'it', 'were', 'Gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', 'its', 'not', 'possible', 'for', 'human', 'beings', 'to', 'live', 'with', 'an', 'animal', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'his', 'own', 'free', 'will', 'We', 'wouldnt', 'have', 'a', 'brother', 'any', 'more', 'then', 'but', 'we', 'could', 'carry', 'on', 'with', 'our', 'lives', 'and', 'remember', 'him', 'with', 'respect', 'As', 'it', 'is', 'this', 'animal', 'is', 'persecuting', 'us', 'its', 'driven', 'out', 'our', 'tenants', 'it', 'obviously', 'wants', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'force', 'us', 'to', 'sleep', 'on', 'the', 'streets', 'Father', 'look', 'just', 'look', 'she', 'suddenly', 'screamed', 'hes', 'starting', 'again', 'In', 'her', 'alarm', 'which', 'was', 'totally', 'beyond', 'Gregors', 'comprehension', 'his', 'sister', 'even', 'abandoned', 'his', 'mother', 'as', 'she', 'pushed', 'herself', 'vigorously', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'willing', 'to', 'sacrifice', 'her', 'own', 'mother', 'than', 'stay', 'anywhere', 'near', 'Gregor', 'She', 'rushed', 'over', 'to', 'behind', 'her', 'father', 'who', 'had', 'become', 'excited', 'merely', 'because', 'she', 'was', 'and', 'stood', 'up', 'half', 'raising', 'his', 'hands', 'in', 'front', 'of', 'Gregors', 'sister', 'as', 'if', 'to', 'protect', 'her', 'But', 'Gregor', 'had', 'had', 'no', 'intention', 'of', 'frightening', 'anyone', 'least', 'of', 'all', 'his', 'sister', 'All', 'he', 'had', 'done', 'was', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'his', 'room', 'although', 'that', 'was', 'in', 'itself', 'quite', 'startling', 'as', 'his', 'painwracked', 'condition', 'meant', 'that', 'turning', 'round', 'required', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'was', 'using', 'his', 'head', 'to', 'help', 'himself', 'do', 'it', 'repeatedly', 'raising', 'it', 'and', 'striking', 'it', 'against', 'the', 'floor', 'He', 'stopped', 'and', 'looked', 'round', 'They', 'seemed', 'to', 'have', 'realised', 'his', 'good', 'intention', 'and', 'had', 'only', 'been', 'alarmed', 'briefly', 'Now', 'they', 'all', 'looked', 'at', 'him', 'in', 'unhappy', 'silence', 'His', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'legs', 'stretched', 'out', 'and', 'pressed', 'against', 'each', 'other', 'her', 'eyes', 'nearly', 'closed', 'with', 'exhaustion', 'his', 'sister', 'sat', 'next', 'to', 'his', 'father', 'with', 'her', 'arms', 'around', 'his', 'neck', 'Maybe', 'now', 'theyll', 'let', 'me', 'turn', 'round', 'thought', 'Gregor', 'and', 'went', 'back', 'to', 'work', 'He', 'could', 'not', 'help', 'panting', 'loudly', 'with', 'the', 'effort', 'and', 'had', 'sometimes', 'to', 'stop', 'and', 'take', 'a', 'rest', 'Noone', 'was', 'making', 'him', 'rush', 'any', 'more', 'everything', 'was', 'left', 'up', 'to', 'him', 'As', 'soon', 'as', 'he', 'had', 'finally', 'finished', 'turning', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead', 'He', 'was', 'amazed', 'at', 'the', 'great', 'distance', 'that', 'separated', 'him', 'from', 'his', 'room', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'covered', 'that', 'distance', 'in', 'his', 'weak', 'state', 'a', 'little', 'while', 'before', 'and', 'almost', 'without', 'noticing', 'it', 'He', 'concentrated', 'on', 'crawling', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardly', 'noticed', 'that', 'there', 'was', 'not', 'a', 'word', 'not', 'any', 'cry', 'from', 'his', 'family', 'to', 'distract', 'him', 'He', 'did', 'not', 'turn', 'his', 'head', 'until', 'he', 'had', 'reached', 'the', 'doorway', 'He', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'his', 'neck', 'becoming', 'stiff', 'but', 'it', 'was', 'nonetheless', 'enough', 'to', 'see', 'that', 'nothing', 'behind', 'him', 'had', 'changed', 'only', 'his', 'sister', 'had', 'stood', 'up', 'With', 'his', 'last', 'glance', 'he', 'saw', 'that', 'his', 'mother', 'had', 'now', 'fallen', 'completely', 'asleep', 'He', 'was', 'hardly', 'inside', 'his', 'room', 'before', 'the', 'door', 'was', 'hurriedly', 'shut', 'bolted', 'and', 'locked', 'The', 'sudden', 'noise', 'behind', 'Gregor', 'so', 'startled', 'him', 'that', 'his', 'little', 'legs', 'collapsed', 'under', 'him', 'It', 'was', 'his', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush', 'She', 'had', 'been', 'standing', 'there', 'waiting', 'and', 'sprung', 'forward', 'lightly', 'Gregor', 'had', 'not', 'heard', 'her', 'coming', 'at', 'all', 'and', 'as', 'she', 'turned', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudly', 'to', 'her', 'parents', 'At', 'last', 'What', 'now', 'then', 'Gregor', 'asked', 'himself', 'as', 'he', 'looked', 'round', 'in', 'the', 'darkness', 'He', 'soon', 'made', 'the', 'discovery', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all', 'This', 'was', 'no', 'surprise', 'to', 'him', 'it', 'seemed', 'rather', 'that', 'being', 'able', 'to', 'actually', 'move', 'around', 'on', 'those', 'spindly', 'little', 'legs', 'until', 'then', 'was', 'unnatural', 'He', 'also', 'felt', 'relatively', 'comfortable', 'It', 'is', 'true', 'that', 'his', 'entire', 'body', 'was', 'aching', 'but', 'the', 'pain', 'seemed', 'to', 'be', 'slowly', 'getting', 'weaker', 'and', 'weaker', 'and', 'would', 'finally', 'disappear', 'altogether', 'He', 'could', 'already', 'hardly', 'feel', 'the', 'decayed', 'apple', 'in', 'his', 'back', 'or', 'the', 'inflamed', 'area', 'around', 'it', 'which', 'was', 'entirely', 'covered', 'in', 'white', 'dust', 'He', 'thought', 'back', 'of', 'his', 'family', 'with', 'emotion', 'and', 'love', 'If', 'it', 'was', 'possible', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongly', 'than', 'his', 'sister', 'He', 'remained', 'in', 'this', 'state', 'of', 'empty', 'and', 'peaceful', 'rumination', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morning', 'He', 'watched', 'as', 'it', 'slowly', 'began', 'to', 'get', 'light', 'everywhere', 'outside', 'the', 'window', 'too', 'Then', 'without', 'his', 'willing', 'it', 'his', 'head', 'sank', 'down', 'completely', 'and', 'his', 'last', 'breath', 'flowed', 'weakly', 'from', 'his', 'nostrils', 'When', 'the', 'cleaner', 'came', 'in', 'early', 'in', 'the', 'morning', '', 'theyd', 'often', 'asked', 'her', 'not', 'to', 'keep', 'slamming', 'the', 'doors', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurry', 'she', 'still', 'did', 'so', 'that', 'everyone', 'in', 'the', 'flat', 'knew', 'when', 'shed', 'arrived', 'and', 'from', 'then', 'on', 'it', 'was', 'impossible', 'to', 'sleep', 'in', 'peace', '', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'Gregor', 'and', 'at', 'first', 'found', 'nothing', 'special', 'She', 'thought', 'he', 'was', 'laying', 'there', 'so', 'still', 'on', 'purpose', 'playing', 'the', 'martyr', 'she', 'attributed', 'all', 'possible', 'understanding', 'to', 'him', 'She', 'happened', 'to', 'be', 'holding', 'the', 'long', 'broom', 'in', 'her', 'hand', 'so', 'she', 'tried', 'to', 'tickle', 'Gregor', 'with', 'it', 'from', 'the', 'doorway', 'When', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tried', 'to', 'make', 'a', 'nuisance', 'of', 'herself', 'and', 'poked', 'at', 'him', 'a', 'little', 'and', 'only', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resistance', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attention', 'She', 'soon', 'realised', 'what', 'had', 'really', 'happened', 'opened', 'her', 'eyes', 'wide', 'whistled', 'to', 'herself', 'but', 'did', 'not', 'waste', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'doors', 'and', 'shout', 'loudly', 'into', 'the', 'darkness', 'of', 'the', 'bedrooms', 'Come', 'and', 'ave', 'a', 'look', 'at', 'this', 'its', 'dead', 'just', 'lying', 'there', 'stone', 'dead', 'Mr', 'and', 'Mrs', 'Samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriage', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caused', 'by', 'the', 'cleaner', 'before', 'they', 'could', 'grasp', 'what', 'she', 'was', 'saying', 'But', 'then', 'each', 'from', 'his', 'own', 'side', 'they', 'hurried', 'out', 'of', 'bed', 'Mr', 'Samsa', 'threw', 'the', 'blanket', 'over', 'his', 'shoulders', 'Mrs', 'Samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress', 'and', 'that', 'is', 'how', 'they', 'went', 'into', 'Gregors', 'room', 'On', 'the', 'way', 'they', 'opened', 'the', 'door', 'to', 'the', 'living', 'room', 'where', 'Grete', 'had', 'been', 'sleeping', 'since', 'the', 'three', 'gentlemen', 'had', 'moved', 'in', 'she', 'was', 'fully', 'dressed', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep', 'and', 'the', 'paleness', 'of', 'her', 'face', 'seemed', 'to', 'confirm', 'this', 'Dead', 'asked', 'Mrs', 'Samsa', 'looking', 'at', 'the', 'charwoman', 'enquiringly', 'even', 'though', 'she', 'could', 'have', 'checked', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'checking', 'Thats', 'what', 'I', 'said', 'replied', 'the', 'cleaner', 'and', 'to', 'prove', 'it', 'she', 'gave', 'Gregors', 'body', 'another', 'shove', 'with', 'the', 'broom', 'sending', 'it', 'sideways', 'across', 'the', 'floor', 'Mrs', 'Samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'wanted', 'to', 'hold', 'back', 'the', 'broom', 'but', 'did', 'not', 'complete', 'it', 'Now', 'then', 'said', 'Mr', 'Samsa', 'lets', 'give', 'thanks', 'to', 'God', 'for', 'that', 'He', 'crossed', 'himself', 'and', 'the', 'three', 'women', 'followed', 'his', 'example', 'Grete', 'who', 'had', 'not', 'taken', 'her', 'eyes', 'from', 'the', 'corpse', 'said', 'Just', 'look', 'how', 'thin', 'he', 'was', 'He', 'didnt', 'eat', 'anything', 'for', 'so', 'long', 'The', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in', 'Gregors', 'body', 'was', 'indeed', 'completely', 'dried', 'up', 'and', 'flat', 'they', 'had', 'not', 'seen', 'it', 'until', 'then', 'but', 'now', 'he', 'was', 'not', 'lifted', 'up', 'on', 'his', 'little', 'legs', 'nor', 'did', 'he', 'do', 'anything', 'to', 'make', 'them', 'look', 'away', 'Grete', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'little', 'while', 'said', 'Mrs', 'Samsa', 'with', 'a', 'pained', 'smile', 'and', 'Grete', 'followed', 'her', 'parents', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'looking', 'back', 'at', 'the', 'body', 'The', 'cleaner', 'shut', 'the', 'door', 'and', 'opened', 'the', 'window', 'wide', 'Although', 'it', 'was', 'still', 'early', 'in', 'the', 'morning', 'the', 'fresh', 'air', 'had', 'something', 'of', 'warmth', 'mixed', 'in', 'with', 'it', 'It', 'was', 'already', 'the', 'end', 'of', 'March', 'after', 'all', 'The', 'three', 'gentlemen', 'stepped', 'out', 'of', 'their', 'room', 'and', 'looked', 'round', 'in', 'amazement', 'for', 'their', 'breakfasts', 'they', 'had', 'been', 'forgotten', 'about', 'Where', 'is', 'our', 'breakfast', 'the', 'middle', 'gentleman', 'asked', 'the', 'cleaner', 'irritably', 'She', 'just', 'put', 'her', 'finger', 'on', 'her', 'lips', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', 'Gregors', 'room', 'They', 'did', 'so', 'and', 'stood', 'around', 'Gregors', 'corpse', 'with', 'their', 'hands', 'in', 'the', 'pockets', 'of', 'their', 'wellworn', 'coats', 'It', 'was', 'now', 'quite', 'light', 'in', 'the', 'room', 'Then', 'the', 'door', 'of', 'the', 'bedroom', 'opened', 'and', 'Mr', 'Samsa', 'appeared', 'in', 'his', 'uniform', 'with', 'his', 'wife', 'on', 'one', 'arm', 'and', 'his', 'daughter', 'on', 'the', 'other', 'All', 'of', 'them', 'had', 'been', 'crying', 'a', 'little', 'Grete', 'now', 'and', 'then', 'pressed', 'her', 'face', 'against', 'her', 'fathers', 'arm', 'Leave', 'my', 'home', 'Now', 'said', 'Mr', 'Samsa', 'indicating', 'the', 'door', 'and', 'without', 'letting', 'the', 'women', 'from', 'him', 'What', 'do', 'you', 'mean', 'asked', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcerted', 'and', 'he', 'smiled', 'sweetly', 'The', 'other', 'two', 'held', 'their', 'hands', 'behind', 'their', 'backs', 'and', 'continually', 'rubbed', 'them', 'together', 'in', 'gleeful', 'anticipation', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'only', 'end', 'in', 'their', 'favour', 'I', 'mean', 'just', 'what', 'I', 'said', 'answered', 'Mr', 'Samsa', 'and', 'with', 'his', 'two', 'companions', 'went', 'in', 'a', 'straight', 'line', 'towards', 'the', 'man', 'At', 'first', 'he', 'stood', 'there', 'still', 'looking', 'at', 'the', 'ground', 'as', 'if', 'the', 'contents', 'of', 'his', 'head', 'were', 'rearranging', 'themselves', 'into', 'new', 'positions', 'Alright', 'well', 'go', 'then', 'he', 'said', 'and', 'looked', 'up', 'at', 'Mr', 'Samsa', 'as', 'if', 'he', 'had', 'been', 'suddenly', 'overcome', 'with', 'humility', 'and', 'wanted', 'permission', 'again', 'from', 'Mr', 'Samsa', 'for', 'his', 'decision', 'Mr', 'Samsa', 'merely', 'opened', 'his', 'eyes', 'wide', 'and', 'briefly', 'nodded', 'to', 'him', 'several', 'times', 'At', 'that', 'and', 'without', 'delay', 'the', 'man', 'actually', 'did', 'take', 'long', 'strides', 'into', 'the', 'front', 'hallway', 'his', 'two', 'friends', 'had', 'stopped', 'rubbing', 'their', 'hands', 'some', 'time', 'before', 'and', 'had', 'been', 'listening', 'to', 'what', 'was', 'being', 'said', 'Now', 'they', 'jumped', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'Mr', 'Samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connection', 'with', 'their', 'leader', 'Once', 'there', 'all', 'three', 'took', 'their', 'hats', 'from', 'the', 'stand', 'took', 'their', 'sticks', 'from', 'the', 'holder', 'bowed', 'without', 'a', 'word', 'and', 'left', 'the', 'premises', 'Mr', 'Samsa', 'and', 'the', 'two', 'women', 'followed', 'them', 'out', 'onto', 'the', 'landing', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', 'mens', 'intentions', 'and', 'as', 'they', 'leaned', 'over', 'the', 'landing', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steady', 'progress', 'down', 'the', 'many', 'steps', 'As', 'they', 'turned', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappeared', 'and', 'would', 'reappear', 'a', 'few', 'moments', 'later', 'the', 'further', 'down', 'they', 'went', 'the', 'more', 'that', 'the', 'Samsa', 'family', 'lost', 'interest', 'in', 'them', 'when', 'a', 'butchers', 'boy', 'proud', 'of', 'posture', 'with', 'his', 'tray', 'on', 'his', 'head', 'passed', 'them', 'on', 'his', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were', 'Mr', 'Samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'landing', 'and', 'went', 'as', 'if', 'relieved', 'back', 'into', 'the', 'flat', 'They', 'decided', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'was', 'for', 'relaxation', 'and', 'to', 'go', 'for', 'a', 'walk', 'not', 'only', 'had', 'they', 'earned', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'serious', 'need', 'of', 'it', 'So', 'they', 'sat', 'at', 'the', 'table', 'and', 'wrote', 'three', 'letters', 'of', 'excusal', 'Mr', 'Samsa', 'to', 'his', 'employers', 'Mrs', 'Samsa', 'to', 'her', 'contractor', 'and', 'Grete', 'to', 'her', 'principal', 'The', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'writing', 'to', 'tell', 'them', 'she', 'was', 'going', 'shed', 'finished', 'her', 'work', 'for', 'that', 'morning', 'The', 'three', 'of', 'them', 'at', 'first', 'just', 'nodded', 'without', 'looking', 'up', 'from', 'what', 'they', 'were', 'writing', 'and', 'it', 'was', 'only', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leave', 'that', 'they', 'looked', 'up', 'in', 'irritation', 'Well', 'asked', 'Mr', 'Samsa', 'The', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremendous', 'good', 'news', 'to', 'report', 'but', 'would', 'only', 'do', 'it', 'if', 'she', 'was', 'clearly', 'asked', 'to', 'The', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'on', 'her', 'hat', 'which', 'had', 'been', 'a', 'source', 'of', 'irritation', 'to', 'Mr', 'Samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'working', 'for', 'them', 'swayed', 'gently', 'in', 'all', 'directions', 'What', 'is', 'it', 'you', 'want', 'then', 'asked', 'Mrs', 'Samsa', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for', 'Yes', 'she', 'answered', 'and', 'broke', 'into', 'a', 'friendly', 'laugh', 'that', 'made', 'her', 'unable', 'to', 'speak', 'straight', 'away', 'well', 'then', 'that', 'thing', 'in', 'there', 'you', 'neednt', 'worry', 'about', 'how', 'youre', 'going', 'to', 'get', 'rid', 'of', 'it', 'Thats', 'all', 'been', 'sorted', 'out', 'Mrs', 'Samsa', 'and', 'Grete', 'bent', 'down', 'over', 'their', 'letters', 'as', 'if', 'intent', 'on', 'continuing', 'with', 'what', 'they', 'were', 'writing', 'Mr', 'Samsa', 'saw', 'that', 'the', 'cleaner', 'wanted', 'to', 'start', 'describing', 'everything', 'in', 'detail', 'but', 'with', 'outstretched', 'hand', 'he', 'made', 'it', 'quite', 'clear', 'that', 'she', 'was', 'not', 'to', 'So', 'as', 'she', 'was', 'prevented', 'from', 'telling', 'them', 'all', 'about', 'it', 'she', 'suddenly', 'remembered', 'what', 'a', 'hurry', 'she', 'was', 'in', 'and', 'clearly', 'peeved', 'called', 'out', 'Cheerio', 'then', 'everyone', 'turned', 'round', 'sharply', 'and', 'left', 'slamming', 'the', 'door', 'terribly', 'as', 'she', 'went', 'Tonight', 'she', 'gets', 'sacked', 'said', 'Mr', 'Samsa', 'but', 'he', 'received', 'no', 'reply', 'from', 'either', 'his', 'wife', 'or', 'his', 'daughter', 'as', 'the', 'charwoman', 'seemed', 'to', 'have', 'destroyed', 'the', 'peace', 'they', 'had', 'only', 'just', 'gained', 'They', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remained', 'with', 'their', 'arms', 'around', 'each', 'other', 'Mr', 'Samsa', 'twisted', 'round', 'in', 'his', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watching', 'for', 'a', 'while', 'Then', 'he', 'called', 'out', 'Come', 'here', 'then', 'Lets', 'forget', 'about', 'all', 'that', 'old', 'stuff', 'shall', 'we', 'Come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attention', 'The', 'two', 'women', 'immediately', 'did', 'as', 'he', 'said', 'hurrying', 'over', 'to', 'him', 'where', 'they', 'kissed', 'him', 'and', 'hugged', 'him', 'and', 'then', 'they', 'quickly', 'finished', 'their', 'letters', 'After', 'that', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'together', 'which', 'was', 'something', 'they', 'had', 'not', 'done', 'for', 'months', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'country', 'outside', 'the', 'town', 'They', 'had', 'the', 'tram', 'filled', 'with', 'warm', 'sunshine', 'all', 'to', 'themselves', 'Leant', 'back', 'comfortably', 'on', 'their', 'seats', 'they', 'discussed', 'their', 'prospects', 'and', 'found', 'that', 'on', 'closer', 'examination', 'they', 'were', 'not', 'at', 'all', 'bad', '', 'until', 'then', 'they', 'had', 'never', 'asked', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'jobs', 'which', 'were', 'very', 'good', 'and', 'held', 'particularly', 'good', 'promise', 'for', 'the', 'future', 'The', 'greatest', 'improvement', 'for', 'the', 'time', 'being', 'of', 'course', 'would', 'be', 'achieved', 'quite', 'easily', 'by', 'moving', 'house', 'what', 'they', 'needed', 'now', 'was', 'a', 'flat', 'that', 'was', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'Gregor', 'one', 'that', 'was', 'in', 'a', 'better', 'location', 'and', 'most', 'of', 'all', 'more', 'practical', 'All', 'the', 'time', 'Grete', 'was', 'becoming', 'livelier', 'With', 'all', 'the', 'worry', 'they', 'had', 'been', 'having', 'of', 'late', 'her', 'cheeks', 'had', 'become', 'pale', 'but', 'while', 'they', 'were', 'talking', 'Mr', 'and', 'Mrs', 'Samsa', 'were', 'struck', 'almost', 'simultaneously', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'was', 'blossoming', 'into', 'a', 'well', 'built', 'and', 'beautiful', 'young', 'lady', 'They', 'became', 'quieter', 'Just', 'from', 'each', 'others', 'glance', 'and', 'almost', 'without', 'knowing', 'it', 'they', 'agreed', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her', 'And', 'as', 'if', 'in', 'confirmation', 'of', 'their', 'new', 'dreams', 'and', 'good', 'intentions', 'as', 'soon', 'as', 'they', 'reached', 'their', 'destination', 'Grete', 'was', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'body', 'Updated', 'editions', 'will', 'replace', 'the', 'previous', 'onethe', 'old', 'editions', 'will', 'be', 'renamed', 'Creating', 'the', 'works', 'from', 'public', 'domain', 'print', 'editions', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works', 'so', 'the', 'Foundation', 'and', 'you', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United', 'States', 'without', 'permission', 'and', 'without', 'paying', 'copyright', 'royalties', 'Special', 'rules', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part', 'of', 'this', 'license', 'apply', 'to', 'copying', 'and', 'distributing', 'Project', 'Gutenbergtm', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERGtm', 'concept', 'and', 'trademark', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark', 'and', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks', 'unless', 'you', 'receive', 'specific', 'permission', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'eBook', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy', 'You', 'may', 'use', 'this', 'eBook', 'for', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works', 'reports', 'performances', 'and', 'research', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given', 'awayyou', 'may', 'do', 'practically', 'ANYTHING', 'with', 'public', 'domain', 'eBooks', 'Redistribution', 'is', 'subject', 'to', 'the', 'trademark', 'license', 'especially', 'commercial', 'redistribution', 'Section', '1', 'General', 'Terms', 'of', 'Use', 'and', 'Redistributing', 'Project', 'Gutenbergtm', 'electronic', 'works', '1A', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenbergtm', 'electronic', 'work', 'you', 'indicate', 'that', 'you', 'have', 'read', 'understand', 'agree', 'to', 'and', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property', 'trademarkcopyright', 'agreement', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'the', 'terms', 'of', 'this', 'agreement', 'you', 'must', 'cease', 'using', 'and', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'Project', 'Gutenbergtm', 'electronic', 'works', 'in', 'your', 'possession', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a', 'Project', 'Gutenbergtm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1E8', '1B', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark', 'It', 'may', 'only', 'be', 'used', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', 'There', 'are', 'a', 'few', 'things', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenbergtm', 'electronic', 'works', 'even', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement', 'See', 'paragraph', '1C', 'below', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project', 'Gutenbergtm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this', 'agreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenbergtm', 'electronic', 'works', 'See', 'paragraph', '1E', 'below', '1C', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'the', 'Foundation', 'or', 'PGLAF', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection', 'of', 'Project', 'Gutenbergtm', 'electronic', 'works', 'Nearly', 'all', 'the', 'individual', 'works', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'If', 'an', 'individual', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying', 'distributing', 'performing', 'displaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed', 'Of', 'course', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'Project', 'Gutenbergtm', 'mission', 'of', 'promoting', 'free', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenbergtm', 'works', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the', 'Project', 'Gutenbergtm', 'name', 'associated', 'with', 'the', 'work', 'You', 'can', 'easily', 'comply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the', 'same', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenbergtm', 'License', 'when', 'you', 'share', 'it', 'without', 'charge', 'with', 'others', 'This', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyrighted', 'individual', 'works', 'included', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'Information', 'on', 'the', 'copyright', 'owner', 'for', 'this', 'particular', 'work', 'and', 'the', 'terms', 'of', 'use', 'imposed', 'by', 'the', 'copyright', 'holder', 'on', 'this', 'work', 'are', 'set', 'forth', 'at', 'the', 'beginning', 'of', 'this', 'work', '1D', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'this', 'work', 'Copyright', 'laws', 'in', 'most', 'countries', 'are', 'in', 'a', 'constant', 'state', 'of', 'change', 'If', 'you', 'are', 'outside', 'the', 'United', 'States', 'check', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this', 'agreement', 'before', 'downloading', 'copying', 'displaying', 'performing', 'distributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'other', 'Project', 'Gutenbergtm', 'work', 'The', 'Foundation', 'makes', 'no', 'representations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'country', 'outside', 'the', 'United', 'States', '1E', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg', '1E1', 'The', 'following', 'sentence', 'with', 'active', 'links', 'to', 'or', 'other', 'immediate', 'access', 'to', 'the', 'full', 'Project', 'Gutenbergtm', 'License', 'must', 'appear', 'prominently', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenbergtm', 'work', 'any', 'work', 'on', 'which', 'the', 'phrase', 'Project', 'Gutenberg', 'appears', 'or', 'with', 'which', 'the', 'phrase', 'Project', 'Gutenberg', 'is', 'associated', 'is', 'accessed', 'displayed', 'performed', 'viewed', 'copied', 'or', 'distributed', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever', 'You', 'may', 'copy', 'it', 'give', 'it', 'away', 'or', 'reuse', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'wwwgutenbergorg', '1E2', 'If', 'an', 'individual', 'Project', 'Gutenbergtm', 'electronic', 'work', 'is', 'derived', 'from', 'the', 'public', 'domain', 'does', 'not', 'contain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the', 'copyright', 'holder', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in', 'the', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges', 'If', 'you', 'are', 'redistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', 'Project', 'Gutenberg', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work', 'you', 'must', 'comply', 'either', 'with', 'the', 'requirements', 'of', 'paragraphs', '1E1', 'through', '1E7', 'or', 'obtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenbergtm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1E8', 'or', '1E9', '1E3', 'If', 'an', 'individual', 'Project', 'Gutenbergtm', 'electronic', 'work', 'is', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'your', 'use', 'and', 'distribution', 'must', 'comply', 'with', 'both', 'paragraphs', '1E1', 'through', '1E7', 'and', 'any', 'additional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder', 'Additional', 'terms', 'will', 'be', 'linked', 'to', 'the', 'Project', 'Gutenbergtm', 'License', 'for', 'all', 'works', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'beginning', 'of', 'this', 'work', '1E4', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenbergtm', 'License', 'terms', 'from', 'this', 'work', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this', 'work', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenbergtm', '1E5', 'Do', 'not', 'copy', 'display', 'perform', 'distribute', 'or', 'redistribute', 'this', 'electronic', 'work', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work', 'without', 'prominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1E1', 'with', 'active', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project', 'Gutenbergtm', 'License', '1E6', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary', 'compressed', 'marked', 'up', 'nonproprietary', 'or', 'proprietary', 'form', 'including', 'any', 'word', 'processing', 'or', 'hypertext', 'form', 'However', 'if', 'you', 'provide', 'access', 'to', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenbergtm', 'work', 'in', 'a', 'format', 'other', 'than', 'Plain', 'Vanilla', 'ASCII', 'or', 'other', 'format', 'used', 'in', 'the', 'official', 'version', 'posted', 'on', 'the', 'official', 'Project', 'Gutenbergtm', 'web', 'site', 'wwwgutenbergorg', 'you', 'must', 'at', 'no', 'additional', 'cost', 'fee', 'or', 'expense', 'to', 'the', 'user', 'provide', 'a', 'copy', 'a', 'means', 'of', 'exporting', 'a', 'copy', 'or', 'a', 'means', 'of', 'obtaining', 'a', 'copy', 'upon', 'request', 'of', 'the', 'work', 'in', 'its', 'original', 'Plain', 'Vanilla', 'ASCII', 'or', 'other', 'form', 'Any', 'alternate', 'format', 'must', 'include', 'the', 'full', 'Project', 'Gutenbergtm', 'License', 'as', 'specified', 'in', 'paragraph', '1E1', '1E7', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to', 'viewing', 'displaying', 'performing', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenbergtm', 'works', 'unless', 'you', 'comply', 'with', 'paragraph', '1E8', 'or', '1E9', '1E8', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'access', 'to', 'or', 'distributing', 'Project', 'Gutenbergtm', 'electronic', 'works', 'provided', 'that', '', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from', 'the', 'use', 'of', 'Project', 'Gutenbergtm', 'works', 'calculated', 'using', 'the', 'method', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes', 'The', 'fee', 'is', 'owed', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenbergtm', 'trademark', 'but', 'he', 'has', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Royalty', 'payments', 'must', 'be', 'paid', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', 'or', 'are', 'legally', 'required', 'to', 'prepare', 'your', 'periodic', 'tax', 'returns', 'Royalty', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in', 'Section', '4', 'Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies', 'you', 'in', 'writing', 'or', 'by', 'email', 'within', '30', 'days', 'of', 'receipt', 'that', 'she', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenbergtm', 'License', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenbergtm', 'works', '', 'You', 'provide', 'in', 'accordance', 'with', 'paragraph', '1F3', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy', 'if', 'a', 'defect', 'in', 'the', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of', 'receipt', 'of', 'the', 'work', '', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', 'distribution', 'of', 'Project', 'Gutenbergtm', 'works', '1E9', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project', 'Gutenbergtm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'are', 'set', 'forth', 'in', 'this', 'agreement', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'from', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'Michael', 'Hart', 'the', 'owner', 'of', 'the', 'Project', 'Gutenbergtm', 'trademark', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below', '1F', '1F1', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable', 'effort', 'to', 'identify', 'do', 'copyright', 'research', 'on', 'transcribe', 'and', 'proofread', 'public', 'domain', 'works', 'in', 'creating', 'the', 'Project', 'Gutenbergtm', 'collection', 'Despite', 'these', 'efforts', 'Project', 'Gutenbergtm', 'electronic', 'works', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored', 'may', 'contain', 'Defects', 'such', 'as', 'but', 'not', 'limited', 'to', 'incomplete', 'inaccurate', 'or', 'corrupt', 'data', 'transcription', 'errors', 'a', 'copyright', 'or', 'other', 'intellectual', 'property', 'infringement', 'a', 'defective', 'or', 'damaged', 'disk', 'or', 'other', 'medium', 'a', 'computer', 'virus', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'cannot', 'be', 'read', 'by', 'your', 'equipment', '1F2', 'LIMITED', 'WARRANTY', 'DISCLAIMER', 'OF', 'DAMAGES', '', 'Except', 'for', 'the', 'Right', 'of', 'Replacement', 'or', 'Refund', 'described', 'in', 'paragraph', '1F3', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'the', 'owner', 'of', 'the', 'Project', 'Gutenbergtm', 'trademark', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project', 'Gutenbergtm', 'electronic', 'work', 'under', 'this', 'agreement', 'disclaim', 'all', 'liability', 'to', 'you', 'for', 'damages', 'costs', 'and', 'expenses', 'including', 'legal', 'fees', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE', 'STRICT', 'LIABILITY', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE', 'PROVIDED', 'IN', 'PARAGRAPH', 'F3', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION', 'THE', 'TRADEMARK', 'OWNER', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE', 'LIABLE', 'TO', 'YOU', 'FOR', 'ACTUAL', 'DIRECT', 'INDIRECT', 'CONSEQUENTIAL', 'PUNITIVE', 'OR', 'INCIDENTAL', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH', 'DAMAGE', '1F3', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '', 'If', 'you', 'discover', 'a', 'defect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it', 'you', 'can', 'receive', 'a', 'refund', 'of', 'the', 'money', 'if', 'any', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a', 'written', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from', 'If', 'you', 'received', 'the', 'work', 'on', 'a', 'physical', 'medium', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explanation', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you', 'with', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in', 'lieu', 'of', 'a', 'refund', 'If', 'you', 'received', 'the', 'work', 'electronically', 'the', 'person', 'or', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second', 'opportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund', 'If', 'the', 'second', 'copy', 'is', 'also', 'defective', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing', 'without', 'further', 'opportunities', 'to', 'fix', 'the', 'problem', '1F4', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1F3', 'this', 'work', 'is', 'provided', 'to', 'you', 'ASIS', 'WITH', 'NO', 'OTHER', 'WARRANTIES', 'OF', 'ANY', 'KIND', 'EXPRESS', 'OR', 'IMPLIED', 'INCLUDING', 'BUT', 'NOT', 'LIMITED', 'TO', 'WARRANTIES', 'OF', 'MERCHANTIBILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE', '1F5', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'warranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'damages', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'violates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement', 'the', 'agreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or', 'limitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law', 'The', 'invalidity', 'or', 'unenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the', 'remaining', 'provisions', '1F6', 'INDEMNITY', '', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation', 'the', 'trademark', 'owner', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation', 'anyone', 'providing', 'copies', 'of', 'Project', 'Gutenbergtm', 'electronic', 'works', 'in', 'accordance', 'with', 'this', 'agreement', 'and', 'any', 'volunteers', 'associated', 'with', 'the', 'production', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenbergtm', 'electronic', 'works', 'harmless', 'from', 'all', 'liability', 'costs', 'and', 'expenses', 'including', 'legal', 'fees', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'the', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur', 'a', 'distribution', 'of', 'this', 'or', 'any', 'Project', 'Gutenbergtm', 'work', 'b', 'alteration', 'modification', 'or', 'additions', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenbergtm', 'work', 'and', 'c', 'any', 'Defect', 'you', 'cause', 'Section', '2', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenbergtm', 'Project', 'Gutenbergtm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of', 'electronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of', 'computers', 'including', 'obsolete', 'old', 'middleaged', 'and', 'new', 'computers', 'It', 'exists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations', 'from', 'people', 'in', 'all', 'walks', 'of', 'life', 'Volunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the', 'assistance', 'they', 'need', 'is', 'critical', 'to', 'reaching', 'Project', 'Gutenbergtms', 'goals', 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenbergtm', 'collection', 'will', 'remain', 'freely', 'available', 'for', 'generations', 'to', 'come', 'In', '2001', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure', 'and', 'permanent', 'future', 'for', 'Project', 'Gutenbergtm', 'and', 'future', 'generations', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help', 'see', 'Sections', '3', 'and', '4', 'and', 'the', 'Foundation', 'web', 'page', 'at', 'httpswwwpglaforg', 'Section', '3', 'Information', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit', '501c3', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the', 'state', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal', 'Revenue', 'Service', 'The', 'Foundations', 'EIN', 'or', 'federal', 'tax', 'identification', 'number', 'is', '646221541', 'Its', '501c3', 'letter', 'is', 'posted', 'at', 'httpspglaforgfundraising', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by', 'US', 'federal', 'laws', 'and', 'your', 'states', 'laws', 'The', 'Foundations', 'principal', 'office', 'is', 'located', 'at', '4557', 'Melan', 'Dr', 'S', 'Fairbanks', 'AK', '99712', 'but', 'its', 'volunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'locations', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West', 'Salt', 'Lake', 'City', 'UT', '84116', '801', '5961887', 'email', 'businesspglaforg', 'Email', 'contact', 'links', 'and', 'up', 'to', 'date', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', 'Foundations', 'web', 'site', 'and', 'official', 'page', 'at', 'httpspglaforg', 'Section', '4', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Project', 'Gutenbergtm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'increasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be', 'freely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest', 'array', 'of', 'equipment', 'including', 'outdated', 'equipment', 'Many', 'small', 'donations', '1', 'to', '5000', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'status', 'with', 'the', 'IRS', 'The', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating', 'charities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United', 'States', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a', 'considerable', 'effort', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requirements', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'where', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance', 'To', 'SEND', 'DONATIONS', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'state', 'visit', 'httpspglaforg', 'While', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'have', 'not', 'met', 'the', 'solicitation', 'requirements', 'we', 'know', 'of', 'no', 'prohibition', 'against', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'approach', 'us', 'with', 'offers', 'to', 'donate', 'International', 'donations', 'are', 'gratefully', 'accepted', 'but', 'we', 'cannot', 'make', 'any', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'outside', 'the', 'United', 'States', 'US', 'laws', 'alone', 'swamp', 'our', 'small', 'staff', 'Please', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation', 'methods', 'and', 'addresses', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other', 'ways', 'including', 'including', 'checks', 'online', 'payments', 'and', 'credit', 'card', 'donations', 'To', 'donate', 'please', 'visit', 'httpspglaforgdonate', 'Section', '5', 'General', 'Information', 'About', 'Project', 'Gutenbergtm', 'electronic', 'works', 'Professor', 'Michael', 'S', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project', 'Gutenbergtm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'freely', 'shared', 'with', 'anyone', 'For', 'thirty', 'years', 'he', 'produced', 'and', 'distributed', 'Project', 'Gutenbergtm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of', 'volunteer', 'support', 'Project', 'Gutenbergtm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'editions', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'Public', 'Domain', 'in', 'the', 'US', 'unless', 'a', 'copyright', 'notice', 'is', 'included', 'Thus', 'we', 'do', 'not', 'necessarily', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'edition', 'Most', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search', 'facility', 'This', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenbergtm', 'including', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks', 'and', 'how', 'to', 'subscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks']
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
words = text.split()
words = [word.lower() for word in words]
print(words)
['one', 'morning,', 'when', 'gregor', 'samsa', 'woke', 'from', 'troubled', 'dreams,', 'he', 'found', 'himself', 'transformed', 'in', 'his', 'bed', 'into', 'a', 'horrible', 'vermin.', 'he', 'lay', 'on', 'his', 'armour-like', 'back,', 'and', 'if', 'he', 'lifted', 'his', 'head', 'a', 'little', 'he', 'could', 'see', 'his', 'brown', 'belly,', 'slightly', 'domed', 'and', 'divided', 'by', 'arches', 'into', 'stiff', 'sections.', 'the', 'bedding', 'was', 'hardly', 'able', 'to', 'cover', 'it', 'and', 'seemed', 'ready', 'to', 'slide', 'off', 'any', 'moment.', 'his', 'many', 'legs,', 'pitifully', 'thin', 'compared', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him,', 'waved', 'about', 'helplessly', 'as', 'he', 'looked.', '"what\'s', 'happened', 'to', 'me?"', 'he', 'thought.', 'it', "wasn't", 'a', 'dream.', 'his', 'room,', 'a', 'proper', 'human', 'room', 'although', 'a', 'little', 'too', 'small,', 'lay', 'peacefully', 'between', 'its', 'four', 'familiar', 'walls.', 'a', 'collection', 'of', 'textile', 'samples', 'lay', 'spread', 'out', 'on', 'the', 'table', '-', 'samsa', 'was', 'a', 'travelling', 'salesman', '-', 'and', 'above', 'it', 'there', 'hung', 'a', 'picture', 'that', 'he', 'had', 'recently', 'cut', 'out', 'of', 'an', 'illustrated', 'magazine', 'and', 'housed', 'in', 'a', 'nice,', 'gilded', 'frame.', 'it', 'showed', 'a', 'lady', 'fitted', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright,', 'raising', 'a', 'heavy', 'fur', 'muff', 'that', 'covered', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'towards', 'the', 'viewer.', 'gregor', 'then', 'turned', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather.', 'drops', 'of', 'rain', 'could', 'be', 'heard', 'hitting', 'the', 'pane,', 'which', 'made', 'him', 'feel', 'quite', 'sad.', '"how', 'about', 'if', 'i', 'sleep', 'a', 'little', 'bit', 'longer', 'and', 'forget', 'all', 'this', 'nonsense",', 'he', 'thought,', 'but', 'that', 'was', 'something', 'he', 'was', 'unable', 'to', 'do', 'because', 'he', 'was', 'used', 'to', 'sleeping', 'on', 'his', 'right,', 'and', 'in', 'his', 'present', 'state', "couldn't", 'get', 'into', 'that', 'position.', 'however', 'hard', 'he', 'threw', 'himself', 'onto', 'his', 'right,', 'he', 'always', 'rolled', 'back', 'to', 'where', 'he', 'was.', 'he', 'must', 'have', 'tried', 'it', 'a', 'hundred', 'times,', 'shut', 'his', 'eyes', 'so', 'that', 'he', "wouldn't", 'have', 'to', 'look', 'at', 'the', 'floundering', 'legs,', 'and', 'only', 'stopped', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild,', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'before.', '"oh,', 'god",', 'he', 'thought,', '"what', 'a', 'strenuous', 'career', 'it', 'is', 'that', "i've", 'chosen!', 'travelling', 'day', 'in', 'and', 'day', 'out.', 'doing', 'business', 'like', 'this', 'takes', 'much', 'more', 'effort', 'than', 'doing', 'your', 'own', 'business', 'at', 'home,', 'and', 'on', 'top', 'of', 'that', "there's", 'the', 'curse', 'of', 'travelling,', 'worries', 'about', 'making', 'train', 'connections,', 'bad', 'and', 'irregular', 'food,', 'contact', 'with', 'different', 'people', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyone', 'or', 'become', 'friendly', 'with', 'them.', 'it', 'can', 'all', 'go', 'to', 'hell!"', 'he', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'his', 'belly;', 'pushed', 'himself', 'slowly', 'up', 'on', 'his', 'back', 'towards', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'his', 'head', 'better;', 'found', 'where', 'the', 'itch', 'was,', 'and', 'saw', 'that', 'it', 'was', 'covered', 'with', 'lots', 'of', 'little', 'white', 'spots', 'which', 'he', "didn't", 'know', 'what', 'to', 'make', 'of;', 'and', 'when', 'he', 'tried', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'his', 'legs', 'he', 'drew', 'it', 'quickly', 'back', 'because', 'as', 'soon', 'as', 'he', 'touched', 'it', 'he', 'was', 'overcome', 'by', 'a', 'cold', 'shudder.', 'he', 'slid', 'back', 'into', 'his', 'former', 'position.', '"getting', 'up', 'early', 'all', 'the', 'time",', 'he', 'thought,', '"it', 'makes', 'you', 'stupid.', "you've", 'got', 'to', 'get', 'enough', 'sleep.', 'other', 'travelling', 'salesmen', 'live', 'a', 'life', 'of', 'luxury.', 'for', 'instance,', 'whenever', 'i', 'go', 'back', 'to', 'the', 'guest', 'house', 'during', 'the', 'morning', 'to', 'copy', 'out', 'the', 'contract,', 'these', 'gentlemen', 'are', 'always', 'still', 'sitting', 'there', 'eating', 'their', 'breakfasts.', 'i', 'ought', 'to', 'just', 'try', 'that', 'with', 'my', 'boss;', "i'd", 'get', 'kicked', 'out', 'on', 'the', 'spot.', 'but', 'who', 'knows,', 'maybe', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me.', 'if', 'i', "didn't", 'have', 'my', 'parents', 'to', 'think', 'about', "i'd", 'have', 'given', 'in', 'my', 'notice', 'a', 'long', 'time', 'ago,', "i'd", 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'i', 'think,', 'tell', 'him', 'everything', 'i', 'would,', 'let', 'him', 'know', 'just', 'what', 'i', 'feel.', "he'd", 'fall', 'right', 'off', 'his', 'desk!', 'and', "it's", 'a', 'funny', 'sort', 'of', 'business', 'to', 'be', 'sitting', 'up', 'there', 'at', 'your', 'desk,', 'talking', 'down', 'at', 'your', 'subordinates', 'from', 'up', 'there,', 'especially', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'because', 'the', 'boss', 'is', 'hard', 'of', 'hearing.', 'well,', "there's", 'still', 'some', 'hope;', 'once', "i've", 'got', 'the', 'money', 'together', 'to', 'pay', 'off', 'my', "parents'", 'debt', 'to', 'him', '-', 'another', 'five', 'or', 'six', 'years', 'i', 'suppose', '-', "that's", 'definitely', 'what', "i'll", 'do.', "that's", 'when', "i'll", 'make', 'the', 'big', 'change.', 'first', 'of', 'all', 'though,', "i've", 'got', 'to', 'get', 'up,', 'my', 'train', 'leaves', 'at', 'five."', 'and', 'he', 'looked', 'over', 'at', 'the', 'alarm', 'clock,', 'ticking', 'on', 'the', 'chest', 'of', 'drawers.', '"god', 'in', 'heaven!"', 'he', 'thought.', 'it', 'was', 'half', 'past', 'six', 'and', 'the', 'hands', 'were', 'quietly', 'moving', 'forwards,', 'it', 'was', 'even', 'later', 'than', 'half', 'past,', 'more', 'like', 'quarter', 'to', 'seven.', 'had', 'the', 'alarm', 'clock', 'not', 'rung?', 'he', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', "o'clock", 'as', 'it', 'should', 'have', 'been;', 'it', 'certainly', 'must', 'have', 'rung.', 'yes,', 'but', 'was', 'it', 'possible', 'to', 'quietly', 'sleep', 'through', 'that', 'furniture-rattling', 'noise?', 'true,', 'he', 'had', 'not', 'slept', 'peacefully,', 'but', 'probably', 'all', 'the', 'more', 'deeply', 'because', 'of', 'that.', 'what', 'should', 'he', 'do', 'now?', 'the', 'next', 'train', 'went', 'at', 'seven;', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collection', 'of', 'samples', 'was', 'still', 'not', 'packed,', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularly', 'fresh', 'and', 'lively.', 'and', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'his', "boss's", 'anger', 'as', 'the', 'office', 'assistant', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', "o'clock", 'train', 'go,', 'he', 'would', 'have', 'put', 'in', 'his', 'report', 'about', "gregor's", 'not', 'being', 'there', 'a', 'long', 'time', 'ago.', 'the', 'office', 'assistant', 'was', 'the', "boss's", 'man,', 'spineless,', 'and', 'with', 'no', 'understanding.', 'what', 'about', 'if', 'he', 'reported', 'sick?', 'but', 'that', 'would', 'be', 'extremely', 'strained', 'and', 'suspicious', 'as', 'in', 'fifteen', 'years', 'of', 'service', 'gregor', 'had', 'never', 'once', 'yet', 'been', 'ill.', 'his', 'boss', 'would', 'certainly', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medical', 'insurance', 'company,', 'accuse', 'his', 'parents', 'of', 'having', 'a', 'lazy', 'son,', 'and', 'accept', 'the', "doctor's", 'recommendation', 'not', 'to', 'make', 'any', 'claim', 'as', 'the', 'doctor', 'believed', 'that', 'no-one', 'was', 'ever', 'ill', 'but', 'that', 'many', 'were', 'workshy.', 'and', "what's", 'more,', 'would', 'he', 'have', 'been', 'entirely', 'wrong', 'in', 'this', 'case?', 'gregor', 'did', 'in', 'fact,', 'apart', 'from', 'excessive', 'sleepiness', 'after', 'sleeping', 'for', 'so', 'long,', 'feel', 'completely', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual.', 'he', 'was', 'still', 'hurriedly', 'thinking', 'all', 'this', 'through,', 'unable', 'to', 'decide', 'to', 'get', 'out', 'of', 'the', 'bed,', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven.', 'there', 'was', 'a', 'cautious', 'knock', 'at', 'the', 'door', 'near', 'his', 'head.', '"gregor",', 'somebody', 'called', '-', 'it', 'was', 'his', 'mother', '-', '"it\'s', 'quarter', 'to', 'seven.', "didn't", 'you', 'want', 'to', 'go', 'somewhere?"', 'that', 'gentle', 'voice!', 'gregor', 'was', 'shocked', 'when', 'he', 'heard', 'his', 'own', 'voice', 'answering,', 'it', 'could', 'hardly', 'be', 'recognised', 'as', 'the', 'voice', 'he', 'had', 'had', 'before.', 'as', 'if', 'from', 'deep', 'inside', 'him,', 'there', 'was', 'a', 'painful', 'and', 'uncontrollable', 'squeaking', 'mixed', 'in', 'with', 'it,', 'the', 'words', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'was', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear,', 'leaving', 'the', 'hearer', 'unsure', 'whether', 'he', 'had', 'heard', 'properly', 'or', 'not.', 'gregor', 'had', 'wanted', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everything,', 'but', 'in', 'the', 'circumstances', 'contented', 'himself', 'with', 'saying:', '"yes,', 'mother,', 'yes,', 'thank-you,', "i'm", 'getting', 'up', 'now."', 'the', 'change', 'in', "gregor's", 'voice', 'probably', 'could', 'not', 'be', 'noticed', 'outside', 'through', 'the', 'wooden', 'door,', 'as', 'his', 'mother', 'was', 'satisfied', 'with', 'this', 'explanation', 'and', 'shuffled', 'away.', 'but', 'this', 'short', 'conversation', 'made', 'the', 'other', 'members', 'of', 'the', 'family', 'aware', 'that', 'gregor,', 'against', 'their', 'expectations', 'was', 'still', 'at', 'home,', 'and', 'soon', 'his', 'father', 'came', 'knocking', 'at', 'one', 'of', 'the', 'side', 'doors,', 'gently,', 'but', 'with', 'his', 'fist.', '"gregor,', 'gregor",', 'he', 'called,', '"what\'s', 'wrong?"', 'and', 'after', 'a', 'short', 'while', 'he', 'called', 'again', 'with', 'a', 'warning', 'deepness', 'in', 'his', 'voice:', '"gregor!', 'gregor!"', 'at', 'the', 'other', 'side', 'door', 'his', 'sister', 'came', 'plaintively:', '"gregor?', "aren't", 'you', 'well?', 'do', 'you', 'need', 'anything?"', 'gregor', 'answered', 'to', 'both', 'sides:', '"i\'m', 'ready,', 'now",', 'making', 'an', 'effort', 'to', 'remove', 'all', 'the', 'strangeness', 'from', 'his', 'voice', 'by', 'enunciating', 'very', 'carefully', 'and', 'putting', 'long', 'pauses', 'between', 'each,', 'individual', 'word.', 'his', 'father', 'went', 'back', 'to', 'his', 'breakfast,', 'but', 'his', 'sister', 'whispered:', '"gregor,', 'open', 'the', 'door,', 'i', 'beg', 'of', 'you."', 'gregor,', 'however,', 'had', 'no', 'thought', 'of', 'opening', 'the', 'door,', 'and', 'instead', 'congratulated', 'himself', 'for', 'his', 'cautious', 'habit,', 'acquired', 'from', 'his', 'travelling,', 'of', 'locking', 'all', 'doors', 'at', 'night', 'even', 'when', 'he', 'was', 'at', 'home.', 'the', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'to', 'get', 'up', 'in', 'peace', 'without', 'being', 'disturbed,', 'to', 'get', 'dressed,', 'and', 'most', 'of', 'all', 'to', 'have', 'his', 'breakfast.', 'only', 'then', 'would', 'he', 'consider', 'what', 'to', 'do', 'next,', 'as', 'he', 'was', 'well', 'aware', 'that', 'he', 'would', 'not', 'bring', 'his', 'thoughts', 'to', 'any', 'sensible', 'conclusions', 'by', 'lying', 'in', 'bed.', 'he', 'remembered', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed,', 'perhaps', 'caused', 'by', 'lying', 'awkwardly,', 'but', 'that', 'had', 'always', 'turned', 'out', 'to', 'be', 'pure', 'imagination', 'and', 'he', 'wondered', 'how', 'his', 'imaginings', 'would', 'slowly', 'resolve', 'themselves', 'today.', 'he', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'change', 'in', 'his', 'voice', 'was', 'nothing', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'serious', 'cold,', 'which', 'was', 'an', 'occupational', 'hazard', 'for', 'travelling', 'salesmen.', 'it', 'was', 'a', 'simple', 'matter', 'to', 'throw', 'off', 'the', 'covers;', 'he', 'only', 'had', 'to', 'blow', 'himself', 'up', 'a', 'little', 'and', 'they', 'fell', 'off', 'by', 'themselves.', 'but', 'it', 'became', 'difficult', 'after', 'that,', 'especially', 'as', 'he', 'was', 'so', 'exceptionally', 'broad.', 'he', 'would', 'have', 'used', 'his', 'arms', 'and', 'his', 'hands', 'to', 'push', 'himself', 'up;', 'but', 'instead', 'of', 'them', 'he', 'only', 'had', 'all', 'those', 'little', 'legs', 'continuously', 'moving', 'in', 'different', 'directions,', 'and', 'which', 'he', 'was', 'moreover', 'unable', 'to', 'control.', 'if', 'he', 'wanted', 'to', 'bend', 'one', 'of', 'them,', 'then', 'that', 'was', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out;', 'and', 'if', 'he', 'finally', 'managed', 'to', 'do', 'what', 'he', 'wanted', 'with', 'that', 'leg,', 'all', 'the', 'others', 'seemed', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'painfully.', '"this', 'is', 'something', 'that', "can't", 'be', 'done', 'in', 'bed",', 'gregor', 'said', 'to', 'himself,', '"so', "don't", 'keep', 'trying', 'to', 'do', 'it".', 'the', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'get', 'the', 'lower', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed,', 'but', 'he', 'had', 'never', 'seen', 'this', 'lower', 'part,', 'and', 'could', 'not', 'imagine', 'what', 'it', 'looked', 'like;', 'it', 'turned', 'out', 'to', 'be', 'too', 'hard', 'to', 'move;', 'it', 'went', 'so', 'slowly;', 'and', 'finally,', 'almost', 'in', 'a', 'frenzy,', 'when', 'he', 'carelessly', 'shoved', 'himself', 'forwards', 'with', 'all', 'the', 'force', 'he', 'could', 'gather,', 'he', 'chose', 'the', 'wrong', 'direction,', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost,', 'and', 'learned', 'from', 'the', 'burning', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'his', 'body', 'might', 'well,', 'at', 'present,', 'be', 'the', 'most', 'sensitive.', 'so', 'then', 'he', 'tried', 'to', 'get', 'the', 'top', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'first,', 'carefully', 'turning', 'his', 'head', 'to', 'the', 'side.', 'this', 'he', 'managed', 'quite', 'easily,', 'and', 'despite', 'its', 'breadth', 'and', 'its', 'weight,', 'the', 'bulk', 'of', 'his', 'body', 'eventually', 'followed', 'slowly', 'in', 'the', 'direction', 'of', 'the', 'head.', 'but', 'when', 'he', 'had', 'at', 'last', 'got', 'his', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occurred', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracle', 'if', 'his', 'head', 'were', 'not', 'injured,', 'so', 'he', 'became', 'afraid', 'to', 'carry', 'on', 'pushing', 'himself', 'forward', 'the', 'same', 'way.', 'and', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'any', 'price;', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'consciousness.', 'it', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier,', 'but', 'when', 'he', 'lay', 'there', 'sighing,', 'and', 'was', 'once', 'more', 'watching', 'his', 'legs', 'as', 'they', 'struggled', 'against', 'each', 'other', 'even', 'harder', 'than', 'before,', 'if', 'that', 'was', 'possible,', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bringing', 'peace', 'and', 'order', 'to', 'this', 'chaos.', 'he', 'told', 'himself', 'once', 'more', 'that', 'it', 'was', 'not', 'possible', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensible', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatever', 'way', 'he', 'could', 'at', 'whatever', 'sacrifice.', 'at', 'the', 'same', 'time,', 'though,', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consideration', 'was', 'much', 'better', 'than', 'rushing', 'to', 'desperate', 'conclusions.', 'at', 'times', 'like', 'this', 'he', 'would', 'direct', 'his', 'eyes', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearly', 'as', 'he', 'could,', 'but', 'unfortunately,', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'was', 'enveloped', 'in', 'morning', 'fog', 'and', 'the', 'view', 'had', 'little', 'confidence', 'or', 'cheer', 'to', 'offer', 'him.', '"seven', "o'clock,", 'already",', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again,', '"seven', "o'clock,", 'and', "there's", 'still', 'a', 'fog', 'like', 'this."', 'and', 'he', 'lay', 'there', 'quietly', 'a', 'while', 'longer,', 'breathing', 'lightly', 'as', 'if', 'he', 'perhaps', 'expected', 'the', 'total', 'stillness', 'to', 'bring', 'things', 'back', 'to', 'their', 'real', 'and', 'natural', 'state.', 'but', 'then', 'he', 'said', 'to', 'himself:', '"before', 'it', 'strikes', 'quarter', 'past', 'seven', "i'll", 'definitely', 'have', 'to', 'have', 'got', 'properly', 'out', 'of', 'bed.', 'and', 'by', 'then', 'somebody', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', "what's", 'happened', 'to', 'me', 'as', 'well,', 'as', 'they', 'open', 'up', 'at', 'work', 'before', 'seven', 'o\'clock."', 'and', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swinging', 'the', 'entire', 'length', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time.', 'if', 'he', 'succeeded', 'in', 'falling', 'out', 'of', 'bed', 'in', 'this', 'way', 'and', 'kept', 'his', 'head', 'raised', 'as', 'he', 'did', 'so', 'he', 'could', 'probably', 'avoid', 'injuring', 'it.', 'his', 'back', 'seemed', 'to', 'be', 'quite', 'hard,', 'and', 'probably', 'nothing', 'would', 'happen', 'to', 'it', 'falling', 'onto', 'the', 'carpet.', 'his', 'main', 'concern', 'was', 'for', 'the', 'loud', 'noise', 'he', 'was', 'bound', 'to', 'make,', 'and', 'which', 'even', 'through', 'all', 'the', 'doors', 'would', 'probably', 'raise', 'concern', 'if', 'not', 'alarm.', 'but', 'it', 'was', 'something', 'that', 'had', 'to', 'be', 'risked.', 'when', 'gregor', 'was', 'already', 'sticking', 'half', 'way', 'out', 'of', 'the', 'bed', '-', 'the', 'new', 'method', 'was', 'more', 'of', 'a', 'game', 'than', 'an', 'effort,', 'all', 'he', 'had', 'to', 'do', 'was', 'rock', 'back', 'and', 'forth', '-', 'it', 'occurred', 'to', 'him', 'how', 'simple', 'everything', 'would', 'be', 'if', 'somebody', 'came', 'to', 'help', 'him.', 'two', 'strong', 'people', '-', 'he', 'had', 'his', 'father', 'and', 'the', 'maid', 'in', 'mind', '-', 'would', 'have', 'been', 'more', 'than', 'enough;', 'they', 'would', 'only', 'have', 'to', 'push', 'their', 'arms', 'under', 'the', 'dome', 'of', 'his', 'back,', 'peel', 'him', 'away', 'from', 'the', 'bed,', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'careful', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor,', 'where,', 'hopefully,', 'the', 'little', 'legs', 'would', 'find', 'a', 'use.', 'should', 'he', 'really', 'call', 'for', 'help', 'though,', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'doors', 'were', 'locked?', 'despite', 'all', 'the', 'difficulty', 'he', 'was', 'in,', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'this', 'thought.', 'after', 'a', 'while', 'he', 'had', 'already', 'moved', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'his', 'balance', 'if', 'he', 'rocked', 'too', 'hard.', 'the', 'time', 'was', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decision', 'very', 'soon.', 'then', 'there', 'was', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat.', '"that\'ll', 'be', 'someone', 'from', 'work",', 'he', 'said', 'to', 'himself,', 'and', 'froze', 'very', 'still,', 'although', 'his', 'little', 'legs', 'only', 'became', 'all', 'the', 'more', 'lively', 'as', 'they', 'danced', 'around.', 'for', 'a', 'moment', 'everything', 'remained', 'quiet.', '"they\'re', 'not', 'opening', 'the', 'door",', 'gregor', 'said', 'to', 'himself,', 'caught', 'in', 'some', 'nonsensical', 'hope.', 'but', 'then', 'of', 'course,', 'the', "maid's", 'firm', 'steps', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'opened', 'it.', 'gregor', 'only', 'needed', 'to', 'hear', 'the', "visitor's", 'first', 'words', 'of', 'greeting', 'and', 'he', 'knew', 'who', 'it', 'was', '-', 'the', 'chief', 'clerk', 'himself.', 'why', 'did', 'gregor', 'have', 'to', 'be', 'the', 'only', 'one', 'condemned', 'to', 'work', 'for', 'a', 'company', 'where', 'they', 'immediately', 'became', 'highly', 'suspicious', 'at', 'the', 'slightest', 'shortcoming?', 'were', 'all', 'employees,', 'every', 'one', 'of', 'them,', 'louts,', 'was', 'there', 'not', 'one', 'of', 'them', 'who', 'was', 'faithful', 'and', 'devoted', 'who', 'would', 'go', 'so', 'mad', 'with', 'pangs', 'of', 'conscience', 'that', 'he', "couldn't", 'get', 'out', 'of', 'bed', 'if', 'he', "didn't", 'spend', 'at', 'least', 'a', 'couple', 'of', 'hours', 'in', 'the', 'morning', 'on', 'company', 'business?', 'was', 'it', 'really', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'trainees', 'make', 'enquiries', '-', 'assuming', 'enquiries', 'were', 'even', 'necessary', '-', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself,', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole,', 'innocent', 'family', 'that', 'this', 'was', 'so', 'suspicious', 'that', 'only', 'the', 'chief', 'clerk', 'could', 'be', 'trusted', 'to', 'have', 'the', 'wisdom', 'to', 'investigate', 'it?', 'and', 'more', 'because', 'these', 'thoughts', 'had', 'made', 'him', 'upset', 'than', 'through', 'any', 'proper', 'decision,', 'he', 'swang', 'himself', 'with', 'all', 'his', 'force', 'out', 'of', 'the', 'bed.', 'there', 'was', 'a', 'loud', 'thump,', 'but', 'it', "wasn't", 'really', 'a', 'loud', 'noise.', 'his', 'fall', 'was', 'softened', 'a', 'little', 'by', 'the', 'carpet,', 'and', "gregor's", 'back', 'was', 'also', 'more', 'elastic', 'than', 'he', 'had', 'thought,', 'which', 'made', 'the', 'sound', 'muffled', 'and', 'not', 'too', 'noticeable.', 'he', 'had', 'not', 'held', 'his', 'head', 'carefully', 'enough,', 'though,', 'and', 'hit', 'it', 'as', 'he', 'fell;', 'annoyed', 'and', 'in', 'pain,', 'he', 'turned', 'it', 'and', 'rubbed', 'it', 'against', 'the', 'carpet.', '"something\'s', 'fallen', 'down', 'in', 'there",', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left.', 'gregor', 'tried', 'to', 'imagine', 'whether', 'something', 'of', 'the', 'sort', 'that', 'had', 'happened', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too;', 'you', 'had', 'to', 'concede', 'that', 'it', 'was', 'possible.', 'but', 'as', 'if', 'in', 'gruff', 'reply', 'to', 'this', 'question,', 'the', 'chief', "clerk's", 'firm', 'footsteps', 'in', 'his', 'highly', 'polished', 'boots', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoining', 'room.', 'from', 'the', 'room', 'on', 'his', 'right,', "gregor's", 'sister', 'whispered', 'to', 'him', 'to', 'let', 'him', 'know:', '"gregor,', 'the', 'chief', 'clerk', 'is', 'here."', '"yes,', 'i', 'know",', 'said', 'gregor', 'to', 'himself;', 'but', 'without', 'daring', 'to', 'raise', 'his', 'voice', 'loud', 'enough', 'for', 'his', 'sister', 'to', 'hear', 'him.', '"gregor",', 'said', 'his', 'father', 'now', 'from', 'the', 'room', 'to', 'his', 'left,', '"the', 'chief', 'clerk', 'has', 'come', 'round', 'and', 'wants', 'to', 'know', 'why', 'you', "didn't", 'leave', 'on', 'the', 'early', 'train.', 'we', "don't", 'know', 'what', 'to', 'say', 'to', 'him.', 'and', 'anyway,', 'he', 'wants', 'to', 'speak', 'to', 'you', 'personally.', 'so', 'please', 'open', 'up', 'this', 'door.', "i'm", 'sure', "he'll", 'be', 'good', 'enough', 'to', 'forgive', 'the', 'untidiness', 'of', 'your', 'room."', 'then', 'the', 'chief', 'clerk', 'called', '"good', 'morning,', 'mr.', 'samsa".', '"he', "isn't", 'well",', 'said', 'his', 'mother', 'to', 'the', 'chief', 'clerk,', 'while', 'his', 'father', 'continued', 'to', 'speak', 'through', 'the', 'door.', '"he', "isn't", 'well,', 'please', 'believe', 'me.', 'why', 'else', 'would', 'gregor', 'have', 'missed', 'a', 'train!', 'the', 'lad', 'only', 'ever', 'thinks', 'about', 'the', 'business.', 'it', 'nearly', 'makes', 'me', 'cross', 'the', 'way', 'he', 'never', 'goes', 'out', 'in', 'the', 'evenings;', "he's", 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stayed', 'home', 'every', 'evening.', 'he', 'sits', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'reads', 'the', 'paper', 'or', 'studies', 'train', 'timetables.', 'his', 'idea', 'of', 'relaxation', 'is', 'working', 'with', 'his', 'fretsaw.', "he's", 'made', 'a', 'little', 'frame,', 'for', 'instance,', 'it', 'only', 'took', 'him', 'two', 'or', 'three', 'evenings,', "you'll", 'be', 'amazed', 'how', 'nice', 'it', 'is;', "it's", 'hanging', 'up', 'in', 'his', 'room;', "you'll", 'see', 'it', 'as', 'soon', 'as', 'gregor', 'opens', 'the', 'door.', 'anyway,', "i'm", 'glad', "you're", 'here;', 'we', "wouldn't", 'have', 'been', 'able', 'to', 'get', 'gregor', 'to', 'open', 'the', 'door', 'by', 'ourselves;', "he's", 'so', 'stubborn;', 'and', "i'm", 'sure', 'he', "isn't", 'well,', 'he', 'said', 'this', 'morning', 'that', 'he', 'is,', 'but', 'he', 'isn\'t."', '"i\'ll', 'be', 'there', 'in', 'a', 'moment",', 'said', 'gregor', 'slowly', 'and', 'thoughtfully,', 'but', 'without', 'moving', 'so', 'that', 'he', 'would', 'not', 'miss', 'any', 'word', 'of', 'the', 'conversation.', '"well', 'i', "can't", 'think', 'of', 'any', 'other', 'way', 'of', 'explaining', 'it,', 'mrs.', 'samsa",', 'said', 'the', 'chief', 'clerk,', '"i', 'hope', "it's", 'nothing', 'serious.', 'but', 'on', 'the', 'other', 'hand,', 'i', 'must', 'say', 'that', 'if', 'we', 'people', 'in', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'then,', 'fortunately', 'or', 'unfortunately', 'as', 'you', 'like,', 'we', 'simply', 'have', 'to', 'overcome', 'it', 'because', 'of', 'business', 'considerations."', '"can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then?",', 'asked', 'his', 'father', 'impatiently,', 'knocking', 'at', 'the', 'door', 'again.', '"no",', 'said', 'gregor.', 'in', 'the', 'room', 'on', 'his', 'right', 'there', 'followed', 'a', 'painful', 'silence;', 'in', 'the', 'room', 'on', 'his', 'left', 'his', 'sister', 'began', 'to', 'cry.', 'so', 'why', 'did', 'his', 'sister', 'not', 'go', 'and', 'join', 'the', 'others?', 'she', 'had', 'probably', 'only', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dressed.', 'and', 'why', 'was', 'she', 'crying?', 'was', 'it', 'because', 'he', 'had', 'not', 'got', 'up,', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in,', 'because', 'he', 'was', 'in', 'danger', 'of', 'losing', 'his', 'job', 'and', 'if', 'that', 'happened', 'his', 'boss', 'would', 'once', 'more', 'pursue', 'their', 'parents', 'with', 'the', 'same', 'demands', 'as', 'before?', 'there', 'was', 'no', 'need', 'to', 'worry', 'about', 'things', 'like', 'that', 'yet.', 'gregor', 'was', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intention', 'of', 'abandoning', 'his', 'family.', 'for', 'the', 'time', 'being', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet,', 'and', 'no-one', 'who', 'knew', 'the', 'condition', 'he', 'was', 'in', 'would', 'seriously', 'have', 'expected', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in.', 'it', 'was', 'only', 'a', 'minor', 'discourtesy,', 'and', 'a', 'suitable', 'excuse', 'could', 'easily', 'be', 'found', 'for', 'it', 'later', 'on,', 'it', 'was', 'not', 'something', 'for', 'which', 'gregor', 'could', 'be', 'sacked', 'on', 'the', 'spot.', 'and', 'it', 'seemed', 'to', 'gregor', 'much', 'more', 'sensible', 'to', 'leave', 'him', 'now', 'in', 'peace', 'instead', 'of', 'disturbing', 'him', 'with', 'talking', 'at', 'him', 'and', 'crying.', 'but', 'the', 'others', "didn't", 'know', 'what', 'was', 'happening,', 'they', 'were', 'worried,', 'that', 'would', 'excuse', 'their', 'behaviour.', 'the', 'chief', 'clerk', 'now', 'raised', 'his', 'voice,', '"mr.', 'samsa",', 'he', 'called', 'to', 'him,', '"what', 'is', 'wrong?', 'you', 'barricade', 'yourself', 'in', 'your', 'room,', 'give', 'us', 'no', 'more', 'than', 'yes', 'or', 'no', 'for', 'an', 'answer,', 'you', 'are', 'causing', 'serious', 'and', 'unnecessary', 'concern', 'to', 'your', 'parents', 'and', 'you', 'fail', '-', 'and', 'i', 'mention', 'this', 'just', 'by', 'the', 'way', '-', 'you', 'fail', 'to', 'carry', 'out', 'your', 'business', 'duties', 'in', 'a', 'way', 'that', 'is', 'quite', 'unheard', 'of.', "i'm", 'speaking', 'here', 'on', 'behalf', 'of', 'your', 'parents', 'and', 'of', 'your', 'employer,', 'and', 'really', 'must', 'request', 'a', 'clear', 'and', 'immediate', 'explanation.', 'i', 'am', 'astonished,', 'quite', 'astonished.', 'i', 'thought', 'i', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensible', 'person,', 'and', 'now', 'you', 'suddenly', 'seem', 'to', 'be', 'showing', 'off', 'with', 'peculiar', 'whims.', 'this', 'morning,', 'your', 'employer', 'did', 'suggest', 'a', 'possible', 'reason', 'for', 'your', 'failure', 'to', 'appear,', "it's", 'true', '-', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'was', 'recently', 'entrusted', 'to', 'you', '-', 'but', 'i', 'came', 'near', 'to', 'giving', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explanation.', 'but', 'now', 'that', 'i', 'see', 'your', 'incomprehensible', 'stubbornness', 'i', 'no', 'longer', 'feel', 'any', 'wish', 'whatsoever', 'to', 'intercede', 'on', 'your', 'behalf.', 'and', 'nor', 'is', 'your', 'position', 'all', 'that', 'secure.', 'i', 'had', 'originally', 'intended', 'to', 'say', 'all', 'this', 'to', 'you', 'in', 'private,', 'but', 'since', 'you', 'cause', 'me', 'to', 'waste', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'i', "don't", 'see', 'why', 'your', 'parents', 'should', 'not', 'also', 'learn', 'of', 'it.', 'your', 'turnover', 'has', 'been', 'very', 'unsatisfactory', 'of', 'late;', 'i', 'grant', 'you', 'that', "it's", 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especially', 'good', 'business,', 'we', 'recognise', 'that;', 'but', 'there', 'simply', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'business', 'at', 'all,', 'mr.', 'samsa,', 'we', 'cannot', 'allow', 'there', 'to', 'be."', '"but', 'sir",', 'called', 'gregor,', 'beside', 'himself', 'and', 'forgetting', 'all', 'else', 'in', 'the', 'excitement,', '"i\'ll', 'open', 'up', 'immediately,', 'just', 'a', 'moment.', "i'm", 'slightly', 'unwell,', 'an', 'attack', 'of', 'dizziness,', 'i', "haven't", 'been', 'able', 'to', 'get', 'up.', "i'm", 'still', 'in', 'bed', 'now.', "i'm", 'quite', 'fresh', 'again', 'now,', 'though.', "i'm", 'just', 'getting', 'out', 'of', 'bed.', 'just', 'a', 'moment.', 'be', 'patient!', "it's", 'not', 'quite', 'as', 'easy', 'as', "i'd", 'thought.', "i'm", 'quite', 'alright', 'now,', 'though.', "it's", 'shocking,', 'what', 'can', 'suddenly', 'happen', 'to', 'a', 'person!', 'i', 'was', 'quite', 'alright', 'last', 'night,', 'my', 'parents', 'know', 'about', 'it,', 'perhaps', 'better', 'than', 'me,', 'i', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'already.', 'they', 'must', 'have', 'noticed', 'it.', 'i', "don't", 'know', 'why', 'i', "didn't", 'let', 'you', 'know', 'at', 'work!', 'but', 'you', 'always', 'think', 'you', 'can', 'get', 'over', 'an', 'illness', 'without', 'staying', 'at', 'home.', 'please,', "don't", 'make', 'my', 'parents', 'suffer!', "there's", 'no', 'basis', 'for', 'any', 'of', 'the', 'accusations', "you're", 'making;', "nobody's", 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'any', 'of', 'these', 'things.', 'maybe', 'you', "haven't", 'read', 'the', 'latest', 'contracts', 'i', 'sent', 'in.', "i'll", 'set', 'off', 'with', 'the', 'eight', "o'clock", 'train,', 'as', 'well,', 'these', 'few', 'hours', 'of', 'rest', 'have', 'given', 'me', 'strength.', 'you', "don't", 'need', 'to', 'wait,', 'sir;', "i'll", 'be', 'in', 'the', 'office', 'soon', 'after', 'you,', 'and', 'please', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him!"', 'and', 'while', 'gregor', 'gushed', 'out', 'these', 'words,', 'hardly', 'knowing', 'what', 'he', 'was', 'saying,', 'he', 'made', 'his', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawers', '-', 'this', 'was', 'easily', 'done,', 'probably', 'because', 'of', 'the', 'practise', 'he', 'had', 'already', 'had', 'in', 'bed', '-', 'where', 'he', 'now', 'tried', 'to', 'get', 'himself', 'upright.', 'he', 'really', 'did', 'want', 'to', 'open', 'the', 'door,', 'really', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk;', 'the', 'others', 'were', 'being', 'so', 'insistent,', 'and', 'he', 'was', 'curious', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him.', 'if', 'they', 'were', 'shocked', 'then', 'it', 'would', 'no', 'longer', 'be', "gregor's", 'responsibility', 'and', 'he', 'could', 'rest.', 'if,', 'however,', 'they', 'took', 'everything', 'calmly', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset,', 'and', 'if', 'he', 'hurried', 'he', 'really', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', "o'clock.", 'the', 'first', 'few', 'times', 'he', 'tried', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawers', 'he', 'just', 'slid', 'down', 'again,', 'but', 'he', 'finally', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright;', 'the', 'lower', 'part', 'of', 'his', 'body', 'was', 'in', 'serious', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'any', 'attention', 'to', 'it.', 'now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearby', 'chair', 'and', 'held', 'tightly', 'to', 'the', 'edges', 'of', 'it', 'with', 'his', 'little', 'legs.', 'by', 'now', 'he', 'had', 'also', 'calmed', 'down,', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'was', 'saying.', '"did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that?"', 'the', 'chief', 'clerk', 'asked', 'his', 'parents,', '"surely', "he's", 'not', 'trying', 'to', 'make', 'fools', 'of', 'us".', '"oh,', 'god!"', 'called', 'his', 'mother,', 'who', 'was', 'already', 'in', 'tears,', '"he', 'could', 'be', 'seriously', 'ill', 'and', "we're", 'making', 'him', 'suffer.', 'grete!', 'grete!"', 'she', 'then', 'cried.', '"mother?"', 'his', 'sister', 'called', 'from', 'the', 'other', 'side.', 'they', 'communicated', 'across', "gregor's", 'room.', '"you\'ll', 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away.', 'gregor', 'is', 'ill.', 'quick,', 'get', 'the', 'doctor.', 'did', 'you', 'hear', 'the', 'way', 'gregor', 'spoke', 'just', 'now?"', '"that', 'was', 'the', 'voice', 'of', 'an', 'animal",', 'said', 'the', 'chief', 'clerk,', 'with', 'a', 'calmness', 'that', 'was', 'in', 'contrast', 'with', 'his', "mother's", 'screams.', '"anna!', 'anna!"', 'his', 'father', 'called', 'into', 'the', 'kitchen', 'through', 'the', 'entrance', 'hall,', 'clapping', 'his', 'hands,', '"get', 'a', 'locksmith', 'here,', 'now!"', 'and', 'the', 'two', 'girls,', 'their', 'skirts', 'swishing,', 'immediately', 'ran', 'out', 'through', 'the', 'hall,', 'wrenching', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went.', 'how', 'had', 'his', 'sister', 'managed', 'to', 'get', 'dressed', 'so', 'quickly?', 'there', 'was', 'no', 'sound', 'of', 'the', 'door', 'banging', 'shut', 'again;', 'they', 'must', 'have', 'left', 'it', 'open;', 'people', 'often', 'do', 'in', 'homes', 'where', 'something', 'awful', 'has', 'happened.', 'gregor,', 'in', 'contrast,', 'had', 'become', 'much', 'calmer.', 'so', 'they', "couldn't", 'understand', 'his', 'words', 'any', 'more,', 'although', 'they', 'seemed', 'clear', 'enough', 'to', 'him,', 'clearer', 'than', 'before', '-', 'perhaps', 'his', 'ears', 'had', 'become', 'used', 'to', 'the', 'sound.', 'they', 'had', 'realised,', 'though,', 'that', 'there', 'was', 'something', 'wrong', 'with', 'him,', 'and', 'were', 'ready', 'to', 'help.', 'the', 'first', 'response', 'to', 'his', 'situation', 'had', 'been', 'confident', 'and', 'wise,', 'and', 'that', 'made', 'him', 'feel', 'better.', 'he', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'people,', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expected', 'great', 'and', 'surprising', 'achievements', '-', 'although', 'he', 'did', 'not', 'really', 'distinguish', 'one', 'from', 'the', 'other.', 'whatever', 'was', 'said', 'next', 'would', 'be', 'crucial,', 'so,', 'in', 'order', 'to', 'make', 'his', 'voice', 'as', 'clear', 'as', 'possible,', 'he', 'coughed', 'a', 'little,', 'but', 'taking', 'care', 'to', 'do', 'this', 'not', 'too', 'loudly', 'as', 'even', 'this', 'might', 'well', 'sound', 'different', 'from', 'the', 'way', 'that', 'a', 'human', 'coughs', 'and', 'he', 'was', 'no', 'longer', 'sure', 'he', 'could', 'judge', 'this', 'for', 'himself.', 'meanwhile,', 'it', 'had', 'become', 'very', 'quiet', 'in', 'the', 'next', 'room.', 'perhaps', 'his', 'parents', 'were', 'sat', 'at', 'the', 'table', 'whispering', 'with', 'the', 'chief', 'clerk,', 'or', 'perhaps', 'they', 'were', 'all', 'pressed', 'against', 'the', 'door', 'and', 'listening.', 'gregor', 'slowly', 'pushed', 'his', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair.', 'once', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door,', 'holding', 'himself', 'upright', 'against', 'it', 'using', 'the', 'adhesive', 'on', 'the', 'tips', 'of', 'his', 'legs.', 'he', 'rested', 'there', 'a', 'little', 'while', 'to', 'recover', 'from', 'the', 'effort', 'involved', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turning', 'the', 'key', 'in', 'the', 'lock', 'with', 'his', 'mouth.', 'he', 'seemed,', 'unfortunately,', 'to', 'have', 'no', 'proper', 'teeth', '-', 'how', 'was', 'he,', 'then,', 'to', 'grasp', 'the', 'key?', '-', 'but', 'the', 'lack', 'of', 'teeth', 'was,', 'of', 'course,', 'made', 'up', 'for', 'with', 'a', 'very', 'strong', 'jaw;', 'using', 'the', 'jaw,', 'he', 'really', 'was', 'able', 'to', 'start', 'the', 'key', 'turning,', 'ignoring', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'causing', 'some', 'kind', 'of', 'damage', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'his', 'mouth,', 'flowed', 'over', 'the', 'key', 'and', 'dripped', 'onto', 'the', 'floor.', '"listen",', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room,', '"he\'s', 'turning', 'the', 'key."', 'gregor', 'was', 'greatly', 'encouraged', 'by', 'this;', 'but', 'they', 'all', 'should', 'have', 'been', 'calling', 'to', 'him,', 'his', 'father', 'and', 'his', 'mother', 'too:', '"well', 'done,', 'gregor",', 'they', 'should', 'have', 'cried,', '"keep', 'at', 'it,', 'keep', 'hold', 'of', 'the', 'lock!"', 'and', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedly', 'following', 'his', 'efforts,', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'his', 'strength,', 'paying', 'no', 'attention', 'to', 'the', 'pain', 'he', 'was', 'causing', 'himself.', 'as', 'the', 'key', 'turned', 'round', 'he', 'turned', 'around', 'the', 'lock', 'with', 'it,', 'only', 'holding', 'himself', 'upright', 'with', 'his', 'mouth,', 'and', 'hung', 'onto', 'the', 'key', 'or', 'pushed', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'his', 'body', 'as', 'needed.', 'the', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snapped', 'back', 'was', "gregor's", 'sign', 'that', 'he', 'could', 'break', 'his', 'concentration,', 'and', 'as', 'he', 'regained', 'his', 'breath', 'he', 'said', 'to', 'himself:', '"so,', 'i', "didn't", 'need', 'the', 'locksmith', 'after', 'all".', 'then', 'he', 'lay', 'his', 'head', 'on', 'the', 'handle', 'of', 'the', 'door', 'to', 'open', 'it', 'completely.', 'because', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'this', 'way,', 'it', 'was', 'already', 'wide', 'open', 'before', 'he', 'could', 'be', 'seen.', 'he', 'had', 'first', 'to', 'slowly', 'turn', 'himself', 'around', 'one', 'of', 'the', 'double', 'doors,', 'and', 'he', 'had', 'to', 'do', 'it', 'very', 'carefully', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'his', 'back', 'before', 'entering', 'the', 'room.', 'he', 'was', 'still', 'occupied', 'with', 'this', 'difficult', 'movement,', 'unable', 'to', 'pay', 'attention', 'to', 'anything', 'else,', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', '"oh!",', 'which', 'sounded', 'like', 'the', 'soughing', 'of', 'the', 'wind.', 'now', 'he', 'also', 'saw', 'him', '-', 'he', 'was', 'the', 'nearest', 'to', 'the', 'door', '-', 'his', 'hand', 'pressed', 'against', 'his', 'open', 'mouth', 'and', 'slowly', 'retreating', 'as', 'if', 'driven', 'by', 'a', 'steady', 'and', 'invisible', 'force.', "gregor's", 'mother,', 'her', 'hair', 'still', 'dishevelled', 'from', 'bed', 'despite', 'the', 'chief', "clerk's", 'being', 'there,', 'looked', 'at', 'his', 'father.', 'then', 'she', 'unfolded', 'her', 'arms,', 'took', 'two', 'steps', 'forward', 'towards', 'gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirts', 'that', 'spread', 'themselves', 'out', 'around', 'her', 'as', 'her', 'head', 'disappeared', 'down', 'onto', 'her', 'breast.', 'his', 'father', 'looked', 'hostile,', 'and', 'clenched', 'his', 'fists', 'as', 'if', 'wanting', 'to', 'knock', 'gregor', 'back', 'into', 'his', 'room.', 'then', 'he', 'looked', 'uncertainly', 'round', 'the', 'living', 'room,', 'covered', 'his', 'eyes', 'with', 'his', 'hands', 'and', 'wept', 'so', 'that', 'his', 'powerful', 'chest', 'shook.', 'so', 'gregor', 'did', 'not', 'go', 'into', 'the', 'room,', 'but', 'leant', 'against', 'the', 'inside', 'of', 'the', 'other', 'door', 'which', 'was', 'still', 'held', 'bolted', 'in', 'place.', 'in', 'this', 'way', 'only', 'half', 'of', 'his', 'body', 'could', 'be', 'seen,', 'along', 'with', 'his', 'head', 'above', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peered', 'out', 'at', 'the', 'others.', 'meanwhile', 'the', 'day', 'had', 'become', 'much', 'lighter;', 'part', 'of', 'the', 'endless,', 'grey-black', 'building', 'on', 'the', 'other', 'side', 'of', 'the', 'street', '-', 'which', 'was', 'a', 'hospital', '-', 'could', 'be', 'seen', 'quite', 'clearly', 'with', 'the', 'austere', 'and', 'regular', 'line', 'of', 'windows', 'piercing', 'its', 'facade;', 'the', 'rain', 'was', 'still', 'falling,', 'now', 'throwing', 'down', 'large,', 'individual', 'droplets', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time.', 'the', 'washing', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'table;', 'there', 'was', 'so', 'much', 'of', 'it', 'because,', 'for', "gregor's", 'father,', 'breakfast', 'was', 'the', 'most', 'important', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'several', 'hours', 'as', 'he', 'sat', 'reading', 'a', 'number', 'of', 'different', 'newspapers.', 'on', 'the', 'wall', 'exactly', 'opposite', 'there', 'was', 'photograph', 'of', 'gregor', 'when', 'he', 'was', 'a', 'lieutenant', 'in', 'the', 'army,', 'his', 'sword', 'in', 'his', 'hand', 'and', 'a', 'carefree', 'smile', 'on', 'his', 'face', 'as', 'he', 'called', 'forth', 'respect', 'for', 'his', 'uniform', 'and', 'bearing.', 'the', 'door', 'to', 'the', 'entrance', 'hall', 'was', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'was', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'landing', 'and', 'the', 'stairs', 'where', 'they', 'began', 'their', 'way', 'down', 'below.', '"now,', 'then",', 'said', 'gregor,', 'well', 'aware', 'that', 'he', 'was', 'the', 'only', 'one', 'to', 'have', 'kept', 'calm,', '"i\'ll', 'get', 'dressed', 'straight', 'away', 'now,', 'pack', 'up', 'my', 'samples', 'and', 'set', 'off.', 'will', 'you', 'please', 'just', 'let', 'me', 'leave?', 'you', 'can', 'see",', 'he', 'said', 'to', 'the', 'chief', 'clerk,', '"that', "i'm", 'not', 'stubborn', 'and', 'i', 'like', 'to', 'do', 'my', 'job;', 'being', 'a', 'commercial', 'traveller', 'is', 'arduous', 'but', 'without', 'travelling', 'i', "couldn't", 'earn', 'my', 'living.', 'so', 'where', 'are', 'you', 'going,', 'in', 'to', 'the', 'office?', 'yes?', 'will', 'you', 'report', 'everything', 'accurately,', 'then?', "it's", 'quite', 'possible', 'for', 'someone', 'to', 'be', 'temporarily', 'unable', 'to', 'work,', 'but', "that's", 'just', 'the', 'right', 'time', 'to', 'remember', "what's", 'been', 'achieved', 'in', 'the', 'past', 'and', 'consider', 'that', 'later', 'on,', 'once', 'the', 'difficulty', 'has', 'been', 'removed,', 'he', 'will', 'certainly', 'work', 'with', 'all', 'the', 'more', 'diligence', 'and', 'concentration.', "you're", 'well', 'aware', 'that', "i'm", 'seriously', 'in', 'debt', 'to', 'our', 'employer', 'as', 'well', 'as', 'having', 'to', 'look', 'after', 'my', 'parents', 'and', 'my', 'sister,', 'so', 'that', "i'm", 'trapped', 'in', 'a', 'difficult', 'situation,', 'but', 'i', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again.', 'please', "don't", 'make', 'things', 'any', 'harder', 'for', 'me', 'than', 'they', 'are', 'already,', 'and', "don't", 'take', 'sides', 'against', 'me', 'at', 'the', 'office.', 'i', 'know', 'that', 'nobody', 'likes', 'the', 'travellers.', 'they', 'think', 'we', 'earn', 'an', 'enormous', 'wage', 'as', 'well', 'as', 'having', 'a', 'soft', 'time', 'of', 'it.', "that's", 'just', 'prejudice', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it.', 'but', 'you,', 'sir,', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff,', 'in', 'fact,', 'if', 'i', 'can', 'say', 'this', 'in', 'confidence,', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', '-', "it's", 'very', 'easy', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistakes', 'about', 'his', 'employees', 'and', 'judge', 'them', 'more', 'harshly', 'than', 'he', 'should.', 'and', "you're", 'also', 'well', 'aware', 'that', 'we', 'travellers', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'office,', 'so', 'that', 'we', 'can', 'very', 'easily', 'fall', 'victim', 'to', 'gossip', 'and', 'chance', 'and', 'groundless', 'complaints,', 'and', "it's", 'almost', 'impossible', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing,', 'we', "don't", 'usually', 'even', 'hear', 'about', 'them,', 'or', 'if', 'at', 'all', "it's", 'when', 'we', 'arrive', 'back', 'home', 'exhausted', 'from', 'a', 'trip,', 'and', "that's", 'when', 'we', 'feel', 'the', 'harmful', 'effects', 'of', "what's", 'been', 'going', 'on', 'without', 'even', 'knowing', 'what', 'caused', 'them.', 'please,', "don't", 'go', 'away,', 'at', 'least', 'first', 'say', 'something', 'to', 'show', 'that', 'you', 'grant', 'that', "i'm", 'at', 'least', 'partly', 'right!"', 'but', 'the', 'chief', 'clerk', 'had', 'turned', 'away', 'as', 'soon', 'as', 'gregor', 'had', 'started', 'to', 'speak,', 'and,', 'with', 'protruding', 'lips,', 'only', 'stared', 'back', 'at', 'him', 'over', 'his', 'trembling', 'shoulders', 'as', 'he', 'left.', 'he', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'gregor', 'was', 'speaking,', 'but', 'moved', 'steadily', 'towards', 'the', 'door', 'without', 'taking', 'his', 'eyes', 'off', 'him.', 'he', 'moved', 'very', 'gradually,', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibition', 'on', 'leaving', 'the', 'room.', 'it', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'entrance', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement,', 'drew', 'his', 'foot', 'from', 'the', 'living', 'room,', 'and', 'rushed', 'forward', 'in', 'a', 'panic.', 'in', 'the', 'hall,', 'he', 'stretched', 'his', 'right', 'hand', 'far', 'out', 'towards', 'the', 'stairway', 'as', 'if', 'out', 'there,', 'there', 'were', 'some', 'supernatural', 'force', 'waiting', 'to', 'save', 'him.', 'gregor', 'realised', 'that', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'this', 'mood', 'if', 'his', 'position', 'in', 'the', 'firm', 'was', 'not', 'to', 'be', 'put', 'into', 'extreme', 'danger.', 'that', 'was', 'something', 'his', 'parents', 'did', 'not', 'understand', 'very', 'well;', 'over', 'the', 'years,', 'they', 'had', 'become', 'convinced', 'that', 'this', 'job', 'would', 'provide', 'for', 'gregor', 'for', 'his', 'entire', 'life,', 'and', 'besides,', 'they', 'had', 'so', 'much', 'to', 'worry', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'any', 'thought', 'for', 'the', 'future.', 'gregor,', 'though,', 'did', 'think', 'about', 'the', 'future.', 'the', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back,', 'calmed', 'down,', 'convinced', 'and', 'finally', 'won', 'over;', 'the', 'future', 'of', 'gregor', 'and', 'his', 'family', 'depended', 'on', 'it!', 'if', 'only', 'his', 'sister', 'were', 'here!', 'she', 'was', 'clever;', 'she', 'was', 'already', 'in', 'tears', 'while', 'gregor', 'was', 'still', 'lying', 'peacefully', 'on', 'his', 'back.', 'and', 'the', 'chief', 'clerk', 'was', 'a', 'lover', 'of', 'women,', 'surely', 'she', 'could', 'persuade', 'him;', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entrance', 'hall', 'and', 'talk', 'him', 'out', 'of', 'his', 'shocked', 'state.', 'but', 'his', 'sister', 'was', 'not', 'there,', 'gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself.', 'and', 'without', 'considering', 'that', 'he', 'still', 'was', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'his', 'present', 'state,', 'or', 'that', 'his', 'speech', 'still', 'might', 'not', '-', 'or', 'probably', 'would', 'not', '-', 'be', 'understood,', 'he', 'let', 'go', 'of', 'the', 'door;', 'pushed', 'himself', 'through', 'the', 'opening;', 'tried', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'landing', 'who,', 'ridiculously,', 'was', 'holding', 'on', 'to', 'the', 'banister', 'with', 'both', 'hands;', 'but', 'gregor', 'fell', 'immediately', 'over', 'and,', 'with', 'a', 'little', 'scream', 'as', 'he', 'sought', 'something', 'to', 'hold', 'onto,', 'landed', 'on', 'his', 'numerous', 'little', 'legs.', 'hardly', 'had', 'that', 'happened', 'than,', 'for', 'the', 'first', 'time', 'that', 'day,', 'he', 'began', 'to', 'feel', 'alright', 'with', 'his', 'body;', 'the', 'little', 'legs', 'had', 'the', 'solid', 'ground', 'under', 'them;', 'to', 'his', 'pleasure,', 'they', 'did', 'exactly', 'as', 'he', 'told', 'them;', 'they', 'were', 'even', 'making', 'the', 'effort', 'to', 'carry', 'him', 'where', 'he', 'wanted', 'to', 'go;', 'and', 'he', 'was', 'soon', 'believing', 'that', 'all', 'his', 'sorrows', 'would', 'soon', 'be', 'finally', 'at', 'an', 'end.', 'he', 'held', 'back', 'the', 'urge', 'to', 'move', 'but', 'swayed', 'from', 'side', 'to', 'side', 'as', 'he', 'crouched', 'there', 'on', 'the', 'floor.', 'his', 'mother', 'was', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seemed,', 'at', 'first,', 'quite', 'engrossed', 'in', 'herself,', 'but', 'then', 'she', 'suddenly', 'jumped', 'up', 'with', 'her', 'arms', 'outstretched', 'and', 'her', 'fingers', 'spread', 'shouting:', '"help,', 'for', "pity's", 'sake,', 'help!"', 'the', 'way', 'she', 'held', 'her', 'head', 'suggested', 'she', 'wanted', 'to', 'see', 'gregor', 'better,', 'but', 'the', 'unthinking', 'way', 'she', 'was', 'hurrying', 'backwards', 'showed', 'that', 'she', 'did', 'not;', 'she', 'had', 'forgotten', 'that', 'the', 'table', 'was', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'things', 'on', 'it;', 'when', 'she', 'reached', 'the', 'table', 'she', 'sat', 'quickly', 'down', 'on', 'it', 'without', 'knowing', 'what', 'she', 'was', 'doing;', 'without', 'even', 'seeming', 'to', 'notice', 'that', 'the', 'coffee', 'pot', 'had', 'been', 'knocked', 'over', 'and', 'a', 'gush', 'of', 'coffee', 'was', 'pouring', 'down', 'onto', 'the', 'carpet.', '"mother,', 'mother",', 'said', 'gregor', 'gently,', 'looking', 'up', 'at', 'her.', 'he', 'had', 'completely', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment,', 'but', 'could', 'not', 'help', 'himself', 'snapping', 'in', 'the', 'air', 'with', 'his', 'jaws', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffee.', 'that', 'set', 'his', 'mother', 'screaming', 'anew,', 'she', 'fled', 'from', 'the', 'table', 'and', 'into', 'the', 'arms', 'of', 'his', 'father', 'as', 'he', 'rushed', 'towards', 'her.', 'gregor,', 'though,', 'had', 'no', 'time', 'to', 'spare', 'for', 'his', 'parents', 'now;', 'the', 'chief', 'clerk', 'had', 'already', 'reached', 'the', 'stairs;', 'with', 'his', 'chin', 'on', 'the', 'banister,', 'he', 'looked', 'back', 'for', 'the', 'last', 'time.', 'gregor', 'made', 'a', 'run', 'for', 'him;', 'he', 'wanted', 'to', 'be', 'sure', 'of', 'reaching', 'him;', 'the', 'chief', 'clerk', 'must', 'have', 'expected', 'something,', 'as', 'he', 'leapt', 'down', 'several', 'steps', 'at', 'once', 'and', 'disappeared;', 'his', 'shouts', 'resounding', 'all', 'around', 'the', 'staircase.', 'the', 'flight', 'of', 'the', 'chief', 'clerk', 'seemed,', 'unfortunately,', 'to', 'put', "gregor's", 'father', 'into', 'a', 'panic', 'as', 'well.', 'until', 'then', 'he', 'had', 'been', 'relatively', 'self', 'controlled,', 'but', 'now,', 'instead', 'of', 'running', 'after', 'the', 'chief', 'clerk', 'himself,', 'or', 'at', 'least', 'not', 'impeding', 'gregor', 'as', 'he', 'ran', 'after', 'him,', "gregor's", 'father', 'seized', 'the', 'chief', "clerk's", 'stick', 'in', 'his', 'right', 'hand', '(the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair,', 'along', 'with', 'his', 'hat', 'and', 'overcoat),', 'picked', 'up', 'a', 'large', 'newspaper', 'from', 'the', 'table', 'with', 'his', 'left,', 'and', 'used', 'them', 'to', 'drive', 'gregor', 'back', 'into', 'his', 'room,', 'stamping', 'his', 'foot', 'at', 'him', 'as', 'he', 'went.', "gregor's", 'appeals', 'to', 'his', 'father', 'were', 'of', 'no', 'help,', 'his', 'appeals', 'were', 'simply', 'not', 'understood,', 'however', 'much', 'he', 'humbly', 'turned', 'his', 'head', 'his', 'father', 'merely', 'stamped', 'his', 'foot', 'all', 'the', 'harder.', 'across', 'the', 'room,', 'despite', 'the', 'chilly', 'weather,', "gregor's", 'mother', 'had', 'pulled', 'open', 'a', 'window,', 'leant', 'far', 'out', 'of', 'it', 'and', 'pressed', 'her', 'hands', 'to', 'her', 'face.', 'a', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'towards', 'the', 'stairway,', 'the', 'curtains', 'flew', 'up,', 'the', 'newspapers', 'on', 'the', 'table', 'fluttered', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor.', 'nothing', 'would', 'stop', "gregor's", 'father', 'as', 'he', 'drove', 'him', 'back,', 'making', 'hissing', 'noises', 'at', 'him', 'like', 'a', 'wild', 'man.', 'gregor', 'had', 'never', 'had', 'any', 'practice', 'in', 'moving', 'backwards', 'and', 'was', 'only', 'able', 'to', 'go', 'very', 'slowly.', 'if', 'gregor', 'had', 'only', 'been', 'allowed', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'his', 'room', 'straight', 'away,', 'but', 'he', 'was', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'his', 'father', 'would', 'become', 'impatient,', 'and', 'there', 'was', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'his', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'his', "father's", 'hand', 'any', 'moment.', 'eventually,', 'though,', 'gregor', 'realised', 'that', 'he', 'had', 'no', 'choice', 'as', 'he', 'saw,', 'to', 'his', 'disgust,', 'that', 'he', 'was', 'quite', 'incapable', 'of', 'going', 'backwards', 'in', 'a', 'straight', 'line;', 'so', 'he', 'began,', 'as', 'quickly', 'as', 'possible', 'and', 'with', 'frequent', 'anxious', 'glances', 'at', 'his', 'father,', 'to', 'turn', 'himself', 'round.', 'it', 'went', 'very', 'slowly,', 'but', 'perhaps', 'his', 'father', 'was', 'able', 'to', 'see', 'his', 'good', 'intentions', 'as', 'he', 'did', 'nothing', 'to', 'hinder', 'him,', 'in', 'fact', 'now', 'and', 'then', 'he', 'used', 'the', 'tip', 'of', 'his', 'stick', 'to', 'give', 'directions', 'from', 'a', 'distance', 'as', 'to', 'which', 'way', 'to', 'turn.', 'if', 'only', 'his', 'father', 'would', 'stop', 'that', 'unbearable', 'hissing!', 'it', 'was', 'making', 'gregor', 'quite', 'confused.', 'when', 'he', 'had', 'nearly', 'finished', 'turning', 'round,', 'still', 'listening', 'to', 'that', 'hissing,', 'he', 'made', 'a', 'mistake', 'and', 'turned', 'himself', 'back', 'a', 'little', 'the', 'way', 'he', 'had', 'just', 'come.', 'he', 'was', 'pleased', 'when', 'he', 'finally', 'had', 'his', 'head', 'in', 'front', 'of', 'the', 'doorway,', 'but', 'then', 'saw', 'that', 'it', 'was', 'too', 'narrow,', 'and', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulty.', 'in', 'his', 'present', 'mood,', 'it', 'obviously', 'did', 'not', 'occur', 'to', 'his', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'double', 'doors', 'so', 'that', 'gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through.', 'he', 'was', 'merely', 'fixed', 'on', 'the', 'idea', 'that', 'gregor', 'should', 'be', 'got', 'back', 'into', 'his', 'room', 'as', 'quickly', 'as', 'possible.', 'nor', 'would', 'he', 'ever', 'have', 'allowed', 'gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'preparation', 'for', 'getting', 'through', 'the', 'doorway.', 'what', 'he', 'did,', 'making', 'more', 'noise', 'than', 'ever,', 'was', 'to', 'drive', 'gregor', 'forwards', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'nothing', 'in', 'the', 'way;', 'it', 'sounded', 'to', 'gregor', 'as', 'if', 'there', 'was', 'now', 'more', 'than', 'one', 'father', 'behind', 'him;', 'it', 'was', 'not', 'a', 'pleasant', 'experience,', 'and', 'gregor', 'pushed', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen.', 'one', 'side', 'of', 'his', 'body', 'lifted', 'itself,', 'he', 'lay', 'at', 'an', 'angle', 'in', 'the', 'doorway,', 'one', 'flank', 'scraped', 'on', 'the', 'white', 'door', 'and', 'was', 'painfully', 'injured,', 'leaving', 'vile', 'brown', 'flecks', 'on', 'it,', 'soon', 'he', 'was', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'able', 'to', 'move', 'at', 'all', 'by', 'himself,', 'the', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'pressed', 'painfully', 'against', 'the', 'ground.', 'then', 'his', 'father', 'gave', 'him', 'a', 'hefty', 'shove', 'from', 'behind', 'which', 'released', 'him', 'from', 'where', 'he', 'was', 'held', 'and', 'sent', 'him', 'flying,', 'and', 'heavily', 'bleeding,', 'deep', 'into', 'his', 'room.', 'the', 'door', 'was', 'slammed', 'shut', 'with', 'the', 'stick,', 'then,', 'finally,', 'all', 'was', 'quiet.', 'ii', 'it', 'was', 'not', 'until', 'it', 'was', 'getting', 'dark', 'that', 'evening', 'that', 'gregor', 'awoke', 'from', 'his', 'deep', 'and', 'coma-like', 'sleep.', 'he', 'would', 'have', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'if', 'he', "hadn't", 'been', 'disturbed,', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fully', 'rested.', 'but', 'he', 'had', 'the', 'impression', 'that', 'some', 'hurried', 'steps', 'and', 'the', 'sound', 'of', 'the', 'door', 'leading', 'into', 'the', 'front', 'room', 'being', 'carefully', 'shut', 'had', 'woken', 'him.', 'the', 'light', 'from', 'the', 'electric', 'street', 'lamps', 'shone', 'palely', 'here', 'and', 'there', 'onto', 'the', 'ceiling', 'and', 'tops', 'of', 'the', 'furniture,', 'but', 'down', 'below,', 'where', 'gregor', 'was,', 'it', 'was', 'dark.', 'he', 'pushed', 'himself', 'over', 'to', 'the', 'door,', 'feeling', 'his', 'way', 'clumsily', 'with', 'his', 'antennae', '-', 'of', 'which', 'he', 'was', 'now', 'beginning', 'to', 'learn', 'the', 'value', '-', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happening', 'there.', 'the', 'whole', 'of', 'his', 'left', 'side', 'seemed', 'like', 'one,', 'painfully', 'stretched', 'scar,', 'and', 'he', 'limped', 'badly', 'on', 'his', 'two', 'rows', 'of', 'legs.', 'one', 'of', 'the', 'legs', 'had', 'been', 'badly', 'injured', 'in', 'the', 'events', 'of', 'that', 'morning', '-', 'it', 'was', 'nearly', 'a', 'miracle', 'that', 'only', 'one', 'of', 'them', 'had', 'been', '-', 'and', 'dragged', 'along', 'lifelessly.', 'it', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'door', 'that', 'he', 'realised', 'what', 'it', 'actually', 'was', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it;', 'it', 'was', 'the', 'smell', 'of', 'something', 'to', 'eat.', 'by', 'the', 'door', 'there', 'was', 'a', 'dish', 'filled', 'with', 'sweetened', 'milk', 'with', 'little', 'pieces', 'of', 'white', 'bread', 'floating', 'in', 'it.', 'he', 'was', 'so', 'pleased', 'he', 'almost', 'laughed,', 'as', 'he', 'was', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morning,', 'and', 'immediately', 'dipped', 'his', 'head', 'into', 'the', 'milk,', 'nearly', 'covering', 'his', 'eyes', 'with', 'it.', 'but', 'he', 'soon', 'drew', 'his', 'head', 'back', 'again', 'in', 'disappointment;', 'not', 'only', 'did', 'the', 'pain', 'in', 'his', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', '-', 'he', 'was', 'only', 'able', 'to', 'eat', 'if', 'his', 'whole', 'body', 'worked', 'together', 'as', 'a', 'snuffling', 'whole', '-', 'but', 'the', 'milk', 'did', 'not', 'taste', 'at', 'all', 'nice.', 'milk', 'like', 'this', 'was', 'normally', 'his', 'favourite', 'drink,', 'and', 'his', 'sister', 'had', 'certainly', 'left', 'it', 'there', 'for', 'him', 'because', 'of', 'that,', 'but', 'he', 'turned,', 'almost', 'against', 'his', 'own', 'will,', 'away', 'from', 'the', 'dish', 'and', 'crawled', 'back', 'into', 'the', 'centre', 'of', 'the', 'room.', 'through', 'the', 'crack', 'in', 'the', 'door,', 'gregor', 'could', 'see', 'that', 'the', 'gas', 'had', 'been', 'lit', 'in', 'the', 'living', 'room.', 'his', 'father', 'at', 'this', 'time', 'would', 'normally', 'be', 'sat', 'with', 'his', 'evening', 'paper,', 'reading', 'it', 'out', 'in', 'a', 'loud', 'voice', 'to', "gregor's", 'mother,', 'and', 'sometimes', 'to', 'his', 'sister,', 'but', 'there', 'was', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard.', "gregor's", 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'this', 'reading,', 'but', 'maybe', 'his', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'times.', 'it', 'was', 'so', 'quiet', 'all', 'around', 'too,', 'even', 'though', 'there', 'must', 'have', 'been', 'somebody', 'in', 'the', 'flat.', '"what', 'a', 'quiet', 'life', 'it', 'is', 'the', 'family', 'lead",', 'said', 'gregor', 'to', 'himself,', 'and,', 'gazing', 'into', 'the', 'darkness,', 'felt', 'a', 'great', 'pride', 'that', 'he', 'was', 'able', 'to', 'provide', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'his', 'sister', 'and', 'parents.', 'but', 'what', 'now,', 'if', 'all', 'this', 'peace', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horrible', 'and', 'frightening', 'end?', 'that', 'was', 'something', 'that', 'gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much,', 'so', 'he', 'started', 'to', 'move', 'about,', 'crawling', 'up', 'and', 'down', 'the', 'room.', 'once', 'during', 'that', 'long', 'evening,', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'was', 'opened', 'very', 'slightly', 'and', 'hurriedly', 'closed', 'again;', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same;', 'it', 'seemed', 'that', 'someone', 'needed', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it.', 'gregor', 'went', 'and', 'waited', 'immediately', 'by', 'the', 'door,', 'resolved', 'either', 'to', 'bring', 'the', 'timorous', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'was;', 'but', 'the', 'door', 'was', 'opened', 'no', 'more', 'that', 'night', 'and', 'gregor', 'waited', 'in', 'vain.', 'the', 'previous', 'morning', 'while', 'the', 'doors', 'were', 'locked', 'everyone', 'had', 'wanted', 'to', 'get', 'in', 'there', 'to', 'him,', 'but', 'now,', 'now', 'that', 'he', 'had', 'opened', 'up', 'one', 'of', 'the', 'doors', 'and', 'the', 'other', 'had', 'clearly', 'been', 'unlocked', 'some', 'time', 'during', 'the', 'day,', 'no-one', 'came,', 'and', 'the', 'keys', 'were', 'in', 'the', 'other', 'sides.', 'it', 'was', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'living', 'room', 'was', 'put', 'out,', 'and', 'now', 'it', 'was', 'easy', 'to', 'see', 'that', 'his', 'parents', 'and', 'sister', 'had', 'stayed', 'awake', 'all', 'that', 'time,', 'as', 'they', 'all', 'could', 'be', 'distinctly', 'heard', 'as', 'they', 'went', 'away', 'together', 'on', 'tip-toe.', 'it', 'was', 'clear', 'that', 'no-one', 'would', 'come', 'into', "gregor's", 'room', 'any', 'more', 'until', 'morning;', 'that', 'gave', 'him', 'plenty', 'of', 'time', 'to', 'think', 'undisturbed', 'about', 'how', 'he', 'would', 'have', 'to', 're-arrange', 'his', 'life.', 'for', 'some', 'reason,', 'the', 'tall,', 'empty', 'room', 'where', 'he', 'was', 'forced', 'to', 'remain', 'made', 'him', 'feel', 'uneasy', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor,', 'even', 'though', 'he', 'had', 'been', 'living', 'in', 'it', 'for', 'five', 'years.', 'hardly', 'aware', 'of', 'what', 'he', 'was', 'doing', 'other', 'than', 'a', 'slight', 'feeling', 'of', 'shame,', 'he', 'hurried', 'under', 'the', 'couch.', 'it', 'pressed', 'down', 'on', 'his', 'back', 'a', 'little,', 'and', 'he', 'was', 'no', 'longer', 'able', 'to', 'lift', 'his', 'head,', 'but', 'he', 'nonetheless', 'felt', 'immediately', 'at', 'ease', 'and', 'his', 'only', 'regret', 'was', 'that', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath.', 'he', 'spent', 'the', 'whole', 'night', 'there.', 'some', 'of', 'the', 'time', 'he', 'passed', 'in', 'a', 'light', 'sleep,', 'although', 'he', 'frequently', 'woke', 'from', 'it', 'in', 'alarm', 'because', 'of', 'his', 'hunger,', 'and', 'some', 'of', 'the', 'time', 'was', 'spent', 'in', 'worries', 'and', 'vague', 'hopes', 'which,', 'however,', 'always', 'led', 'to', 'the', 'same', 'conclusion:', 'for', 'the', 'time', 'being', 'he', 'must', 'remain', 'calm,', 'he', 'must', 'show', 'patience', 'and', 'the', 'greatest', 'consideration', 'so', 'that', 'his', 'family', 'could', 'bear', 'the', 'unpleasantness', 'that', 'he,', 'in', 'his', 'present', 'condition,', 'was', 'forced', 'to', 'impose', 'on', 'them.', 'gregor', 'soon', 'had', 'the', 'opportunity', 'to', 'test', 'the', 'strength', 'of', 'his', 'decisions,', 'as', 'early', 'the', 'next', 'morning,', 'almost', 'before', 'the', 'night', 'had', 'ended,', 'his', 'sister,', 'nearly', 'fully', 'dressed,', 'opened', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'looked', 'anxiously', 'in.', 'she', 'did', 'not', 'see', 'him', 'straight', 'away,', 'but', 'when', 'she', 'did', 'notice', 'him', 'under', 'the', 'couch', '-', 'he', 'had', 'to', 'be', 'somewhere,', 'for', "god's", 'sake,', 'he', "couldn't", 'have', 'flown', 'away', '-', 'she', 'was', 'so', 'shocked', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slammed', 'the', 'door', 'shut', 'again', 'from', 'outside.', 'but', 'she', 'seemed', 'to', 'regret', 'her', 'behaviour,', 'as', 'she', 'opened', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tip-toe', 'as', 'if', 'entering', 'the', 'room', 'of', 'someone', 'seriously', 'ill', 'or', 'even', 'of', 'a', 'stranger.', 'gregor', 'had', 'pushed', 'his', 'head', 'forward,', 'right', 'to', 'the', 'edge', 'of', 'the', 'couch,', 'and', 'watched', 'her.', 'would', 'she', 'notice', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'was,', 'realise', 'that', 'it', 'was', 'not', 'from', 'any', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'was', 'more', 'suitable?', 'if', 'she', "didn't", 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungry', 'than', 'draw', 'her', 'attention', 'to', 'it,', 'although', 'he', 'did', 'feel', 'a', 'terrible', 'urge', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch,', 'throw', 'himself', 'at', 'his', "sister's", 'feet', 'and', 'beg', 'her', 'for', 'something', 'good', 'to', 'eat.', 'however,', 'his', 'sister', 'noticed', 'the', 'full', 'dish', 'immediately', 'and', 'looked', 'at', 'it', 'and', 'the', 'few', 'drops', 'of', 'milk', 'splashed', 'around', 'it', 'with', 'some', 'surprise.', 'she', 'immediately', 'picked', 'it', 'up', '-', 'using', 'a', 'rag,', 'not', 'her', 'bare', 'hands', '-', 'and', 'carried', 'it', 'out.', 'gregor', 'was', 'extremely', 'curious', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'its', 'place,', 'imagining', 'the', 'wildest', 'possibilities,', 'but', 'he', 'never', 'could', 'have', 'guessed', 'what', 'his', 'sister,', 'in', 'her', 'goodness,', 'actually', 'did', 'bring.', 'in', 'order', 'to', 'test', 'his', 'taste,', 'she', 'brought', 'him', 'a', 'whole', 'selection', 'of', 'things,', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspaper.', 'there', 'were', 'old,', 'half-rotten', 'vegetables;', 'bones', 'from', 'the', 'evening', 'meal,', 'covered', 'in', 'white', 'sauce', 'that', 'had', 'gone', 'hard;', 'a', 'few', 'raisins', 'and', 'almonds;', 'some', 'cheese', 'that', 'gregor', 'had', 'declared', 'inedible', 'two', 'days', 'before;', 'a', 'dry', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt.', 'as', 'well', 'as', 'all', 'that', 'she', 'had', 'poured', 'some', 'water', 'into', 'the', 'dish,', 'which', 'had', 'probably', 'been', 'permanently', 'set', 'aside', 'for', "gregor's", 'use,', 'and', 'placed', 'it', 'beside', 'them.', 'then,', 'out', 'of', 'consideration', 'for', "gregor's", 'feelings,', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her,', 'she', 'hurried', 'out', 'again', 'and', 'even', 'turned', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'gregor', 'would', 'know', 'he', 'could', 'make', 'things', 'as', 'comfortable', 'for', 'himself', 'as', 'he', 'liked.', "gregor's", 'little', 'legs', 'whirred,', 'at', 'last', 'he', 'could', 'eat.', "what's", 'more,', 'his', 'injuries', 'must', 'already', 'have', 'completely', 'healed', 'as', 'he', 'found', 'no', 'difficulty', 'in', 'moving.', 'this', 'amazed', 'him,', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'his', 'finger', 'slightly', 'with', 'a', 'knife,', 'he', 'thought', 'of', 'how', 'his', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'before', 'yesterday.', '"am', 'i', 'less', 'sensitive', 'than', 'i', 'used', 'to', 'be,', 'then?",', 'he', 'thought,', 'and', 'was', 'already', 'sucking', 'greedily', 'at', 'the', 'cheese', 'which', 'had', 'immediately,', 'almost', 'compellingly,', 'attracted', 'him', 'much', 'more', 'than', 'the', 'other', 'foods', 'on', 'the', 'newspaper.', 'quickly', 'one', 'after', 'another,', 'his', 'eyes', 'watering', 'with', 'pleasure,', 'he', 'consumed', 'the', 'cheese,', 'the', 'vegetables', 'and', 'the', 'sauce;', 'the', 'fresh', 'foods,', 'on', 'the', 'other', 'hand,', 'he', "didn't", 'like', 'at', 'all,', 'and', 'even', 'dragged', 'the', 'things', 'he', 'did', 'want', 'to', 'eat', 'a', 'little', 'way', 'away', 'from', 'them', 'because', 'he', "couldn't", 'stand', 'the', 'smell.', 'long', 'after', 'he', 'had', 'finished', 'eating', 'and', 'lay', 'lethargic', 'in', 'the', 'same', 'place,', 'his', 'sister', 'slowly', 'turned', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw.', 'he', 'was', 'immediately', 'startled,', 'although', 'he', 'had', 'been', 'half', 'asleep,', 'and', 'he', 'hurried', 'back', 'under', 'the', 'couch.', 'but', 'he', 'needed', 'great', 'self-control', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'his', 'sister', 'was', 'in', 'the', 'room,', 'as', 'eating', 'so', 'much', 'food', 'had', 'rounded', 'out', 'his', 'body', 'a', 'little', 'and', 'he', 'could', 'hardly', 'breathe', 'in', 'that', 'narrow', 'space.', 'half', 'suffocating,', 'he', 'watched', 'with', 'bulging', 'eyes', 'as', 'his', 'sister', 'unselfconsciously', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'left-overs,', 'mixing', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touched', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'used', 'any', 'more.', 'she', 'quickly', 'dropped', 'it', 'all', 'into', 'a', 'bin,', 'closed', 'it', 'with', 'its', 'wooden', 'lid,', 'and', 'carried', 'everything', 'out.', 'she', 'had', 'hardly', 'turned', 'her', 'back', 'before', 'gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretched', 'himself.', 'this', 'was', 'how', 'gregor', 'received', 'his', 'food', 'each', 'day', 'now,', 'once', 'in', 'the', 'morning', 'while', 'his', 'parents', 'and', 'the', 'maid', 'were', 'still', 'asleep,', 'and', 'the', 'second', 'time', 'after', 'everyone', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'his', 'parents', 'would', 'sleep', 'for', 'a', 'little', 'while', 'then', 'as', 'well,', 'and', "gregor's", 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand.', "gregor's", 'father', 'and', 'mother', 'certainly', 'did', 'not', 'want', 'him', 'to', 'starve', 'either,', 'but', 'perhaps', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'any', 'more', 'experience', 'of', 'his', 'feeding', 'than', 'being', 'told', 'about', 'it,', 'and', 'perhaps', 'his', 'sister', 'wanted', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'indeed', 'suffering', 'enough.', 'it', 'was', 'impossible', 'for', 'gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morning', 'to', 'get', 'them', 'out', 'of', 'the', 'flat.', 'as', 'nobody', 'could', 'understand', 'him,', 'nobody,', 'not', 'even', 'his', 'sister,', 'thought', 'that', 'he', 'could', 'understand', 'them,', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'his', "sister's", 'sighs', 'and', 'appeals', 'to', 'the', 'saints', 'as', 'she', 'moved', 'about', 'his', 'room.', 'it', 'was', 'only', 'later,', 'when', 'she', 'had', 'become', 'a', 'little', 'more', 'used', 'to', 'everything', '-', 'there', 'was,', 'of', 'course,', 'no', 'question', 'of', 'her', 'ever', 'becoming', 'fully', 'used', 'to', 'the', 'situation', '-', 'that', 'gregor', 'would', 'sometimes', 'catch', 'a', 'friendly', 'comment,', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'construed', 'as', 'friendly.', '"he\'s', 'enjoyed', 'his', 'dinner', 'today",', 'she', 'might', 'say', 'when', 'he', 'had', 'diligently', 'cleared', 'away', 'all', 'the', 'food', 'left', 'for', 'him,', 'or', 'if', 'he', 'left', 'most', 'of', 'it,', 'which', 'slowly', 'became', 'more', 'and', 'more', 'frequent,', 'she', 'would', 'often', 'say,', 'sadly,', '"now', "everything's", 'just', 'been', 'left', 'there', 'again".', 'although', 'gregor', "wasn't", 'able', 'to', 'hear', 'any', 'news', 'directly', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'was', 'said', 'in', 'the', 'next', 'rooms,', 'and', 'whenever', 'he', 'heard', 'anyone', 'speaking', 'he', 'would', 'scurry', 'straight', 'to', 'the', 'appropriate', 'door', 'and', 'press', 'his', 'whole', 'body', 'against', 'it.', 'there', 'was', 'seldom', 'any', 'conversation,', 'especially', 'at', 'first,', 'that', 'was', 'not', 'about', 'him', 'in', 'some', 'way,', 'even', 'if', 'only', 'in', 'secret.', 'for', 'two', 'whole', 'days,', 'all', 'the', 'talk', 'at', 'every', 'mealtime', 'was', 'about', 'what', 'they', 'should', 'do', 'now;', 'but', 'even', 'between', 'meals', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'always', 'at', 'least', 'two', 'members', 'of', 'the', 'family', 'at', 'home', '-', 'nobody', 'wanted', 'to', 'be', 'at', 'home', 'by', 'themselves', 'and', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'leave', 'the', 'flat', 'entirely', 'empty.', 'and', 'on', 'the', 'very', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knees', 'and', 'begged', "gregor's", 'mother', 'to', 'let', 'her', 'go', 'without', 'delay.', 'it', 'was', 'not', 'very', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happened', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour,', 'tearfully', 'thanking', "gregor's", 'mother', 'for', 'her', 'dismissal', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enormous', 'service.', 'she', 'even', 'swore', 'emphatically', 'not', 'to', 'tell', 'anyone', 'the', 'slightest', 'about', 'what', 'had', 'happened,', 'even', 'though', 'no-one', 'had', 'asked', 'that', 'of', 'her.', 'now', "gregor's", 'sister', 'also', 'had', 'to', 'help', 'his', 'mother', 'with', 'the', 'cooking;', 'although', 'that', 'was', 'not', 'so', 'much', 'bother', 'as', 'no-one', 'ate', 'very', 'much.', 'gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccessfully', 'urge', 'another', 'to', 'eat,', 'and', 'receive', 'no', 'more', 'answer', 'than', '"no', 'thanks,', "i've", 'had', 'enough"', 'or', 'something', 'similar.', 'no-one', 'drank', 'very', 'much', 'either.', 'his', 'sister', 'would', 'sometimes', 'ask', 'his', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer,', 'hoping', 'for', 'the', 'chance', 'to', 'go', 'and', 'fetch', 'it', 'herself.', 'when', 'his', 'father', 'then', 'said', 'nothing', 'she', 'would', 'add,', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish,', 'that', 'she', 'could', 'send', 'the', 'housekeeper', 'for', 'it,', 'but', 'then', 'his', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big,', 'loud', '"no",', 'and', 'no', 'more', 'would', 'be', 'said.', 'even', 'before', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end,', 'his', 'father', 'had', 'explained', 'to', "gregor's", 'mother', 'and', 'sister', 'what', 'their', 'finances', 'and', 'prospects', 'were.', 'now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'table', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'little', 'cash', 'box', 'he', 'had', 'saved', 'from', 'his', 'business', 'when', 'it', 'had', 'collapsed', 'five', 'years', 'earlier.', 'gregor', 'heard', 'how', 'he', 'opened', 'the', 'complicated', 'lock', 'and', 'then', 'closed', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'wanted.', 'what', 'he', 'heard', 'his', 'father', 'say', 'was', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'gregor', 'heard', 'since', 'he', 'had', 'first', 'been', 'incarcerated', 'in', 'his', 'room.', 'he', 'had', 'thought', 'that', 'nothing', 'at', 'all', 'remained', 'from', 'his', "father's", 'business,', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anything', 'different,', 'and', 'gregor', 'had', 'never', 'asked', 'him', 'about', 'it', 'anyway.', 'their', 'business', 'misfortune', 'had', 'reduced', 'the', 'family', 'to', 'a', 'state', 'of', 'total', 'despair,', 'and', "gregor's", 'only', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrange', 'things', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickly', 'as', 'possible.', 'so', 'then', 'he', 'started', 'working', 'especially', 'hard,', 'with', 'a', 'fiery', 'vigour', 'that', 'raised', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travelling', 'representative', 'almost', 'overnight,', 'bringing', 'with', 'it', 'the', 'chance', 'to', 'earn', 'money', 'in', 'quite', 'different', 'ways.', 'gregor', 'converted', 'his', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'table', 'at', 'home', 'for', 'the', 'benefit', 'of', 'his', 'astonished', 'and', 'delighted', 'family.', 'they', 'had', 'been', 'good', 'times', 'and', 'they', 'had', 'never', 'come', 'again,', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour,', 'even', 'though', 'gregor', 'had', 'later', 'earned', 'so', 'much', 'that', 'he', 'was', 'in', 'a', 'position', 'to', 'bear', 'the', 'costs', 'of', 'the', 'whole', 'family,', 'and', 'did', 'bear', 'them.', 'they', 'had', 'even', 'got', 'used', 'to', 'it,', 'both', 'gregor', 'and', 'the', 'family,', 'they', 'took', 'the', 'money', 'with', 'gratitude', 'and', 'he', 'was', 'glad', 'to', 'provide', 'it,', 'although', 'there', 'was', 'no', 'longer', 'much', 'warm', 'affection', 'given', 'in', 'return.', 'gregor', 'only', 'remained', 'close', 'to', 'his', 'sister', 'now.', 'unlike', 'him,', 'she', 'was', 'very', 'fond', 'of', 'music', 'and', 'a', 'gifted', 'and', 'expressive', 'violinist,', 'it', 'was', 'his', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'next', 'year', 'even', 'though', 'it', 'would', 'cause', 'great', 'expense', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way.', 'during', "gregor's", 'short', 'periods', 'in', 'town,', 'conversation', 'with', 'his', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatory', 'but', 'it', 'was', 'only', 'ever', 'mentioned', 'as', 'a', 'lovely', 'dream', 'that', 'could', 'never', 'be', 'realised.', 'their', 'parents', 'did', 'not', 'like', 'to', 'hear', 'this', 'innocent', 'talk,', 'but', 'gregor', 'thought', 'about', 'it', 'quite', 'hard', 'and', 'decided', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'planned', 'with', 'a', 'grand', 'announcement', 'of', 'it', 'on', 'christmas', 'day.', 'that', 'was', 'the', 'sort', 'of', 'totally', 'pointless', 'thing', 'that', 'went', 'through', 'his', 'mind', 'in', 'his', 'present', 'state,', 'pressed', 'upright', 'against', 'the', 'door', 'and', 'listening.', 'there', 'were', 'times', 'when', 'he', 'simply', 'became', 'too', 'tired', 'to', 'continue', 'listening,', 'when', 'his', 'head', 'would', 'fall', 'wearily', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start,', 'as', 'even', 'the', 'slightest', 'noise', 'he', 'caused', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent.', '"what\'s', 'that', "he's", 'doing', 'now",', 'his', 'father', 'would', 'say', 'after', 'a', 'while,', 'clearly', 'having', 'gone', 'over', 'to', 'the', 'door,', 'and', 'only', 'then', 'would', 'the', 'interrupted', 'conversation', 'slowly', 'be', 'taken', 'up', 'again.', 'when', 'explaining', 'things,', 'his', 'father', 'repeated', 'himself', 'several', 'times,', 'partly', 'because', 'it', 'was', 'a', 'long', 'time', 'since', 'he', 'had', 'been', 'occupied', 'with', 'these', 'matters', 'himself', 'and', 'partly', 'because', "gregor's", 'mother', 'did', 'not', 'understand', 'everything', 'the', 'first', 'time.', 'from', 'these', 'repeated', 'explanations', 'gregor', 'learned,', 'to', 'his', 'pleasure,', 'that', 'despite', 'all', 'their', 'misfortunes', 'there', 'was', 'still', 'some', 'money', 'available', 'from', 'the', 'old', 'days.', 'it', 'was', 'not', 'a', 'lot,', 'but', 'it', 'had', 'not', 'been', 'touched', 'in', 'the', 'meantime', 'and', 'some', 'interest', 'had', 'accumulated.', 'besides', 'that,', 'they', 'had', 'not', 'been', 'using', 'up', 'all', 'the', 'money', 'that', 'gregor', 'had', 'been', 'bringing', 'home', 'every', 'month,', 'keeping', 'only', 'a', 'little', 'for', 'himself,', 'so', 'that', 'that,', 'too,', 'had', 'been', 'accumulating.', 'behind', 'the', 'door,', 'gregor', 'nodded', 'with', 'enthusiasm', 'in', 'his', 'pleasure', 'at', 'this', 'unexpected', 'thrift', 'and', 'caution.', 'he', 'could', 'actually', 'have', 'used', 'this', 'surplus', 'money', 'to', 'reduce', 'his', "father's", 'debt', 'to', 'his', 'boss,', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer,', 'but', 'now', 'it', 'was', 'certainly', 'better', 'the', 'way', 'his', 'father', 'had', 'done', 'things.', 'this', 'money,', 'however,', 'was', 'certainly', 'not', 'enough', 'to', 'enable', 'the', 'family', 'to', 'live', 'off', 'the', 'interest;', 'it', 'was', 'enough', 'to', 'maintain', 'them', 'for,', 'perhaps,', 'one', 'or', 'two', 'years,', 'no', 'more.', "that's", 'to', 'say,', 'it', 'was', 'money', 'that', 'should', 'not', 'really', 'be', 'touched', 'but', 'set', 'aside', 'for', 'emergencies;', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earned.', 'his', 'father', 'was', 'healthy', 'but', 'old,', 'and', 'lacking', 'in', 'self', 'confidence.', 'during', 'the', 'five', 'years', 'that', 'he', 'had', 'not', 'been', 'working', '-', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', '-', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'become', 'very', 'slow', 'and', 'clumsy.', 'would', "gregor's", 'elderly', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money?', 'she', 'suffered', 'from', 'asthma', 'and', 'it', 'was', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home,', 'every', 'other', 'day', 'would', 'be', 'spent', 'struggling', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window.', 'would', 'his', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money?', 'she', 'was', 'still', 'a', 'child', 'of', 'seventeen,', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'very', 'enviable,', 'consisting', 'of', 'wearing', 'nice', 'clothes,', 'sleeping', 'late,', 'helping', 'out', 'in', 'the', 'business,', 'joining', 'in', 'with', 'a', 'few', 'modest', 'pleasures', 'and', 'most', 'of', 'all', 'playing', 'the', 'violin.', 'whenever', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money,', 'gregor', 'would', 'always', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool,', 'leather', 'sofa', 'next', 'to', 'it,', 'as', 'he', 'became', 'quite', 'hot', 'with', 'shame', 'and', 'regret.', 'he', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through,', 'not', 'sleeping', 'a', 'wink', 'but', 'scratching', 'at', 'the', 'leather', 'for', 'hours', 'on', 'end.', 'or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'pushing', 'a', 'chair', 'to', 'the', 'window,', 'climbing', 'up', 'onto', 'the', 'sill', 'and,', 'propped', 'up', 'in', 'the', 'chair,', 'leaning', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it.', 'he', 'had', 'used', 'to', 'feel', 'a', 'great', 'sense', 'of', 'freedom', 'from', 'doing', 'this,', 'but', 'doing', 'it', 'now', 'was', 'obviously', 'something', 'more', 'remembered', 'than', 'experienced,', 'as', 'what', 'he', 'actually', 'saw', 'in', 'this', 'way', 'was', 'becoming', 'less', 'distinct', 'every', 'day,', 'even', 'things', 'that', 'were', 'quite', 'near;', 'he', 'had', 'used', 'to', 'curse', 'the', 'ever-present', 'view', 'of', 'the', 'hospital', 'across', 'the', 'street,', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all,', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'lived', 'in', 'charlottenstrasse,', 'which', 'was', 'a', 'quiet', 'street', 'despite', 'being', 'in', 'the', 'middle', 'of', 'the', 'city,', 'he', 'could', 'have', 'thought', 'that', 'he', 'was', 'looking', 'out', 'the', 'window', 'at', 'a', 'barren', 'waste', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingled', 'inseparably.', 'his', 'observant', 'sister', 'only', 'needed', 'to', 'notice', 'the', 'chair', 'twice', 'before', 'she', 'would', 'always', 'push', 'it', 'back', 'to', 'its', 'exact', 'position', 'by', 'the', 'window', 'after', 'she', 'had', 'tidied', 'up', 'the', 'room,', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on.', 'if', 'gregor', 'had', 'only', 'been', 'able', 'to', 'speak', 'to', 'his', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it;', 'but', 'as', 'it', 'was', 'it', 'caused', 'him', 'pain.', 'his', 'sister,', 'naturally,', 'tried', 'as', 'far', 'as', 'possible', 'to', 'pretend', 'there', 'was', 'nothing', 'burdensome', 'about', 'it,', 'and', 'the', 'longer', 'it', 'went', 'on,', 'of', 'course,', 'the', 'better', 'she', 'was', 'able', 'to', 'do', 'so,', 'but', 'as', 'time', 'went', 'by', 'gregor', 'was', 'also', 'able', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better.', 'it', 'had', 'even', 'become', 'very', 'unpleasant', 'for', 'him,', 'now,', 'whenever', 'she', 'entered', 'the', 'room.', 'no', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickly', 'close', 'the', 'door', 'as', 'a', 'precaution', 'so', 'that', 'no-one', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', "gregor's", 'room,', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedly', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffocating.', 'even', 'if', 'it', 'was', 'cold,', 'she', 'would', 'stay', 'at', 'the', 'window', 'breathing', 'deeply', 'for', 'a', 'little', 'while.', 'she', 'would', 'alarm', 'gregor', 'twice', 'a', 'day', 'with', 'this', 'running', 'about', 'and', 'noise', 'making;', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shivering', 'the', 'whole', 'while,', 'knowing', 'full', 'well', 'that', 'she', 'would', 'certainly', 'have', 'liked', 'to', 'spare', 'him', 'this', 'ordeal,', 'but', 'it', 'was', 'impossible', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'windows', 'closed.', 'one', 'day,', 'about', 'a', 'month', 'after', "gregor's", 'transformation', 'when', 'his', 'sister', 'no', 'longer', 'had', 'any', 'particular', 'reason', 'to', 'be', 'shocked', 'at', 'his', 'appearance,', 'she', 'came', 'into', 'the', 'room', 'a', 'little', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'staring', 'out', 'the', 'window,', 'motionless,', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horrible.', 'in', 'itself,', 'his', "sister's", 'not', 'coming', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surprise', 'for', 'gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immediately', 'open', 'the', 'window', 'while', 'he', 'was', 'still', 'there,', 'but', 'not', 'only', 'did', 'she', 'not', 'come', 'in,', 'she', 'went', 'straight', 'back', 'and', 'closed', 'the', 'door', 'behind', 'her,', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threatened', 'her', 'and', 'tried', 'to', 'bite', 'her.', 'gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch,', 'of', 'course,', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'before', 'his', 'sister', 'came', 'back', 'and', 'she', 'seemed', 'much', 'more', 'uneasy', 'than', 'usual.', 'it', 'made', 'him', 'realise', 'that', 'she', 'still', 'found', 'his', 'appearance', 'unbearable', 'and', 'would', 'continue', 'to', 'do', 'so,', 'she', 'probably', 'even', 'had', 'to', 'overcome', 'the', 'urge', 'to', 'flee', 'when', 'she', 'saw', 'the', 'little', 'bit', 'of', 'him', 'that', 'protruded', 'from', 'under', 'the', 'couch.', 'one', 'day,', 'in', 'order', 'to', 'spare', 'her', 'even', 'this', 'sight,', 'he', 'spent', 'four', 'hours', 'carrying', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'his', 'back', 'and', 'arranged', 'it', 'so', 'that', 'he', 'was', 'completely', 'covered', 'and', 'his', 'sister', 'would', 'not', 'be', 'able', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down.', 'if', 'she', 'did', 'not', 'think', 'this', 'sheet', 'was', 'necessary', 'then', 'all', 'she', 'had', 'to', 'do', 'was', 'take', 'it', 'off', 'again,', 'as', 'it', 'was', 'clear', 'enough', 'that', 'it', 'was', 'no', 'pleasure', 'for', 'gregor', 'to', 'cut', 'himself', 'off', 'so', 'completely.', 'she', 'left', 'the', 'sheet', 'where', 'it', 'was.', 'gregor', 'even', 'thought', 'he', 'glimpsed', 'a', 'look', 'of', 'gratitude', 'one', 'time', 'when', 'he', 'carefully', 'looked', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'his', 'sister', 'liked', 'the', 'new', 'arrangement.', 'for', 'the', 'first', 'fourteen', 'days,', "gregor's", 'parents', 'could', 'not', 'bring', 'themselves', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him.', 'he', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreciated', 'all', 'the', 'new', 'work', 'his', 'sister', 'was', 'doing', 'even', 'though,', 'before,', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'was', 'somewhat', 'useless', 'and', 'frequently', 'been', 'annoyed', 'with', 'her.', 'but', 'now', 'the', 'two', 'of', 'them,', 'father', 'and', 'mother,', 'would', 'often', 'both', 'wait', 'outside', 'the', 'door', 'of', "gregor's", 'room', 'while', 'his', 'sister', 'tidied', 'up', 'in', 'there,', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactly', 'how', 'everything', 'looked,', 'what', 'gregor', 'had', 'eaten,', 'how', 'he', 'had', 'behaved', 'this', 'time', 'and', 'whether,', 'perhaps,', 'any', 'slight', 'improvement', 'could', 'be', 'seen.', 'his', 'mother', 'also', 'wanted', 'to', 'go', 'in', 'and', 'visit', 'gregor', 'relatively', 'soon', 'but', 'his', 'father', 'and', 'sister', 'at', 'first', 'persuaded', 'her', 'against', 'it.', 'gregor', 'listened', 'very', 'closely', 'to', 'all', 'this,', 'and', 'approved', 'fully.', 'later,', 'though,', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'force,', 'which', 'made', 'her', 'call', 'out:', '"let', 'me', 'go', 'and', 'see', 'gregor,', 'he', 'is', 'my', 'unfortunate', 'son!', "can't", 'you', 'understand', 'i', 'have', 'to', 'see', 'him?",', 'and', 'gregor', 'would', 'think', 'to', 'himself', 'that', 'maybe', 'it', 'would', 'be', 'better', 'if', 'his', 'mother', 'came', 'in,', 'not', 'every', 'day', 'of', 'course,', 'but', 'one', 'day', 'a', 'week,', 'perhaps;', 'she', 'could', 'understand', 'everything', 'much', 'better', 'than', 'his', 'sister', 'who,', 'for', 'all', 'her', 'courage,', 'was', 'still', 'just', 'a', 'child', 'after', 'all,', 'and', 'really', 'might', 'not', 'have', 'had', 'an', "adult's", 'appreciation', 'of', 'the', 'burdensome', 'job', 'she', 'had', 'taken', 'on.', "gregor's", 'wish', 'to', 'see', 'his', 'mother', 'was', 'soon', 'realised.', 'out', 'of', 'consideration', 'for', 'his', 'parents,', 'gregor', 'wanted', 'to', 'avoid', 'being', 'seen', 'at', 'the', 'window', 'during', 'the', 'day,', 'the', 'few', 'square', 'meters', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about,', 'it', 'was', 'hard', 'to', 'just', 'lie', 'quietly', 'through', 'the', 'night,', 'his', 'food', 'soon', 'stopped', 'giving', 'him', 'any', 'pleasure', 'at', 'all,', 'and', 'so,', 'to', 'entertain', 'himself,', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawling', 'up', 'and', 'down', 'the', 'walls', 'and', 'ceiling.', 'he', 'was', 'especially', 'fond', 'of', 'hanging', 'from', 'the', 'ceiling;', 'it', 'was', 'quite', 'different', 'from', 'lying', 'on', 'the', 'floor;', 'he', 'could', 'breathe', 'more', 'freely;', 'his', 'body', 'had', 'a', 'light', 'swing', 'to', 'it;', 'and', 'up', 'there,', 'relaxed', 'and', 'almost', 'happy,', 'it', 'might', 'happen', 'that', 'he', 'would', 'surprise', 'even', 'himself', 'by', 'letting', 'go', 'of', 'the', 'ceiling', 'and', 'landing', 'on', 'the', 'floor', 'with', 'a', 'crash.', 'but', 'now,', 'of', 'course,', 'he', 'had', 'far', 'better', 'control', 'of', 'his', 'body', 'than', 'before', 'and,', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that,', 'caused', 'himself', 'no', 'damage.', 'very', 'soon', 'his', 'sister', 'noticed', "gregor's", 'new', 'way', 'of', 'entertaining', 'himself', '-', 'he', 'had,', 'after', 'all,', 'left', 'traces', 'of', 'the', 'adhesive', 'from', 'his', 'feet', 'as', 'he', 'crawled', 'about', '-', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easy', 'as', 'possible', 'for', 'him', 'by', 'removing', 'the', 'furniture', 'that', 'got', 'in', 'his', 'way,', 'especially', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk.', 'now,', 'this', 'was', 'not', 'something', 'that', 'she', 'would', 'be', 'able', 'to', 'do', 'by', 'herself;', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father;', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carried', 'on', 'bravely', 'since', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainly', 'would', 'not', 'have', 'helped', 'in', 'this,', 'she', 'had', 'even', 'asked', 'to', 'be', 'allowed', 'to', 'keep', 'the', 'kitchen', 'locked', 'at', 'all', 'times', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'was', 'especially', 'important;', 'so', 'his', 'sister', 'had', 'no', 'choice', 'but', 'to', 'choose', 'some', 'time', 'when', "gregor's", 'father', 'was', 'not', 'there', 'and', 'fetch', 'his', 'mother', 'to', 'help', 'her.', 'as', 'she', 'approached', 'the', 'room,', 'gregor', 'could', 'hear', 'his', 'mother', 'express', 'her', 'joy,', 'but', 'once', 'at', 'the', 'door', 'she', 'went', 'silent.', 'first,', 'of', 'course,', 'his', 'sister', 'came', 'in', 'and', 'looked', 'round', 'to', 'see', 'that', 'everything', 'in', 'the', 'room', 'was', 'alright;', 'and', 'only', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter.', 'gregor', 'had', 'hurriedly', 'pulled', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'folds', 'into', 'it', 'so', 'that', 'everything', 'really', 'looked', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chance.', 'gregor', 'also', 'refrained,', 'this', 'time,', 'from', 'spying', 'out', 'from', 'under', 'the', 'sheet;', 'he', 'gave', 'up', 'the', 'chance', 'to', 'see', 'his', 'mother', 'until', 'later', 'and', 'was', 'simply', 'glad', 'that', 'she', 'had', 'come.', '"you', 'can', 'come', 'in,', 'he', "can't", 'be', 'seen",', 'said', 'his', 'sister,', 'obviously', 'leading', 'her', 'in', 'by', 'the', 'hand.', 'the', 'old', 'chest', 'of', 'drawers', 'was', 'too', 'heavy', 'for', 'a', 'pair', 'of', 'feeble', 'women', 'to', 'be', 'heaving', 'about,', 'but', 'gregor', 'listened', 'as', 'they', 'pushed', 'it', 'from', 'its', 'place,', 'his', 'sister', 'always', 'taking', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignoring', 'her', "mother's", 'warnings', 'that', 'she', 'would', 'strain', 'herself.', 'this', 'lasted', 'a', 'very', 'long', 'time.', 'after', 'labouring', 'at', 'it', 'for', 'fifteen', 'minutes', 'or', 'more', 'his', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leave', 'the', 'chest', 'where', 'it', 'was,', 'for', 'one', 'thing', 'it', 'was', 'too', 'heavy', 'for', 'them', 'to', 'get', 'the', 'job', 'finished', 'before', "gregor's", 'father', 'got', 'home', 'and', 'leaving', 'it', 'in', 'the', 'middle', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'his', 'way', 'even', 'more,', 'and', 'for', 'another', 'thing', 'it', "wasn't", 'even', 'sure', 'that', 'taking', 'the', 'furniture', 'away', 'would', 'really', 'be', 'any', 'help', 'to', 'him.', 'she', 'thought', 'just', 'the', 'opposite;', 'the', 'sight', 'of', 'the', 'bare', 'walls', 'saddened', 'her', 'right', 'to', 'her', 'heart;', 'and', 'why', "wouldn't", 'gregor', 'feel', 'the', 'same', 'way', 'about', 'it,', "he'd", 'been', 'used', 'to', 'this', 'furniture', 'in', 'his', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandoned', 'to', 'be', 'in', 'an', 'empty', 'room', 'like', 'that.', 'then,', 'quietly,', 'almost', 'whispering', 'as', 'if', 'wanting', 'gregor', '(whose', 'whereabouts', 'she', 'did', 'not', 'know)', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voice,', 'as', 'she', 'was', 'convinced', 'that', 'he', 'did', 'not', 'understand', 'her', 'words,', 'she', 'added', '"and', 'by', 'taking', 'the', 'furniture', 'away,', "won't", 'it', 'seem', 'like', "we're", 'showing', 'that', "we've", 'given', 'up', 'all', 'hope', 'of', 'improvement', 'and', "we're", 'abandoning', 'him', 'to', 'cope', 'for', 'himself?', 'i', 'think', "it'd", 'be', 'best', 'to', 'leave', 'the', 'room', 'exactly', 'the', 'way', 'it', 'was', 'before', 'so', 'that', 'when', 'gregor', 'comes', 'back', 'to', 'us', 'again', "he'll", 'find', 'everything', 'unchanged', 'and', "he'll", 'be', 'able', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier".', 'hearing', 'these', 'words', 'from', 'his', 'mother', 'made', 'gregor', 'realise', 'that', 'the', 'lack', 'of', 'any', 'direct', 'human', 'communication,', 'along', 'with', 'the', 'monotonous', 'life', 'led', 'by', 'the', 'family', 'during', 'these', 'two', 'months,', 'must', 'have', 'made', 'him', 'confused', '-', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explaining', 'to', 'himself', 'why', 'he', 'had', 'seriously', 'wanted', 'his', 'room', 'emptied', 'out.', 'had', 'he', 'really', 'wanted', 'to', 'transform', 'his', 'room', 'into', 'a', 'cave,', 'a', 'warm', 'room', 'fitted', 'out', 'with', 'the', 'nice', 'furniture', 'he', 'had', 'inherited?', 'that', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimpeded', 'in', 'any', 'direction,', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickly', 'forget', 'his', 'past', 'when', 'he', 'had', 'still', 'been', 'human.', 'he', 'had', 'come', 'very', 'close', 'to', 'forgetting,', 'and', 'it', 'had', 'only', 'been', 'the', 'voice', 'of', 'his', 'mother,', 'unheard', 'for', 'so', 'long,', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it.', 'nothing', 'should', 'be', 'removed;', 'everything', 'had', 'to', 'stay;', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influence', 'the', 'furniture', 'had', 'on', 'his', 'condition;', 'and', 'if', 'the', 'furniture', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessly', 'that', 'was', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantage.', 'his', 'sister,', 'unfortunately,', 'did', 'not', 'agree;', 'she', 'had', 'become', 'used', 'to', 'the', 'idea,', 'not', 'without', 'reason,', 'that', 'she', 'was', "gregor's", 'spokesman', 'to', 'his', 'parents', 'about', 'the', 'things', 'that', 'concerned', 'him.', 'this', 'meant', 'that', 'his', "mother's", 'advice', 'now', 'was', 'sufficient', 'reason', 'for', 'her', 'to', 'insist', 'on', 'removing', 'not', 'only', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk,', 'as', 'she', 'had', 'thought', 'at', 'first,', 'but', 'all', 'the', 'furniture', 'apart', 'from', 'the', 'all-important', 'couch.', 'it', 'was', 'more', 'than', 'childish', 'perversity,', 'of', 'course,', 'or', 'the', 'unexpected', 'confidence', 'she', 'had', 'recently', 'acquired,', 'that', 'made', 'her', 'insist;', 'she', 'had', 'indeed', 'noticed', 'that', 'gregor', 'needed', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in,', 'whereas', 'the', 'furniture,', 'as', 'far', 'as', 'anyone', 'could', 'see,', 'was', 'of', 'no', 'use', 'to', 'him', 'at', 'all.', 'girls', 'of', 'that', 'age,', 'though,', 'do', 'become', 'enthusiastic', 'about', 'things', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenever', 'they', 'can.', 'perhaps', 'this', 'was', 'what', 'tempted', 'grete', 'to', 'make', "gregor's", 'situation', 'seem', 'even', 'more', 'shocking', 'than', 'it', 'was', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him.', 'grete', 'would', 'probably', 'be', 'the', 'only', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'dominated', 'by', 'gregor', 'crawling', 'about', 'the', 'bare', 'walls', 'by', 'himself.', 'so', 'she', 'refused', 'to', 'let', 'her', 'mother', 'dissuade', 'her.', "gregor's", 'mother', 'already', 'looked', 'uneasy', 'in', 'his', 'room,', 'she', 'soon', 'stopped', 'speaking', 'and', 'helped', "gregor's", 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawers', 'out', 'with', 'what', 'strength', 'she', 'had.', 'the', 'chest', 'of', 'drawers', 'was', 'something', 'that', 'gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to,', 'but', 'the', 'writing', 'desk', 'had', 'to', 'stay.', 'hardly', 'had', 'the', 'two', 'women', 'pushed', 'the', 'chest', 'of', 'drawers,', 'groaning,', 'out', 'of', 'the', 'room', 'than', 'gregor', 'poked', 'his', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it.', 'he', 'meant', 'to', 'be', 'as', 'careful', 'and', 'considerate', 'as', 'he', 'could,', 'but,', 'unfortunately,', 'it', 'was', 'his', 'mother', 'who', 'came', 'back', 'first', 'while', 'grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arms', 'round', 'the', 'chest,', 'pushing', 'and', 'pulling', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without,', 'of', 'course,', 'moving', 'it', 'an', 'inch.', 'his', 'mother', 'was', 'not', 'used', 'to', 'the', 'sight', 'of', 'gregor,', 'he', 'might', 'have', 'made', 'her', 'ill,', 'so', 'gregor', 'hurried', 'backwards', 'to', 'the', 'far', 'end', 'of', 'the', 'couch.', 'in', 'his', 'startlement,', 'though,', 'he', 'was', 'not', 'able', 'to', 'prevent', 'the', 'sheet', 'at', 'its', 'front', 'from', 'moving', 'a', 'little.', 'it', 'was', 'enough', 'to', 'attract', 'his', "mother's", 'attention.', 'she', 'stood', 'very', 'still,', 'remained', 'there', 'a', 'moment,', 'and', 'then', 'went', 'back', 'out', 'to', 'grete.', 'gregor', 'kept', 'trying', 'to', 'assure', 'himself', 'that', 'nothing', 'unusual', 'was', 'happening,', 'it', 'was', 'just', 'a', 'few', 'pieces', 'of', 'furniture', 'being', 'moved', 'after', 'all,', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'going', 'to', 'and', 'fro,', 'their', 'little', 'calls', 'to', 'each', 'other,', 'the', 'scraping', 'of', 'the', 'furniture', 'on', 'the', 'floor,', 'all', 'these', 'things', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'being', 'assailed', 'from', 'all', 'sides.', 'with', 'his', 'head', 'and', 'legs', 'pulled', 'in', 'against', 'him', 'and', 'his', 'body', 'pressed', 'to', 'the', 'floor,', 'he', 'was', 'forced', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'this', 'much', 'longer.', 'they', 'were', 'emptying', 'his', 'room', 'out;', 'taking', 'away', 'everything', 'that', 'was', 'dear', 'to', 'him;', 'they', 'had', 'already', 'taken', 'out', 'the', 'chest', 'containing', 'his', 'fretsaw', 'and', 'other', 'tools;', 'now', 'they', 'threatened', 'to', 'remove', 'the', 'writing', 'desk', 'with', 'its', 'place', 'clearly', 'worn', 'into', 'the', 'floor,', 'the', 'desk', 'where', 'he', 'had', 'done', 'his', 'homework', 'as', 'a', 'business', 'trainee,', 'at', 'high', 'school,', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'school--he', 'really', 'could', 'not', 'wait', 'any', 'longer', 'to', 'see', 'whether', 'the', 'two', "women's", 'intentions', 'were', 'good.', 'he', 'had', 'nearly', 'forgotten', 'they', 'were', 'there', 'anyway,', 'as', 'they', 'were', 'now', 'too', 'tired', 'to', 'say', 'anything', 'while', 'they', 'worked', 'and', 'he', 'could', 'only', 'hear', 'their', 'feet', 'as', 'they', 'stepped', 'heavily', 'on', 'the', 'floor.', 'so,', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catching', 'their', 'breath,', 'he', 'sallied', 'out,', 'changed', 'direction', 'four', 'times', 'not', 'knowing', 'what', 'he', 'should', 'save', 'first', 'before', 'his', 'attention', 'was', 'suddenly', 'caught', 'by', 'the', 'picture', 'on', 'the', 'wall', '-', 'which', 'was', 'already', 'denuded', 'of', 'everything', 'else', 'that', 'had', 'been', 'on', 'it', '-', 'of', 'the', 'lady', 'dressed', 'in', 'copious', 'fur.', 'he', 'hurried', 'up', 'onto', 'the', 'picture', 'and', 'pressed', 'himself', 'against', 'its', 'glass,', 'it', 'held', 'him', 'firmly', 'and', 'felt', 'good', 'on', 'his', 'hot', 'belly.', 'this', 'picture', 'at', 'least,', 'now', 'totally', 'covered', 'by', 'gregor,', 'would', 'certainly', 'be', 'taken', 'away', 'by', 'no-one.', 'he', 'turned', 'his', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'living', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back.', 'they', 'had', 'not', 'allowed', 'themselves', 'a', 'long', 'rest', 'and', 'came', 'back', 'quite', 'soon;', 'grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'was', 'nearly', 'carrying', 'her.', '"what', 'shall', 'we', 'take', 'now,', 'then?",', 'said', 'grete', 'and', 'looked', 'around.', 'her', 'eyes', 'met', 'those', 'of', 'gregor', 'on', 'the', 'wall.', 'perhaps', 'only', 'because', 'her', 'mother', 'was', 'there,', 'she', 'remained', 'calm,', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said,', 'albeit', 'hurriedly', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voice:', '"come', 'on,', "let's", 'go', 'back', 'in', 'the', 'living', 'room', 'for', 'a', 'while?"', 'gregor', 'could', 'see', 'what', 'grete', 'had', 'in', 'mind,', 'she', 'wanted', 'to', 'take', 'her', 'mother', 'somewhere', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall.', 'well,', 'she', 'could', 'certainly', 'try', 'it!', 'he', 'sat', 'unyielding', 'on', 'his', 'picture.', 'he', 'would', 'rather', 'jump', 'at', "grete's", 'face.', 'but', "grete's", 'words', 'had', 'made', 'her', 'mother', 'quite', 'worried,', 'she', 'stepped', 'to', 'one', 'side,', 'saw', 'the', 'enormous', 'brown', 'patch', 'against', 'the', 'flowers', 'of', 'the', 'wallpaper,', 'and', 'before', 'she', 'even', 'realised', 'it', 'was', 'gregor', 'that', 'she', 'saw', 'screamed:', '"oh', 'god,', 'oh', 'god!"', 'arms', 'outstretched,', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everything', 'and', 'stayed', 'there', 'immobile.', '"gregor!"', 'shouted', 'his', 'sister,', 'glowering', 'at', 'him', 'and', 'shaking', 'her', 'fist.', 'that', 'was', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directly', 'since', 'his', 'transformation.', 'she', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smelling', 'salts', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint;', 'gregor', 'wanted', 'to', 'help', 'too', '-', 'he', 'could', 'save', 'his', 'picture', 'later,', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'force;', 'then', 'he,', 'too,', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advise', 'his', 'sister', 'like', 'in', 'the', 'old', 'days;', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'doing', 'nothing;', 'she', 'was', 'looking', 'into', 'various', 'bottles,', 'he', 'startled', 'her', 'when', 'she', 'turned', 'round;', 'a', 'bottle', 'fell', 'to', 'the', 'ground', 'and', 'broke;', 'a', 'splinter', 'cut', "gregor's", 'face,', 'some', 'kind', 'of', 'caustic', 'medicine', 'splashed', 'all', 'over', 'him;', 'now,', 'without', 'delaying', 'any', 'longer,', 'grete', 'took', 'hold', 'of', 'all', 'the', 'bottles', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother;', 'she', 'slammed', 'the', 'door', 'shut', 'with', 'her', 'foot.', 'so', 'now', 'gregor', 'was', 'shut', 'out', 'from', 'his', 'mother,', 'who,', 'because', 'of', 'him,', 'might', 'be', 'near', 'to', 'death;', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'his', 'sister', 'away,', 'and', 'she', 'had', 'to', 'stay', 'with', 'his', 'mother;', 'there', 'was', 'nothing', 'for', 'him', 'to', 'do', 'but', 'wait;', 'and,', 'oppressed', 'with', 'anxiety', 'and', 'self-reproach,', 'he', 'began', 'to', 'crawl', 'about,', 'he', 'crawled', 'over', 'everything,', 'walls,', 'furniture,', 'ceiling,', 'and', 'finally', 'in', 'his', 'confusion', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middle', 'of', 'the', 'dinner', 'table.', 'he', 'lay', 'there', 'for', 'a', 'while,', 'numb', 'and', 'immobile,', 'all', 'around', 'him', 'it', 'was', 'quiet,', 'maybe', 'that', 'was', 'a', 'good', 'sign.', 'then', 'there', 'was', 'someone', 'at', 'the', 'door.', 'the', 'maid,', 'of', 'course,', 'had', 'locked', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it.', 'his', 'father', 'had', 'arrived', 'home.', '"what\'s', 'happened?"', 'were', 'his', 'first', 'words;', "grete's", 'appearance', 'must', 'have', 'made', 'everything', 'clear', 'to', 'him.', 'she', 'answered', 'him', 'with', 'subdued', 'voice,', 'and', 'openly', 'pressed', 'her', 'face', 'into', 'his', 'chest:', '"mother\'s', 'fainted,', 'but', "she's", 'better', 'now.', 'gregor', 'got', 'out."', '"just', 'as', 'i', 'expected",', 'said', 'his', 'father,', '"just', 'as', 'i', 'always', 'said,', 'but', 'you', 'women', "wouldn't", 'listen,', 'would', 'you."', 'it', 'was', 'clear', 'to', 'gregor', 'that', 'grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'his', 'father', 'took', 'it', 'to', 'mean', 'that', 'something', 'bad', 'had', 'happened,', 'that', 'he', 'was', 'responsible', 'for', 'some', 'act', 'of', 'violence.', 'that', 'meant', 'gregor', 'would', 'now', 'have', 'to', 'try', 'to', 'calm', 'his', 'father,', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'things', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possible.', 'so', 'he', 'fled', 'to', 'the', 'door', 'of', 'his', 'room', 'and', 'pressed', 'himself', 'against', 'it', 'so', 'that', 'his', 'father,', 'when', 'he', 'came', 'in', 'from', 'the', 'hall,', 'could', 'see', 'straight', 'away', 'that', 'gregor', 'had', 'the', 'best', 'intentions', 'and', 'would', 'go', 'back', 'into', 'his', 'room', 'without', 'delay,', 'that', 'it', 'would', 'not', 'be', 'necessary', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'only', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear.', 'his', 'father,', 'though,', 'was', 'not', 'in', 'the', 'mood', 'to', 'notice', 'subtleties', 'like', 'that;', '"ah!",', 'he', 'shouted', 'as', 'he', 'came', 'in,', 'sounding', 'as', 'if', 'he', 'were', 'both', 'angry', 'and', 'glad', 'at', 'the', 'same', 'time.', 'gregor', 'drew', 'his', 'head', 'back', 'from', 'the', 'door', 'and', 'lifted', 'it', 'towards', 'his', 'father.', 'he', 'really', 'had', 'not', 'imagined', 'his', 'father', 'the', 'way', 'he', 'stood', 'there', 'now;', 'of', 'late,', 'with', 'his', 'new', 'habit', 'of', 'crawling', 'about,', 'he', 'had', 'neglected', 'to', 'pay', 'attention', 'to', 'what', 'was', 'going', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'before.', 'he', 'really', 'ought', 'to', 'have', 'expected', 'things', 'to', 'have', 'changed,', 'but', 'still,', 'still,', 'was', 'that', 'really', 'his', 'father?', 'the', 'same', 'tired', 'man', 'as', 'used', 'to', 'be', 'laying', 'there', 'entombed', 'in', 'his', 'bed', 'when', 'gregor', 'came', 'back', 'from', 'his', 'business', 'trips,', 'who', 'would', 'receive', 'him', 'sitting', 'in', 'the', 'armchair', 'in', 'his', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'evenings;', 'who', 'was', 'hardly', 'even', 'able', 'to', 'stand', 'up', 'but,', 'as', 'a', 'sign', 'of', 'his', 'pleasure,', 'would', 'just', 'raise', 'his', 'arms', 'and', 'who,', 'on', 'the', 'couple', 'of', 'times', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'together', 'on', 'a', 'sunday', 'or', 'public', 'holiday', 'wrapped', 'up', 'tightly', 'in', 'his', 'overcoat', 'between', 'gregor', 'and', 'his', 'mother,', 'would', 'always', 'labour', 'his', 'way', 'forward', 'a', 'little', 'more', 'slowly', 'than', 'them,', 'who', 'were', 'already', 'walking', 'slowly', 'for', 'his', 'sake;', 'who', 'would', 'place', 'his', 'stick', 'down', 'carefully', 'and,', 'if', 'he', 'wanted', 'to', 'say', 'something', 'would', 'invariably', 'stop', 'and', 'gather', 'his', 'companions', 'around', 'him.', 'he', 'was', 'standing', 'up', 'straight', 'enough', 'now;', 'dressed', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'buttons,', 'the', 'sort', 'worn', 'by', 'the', 'employees', 'at', 'the', 'banking', 'institute;', 'above', 'the', 'high,', 'stiff', 'collar', 'of', 'the', 'coat', 'his', 'strong', 'double-chin', 'emerged;', 'under', 'the', 'bushy', 'eyebrows,', 'his', 'piercing,', 'dark', 'eyes', 'looked', 'out', 'fresh', 'and', 'alert;', 'his', 'normally', 'unkempt', 'white', 'hair', 'was', 'combed', 'down', 'painfully', 'close', 'to', 'his', 'scalp.', 'he', 'took', 'his', 'cap,', 'with', 'its', 'gold', 'monogram', 'from,', 'probably,', 'some', 'bank,', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa,', 'put', 'his', 'hands', 'in', 'his', 'trouser', 'pockets,', 'pushing', 'back', 'the', 'bottom', 'of', 'his', 'long', 'uniform', 'coat,', 'and,', 'with', 'look', 'of', 'determination,', 'walked', 'towards', 'gregor.', 'he', 'probably', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind,', 'but', 'nonetheless', 'lifted', 'his', 'feet', 'unusually', 'high.', 'gregor', 'was', 'amazed', 'at', 'the', 'enormous', 'size', 'of', 'the', 'soles', 'of', 'his', 'boots,', 'but', 'wasted', 'no', 'time', 'with', 'that', '-', 'he', 'knew', 'full', 'well,', 'right', 'from', 'the', 'first', 'day', 'of', 'his', 'new', 'life,', 'that', 'his', 'father', 'thought', 'it', 'necessary', 'to', 'always', 'be', 'extremely', 'strict', 'with', 'him.', 'and', 'so', 'he', 'ran', 'up', 'to', 'his', 'father,', 'stopped', 'when', 'his', 'father', 'stopped,', 'scurried', 'forwards', 'again', 'when', 'he', 'moved,', 'even', 'slightly.', 'in', 'this', 'way', 'they', 'went', 'round', 'the', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening,', 'without', 'even', 'giving', 'the', 'impression', 'of', 'a', 'chase', 'as', 'everything', 'went', 'so', 'slowly.', 'gregor', 'remained', 'all', 'this', 'time', 'on', 'the', 'floor,', 'largely', 'because', 'he', 'feared', 'his', 'father', 'might', 'see', 'it', 'as', 'especially', 'provoking', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceiling.', 'whatever', 'he', 'did,', 'gregor', 'had', 'to', 'admit', 'that', 'he', 'certainly', 'would', 'not', 'be', 'able', 'to', 'keep', 'up', 'this', 'running', 'about', 'for', 'long,', 'as', 'for', 'each', 'step', 'his', 'father', 'took', 'he', 'had', 'to', 'carry', 'out', 'countless', 'movements.', 'he', 'became', 'noticeably', 'short', 'of', 'breath,', 'even', 'in', 'his', 'earlier', 'life', 'his', 'lungs', 'had', 'not', 'been', 'very', 'reliable.', 'now,', 'as', 'he', 'lurched', 'about', 'in', 'his', 'efforts', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'running', 'he', 'could', 'hardly', 'keep', 'his', 'eyes', 'open;', 'his', 'thoughts', 'became', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'any', 'other', 'way', 'of', 'saving', 'himself', 'than', 'running;', 'he', 'almost', 'forgot', 'that', 'the', 'walls', 'were', 'there', 'for', 'him', 'to', 'use', 'although,', 'here,', 'they', 'were', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'of', 'notches', 'and', 'protrusions', '-', 'then,', 'right', 'beside', 'him,', 'lightly', 'tossed,', 'something', 'flew', 'down', 'and', 'rolled', 'in', 'front', 'of', 'him.', 'it', 'was', 'an', 'apple;', 'then', 'another', 'one', 'immediately', 'flew', 'at', 'him;', 'gregor', 'froze', 'in', 'shock;', 'there', 'was', 'no', 'longer', 'any', 'point', 'in', 'running', 'as', 'his', 'father', 'had', 'decided', 'to', 'bombard', 'him.', 'he', 'had', 'filled', 'his', 'pockets', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now,', 'without', 'even', 'taking', 'the', 'time', 'for', 'careful', 'aim,', 'threw', 'one', 'apple', 'after', 'another.', 'these', 'little,', 'red', 'apples', 'rolled', 'about', 'on', 'the', 'floor,', 'knocking', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electric', 'motors.', 'an', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'against', "gregor's", 'back', 'and', 'slid', 'off', 'without', 'doing', 'any', 'harm.', 'another', 'one', 'however,', 'immediately', 'following', 'it,', 'hit', 'squarely', 'and', 'lodged', 'in', 'his', 'back;', 'gregor', 'wanted', 'to', 'drag', 'himself', 'away,', 'as', 'if', 'he', 'could', 'remove', 'the', 'surprising,', 'the', 'incredible', 'pain', 'by', 'changing', 'his', 'position;', 'but', 'he', 'felt', 'as', 'if', 'nailed', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out,', 'all', 'his', 'senses', 'in', 'confusion.', 'the', 'last', 'thing', 'he', 'saw', 'was', 'the', 'door', 'of', 'his', 'room', 'being', 'pulled', 'open,', 'his', 'sister', 'was', 'screaming,', 'his', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blouse', '(as', 'his', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'clothes', 'after', 'she', 'had', 'fainted', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breathe),', 'she', 'ran', 'to', 'his', 'father,', 'her', 'skirts', 'unfastened', 'and', 'sliding', 'one', 'after', 'another', 'to', 'the', 'ground,', 'stumbling', 'over', 'the', 'skirts', 'she', 'pushed', 'herself', 'to', 'his', 'father,', 'her', 'arms', 'around', 'him,', 'uniting', 'herself', 'with', 'him', 'totally', '-', 'now', 'gregor', 'lost', 'his', 'ability', 'to', 'see', 'anything', '-', 'her', 'hands', 'behind', 'his', "father's", 'head', 'begging', 'him', 'to', 'spare', "gregor's", 'life.', 'iii', 'no-one', 'dared', 'to', 'remove', 'the', 'apple', 'lodged', 'in', "gregor's", 'flesh,', 'so', 'it', 'remained', 'there', 'as', 'a', 'visible', 'reminder', 'of', 'his', 'injury.', 'he', 'had', 'suffered', 'it', 'there', 'for', 'more', 'than', 'a', 'month,', 'and', 'his', 'condition', 'seemed', 'serious', 'enough', 'to', 'remind', 'even', 'his', 'father', 'that', 'gregor,', 'despite', 'his', 'current', 'sad', 'and', 'revolting', 'form,', 'was', 'a', 'family', 'member', 'who', 'could', 'not', 'be', 'treated', 'as', 'an', 'enemy.', 'on', 'the', 'contrary,', 'as', 'a', 'family', 'there', 'was', 'a', 'duty', 'to', 'swallow', 'any', 'revulsion', 'for', 'him', 'and', 'to', 'be', 'patient,', 'just', 'to', 'be', 'patient.', 'because', 'of', 'his', 'injuries,', 'gregor', 'had', 'lost', 'much', 'of', 'his', 'mobility', '-', 'probably', 'permanently.', 'he', 'had', 'been', 'reduced', 'to', 'the', 'condition', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long,', 'long', 'minutes', 'to', 'crawl', 'across', 'his', 'room', '-', 'crawling', 'over', 'the', 'ceiling', 'was', 'out', 'of', 'the', 'question', '-', 'but', 'this', 'deterioration', 'in', 'his', 'condition', 'was', 'fully', '(in', 'his', 'opinion)', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'living', 'room', 'being', 'left', 'open', 'every', 'evening.', 'he', 'got', 'into', 'the', 'habit', 'of', 'closely', 'watching', 'it', 'for', 'one', 'or', 'two', 'hours', 'before', 'it', 'was', 'opened', 'and', 'then,', 'lying', 'in', 'the', 'darkness', 'of', 'his', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'living', 'room,', 'he', 'could', 'watch', 'the', 'family', 'in', 'the', 'light', 'of', 'the', 'dinner', 'table', 'and', 'listen', 'to', 'their', 'conversation', '-', 'with', "everyone's", 'permission,', 'in', 'a', 'way,', 'and', 'thus', 'quite', 'differently', 'from', 'before.', 'they', 'no', 'longer', 'held', 'the', 'lively', 'conversations', 'of', 'earlier', 'times,', 'of', 'course,', 'the', 'ones', 'that', 'gregor', 'always', 'thought', 'about', 'with', 'longing', 'when', 'he', 'was', 'tired', 'and', 'getting', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room.', 'all', 'of', 'them', 'were', 'usually', 'very', 'quiet', 'nowadays.', 'soon', 'after', 'dinner,', 'his', 'father', 'would', 'go', 'to', 'sleep', 'in', 'his', 'chair;', 'his', 'mother', 'and', 'sister', 'would', 'urge', 'each', 'other', 'to', 'be', 'quiet;', 'his', 'mother,', 'bent', 'deeply', 'under', 'the', 'lamp,', 'would', 'sew', 'fancy', 'underwear', 'for', 'a', 'fashion', 'shop;', 'his', 'sister,', 'who', 'had', 'taken', 'a', 'sales', 'job,', 'learned', 'shorthand', 'and', 'french', 'in', 'the', 'evenings', 'so', 'that', 'she', 'might', 'be', 'able', 'to', 'get', 'a', 'better', 'position', 'later', 'on.', 'sometimes', 'his', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', "gregor's", 'mother', '"you\'re', 'doing', 'so', 'much', 'sewing', 'again', 'today!",', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'dozing', '-', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchange', 'a', 'tired', 'grin.', 'with', 'a', 'kind', 'of', 'stubbornness,', "gregor's", 'father', 'refused', 'to', 'take', 'his', 'uniform', 'off', 'even', 'at', 'home;', 'while', 'his', 'nightgown', 'hung', 'unused', 'on', 'its', 'peg', "gregor's", 'father', 'would', 'slumber', 'where', 'he', 'was,', 'fully', 'dressed,', 'as', 'if', 'always', 'ready', 'to', 'serve', 'and', 'expecting', 'to', 'hear', 'the', 'voice', 'of', 'his', 'superior', 'even', 'here.', 'the', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with,', 'but', 'as', 'a', 'result', 'of', 'this', 'it', 'slowly', 'became', 'even', 'shabbier', 'despite', 'the', 'efforts', 'of', "gregor's", 'mother', 'and', 'sister', 'to', 'look', 'after', 'it.', 'gregor', 'would', 'often', 'spend', 'the', 'whole', 'evening', 'looking', 'at', 'all', 'the', 'stains', 'on', 'this', 'coat,', 'with', 'its', 'gold', 'buttons', 'always', 'kept', 'polished', 'and', 'shiny,', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep,', 'highly', 'uncomfortable', 'but', 'peaceful.', 'as', 'soon', 'as', 'it', 'struck', 'ten,', "gregor's", 'mother', 'would', 'speak', 'gently', 'to', 'his', 'father', 'to', 'wake', 'him', 'and', 'try', 'to', 'persuade', 'him', 'to', 'go', 'to', 'bed,', 'as', 'he', "couldn't", 'sleep', 'properly', 'where', 'he', 'was', 'and', 'he', 'really', 'had', 'to', 'get', 'his', 'sleep', 'if', 'he', 'was', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work.', 'but', 'since', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'become', 'more', 'obstinate', 'and', 'would', 'always', 'insist', 'on', 'staying', 'longer', 'at', 'the', 'table,', 'even', 'though', 'he', 'regularly', 'fell', 'asleep', 'and', 'it', 'was', 'then', 'harder', 'than', 'ever', 'to', 'persuade', 'him', 'to', 'exchange', 'the', 'chair', 'for', 'his', 'bed.', 'then,', 'however', 'much', 'mother', 'and', 'sister', 'would', 'importune', 'him', 'with', 'little', 'reproaches', 'and', 'warnings', 'he', 'would', 'keep', 'slowly', 'shaking', 'his', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'his', 'eyes', 'closed', 'and', 'refusing', 'to', 'get', 'up.', "gregor's", 'mother', 'would', 'tug', 'at', 'his', 'sleeve,', 'whisper', 'endearments', 'into', 'his', 'ear,', "gregor's", 'sister', 'would', 'leave', 'her', 'work', 'to', 'help', 'her', 'mother,', 'but', 'nothing', 'would', 'have', 'any', 'effect', 'on', 'him.', 'he', 'would', 'just', 'sink', 'deeper', 'into', 'his', 'chair.', 'only', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arms', 'he', 'would', 'abruptly', 'open', 'his', 'eyes,', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say:', '"what', 'a', 'life!', 'this', 'is', 'what', 'peace', 'i', 'get', 'in', 'my', 'old', 'age!"', 'and', 'supported', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'carefully', 'as', 'if', 'he', 'were', 'carrying', 'the', 'greatest', 'load', 'himself,', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door,', 'send', 'them', 'off', 'and', 'carry', 'on', 'by', 'himself', 'while', "gregor's", 'mother', 'would', 'throw', 'down', 'her', 'needle', 'and', 'his', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'his', 'father', 'and', 'continue', 'being', 'of', 'help', 'to', 'him.', 'who,', 'in', 'this', 'tired', 'and', 'overworked', 'family,', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attention', 'to', 'gregor', 'than', 'was', 'absolutely', 'necessary?', 'the', 'household', 'budget', 'became', 'even', 'smaller;', 'so', 'now', 'the', 'maid', 'was', 'dismissed;', 'an', 'enormous,', 'thick-boned', 'charwoman', 'with', 'white', 'hair', 'that', 'flapped', 'around', 'her', 'head', 'came', 'every', 'morning', 'and', 'evening', 'to', 'do', 'the', 'heaviest', 'work;', 'everything', 'else', 'was', 'looked', 'after', 'by', "gregor's", 'mother', 'on', 'top', 'of', 'the', 'large', 'amount', 'of', 'sewing', 'work', 'she', 'did.', 'gregor', 'even', 'learned,', 'listening', 'to', 'the', 'evening', 'conversation', 'about', 'what', 'price', 'they', 'had', 'hoped', 'for,', 'that', 'several', 'items', 'of', 'jewellery', 'belonging', 'to', 'the', 'family', 'had', 'been', 'sold,', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'very', 'fond', 'of', 'wearing', 'them', 'at', 'functions', 'and', 'celebrations.', 'but', 'the', 'loudest', 'complaint', 'was', 'that', 'although', 'the', 'flat', 'was', 'much', 'too', 'big', 'for', 'their', 'present', 'circumstances,', 'they', 'could', 'not', 'move', 'out', 'of', 'it,', 'there', 'was', 'no', 'imaginable', 'way', 'of', 'transferring', 'gregor', 'to', 'the', 'new', 'address.', 'he', 'could', 'see', 'quite', 'well,', 'though,', 'that', 'there', 'were', 'more', 'reasons', 'than', 'consideration', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move,', 'it', 'would', 'have', 'been', 'quite', 'easy', 'to', 'transport', 'him', 'in', 'any', 'suitable', 'crate', 'with', 'a', 'few', 'air', 'holes', 'in', 'it;', 'the', 'main', 'thing', 'holding', 'the', 'family', 'back', 'from', 'their', 'decision', 'to', 'move', 'was', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair,', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortune', 'unlike', 'anything', 'experienced', 'by', 'anyone', 'else', 'they', 'knew', 'or', 'were', 'related', 'to.', 'they', 'carried', 'out', 'absolutely', 'everything', 'that', 'the', 'world', 'expects', 'from', 'poor', 'people,', "gregor's", 'father', 'brought', 'bank', 'employees', 'their', 'breakfast,', 'his', 'mother', 'sacrificed', 'herself', 'by', 'washing', 'clothes', 'for', 'strangers,', 'his', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'customers,', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'any', 'more.', 'and', 'the', 'injury', 'in', "gregor's", 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'was', 'new.', 'after', 'they', 'had', 'come', 'back', 'from', 'taking', 'his', 'father', 'to', 'bed', "gregor's", 'mother', 'and', 'sister', 'would', 'now', 'leave', 'their', 'work', 'where', 'it', 'was', 'and', 'sit', 'close', 'together,', 'cheek', 'to', 'cheek;', 'his', 'mother', 'would', 'point', 'to', "gregor's", 'room', 'and', 'say', '"close', 'that', 'door,', 'grete",', 'and', 'then,', 'when', 'he', 'was', 'in', 'the', 'dark', 'again,', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tears', 'would', 'mingle,', 'or', 'they', 'would', 'simply', 'sit', 'there', 'staring', 'dry-eyed', 'at', 'the', 'table.', 'gregor', 'hardly', 'slept', 'at', 'all,', 'either', 'night', 'or', 'day.', 'sometimes', 'he', 'would', 'think', 'of', 'taking', 'over', 'the', "family's", 'affairs,', 'just', 'like', 'before,', 'the', 'next', 'time', 'the', 'door', 'was', 'opened;', 'he', 'had', 'long', 'forgotten', 'about', 'his', 'boss', 'and', 'the', 'chief', 'clerk,', 'but', 'they', 'would', 'appear', 'again', 'in', 'his', 'thoughts,', 'the', 'salesmen', 'and', 'the', 'apprentices,', 'that', 'stupid', 'teaboy,', 'two', 'or', 'three', 'friends', 'from', 'other', 'businesses,', 'one', 'of', 'the', 'chambermaids', 'from', 'a', 'provincial', 'hotel,', 'a', 'tender', 'memory', 'that', 'appeared', 'and', 'disappeared', 'again,', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'his', 'attention', 'had', 'been', 'serious', 'but', 'too', 'slow,', '-', 'all', 'of', 'them', 'appeared', 'to', 'him,', 'mixed', 'together', 'with', 'strangers', 'and', 'others', 'he', 'had', 'forgotten,', 'but', 'instead', 'of', 'helping', 'him', 'and', 'his', 'family', 'they', 'were', 'all', 'of', 'them', 'inaccessible,', 'and', 'he', 'was', 'glad', 'when', 'they', 'disappeared.', 'other', 'times', 'he', 'was', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'his', 'family,', 'he', 'was', 'filled', 'with', 'simple', 'rage', 'about', 'the', 'lack', 'of', 'attention', 'he', 'was', 'shown,', 'and', 'although', 'he', 'could', 'think', 'of', 'nothing', 'he', 'would', 'have', 'wanted,', 'he', 'made', 'plans', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantry', 'where', 'he', 'could', 'take', 'all', 'the', 'things', 'he', 'was', 'entitled', 'to,', 'even', 'if', 'he', 'was', 'not', 'hungry.', "gregor's", 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'please', 'him', 'but', 'would', 'hurriedly', 'push', 'some', 'food', 'or', 'other', 'into', 'his', 'room', 'with', 'her', 'foot', 'before', 'she', 'rushed', 'out', 'to', 'work', 'in', 'the', 'morning', 'and', 'at', 'midday,', 'and', 'in', 'the', 'evening', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom,', 'indifferent', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', '-', 'more', 'often', 'than', 'not', '-', 'had', 'been', 'left', 'totally', 'untouched.', 'she', 'still', 'cleared', 'up', 'the', 'room', 'in', 'the', 'evening,', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'any', 'quicker', 'about', 'it.', 'smears', 'of', 'dirt', 'were', 'left', 'on', 'the', 'walls,', 'here', 'and', 'there', 'were', 'little', 'balls', 'of', 'dust', 'and', 'filth.', 'at', 'first,', 'gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'places', 'when', 'his', 'sister', 'arrived', 'as', 'a', 'reproach', 'to', 'her,', 'but', 'he', 'could', 'have', 'stayed', 'there', 'for', 'weeks', 'without', 'his', 'sister', 'doing', 'anything', 'about', 'it;', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simply', 'decided', 'to', 'leave', 'him', 'to', 'it.', 'at', 'the', 'same', 'time', 'she', 'became', 'touchy', 'in', 'a', 'way', 'that', 'was', 'quite', 'new', 'for', 'her', 'and', 'which', 'everyone', 'in', 'the', 'family', 'understood', '-', 'cleaning', 'up', "gregor's", 'room', 'was', 'for', 'her', 'and', 'her', 'alone.', "gregor's", 'mother', 'did', 'once', 'thoroughly', 'clean', 'his', 'room,', 'and', 'needed', 'to', 'use', 'several', 'bucketfuls', 'of', 'water', 'to', 'do', 'it', '-', 'although', 'that', 'much', 'dampness', 'also', 'made', 'gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch,', 'bitter', 'and', 'immobile.', 'but', 'his', 'mother', 'was', 'to', 'be', 'punished', 'still', 'more', 'for', 'what', 'she', 'had', 'done,', 'as', 'hardly', 'had', 'his', 'sister', 'arrived', 'home', 'in', 'the', 'evening', 'than', 'she', 'noticed', 'the', 'change', 'in', "gregor's", 'room', 'and,', 'highly', 'aggrieved,', 'ran', 'back', 'into', 'the', 'living', 'room', 'where,', 'despite', 'her', 'mothers', 'raised', 'and', 'imploring', 'hands,', 'she', 'broke', 'into', 'convulsive', 'tears.', 'her', 'father,', 'of', 'course,', 'was', 'startled', 'out', 'of', 'his', 'chair', 'and', 'the', 'two', 'parents', 'looked', 'on', 'astonished', 'and', 'helpless;', 'then', 'they,', 'too,', 'became', 'agitated;', "gregor's", 'father,', 'standing', 'to', 'the', 'right', 'of', 'his', 'mother,', 'accused', 'her', 'of', 'not', 'leaving', 'the', 'cleaning', 'of', "gregor's", 'room', 'to', 'his', 'sister;', 'from', 'her', 'left,', "gregor's", 'sister', 'screamed', 'at', 'her', 'that', 'she', 'was', 'never', 'to', 'clean', "gregor's", 'room', 'again;', 'while', 'his', 'mother', 'tried', 'to', 'draw', 'his', 'father,', 'who', 'was', 'beside', 'himself', 'with', 'anger,', 'into', 'the', 'bedroom;', 'his', 'sister,', 'quaking', 'with', 'tears,', 'thumped', 'on', 'the', 'table', 'with', 'her', 'small', 'fists;', 'and', 'gregor', 'hissed', 'in', 'anger', 'that', 'no-one', 'had', 'even', 'thought', 'of', 'closing', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'this', 'and', 'all', 'its', 'noise.', "gregor's", 'sister', 'was', 'exhausted', 'from', 'going', 'out', 'to', 'work,', 'and', 'looking', 'after', 'gregor', 'as', 'she', 'had', 'done', 'before', 'was', 'even', 'more', 'work', 'for', 'her,', 'but', 'even', 'so', 'his', 'mother', 'ought', 'certainly', 'not', 'to', 'have', 'taken', 'her', 'place.', 'gregor,', 'on', 'the', 'other', 'hand,', 'ought', 'not', 'to', 'be', 'neglected.', 'now,', 'though,', 'the', 'charwoman', 'was', 'here.', 'this', 'elderly', 'widow,', 'with', 'a', 'robust', 'bone', 'structure', 'that', 'made', 'her', 'able', 'to', 'withstand', 'the', 'hardest', 'of', 'things', 'in', 'her', 'long', 'life,', "wasn't", 'really', 'repelled', 'by', 'gregor.', 'just', 'by', 'chance', 'one', 'day,', 'rather', 'than', 'any', 'real', 'curiosity,', 'she', 'opened', 'the', 'door', 'to', "gregor's", 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him.', 'he', 'was', 'taken', 'totally', 'by', 'surprise,', 'no-one', 'was', 'chasing', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amazement', 'with', 'her', 'hands', 'crossed', 'in', 'front', 'of', 'her.', 'from', 'then', 'on', 'she', 'never', 'failed', 'to', 'open', 'the', 'door', 'slightly', 'every', 'evening', 'and', 'morning', 'and', 'look', 'briefly', 'in', 'on', 'him.', 'at', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'words', 'that', 'she', 'probably', 'considered', 'friendly,', 'such', 'as', '"come', 'on', 'then,', 'you', 'old', 'dung-beetle!",', 'or', '"look', 'at', 'the', 'old', 'dung-beetle', 'there!"', 'gregor', 'never', 'responded', 'to', 'being', 'spoken', 'to', 'in', 'that', 'way,', 'but', 'just', 'remained', 'where', 'he', 'was', 'without', 'moving', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'opened.', 'if', 'only', 'they', 'had', 'told', 'this', 'charwoman', 'to', 'clean', 'up', 'his', 'room', 'every', 'day', 'instead', 'of', 'letting', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenever', 'she', 'felt', 'like', 'it!', 'one', 'day,', 'early', 'in', 'the', 'morning', 'while', 'a', 'heavy', 'rain', 'struck', 'the', 'windowpanes,', 'perhaps', 'indicating', 'that', 'spring', 'was', 'coming,', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'once', 'again.', 'gregor', 'was', 'so', 'resentful', 'of', 'it', 'that', 'he', 'started', 'to', 'move', 'toward', 'her,', 'he', 'was', 'slow', 'and', 'infirm,', 'but', 'it', 'was', 'like', 'a', 'kind', 'of', 'attack.', 'instead', 'of', 'being', 'afraid,', 'the', 'charwoman', 'just', 'lifted', 'up', 'one', 'of', 'the', 'chairs', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open,', 'clearly', 'intending', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slammed', 'down', 'into', "gregor's", 'back.', '"aren\'t', 'you', 'coming', 'any', 'closer,', 'then?",', 'she', 'asked', 'when', 'gregor', 'turned', 'round', 'again,', 'and', 'she', 'calmly', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner.', 'gregor', 'had', 'almost', 'entirely', 'stopped', 'eating.', 'only', 'if', 'he', 'happened', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepared', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'his', 'mouth', 'to', 'play', 'with', 'it,', 'leave', 'it', 'there', 'a', 'few', 'hours', 'and', 'then,', 'more', 'often', 'than', 'not,', 'spit', 'it', 'out', 'again.', 'at', 'first', 'he', 'thought', 'it', 'was', 'distress', 'at', 'the', 'state', 'of', 'his', 'room', 'that', 'stopped', 'him', 'eating,', 'but', 'he', 'had', 'soon', 'got', 'used', 'to', 'the', 'changes', 'made', 'there.', 'they', 'had', 'got', 'into', 'the', 'habit', 'of', 'putting', 'things', 'into', 'this', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywhere', 'else,', 'and', 'there', 'were', 'now', 'many', 'such', 'things', 'as', 'one', 'of', 'the', 'rooms', 'in', 'the', 'flat', 'had', 'been', 'rented', 'out', 'to', 'three', 'gentlemen.', 'these', 'earnest', 'gentlemen', '-', 'all', 'three', 'of', 'them', 'had', 'full', 'beards,', 'as', 'gregor', 'learned', 'peering', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', '-', 'were', 'painfully', 'insistent', 'on', "things'", 'being', 'tidy.', 'this', 'meant', 'not', 'only', 'in', 'their', 'own', 'room', 'but,', 'since', 'they', 'had', 'taken', 'a', 'room', 'in', 'this', 'establishment,', 'in', 'the', 'entire', 'flat', 'and', 'especially', 'in', 'the', 'kitchen.', 'unnecessary', 'clutter', 'was', 'something', 'they', 'could', 'not', 'tolerate,', 'especially', 'if', 'it', 'was', 'dirty.', 'they', 'had', 'moreover', 'brought', 'most', 'of', 'their', 'own', 'furnishings', 'and', 'equipment', 'with', 'them.', 'for', 'this', 'reason,', 'many', 'things', 'had', 'become', 'superfluous', 'which,', 'although', 'they', 'could', 'not', 'be', 'sold,', 'the', 'family', 'did', 'not', 'wish', 'to', 'discard.', 'all', 'these', 'things', 'found', 'their', 'way', 'into', "gregor's", 'room.', 'the', 'dustbins', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too.', 'the', 'charwoman', 'was', 'always', 'in', 'a', 'hurry,', 'and', 'anything', 'she', "couldn't", 'use', 'for', 'the', 'time', 'being', 'she', 'would', 'just', 'chuck', 'in', 'there.', 'he,', 'fortunately,', 'would', 'usually', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it.', 'the', 'woman', 'most', 'likely', 'meant', 'to', 'fetch', 'the', 'things', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportunity,', 'or', 'to', 'throw', 'everything', 'out', 'in', 'one', 'go,', 'but', 'what', 'actually', 'happened', 'was', 'that', 'they', 'were', 'left', 'where', 'they', 'landed', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'gregor', 'made', 'his', 'way', 'through', 'the', 'junk', 'and', 'moved', 'it', 'somewhere', 'else.', 'at', 'first', 'he', 'moved', 'it', 'because,', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about,', 'he', 'was', 'forced', 'to,', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'moving', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tired', 'to', 'death,', 'and', 'he', 'would', 'remain', 'immobile', 'for', 'hours', 'afterwards.', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'would', 'sometimes', 'take', 'their', 'evening', 'meal', 'at', 'home', 'in', 'the', 'living', 'room', 'that', 'was', 'used', 'by', 'everyone,', 'and', 'so', 'the', 'door', 'to', 'this', 'room', 'was', 'often', 'kept', 'closed', 'in', 'the', 'evening.', 'but', 'gregor', 'found', 'it', 'easy', 'to', 'give', 'up', 'having', 'the', 'door', 'open,', 'he', 'had,', 'after', 'all,', 'often', 'failed', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'was', 'open', 'and,', 'without', 'the', 'family', 'having', 'noticed', 'it,', 'lain', 'in', 'his', 'room', 'in', 'its', 'darkest', 'corner.', 'one', 'time,', 'though,', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'living', 'room', 'slightly', 'open,', 'and', 'it', 'remained', 'open', 'when', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'came', 'in', 'in', 'the', 'evening', 'and', 'the', 'light', 'was', 'put', 'on.', 'they', 'sat', 'up', 'at', 'the', 'table', 'where,', 'formerly,', 'gregor', 'had', 'taken', 'his', 'meals', 'with', 'his', 'father', 'and', 'mother,', 'they', 'unfolded', 'the', 'serviettes', 'and', 'picked', 'up', 'their', 'knives', 'and', 'forks.', "gregor's", 'mother', 'immediately', 'appeared', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'his', 'sister', 'with', 'a', 'dish', 'piled', 'high', 'with', 'potatoes.', 'the', 'food', 'was', 'steaming,', 'and', 'filled', 'the', 'room', 'with', 'its', 'smell.', 'the', 'gentlemen', 'bent', 'over', 'the', 'dishes', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'wanted', 'to', 'test', 'the', 'food', 'before', 'eating', 'it,', 'and', 'the', 'gentleman', 'in', 'the', 'middle,', 'who', 'seemed', 'to', 'count', 'as', 'an', 'authority', 'for', 'the', 'other', 'two,', 'did', 'indeed', 'cut', 'off', 'a', 'piece', 'of', 'meat', 'while', 'it', 'was', 'still', 'in', 'its', 'dish,', 'clearly', 'wishing', 'to', 'establish', 'whether', 'it', 'was', 'sufficiently', 'cooked', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen.', 'it', 'was', 'to', 'his', 'satisfaction,', 'and', "gregor's", 'mother', 'and', 'sister,', 'who', 'had', 'been', 'looking', 'on', 'anxiously,', 'began', 'to', 'breathe', 'again', 'and', 'smiled.', 'the', 'family', 'themselves', 'ate', 'in', 'the', 'kitchen.', 'nonetheless,', "gregor's", 'father', 'came', 'into', 'the', 'living', 'room', 'before', 'he', 'went', 'into', 'the', 'kitchen,', 'bowed', 'once', 'with', 'his', 'cap', 'in', 'his', 'hand', 'and', 'did', 'his', 'round', 'of', 'the', 'table.', 'the', 'gentlemen', 'stood', 'as', 'one,', 'and', 'mumbled', 'something', 'into', 'their', 'beards.', 'then,', 'once', 'they', 'were', 'alone,', 'they', 'ate', 'in', 'near', 'perfect', 'silence.', 'it', 'seemed', 'remarkable', 'to', 'gregor', 'that', 'above', 'all', 'the', 'various', 'noises', 'of', 'eating', 'their', 'chewing', 'teeth', 'could', 'still', 'be', 'heard,', 'as', 'if', 'they', 'had', 'wanted', 'to', 'show', 'gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'was', 'not', 'possible', 'to', 'perform', 'anything', 'with', 'jaws', 'that', 'are', 'toothless', 'however', 'nice', 'they', 'might', 'be.', '"i\'d', 'like', 'to', 'eat', 'something",', 'said', 'gregor', 'anxiously,', '"but', 'not', 'anything', 'like', "they're", 'eating.', 'they', 'do', 'feed', 'themselves.', 'and', 'here', 'i', 'am,', 'dying!"', 'throughout', 'all', 'this', 'time,', 'gregor', 'could', 'not', 'remember', 'having', 'heard', 'the', 'violin', 'being', 'played,', 'but', 'this', 'evening', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen.', 'the', 'three', 'gentlemen', 'had', 'already', 'finished', 'their', 'meal,', 'the', 'one', 'in', 'the', 'middle', 'had', 'produced', 'a', 'newspaper,', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'others,', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chairs', 'reading', 'them', 'and', 'smoking.', 'when', 'the', 'violin', 'began', 'playing', 'they', 'became', 'attentive,', 'stood', 'up', 'and', 'went', 'on', 'tip-toe', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'pressed', 'against', 'each', 'other.', 'someone', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen,', 'as', "gregor's", 'father', 'called', 'out:', '"is', 'the', 'playing', 'perhaps', 'unpleasant', 'for', 'the', 'gentlemen?', 'we', 'can', 'stop', 'it', 'straight', 'away."', '"on', 'the', 'contrary",', 'said', 'the', 'middle', 'gentleman,', '"would', 'the', 'young', 'lady', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room,', 'where', 'it', 'is,', 'after', 'all,', 'much', 'more', 'cosy', 'and', 'comfortable?"', '"oh', 'yes,', "we'd", 'love', 'to",', 'called', 'back', "gregor's", 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself.', 'the', 'gentlemen', 'stepped', 'back', 'into', 'the', 'room', 'and', 'waited.', "gregor's", 'father', 'soon', 'appeared', 'with', 'the', 'music', 'stand,', 'his', 'mother', 'with', 'the', 'music', 'and', 'his', 'sister', 'with', 'the', 'violin.', 'she', 'calmly', 'prepared', 'everything', 'for', 'her', 'to', 'begin', 'playing;', 'his', 'parents,', 'who', 'had', 'never', 'rented', 'a', 'room', 'out', 'before', 'and', 'therefore', 'showed', 'an', 'exaggerated', 'courtesy', 'towards', 'the', 'three', 'gentlemen,', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chairs;', 'his', 'father', 'leant', 'against', 'the', 'door', 'with', 'his', 'right', 'hand', 'pushed', 'in', 'between', 'two', 'buttons', 'on', 'his', 'uniform', 'coat;', 'his', 'mother,', 'though,', 'was', 'offered', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', '-', 'leaving', 'the', 'chair', 'where', 'the', 'gentleman', 'happened', 'to', 'have', 'placed', 'it', '-', 'out', 'of', 'the', 'way', 'in', 'a', 'corner.', 'his', 'sister', 'began', 'to', 'play;', 'father', 'and', 'mother', 'paid', 'close', 'attention,', 'one', 'on', 'each', 'side,', 'to', 'the', 'movements', 'of', 'her', 'hands.', 'drawn', 'in', 'by', 'the', 'playing,', 'gregor', 'had', 'dared', 'to', 'come', 'forward', 'a', 'little', 'and', 'already', 'had', 'his', 'head', 'in', 'the', 'living', 'room.', 'before,', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'considerate', 'he', 'was', 'but', 'now', 'it', 'hardly', 'occurred', 'to', 'him', 'that', 'he', 'had', 'become', 'so', 'thoughtless', 'about', 'the', 'others.', "what's", 'more,', 'there', 'was', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'was', 'covered', 'in', 'the', 'dust', 'that', 'lay', 'everywhere', 'in', 'his', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement;', 'he', 'carried', 'threads,', 'hairs,', 'and', 'remains', 'of', 'food', 'about', 'on', 'his', 'back', 'and', 'sides;', 'he', 'was', 'much', 'too', 'indifferent', 'to', 'everything', 'now', 'to', 'lay', 'on', 'his', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'used', 'to', 'do', 'several', 'times', 'a', 'day.', 'and', 'despite', 'this', 'condition,', 'he', 'was', 'not', 'too', 'shy', 'to', 'move', 'forward', 'a', 'little', 'onto', 'the', 'immaculate', 'floor', 'of', 'the', 'living', 'room.', 'no-one', 'noticed', 'him,', 'though.', 'the', 'family', 'was', 'totally', 'preoccupied', 'with', 'the', 'violin', 'playing;', 'at', 'first,', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hands', 'in', 'their', 'pockets', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'notes', 'being', 'played,', 'and', 'they', 'must', 'have', 'disturbed', "gregor's", 'sister,', 'but', 'soon,', 'in', 'contrast', 'with', 'the', 'family,', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'heads', 'sunk', 'and', 'talking', 'to', 'each', 'other', 'at', 'half', 'volume,', 'and', 'they', 'stayed', 'by', 'the', 'window', 'while', "gregor's", 'father', 'observed', 'them', 'anxiously.', 'it', 'really', 'now', 'seemed', 'very', 'obvious', 'that', 'they', 'had', 'expected', 'to', 'hear', 'some', 'beautiful', 'or', 'entertaining', 'violin', 'playing', 'but', 'had', 'been', 'disappointed,', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'performance', 'and', 'it', 'was', 'only', 'now', 'out', 'of', 'politeness', 'that', 'they', 'allowed', 'their', 'peace', 'to', 'be', 'disturbed.', 'it', 'was', 'especially', 'unnerving,', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarettes', 'upwards', 'from', 'their', 'mouth', 'and', 'noses.', 'yet', "gregor's", 'sister', 'was', 'playing', 'so', 'beautifully.', 'her', 'face', 'was', 'leant', 'to', 'one', 'side,', 'following', 'the', 'lines', 'of', 'music', 'with', 'a', 'careful', 'and', 'melancholy', 'expression.', 'gregor', 'crawled', 'a', 'little', 'further', 'forward,', 'keeping', 'his', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eyes', 'if', 'the', 'chance', 'came.', 'was', 'he', 'an', 'animal', 'if', 'music', 'could', 'captivate', 'him', 'so?', 'it', 'seemed', 'to', 'him', 'that', 'he', 'was', 'being', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourishment', 'he', 'had', 'been', 'yearning', 'for.', 'he', 'was', 'determined', 'to', 'make', 'his', 'way', 'forward', 'to', 'his', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'his', 'room', 'with', 'her', 'violin,', 'as', 'no-one', 'appreciated', 'her', 'playing', 'here', 'as', 'much', 'as', 'he', 'would.', 'he', 'never', 'wanted', 'to', 'let', 'her', 'out', 'of', 'his', 'room,', 'not', 'while', 'he', 'lived,', 'anyway;', 'his', 'shocking', 'appearance', 'should,', 'for', 'once,', 'be', 'of', 'some', 'use', 'to', 'him;', 'he', 'wanted', 'to', 'be', 'at', 'every', 'door', 'of', 'his', 'room', 'at', 'once', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attackers;', 'his', 'sister', 'should', 'not', 'be', 'forced', 'to', 'stay', 'with', 'him,', 'though,', 'but', 'stay', 'of', 'her', 'own', 'free', 'will;', 'she', 'would', 'sit', 'beside', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'always', 'intended', 'to', 'send', 'her', 'to', 'the', 'conservatory,', 'how', 'he', 'would', 'have', 'told', 'everyone', 'about', 'it', 'last', 'christmas', '-', 'had', 'christmas', 'really', 'come', 'and', 'gone', 'already?', '-', 'if', 'this', 'misfortune', "hadn't", 'got', 'in', 'the', 'way,', 'and', 'refuse', 'to', 'let', 'anyone', 'dissuade', 'him', 'from', 'it.', 'on', 'hearing', 'all', 'this,', 'his', 'sister', 'would', 'break', 'out', 'in', 'tears', 'of', 'emotion,', 'and', 'gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck,', 'which,', 'since', 'she', 'had', 'been', 'going', 'out', 'to', 'work,', 'she', 'had', 'kept', 'free', 'without', 'any', 'necklace', 'or', 'collar.', '"mr.', 'samsa!",', 'shouted', 'the', 'middle', 'gentleman', 'to', "gregor's", 'father,', 'pointing,', 'without', 'wasting', 'any', 'more', 'words,', 'with', 'his', 'forefinger', 'at', 'gregor', 'as', 'he', 'slowly', 'moved', 'forward.', 'the', 'violin', 'went', 'silent,', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'first', 'smiled', 'at', 'his', 'two', 'friends,', 'shaking', 'his', 'head,', 'and', 'then', 'looked', 'back', 'at', 'gregor.', 'his', 'father', 'seemed', 'to', 'think', 'it', 'more', 'important', 'to', 'calm', 'the', 'three', 'gentlemen', 'before', 'driving', 'gregor', 'out,', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seemed', 'to', 'think', 'gregor', 'was', 'more', 'entertaining', 'than', 'the', 'violin', 'playing', 'had', 'been.', 'he', 'rushed', 'up', 'to', 'them', 'with', 'his', 'arms', 'spread', 'out', 'and', 'attempted', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'trying', 'to', 'block', 'their', 'view', 'of', 'gregor', 'with', 'his', 'body.', 'now', 'they', 'did', 'become', 'a', 'little', 'annoyed,', 'and', 'it', 'was', 'not', 'clear', 'whether', 'it', 'was', 'his', "father's", 'behaviour', 'that', 'annoyed', 'them', 'or', 'the', 'dawning', 'realisation', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'gregor', 'in', 'the', 'next', 'room', 'without', 'knowing', 'it.', 'they', 'asked', "gregor's", 'father', 'for', 'explanations,', 'raised', 'their', 'arms', 'like', 'he', 'had,', 'tugged', 'excitedly', 'at', 'their', 'beards', 'and', 'moved', 'back', 'towards', 'their', 'room', 'only', 'very', 'slowly.', 'meanwhile', "gregor's", 'sister', 'had', 'overcome', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'playing', 'was', 'suddenly', 'interrupted.', 'she', 'had', 'let', 'her', 'hands', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limply', 'for', 'a', 'while', 'but', 'continued', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'playing,', 'but', 'then', 'she', 'suddenly', 'pulled', 'herself', 'together,', 'lay', 'the', 'instrument', 'on', 'her', "mother's", 'lap', 'who', 'still', 'sat', 'laboriously', 'struggling', 'for', 'breath', 'where', 'she', 'was,', 'and', 'ran', 'into', 'the', 'next', 'room', 'which,', 'under', 'pressure', 'from', 'her', 'father,', 'the', 'three', 'gentlemen', 'were', 'more', 'quickly', 'moving', 'toward.', 'under', 'his', "sister's", 'experienced', 'hand,', 'the', 'pillows', 'and', 'covers', 'on', 'the', 'beds', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'already', 'finished', 'making', 'the', 'beds', 'and', 'slipped', 'out', 'again', 'before', 'the', 'three', 'gentlemen', 'had', 'reached', 'the', 'room.', "gregor's", 'father', 'seemed', 'so', 'obsessed', 'with', 'what', 'he', 'was', 'doing', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owed', 'to', 'his', 'tenants.', 'he', 'urged', 'them', 'and', 'pressed', 'them', 'until,', 'when', 'he', 'was', 'already', 'at', 'the', 'door', 'of', 'the', 'room,', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'and', 'stamped', 'his', 'foot', 'and', 'thereby', 'brought', "gregor's", 'father', 'to', 'a', 'halt.', '"i', 'declare', 'here', 'and', 'now",', 'he', 'said,', 'raising', 'his', 'hand', 'and', 'glancing', 'at', "gregor's", 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attention', 'too,', '"that', 'with', 'regard', 'to', 'the', 'repugnant', 'conditions', 'that', 'prevail', 'in', 'this', 'flat', 'and', 'with', 'this', 'family"', '-', 'here', 'he', 'looked', 'briefly', 'but', 'decisively', 'at', 'the', 'floor', '-', '"i', 'give', 'immediate', 'notice', 'on', 'my', 'room.', 'for', 'the', 'days', 'that', 'i', 'have', 'been', 'living', 'here', 'i', 'will,', 'of', 'course,', 'pay', 'nothing', 'at', 'all,', 'on', 'the', 'contrary', 'i', 'will', 'consider', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damages', 'from', 'you,', 'and', 'believe', 'me', 'it', 'would', 'be', 'very', 'easy', 'to', 'set', 'out', 'the', 'grounds', 'for', 'such', 'an', 'action."', 'he', 'was', 'silent', 'and', 'looked', 'straight', 'ahead', 'as', 'if', 'waiting', 'for', 'something.', 'and', 'indeed,', 'his', 'two', 'friends', 'joined', 'in', 'with', 'the', 'words:', '"and', 'we', 'also', 'give', 'immediate', 'notice."', 'with', 'that,', 'he', 'took', 'hold', 'of', 'the', 'door', 'handle', 'and', 'slammed', 'the', 'door.', "gregor's", 'father', 'staggered', 'back', 'to', 'his', 'seat,', 'feeling', 'his', 'way', 'with', 'his', 'hands,', 'and', 'fell', 'into', 'it;', 'it', 'looked', 'as', 'if', 'he', 'was', 'stretching', 'himself', 'out', 'for', 'his', 'usual', 'evening', 'nap', 'but', 'from', 'the', 'uncontrolled', 'way', 'his', 'head', 'kept', 'nodding', 'it', 'could', 'be', 'seen', 'that', 'he', 'was', 'not', 'sleeping', 'at', 'all.', 'throughout', 'all', 'this,', 'gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him.', 'his', 'disappointment', 'at', 'the', 'failure', 'of', 'his', 'plan,', 'and', 'perhaps', 'also', 'because', 'he', 'was', 'weak', 'from', 'hunger,', 'made', 'it', 'impossible', 'for', 'him', 'to', 'move.', 'he', 'was', 'sure', 'that', 'everyone', 'would', 'turn', 'on', 'him', 'any', 'moment,', 'and', 'he', 'waited.', 'he', 'was', 'not', 'even', 'startled', 'out', 'of', 'this', 'state', 'when', 'the', 'violin', 'on', 'his', "mother's", 'lap', 'fell', 'from', 'her', 'trembling', 'fingers', 'and', 'landed', 'loudly', 'on', 'the', 'floor.', '"father,', 'mother",', 'said', 'his', 'sister,', 'hitting', 'the', 'table', 'with', 'her', 'hand', 'as', 'introduction,', '"we', "can't", 'carry', 'on', 'like', 'this.', 'maybe', 'you', "can't", 'see', 'it,', 'but', 'i', 'can.', 'i', "don't", 'want', 'to', 'call', 'this', 'monster', 'my', 'brother,', 'all', 'i', 'can', 'say', 'is:', 'we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it.', "we've", 'done', 'all', "that's", 'humanly', 'possible', 'to', 'look', 'after', 'it', 'and', 'be', 'patient,', 'i', "don't", 'think', 'anyone', 'could', 'accuse', 'us', 'of', 'doing', 'anything', 'wrong."', '"she\'s', 'absolutely', 'right",', 'said', "gregor's", 'father', 'to', 'himself.', 'his', 'mother,', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath,', 'began', 'to', 'cough', 'dully,', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'deranged', 'expression', 'in', 'her', 'eyes.', "gregor's", 'sister', 'rushed', 'to', 'his', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead.', 'her', 'words', 'seemed', 'to', 'give', "gregor's", 'father', 'some', 'more', 'definite', 'ideas.', 'he', 'sat', 'upright,', 'played', 'with', 'his', 'uniform', 'cap', 'between', 'the', 'plates', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal,', 'and', 'occasionally', 'looked', 'down', 'at', 'gregor', 'as', 'he', 'lay', 'there', 'immobile.', '"we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it",', 'said', "gregor's", 'sister,', 'now', 'speaking', 'only', 'to', 'her', 'father,', 'as', 'her', 'mother', 'was', 'too', 'occupied', 'with', 'coughing', 'to', 'listen,', '"it\'ll', 'be', 'the', 'death', 'of', 'both', 'of', 'you,', 'i', 'can', 'see', 'it', 'coming.', 'we', "can't", 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortured', 'like', 'this,', 'we', "can't", 'endure', 'it.', 'i', "can't", 'endure', 'it', 'any', 'more."', 'and', 'she', 'broke', 'out', 'so', 'heavily', 'in', 'tears', 'that', 'they', 'flowed', 'down', 'the', 'face', 'of', 'her', 'mother,', 'and', 'she', 'wiped', 'them', 'away', 'with', 'mechanical', 'hand', 'movements.', '"my', 'child",', 'said', 'her', 'father', 'with', 'sympathy', 'and', 'obvious', 'understanding,', '"what', 'are', 'we', 'to', 'do?"', 'his', 'sister', 'just', 'shrugged', 'her', 'shoulders', 'as', 'a', 'sign', 'of', 'the', 'helplessness', 'and', 'tears', 'that', 'had', 'taken', 'hold', 'of', 'her,', 'displacing', 'her', 'earlier', 'certainty.', '"if', 'he', 'could', 'just', 'understand', 'us",', 'said', 'his', 'father', 'almost', 'as', 'a', 'question;', 'his', 'sister', 'shook', 'her', 'hand', 'vigorously', 'through', 'her', 'tears', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'was', 'no', 'question.', '"if', 'he', 'could', 'just', 'understand', 'us",', 'repeated', "gregor's", 'father,', 'closing', 'his', 'eyes', 'in', 'acceptance', 'of', 'his', "sister's", 'certainty', 'that', 'that', 'was', 'quite', 'impossible,', '"then', 'perhaps', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrangement', 'with', 'him.', 'but', 'as', 'it', 'is', '..."', '"it\'s', 'got', 'to', 'go",', 'shouted', 'his', 'sister,', '"that\'s', 'the', 'only', 'way,', 'father.', "you've", 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', "that's", 'gregor.', "we've", 'only', 'harmed', 'ourselves', 'by', 'believing', 'it', 'for', 'so', 'long.', 'how', 'can', 'that', 'be', 'gregor?', 'if', 'it', 'were', 'gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', "it's", 'not', 'possible', 'for', 'human', 'beings', 'to', 'live', 'with', 'an', 'animal', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'his', 'own', 'free', 'will.', 'we', "wouldn't", 'have', 'a', 'brother', 'any', 'more,', 'then,', 'but', 'we', 'could', 'carry', 'on', 'with', 'our', 'lives', 'and', 'remember', 'him', 'with', 'respect.', 'as', 'it', 'is', 'this', 'animal', 'is', 'persecuting', 'us,', "it's", 'driven', 'out', 'our', 'tenants,', 'it', 'obviously', 'wants', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'force', 'us', 'to', 'sleep', 'on', 'the', 'streets.', 'father,', 'look,', 'just', 'look",', 'she', 'suddenly', 'screamed,', '"he\'s', 'starting', 'again!"', 'in', 'her', 'alarm,', 'which', 'was', 'totally', 'beyond', "gregor's", 'comprehension,', 'his', 'sister', 'even', 'abandoned', 'his', 'mother', 'as', 'she', 'pushed', 'herself', 'vigorously', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'willing', 'to', 'sacrifice', 'her', 'own', 'mother', 'than', 'stay', 'anywhere', 'near', 'gregor.', 'she', 'rushed', 'over', 'to', 'behind', 'her', 'father,', 'who', 'had', 'become', 'excited', 'merely', 'because', 'she', 'was', 'and', 'stood', 'up', 'half', 'raising', 'his', 'hands', 'in', 'front', 'of', "gregor's", 'sister', 'as', 'if', 'to', 'protect', 'her.', 'but', 'gregor', 'had', 'had', 'no', 'intention', 'of', 'frightening', 'anyone,', 'least', 'of', 'all', 'his', 'sister.', 'all', 'he', 'had', 'done', 'was', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'his', 'room,', 'although', 'that', 'was', 'in', 'itself', 'quite', 'startling', 'as', 'his', 'pain-wracked', 'condition', 'meant', 'that', 'turning', 'round', 'required', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'was', 'using', 'his', 'head', 'to', 'help', 'himself', 'do', 'it,', 'repeatedly', 'raising', 'it', 'and', 'striking', 'it', 'against', 'the', 'floor.', 'he', 'stopped', 'and', 'looked', 'round.', 'they', 'seemed', 'to', 'have', 'realised', 'his', 'good', 'intention', 'and', 'had', 'only', 'been', 'alarmed', 'briefly.', 'now', 'they', 'all', 'looked', 'at', 'him', 'in', 'unhappy', 'silence.', 'his', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'legs', 'stretched', 'out', 'and', 'pressed', 'against', 'each', 'other,', 'her', 'eyes', 'nearly', 'closed', 'with', 'exhaustion;', 'his', 'sister', 'sat', 'next', 'to', 'his', 'father', 'with', 'her', 'arms', 'around', 'his', 'neck.', '"maybe', 'now', "they'll", 'let', 'me', 'turn', 'round",', 'thought', 'gregor', 'and', 'went', 'back', 'to', 'work.', 'he', 'could', 'not', 'help', 'panting', 'loudly', 'with', 'the', 'effort', 'and', 'had', 'sometimes', 'to', 'stop', 'and', 'take', 'a', 'rest.', 'no-one', 'was', 'making', 'him', 'rush', 'any', 'more,', 'everything', 'was', 'left', 'up', 'to', 'him.', 'as', 'soon', 'as', 'he', 'had', 'finally', 'finished', 'turning', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead.', 'he', 'was', 'amazed', 'at', 'the', 'great', 'distance', 'that', 'separated', 'him', 'from', 'his', 'room,', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'covered', 'that', 'distance', 'in', 'his', 'weak', 'state', 'a', 'little', 'while', 'before', 'and', 'almost', 'without', 'noticing', 'it.', 'he', 'concentrated', 'on', 'crawling', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardly', 'noticed', 'that', 'there', 'was', 'not', 'a', 'word,', 'not', 'any', 'cry,', 'from', 'his', 'family', 'to', 'distract', 'him.', 'he', 'did', 'not', 'turn', 'his', 'head', 'until', 'he', 'had', 'reached', 'the', 'doorway.', 'he', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'his', 'neck', 'becoming', 'stiff,', 'but', 'it', 'was', 'nonetheless', 'enough', 'to', 'see', 'that', 'nothing', 'behind', 'him', 'had', 'changed,', 'only', 'his', 'sister', 'had', 'stood', 'up.', 'with', 'his', 'last', 'glance', 'he', 'saw', 'that', 'his', 'mother', 'had', 'now', 'fallen', 'completely', 'asleep.', 'he', 'was', 'hardly', 'inside', 'his', 'room', 'before', 'the', 'door', 'was', 'hurriedly', 'shut,', 'bolted', 'and', 'locked.', 'the', 'sudden', 'noise', 'behind', 'gregor', 'so', 'startled', 'him', 'that', 'his', 'little', 'legs', 'collapsed', 'under', 'him.', 'it', 'was', 'his', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush.', 'she', 'had', 'been', 'standing', 'there', 'waiting', 'and', 'sprung', 'forward', 'lightly,', 'gregor', 'had', 'not', 'heard', 'her', 'coming', 'at', 'all,', 'and', 'as', 'she', 'turned', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudly', 'to', 'her', 'parents', '"at', 'last!".', '"what', 'now,', 'then?",', 'gregor', 'asked', 'himself', 'as', 'he', 'looked', 'round', 'in', 'the', 'darkness.', 'he', 'soon', 'made', 'the', 'discovery', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all.', 'this', 'was', 'no', 'surprise', 'to', 'him,', 'it', 'seemed', 'rather', 'that', 'being', 'able', 'to', 'actually', 'move', 'around', 'on', 'those', 'spindly', 'little', 'legs', 'until', 'then', 'was', 'unnatural.', 'he', 'also', 'felt', 'relatively', 'comfortable.', 'it', 'is', 'true', 'that', 'his', 'entire', 'body', 'was', 'aching,', 'but', 'the', 'pain', 'seemed', 'to', 'be', 'slowly', 'getting', 'weaker', 'and', 'weaker', 'and', 'would', 'finally', 'disappear', 'altogether.', 'he', 'could', 'already', 'hardly', 'feel', 'the', 'decayed', 'apple', 'in', 'his', 'back', 'or', 'the', 'inflamed', 'area', 'around', 'it,', 'which', 'was', 'entirely', 'covered', 'in', 'white', 'dust.', 'he', 'thought', 'back', 'of', 'his', 'family', 'with', 'emotion', 'and', 'love.', 'if', 'it', 'was', 'possible,', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongly', 'than', 'his', 'sister.', 'he', 'remained', 'in', 'this', 'state', 'of', 'empty', 'and', 'peaceful', 'rumination', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morning.', 'he', 'watched', 'as', 'it', 'slowly', 'began', 'to', 'get', 'light', 'everywhere', 'outside', 'the', 'window', 'too.', 'then,', 'without', 'his', 'willing', 'it,', 'his', 'head', 'sank', 'down', 'completely,', 'and', 'his', 'last', 'breath', 'flowed', 'weakly', 'from', 'his', 'nostrils.', 'when', 'the', 'cleaner', 'came', 'in', 'early', 'in', 'the', 'morning', '-', "they'd", 'often', 'asked', 'her', 'not', 'to', 'keep', 'slamming', 'the', 'doors', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurry', 'she', 'still', 'did,', 'so', 'that', 'everyone', 'in', 'the', 'flat', 'knew', 'when', "she'd", 'arrived', 'and', 'from', 'then', 'on', 'it', 'was', 'impossible', 'to', 'sleep', 'in', 'peace', '-', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'gregor', 'and', 'at', 'first', 'found', 'nothing', 'special.', 'she', 'thought', 'he', 'was', 'laying', 'there', 'so', 'still', 'on', 'purpose,', 'playing', 'the', 'martyr;', 'she', 'attributed', 'all', 'possible', 'understanding', 'to', 'him.', 'she', 'happened', 'to', 'be', 'holding', 'the', 'long', 'broom', 'in', 'her', 'hand,', 'so', 'she', 'tried', 'to', 'tickle', 'gregor', 'with', 'it', 'from', 'the', 'doorway.', 'when', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tried', 'to', 'make', 'a', 'nuisance', 'of', 'herself', 'and', 'poked', 'at', 'him', 'a', 'little,', 'and', 'only', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resistance', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attention.', 'she', 'soon', 'realised', 'what', 'had', 'really', 'happened,', 'opened', 'her', 'eyes', 'wide,', 'whistled', 'to', 'herself,', 'but', 'did', 'not', 'waste', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'doors', 'and', 'shout', 'loudly', 'into', 'the', 'darkness', 'of', 'the', 'bedrooms:', '"come', 'and', "'ave", 'a', 'look', 'at', 'this,', "it's", 'dead,', 'just', 'lying', 'there,', 'stone', 'dead!"', 'mr.', 'and', 'mrs.', 'samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriage', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caused', 'by', 'the', 'cleaner', 'before', 'they', 'could', 'grasp', 'what', 'she', 'was', 'saying.', 'but', 'then,', 'each', 'from', 'his', 'own', 'side,', 'they', 'hurried', 'out', 'of', 'bed.', 'mr.', 'samsa', 'threw', 'the', 'blanket', 'over', 'his', 'shoulders,', 'mrs.', 'samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress;', 'and', 'that', 'is', 'how', 'they', 'went', 'into', "gregor's", 'room.', 'on', 'the', 'way', 'they', 'opened', 'the', 'door', 'to', 'the', 'living', 'room', 'where', 'grete', 'had', 'been', 'sleeping', 'since', 'the', 'three', 'gentlemen', 'had', 'moved', 'in;', 'she', 'was', 'fully', 'dressed', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep,', 'and', 'the', 'paleness', 'of', 'her', 'face', 'seemed', 'to', 'confirm', 'this.', '"dead?",', 'asked', 'mrs.', 'samsa,', 'looking', 'at', 'the', 'charwoman', 'enquiringly,', 'even', 'though', 'she', 'could', 'have', 'checked', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'checking.', '"that\'s', 'what', 'i', 'said",', 'replied', 'the', 'cleaner,', 'and', 'to', 'prove', 'it', 'she', 'gave', "gregor's", 'body', 'another', 'shove', 'with', 'the', 'broom,', 'sending', 'it', 'sideways', 'across', 'the', 'floor.', 'mrs.', 'samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'wanted', 'to', 'hold', 'back', 'the', 'broom,', 'but', 'did', 'not', 'complete', 'it.', '"now', 'then",', 'said', 'mr.', 'samsa,', '"let\'s', 'give', 'thanks', 'to', 'god', 'for', 'that".', 'he', 'crossed', 'himself,', 'and', 'the', 'three', 'women', 'followed', 'his', 'example.', 'grete,', 'who', 'had', 'not', 'taken', 'her', 'eyes', 'from', 'the', 'corpse,', 'said:', '"just', 'look', 'how', 'thin', 'he', 'was.', 'he', "didn't", 'eat', 'anything', 'for', 'so', 'long.', 'the', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in".', "gregor's", 'body', 'was', 'indeed', 'completely', 'dried', 'up', 'and', 'flat,', 'they', 'had', 'not', 'seen', 'it', 'until', 'then,', 'but', 'now', 'he', 'was', 'not', 'lifted', 'up', 'on', 'his', 'little', 'legs,', 'nor', 'did', 'he', 'do', 'anything', 'to', 'make', 'them', 'look', 'away.', '"grete,', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'little', 'while",', 'said', 'mrs.', 'samsa', 'with', 'a', 'pained', 'smile,', 'and', 'grete', 'followed', 'her', 'parents', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'looking', 'back', 'at', 'the', 'body.', 'the', 'cleaner', 'shut', 'the', 'door', 'and', 'opened', 'the', 'window', 'wide.', 'although', 'it', 'was', 'still', 'early', 'in', 'the', 'morning', 'the', 'fresh', 'air', 'had', 'something', 'of', 'warmth', 'mixed', 'in', 'with', 'it.', 'it', 'was', 'already', 'the', 'end', 'of', 'march,', 'after', 'all.', 'the', 'three', 'gentlemen', 'stepped', 'out', 'of', 'their', 'room', 'and', 'looked', 'round', 'in', 'amazement', 'for', 'their', 'breakfasts;', 'they', 'had', 'been', 'forgotten', 'about.', '"where', 'is', 'our', 'breakfast?",', 'the', 'middle', 'gentleman', 'asked', 'the', 'cleaner', 'irritably.', 'she', 'just', 'put', 'her', 'finger', 'on', 'her', 'lips', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', "gregor's", 'room.', 'they', 'did', 'so,', 'and', 'stood', 'around', "gregor's", 'corpse', 'with', 'their', 'hands', 'in', 'the', 'pockets', 'of', 'their', 'well-worn', 'coats.', 'it', 'was', 'now', 'quite', 'light', 'in', 'the', 'room.', 'then', 'the', 'door', 'of', 'the', 'bedroom', 'opened', 'and', 'mr.', 'samsa', 'appeared', 'in', 'his', 'uniform', 'with', 'his', 'wife', 'on', 'one', 'arm', 'and', 'his', 'daughter', 'on', 'the', 'other.', 'all', 'of', 'them', 'had', 'been', 'crying', 'a', 'little;', 'grete', 'now', 'and', 'then', 'pressed', 'her', 'face', 'against', 'her', "father's", 'arm.', '"leave', 'my', 'home.', 'now!",', 'said', 'mr.', 'samsa,', 'indicating', 'the', 'door', 'and', 'without', 'letting', 'the', 'women', 'from', 'him.', '"what', 'do', 'you', 'mean?",', 'asked', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcerted,', 'and', 'he', 'smiled', 'sweetly.', 'the', 'other', 'two', 'held', 'their', 'hands', 'behind', 'their', 'backs', 'and', 'continually', 'rubbed', 'them', 'together', 'in', 'gleeful', 'anticipation', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'only', 'end', 'in', 'their', 'favour.', '"i', 'mean', 'just', 'what', 'i', 'said",', 'answered', 'mr.', 'samsa,', 'and,', 'with', 'his', 'two', 'companions,', 'went', 'in', 'a', 'straight', 'line', 'towards', 'the', 'man.', 'at', 'first,', 'he', 'stood', 'there', 'still,', 'looking', 'at', 'the', 'ground', 'as', 'if', 'the', 'contents', 'of', 'his', 'head', 'were', 'rearranging', 'themselves', 'into', 'new', 'positions.', '"alright,', "we'll", 'go', 'then",', 'he', 'said,', 'and', 'looked', 'up', 'at', 'mr.', 'samsa', 'as', 'if', 'he', 'had', 'been', 'suddenly', 'overcome', 'with', 'humility', 'and', 'wanted', 'permission', 'again', 'from', 'mr.', 'samsa', 'for', 'his', 'decision.', 'mr.', 'samsa', 'merely', 'opened', 'his', 'eyes', 'wide', 'and', 'briefly', 'nodded', 'to', 'him', 'several', 'times.', 'at', 'that,', 'and', 'without', 'delay,', 'the', 'man', 'actually', 'did', 'take', 'long', 'strides', 'into', 'the', 'front', 'hallway;', 'his', 'two', 'friends', 'had', 'stopped', 'rubbing', 'their', 'hands', 'some', 'time', 'before', 'and', 'had', 'been', 'listening', 'to', 'what', 'was', 'being', 'said.', 'now', 'they', 'jumped', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'mr.', 'samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connection', 'with', 'their', 'leader.', 'once', 'there,', 'all', 'three', 'took', 'their', 'hats', 'from', 'the', 'stand,', 'took', 'their', 'sticks', 'from', 'the', 'holder,', 'bowed', 'without', 'a', 'word', 'and', 'left', 'the', 'premises.', 'mr.', 'samsa', 'and', 'the', 'two', 'women', 'followed', 'them', 'out', 'onto', 'the', 'landing;', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', "men's", 'intentions', 'and', 'as', 'they', 'leaned', 'over', 'the', 'landing', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steady', 'progress', 'down', 'the', 'many', 'steps.', 'as', 'they', 'turned', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappeared', 'and', 'would', 'reappear', 'a', 'few', 'moments', 'later;', 'the', 'further', 'down', 'they', 'went,', 'the', 'more', 'that', 'the', 'samsa', 'family', 'lost', 'interest', 'in', 'them;', 'when', 'a', "butcher's", 'boy,', 'proud', 'of', 'posture', 'with', 'his', 'tray', 'on', 'his', 'head,', 'passed', 'them', 'on', 'his', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were,', 'mr.', 'samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'landing', 'and', 'went,', 'as', 'if', 'relieved,', 'back', 'into', 'the', 'flat.', 'they', 'decided', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'was', 'for', 'relaxation', 'and', 'to', 'go', 'for', 'a', 'walk;', 'not', 'only', 'had', 'they', 'earned', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'serious', 'need', 'of', 'it.', 'so', 'they', 'sat', 'at', 'the', 'table', 'and', 'wrote', 'three', 'letters', 'of', 'excusal,', 'mr.', 'samsa', 'to', 'his', 'employers,', 'mrs.', 'samsa', 'to', 'her', 'contractor', 'and', 'grete', 'to', 'her', 'principal.', 'the', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'writing', 'to', 'tell', 'them', 'she', 'was', 'going,', "she'd", 'finished', 'her', 'work', 'for', 'that', 'morning.', 'the', 'three', 'of', 'them', 'at', 'first', 'just', 'nodded', 'without', 'looking', 'up', 'from', 'what', 'they', 'were', 'writing,', 'and', 'it', 'was', 'only', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leave', 'that', 'they', 'looked', 'up', 'in', 'irritation.', '"well?",', 'asked', 'mr.', 'samsa.', 'the', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremendous', 'good', 'news', 'to', 'report,', 'but', 'would', 'only', 'do', 'it', 'if', 'she', 'was', 'clearly', 'asked', 'to.', 'the', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'on', 'her', 'hat,', 'which', 'had', 'been', 'a', 'source', 'of', 'irritation', 'to', 'mr.', 'samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'working', 'for', 'them,', 'swayed', 'gently', 'in', 'all', 'directions.', '"what', 'is', 'it', 'you', 'want', 'then?",', 'asked', 'mrs.', 'samsa,', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for.', '"yes",', 'she', 'answered,', 'and', 'broke', 'into', 'a', 'friendly', 'laugh', 'that', 'made', 'her', 'unable', 'to', 'speak', 'straight', 'away,', '"well', 'then,', 'that', 'thing', 'in', 'there,', 'you', "needn't", 'worry', 'about', 'how', "you're", 'going', 'to', 'get', 'rid', 'of', 'it.', "that's", 'all', 'been', 'sorted', 'out."', 'mrs.', 'samsa', 'and', 'grete', 'bent', 'down', 'over', 'their', 'letters', 'as', 'if', 'intent', 'on', 'continuing', 'with', 'what', 'they', 'were', 'writing;', 'mr.', 'samsa', 'saw', 'that', 'the', 'cleaner', 'wanted', 'to', 'start', 'describing', 'everything', 'in', 'detail', 'but,', 'with', 'outstretched', 'hand,', 'he', 'made', 'it', 'quite', 'clear', 'that', 'she', 'was', 'not', 'to.', 'so,', 'as', 'she', 'was', 'prevented', 'from', 'telling', 'them', 'all', 'about', 'it,', 'she', 'suddenly', 'remembered', 'what', 'a', 'hurry', 'she', 'was', 'in', 'and,', 'clearly', 'peeved,', 'called', 'out', '"cheerio', 'then,', 'everyone",', 'turned', 'round', 'sharply', 'and', 'left,', 'slamming', 'the', 'door', 'terribly', 'as', 'she', 'went.', '"tonight', 'she', 'gets', 'sacked",', 'said', 'mr.', 'samsa,', 'but', 'he', 'received', 'no', 'reply', 'from', 'either', 'his', 'wife', 'or', 'his', 'daughter', 'as', 'the', 'charwoman', 'seemed', 'to', 'have', 'destroyed', 'the', 'peace', 'they', 'had', 'only', 'just', 'gained.', 'they', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remained', 'with', 'their', 'arms', 'around', 'each', 'other.', 'mr.', 'samsa', 'twisted', 'round', 'in', 'his', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watching', 'for', 'a', 'while.', 'then', 'he', 'called', 'out:', '"come', 'here,', 'then.', "let's", 'forget', 'about', 'all', 'that', 'old', 'stuff,', 'shall', 'we.', 'come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attention".', 'the', 'two', 'women', 'immediately', 'did', 'as', 'he', 'said,', 'hurrying', 'over', 'to', 'him', 'where', 'they', 'kissed', 'him', 'and', 'hugged', 'him', 'and', 'then', 'they', 'quickly', 'finished', 'their', 'letters.', 'after', 'that,', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'together,', 'which', 'was', 'something', 'they', 'had', 'not', 'done', 'for', 'months,', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'country', 'outside', 'the', 'town.', 'they', 'had', 'the', 'tram,', 'filled', 'with', 'warm', 'sunshine,', 'all', 'to', 'themselves.', 'leant', 'back', 'comfortably', 'on', 'their', 'seats,', 'they', 'discussed', 'their', 'prospects', 'and', 'found', 'that', 'on', 'closer', 'examination', 'they', 'were', 'not', 'at', 'all', 'bad', '-', 'until', 'then', 'they', 'had', 'never', 'asked', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'jobs', 'which', 'were', 'very', 'good', 'and', 'held', 'particularly', 'good', 'promise', 'for', 'the', 'future.', 'the', 'greatest', 'improvement', 'for', 'the', 'time', 'being,', 'of', 'course,', 'would', 'be', 'achieved', 'quite', 'easily', 'by', 'moving', 'house;', 'what', 'they', 'needed', 'now', 'was', 'a', 'flat', 'that', 'was', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'gregor,', 'one', 'that', 'was', 'in', 'a', 'better', 'location', 'and,', 'most', 'of', 'all,', 'more', 'practical.', 'all', 'the', 'time,', 'grete', 'was', 'becoming', 'livelier.', 'with', 'all', 'the', 'worry', 'they', 'had', 'been', 'having', 'of', 'late', 'her', 'cheeks', 'had', 'become', 'pale,', 'but,', 'while', 'they', 'were', 'talking,', 'mr.', 'and', 'mrs.', 'samsa', 'were', 'struck,', 'almost', 'simultaneously,', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'was', 'blossoming', 'into', 'a', 'well', 'built', 'and', 'beautiful', 'young', 'lady.', 'they', 'became', 'quieter.', 'just', 'from', 'each', "other's", 'glance', 'and', 'almost', 'without', 'knowing', 'it', 'they', 'agreed', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her.', 'and,', 'as', 'if', 'in', 'confirmation', 'of', 'their', 'new', 'dreams', 'and', 'good', 'intentions,', 'as', 'soon', 'as', 'they', 'reached', 'their', 'destination', 'grete', 'was', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'body.', 'updated', 'editions', 'will', 'replace', 'the', 'previous', 'one--the', 'old', 'editions', 'will', 'be', 'renamed.', 'creating', 'the', 'works', 'from', 'public', 'domain', 'print', 'editions', 'means', 'that', 'no', 'one', 'owns', 'a', 'united', 'states', 'copyright', 'in', 'these', 'works,', 'so', 'the', 'foundation', '(and', 'you!)', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'united', 'states', 'without', 'permission', 'and', 'without', 'paying', 'copyright', 'royalties.', 'special', 'rules,', 'set', 'forth', 'in', 'the', 'general', 'terms', 'of', 'use', 'part', 'of', 'this', 'license,', 'apply', 'to', 'copying', 'and', 'distributing', 'project', 'gutenberg-tm', 'electronic', 'works', 'to', 'protect', 'the', 'project', 'gutenberg-tm', 'concept', 'and', 'trademark.', 'project', 'gutenberg', 'is', 'a', 'registered', 'trademark,', 'and', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'ebooks,', 'unless', 'you', 'receive', 'specific', 'permission.', 'if', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'ebook,', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy.', 'you', 'may', 'use', 'this', 'ebook', 'for', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,', 'performances', 'and', 'research.', 'they', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given', 'away--you', 'may', 'do', 'practically', 'anything', 'with', 'public', 'domain', 'ebooks.', 'redistribution', 'is', 'subject', 'to', 'the', 'trademark', 'license,', 'especially', 'commercial', 'redistribution.', 'a.', 'by', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'project', 'gutenberg-tm', 'electronic', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to', 'and', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property', '(trademark/copyright)', 'agreement.', 'if', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'and', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'project', 'gutenberg-tm', 'electronic', 'works', 'in', 'your', 'possession.', 'if', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a', 'project', 'gutenberg-tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1.e.8.', '1.b.', '"project', 'gutenberg"', 'is', 'a', 'registered', 'trademark.', 'it', 'may', 'only', 'be', 'used', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement.', 'there', 'are', 'a', 'few', 'things', 'that', 'you', 'can', 'do', 'with', 'most', 'project', 'gutenberg-tm', 'electronic', 'works', 'even', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement.', 'see', 'paragraph', '1.c', 'below.', 'there', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'project', 'gutenberg-tm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this', 'agreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'project', 'gutenberg-tm', 'electronic', 'works.', 'see', 'paragraph', '1.e', 'below.', '1.c.', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', '("the', 'foundation"', 'or', 'pglaf),', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection', 'of', 'project', 'gutenberg-tm', 'electronic', 'works.', 'nearly', 'all', 'the', 'individual', 'works', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'united', 'states.', 'if', 'an', 'individual', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'united', 'states', 'and', 'you', 'are', 'located', 'in', 'the', 'united', 'states,', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,', 'displaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'references', 'to', 'project', 'gutenberg', 'are', 'removed.', 'of', 'course,', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'project', 'gutenberg-tm', 'mission', 'of', 'promoting', 'free', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'project', 'gutenberg-tm', 'works', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the', 'project', 'gutenberg-tm', 'name', 'associated', 'with', 'the', 'work.', 'you', 'can', 'easily', 'comply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the', 'same', 'format', 'with', 'its', 'attached', 'full', 'project', 'gutenberg-tm', 'license', 'when', 'you', 'share', 'it', 'without', 'charge', 'with', 'others.', 'this', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyrighted', 'individual', 'works', 'included', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder.', 'information', 'on', 'the', 'copyright', 'owner', 'for', 'this', 'particular', 'work', 'and', 'the', 'terms', 'of', 'use', 'imposed', 'by', 'the', 'copyright', 'holder', 'on', 'this', 'work', 'are', 'set', 'forth', 'at', 'the', 'beginning', 'of', 'this', 'work.', '1.d.', 'the', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'this', 'work.', 'copyright', 'laws', 'in', 'most', 'countries', 'are', 'in', 'a', 'constant', 'state', 'of', 'change.', 'if', 'you', 'are', 'outside', 'the', 'united', 'states,', 'check', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this', 'agreement', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,', 'distributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'other', 'project', 'gutenberg-tm', 'work.', 'the', 'foundation', 'makes', 'no', 'representations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'country', 'outside', 'the', 'united', 'states.', '1.e.', 'unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'project', 'gutenberg:', '1.e.1.', 'the', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other', 'immediate', 'access', 'to,', 'the', 'full', 'project', 'gutenberg-tm', 'license', 'must', 'appear', 'prominently', 'whenever', 'any', 'copy', 'of', 'a', 'project', 'gutenberg-tm', 'work', '(any', 'work', 'on', 'which', 'the', 'phrase', '"project', 'gutenberg"', 'appears,', 'or', 'with', 'which', 'the', 'phrase', '"project', 'gutenberg"', 'is', 'associated)', 'is', 'accessed,', 'displayed,', 'performed,', 'viewed,', 'copied', 'or', 'distributed:', 'this', 'ebook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever.', 'you', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', 'under', 'the', 'terms', 'of', 'the', 'project', 'gutenberg', 'license', 'included', 'with', 'this', 'ebook', 'or', 'online', 'at', 'www.gutenberg.org', '1.e.2.', 'if', 'an', 'individual', 'project', 'gutenberg-tm', 'electronic', 'work', 'is', 'derived', 'from', 'the', 'public', 'domain', '(does', 'not', 'contain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the', 'copyright', 'holder),', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in', 'the', 'united', 'states', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'if', 'you', 'are', 'redistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '"project', 'gutenberg"', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work,', 'you', 'must', 'comply', 'either', 'with', 'the', 'requirements', 'of', 'paragraphs', '1.e.1', 'through', '1.e.7', 'or', 'obtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'project', 'gutenberg-tm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1.e.8', 'or', '1.e.9.', '1.e.3.', 'if', 'an', 'individual', 'project', 'gutenberg-tm', 'electronic', 'work', 'is', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder,', 'your', 'use', 'and', 'distribution', 'must', 'comply', 'with', 'both', 'paragraphs', '1.e.1', 'through', '1.e.7', 'and', 'any', 'additional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder.', 'additional', 'terms', 'will', 'be', 'linked', 'to', 'the', 'project', 'gutenberg-tm', 'license', 'for', 'all', 'works', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'beginning', 'of', 'this', 'work.', '1.e.4.', 'do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'project', 'gutenberg-tm', 'license', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this', 'work', 'or', 'any', 'other', 'work', 'associated', 'with', 'project', 'gutenberg-tm.', '1.e.5.', 'do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this', 'electronic', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without', 'prominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.e.1', 'with', 'active', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'project', 'gutenberg-tm', 'license.', '1.e.6.', 'you', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary,', 'compressed,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including', 'any', 'word', 'processing', 'or', 'hypertext', 'form.', 'however,', 'if', 'you', 'provide', 'access', 'to', 'or', 'distribute', 'copies', 'of', 'a', 'project', 'gutenberg-tm', 'work', 'in', 'a', 'format', 'other', 'than', '"plain', 'vanilla', 'ascii"', 'or', 'other', 'format', 'used', 'in', 'the', 'official', 'version', 'posted', 'on', 'the', 'official', 'project', 'gutenberg-tm', 'web', 'site', '(www.gutenberg.org),', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense', 'to', 'the', 'user,', 'provide', 'a', 'copy,', 'a', 'means', 'of', 'exporting', 'a', 'copy,', 'or', 'a', 'means', 'of', 'obtaining', 'a', 'copy', 'upon', 'request,', 'of', 'the', 'work', 'in', 'its', 'original', '"plain', 'vanilla', 'ascii"', 'or', 'other', 'form.', 'any', 'alternate', 'format', 'must', 'include', 'the', 'full', 'project', 'gutenberg-tm', 'license', 'as', 'specified', 'in', 'paragraph', '1.e.1.', '1.e.7.', 'do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,', 'performing,', 'copying', 'or', 'distributing', 'any', 'project', 'gutenberg-tm', 'works', 'unless', 'you', 'comply', 'with', 'paragraph', '1.e.8', 'or', '1.e.9.', '1.e.8.', 'you', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'access', 'to', 'or', 'distributing', 'project', 'gutenberg-tm', 'electronic', 'works', 'provided', 'that', '-', 'you', 'pay', 'a', 'royalty', 'fee', 'of', '20%', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from', 'the', 'use', 'of', 'project', 'gutenberg-tm', 'works', 'calculated', 'using', 'the', 'method', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'the', 'fee', 'is', 'owed', 'to', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark,', 'but', 'he', 'has', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation.', 'royalty', 'payments', 'must', 'be', 'paid', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'royalty', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'at', 'the', 'address', 'specified', 'in', 'section', '4,', '"information', 'about', 'donations', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation."', '-', 'you', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'project', 'gutenberg-tm', 'license.', 'you', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'project', 'gutenberg-tm', 'works.', '-', 'you', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.f.3,', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy,', 'if', 'a', 'defect', 'in', 'the', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of', 'receipt', 'of', 'the', 'work.', '-', 'you', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', 'distribution', 'of', 'project', 'gutenberg-tm', 'works.', '1.e.9.', 'if', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'project', 'gutenberg-tm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'are', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'from', 'both', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'and', 'michael', 'hart,', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark.', 'contact', 'the', 'foundation', 'as', 'set', 'forth', 'in', 'section', '3', 'below.', '1.f.', '1.f.1.', 'project', 'gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable', 'effort', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'and', 'proofread', 'public', 'domain', 'works', 'in', 'creating', 'the', 'project', 'gutenberg-tm', 'collection.', 'despite', 'these', 'efforts,', 'project', 'gutenberg-tm', 'electronic', 'works,', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may', 'contain', '"defects,"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate', 'or', 'corrupt', 'data,', 'transcription', 'errors,', 'a', 'copyright', 'or', 'other', 'intellectual', 'property', 'infringement,', 'a', 'defective', 'or', 'damaged', 'disk', 'or', 'other', 'medium,', 'a', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'cannot', 'be', 'read', 'by', 'your', 'equipment.', '1.f.2.', 'limited', 'warranty,', 'disclaimer', 'of', 'damages', '-', 'except', 'for', 'the', '"right', 'of', 'replacement', 'or', 'refund"', 'described', 'in', 'paragraph', '1.f.3,', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation,', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark,', 'and', 'any', 'other', 'party', 'distributing', 'a', 'project', 'gutenberg-tm', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all', 'liability', 'to', 'you', 'for', 'damages,', 'costs', 'and', 'expenses,', 'including', 'legal', 'fees.', 'you', 'agree', 'that', 'you', 'have', 'no', 'remedies', 'for', 'negligence,', 'strict', 'liability,', 'breach', 'of', 'warranty', 'or', 'breach', 'of', 'contract', 'except', 'those', 'provided', 'in', 'paragraph', 'f3.', 'you', 'agree', 'that', 'the', 'foundation,', 'the', 'trademark', 'owner,', 'and', 'any', 'distributor', 'under', 'this', 'agreement', 'will', 'not', 'be', 'liable', 'to', 'you', 'for', 'actual,', 'direct,', 'indirect,', 'consequential,', 'punitive', 'or', 'incidental', 'damages', 'even', 'if', 'you', 'give', 'notice', 'of', 'the', 'possibility', 'of', 'such', 'damage.', '1.f.3.', 'limited', 'right', 'of', 'replacement', 'or', 'refund', '-', 'if', 'you', 'discover', 'a', 'defect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can', 'receive', 'a', 'refund', 'of', 'the', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a', 'written', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from.', 'if', 'you', 'received', 'the', 'work', 'on', 'a', 'physical', 'medium,', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explanation.', 'the', 'person', 'or', 'entity', 'that', 'provided', 'you', 'with', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in', 'lieu', 'of', 'a', 'refund.', 'if', 'you', 'received', 'the', 'work', 'electronically,', 'the', 'person', 'or', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second', 'opportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund.', 'if', 'the', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing', 'without', 'further', 'opportunities', 'to', 'fix', 'the', 'problem.', '1.f.4.', 'except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1.f.3,', 'this', 'work', 'is', 'provided', 'to', 'you', "'as-is,'", 'with', 'no', 'other', 'warranties', 'of', 'any', 'kind,', 'express', 'or', 'implied,', 'including', 'but', 'not', 'limited', 'to', 'warranties', 'of', 'merchantibility', 'or', 'fitness', 'for', 'any', 'purpose.', '1.f.5.', 'some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'warranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'damages.', 'if', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'violates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement,', 'the', 'agreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or', 'limitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law.', 'the', 'invalidity', 'or', 'unenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the', 'remaining', 'provisions.', '1.f.6.', 'indemnity', '-', 'you', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'foundation,', 'the', 'trademark', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'the', 'foundation,', 'anyone', 'providing', 'copies', 'of', 'project', 'gutenberg-tm', 'electronic', 'works', 'in', 'accordance', 'with', 'this', 'agreement,', 'and', 'any', 'volunteers', 'associated', 'with', 'the', 'production,', 'promotion', 'and', 'distribution', 'of', 'project', 'gutenberg-tm', 'electronic', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'and', 'expenses,', 'including', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'the', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this', 'or', 'any', 'project', 'gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or', 'additions', 'or', 'deletions', 'to', 'any', 'project', 'gutenberg-tm', 'work,', 'and', '(c)', 'any', 'defect', 'you', 'cause.', 'section', '2.', 'information', 'about', 'the', 'mission', 'of', 'project', 'gutenberg-tm', 'project', 'gutenberg-tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of', 'electronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of', 'computers', 'including', 'obsolete,', 'old,', 'middle-aged', 'and', 'new', 'computers.', 'it', 'exists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations', 'from', 'people', 'in', 'all', 'walks', 'of', 'life.', 'volunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the', 'assistance', 'they', 'need,', 'is', 'critical', 'to', 'reaching', 'project', "gutenberg-tm's", 'goals', 'and', 'ensuring', 'that', 'the', 'project', 'gutenberg-tm', 'collection', 'will', 'remain', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'in', '2001,', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'was', 'created', 'to', 'provide', 'a', 'secure', 'and', 'permanent', 'future', 'for', 'project', 'gutenberg-tm', 'and', 'future', 'generations.', 'to', 'learn', 'more', 'about', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help,', 'see', 'sections', '3', 'and', '4', 'and', 'the', 'foundation', 'web', 'page', 'at', 'https://www.pglaf.org.', 'section', '3.', 'information', 'about', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'is', 'a', 'non', 'profit', '501(c)(3)', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the', 'state', 'of', 'mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'internal', 'revenue', 'service.', 'the', "foundation's", 'ein', 'or', 'federal', 'tax', 'identification', 'number', 'is', '64-6221541.', 'its', '501(c)(3)', 'letter', 'is', 'posted', 'at', 'https://pglaf.org/fundraising.', 'contributions', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by', 'u.s.', 'federal', 'laws', 'and', 'your', "state's", 'laws.', 'the', "foundation's", 'principal', 'office', 'is', 'located', 'at', '4557', 'melan', 'dr.', 's.', 'fairbanks,', 'ak,', '99712.,', 'but', 'its', 'volunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'locations.', 'its', 'business', 'office', 'is', 'located', 'at', '809', 'north', '1500', 'west,', 'salt', 'lake', 'city,', 'ut', '84116,', '(801)', '596-1887,', 'email', 'business@pglaf.org.', 'email', 'contact', 'links', 'and', 'up', 'to', 'date', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', "foundation's", 'web', 'site', 'and', 'official', 'page', 'at', 'https://pglaf.org', 'section', '4.', 'information', 'about', 'donations', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'project', 'gutenberg-tm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'increasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be', 'freely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest', 'array', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'many', 'small', 'donations', '($1', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'status', 'with', 'the', 'irs.', 'the', 'foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating', 'charities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'united', 'states.', 'compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a', 'considerable', 'effort,', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requirements.', 'we', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'where', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'to', 'send', 'donations', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'state', 'visit', 'https://pglaf.org', 'while', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'have', 'not', 'met', 'the', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition', 'against', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'approach', 'us', 'with', 'offers', 'to', 'donate.', 'international', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make', 'any', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'outside', 'the', 'united', 'states.', 'u.s.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.', 'please', 'check', 'the', 'project', 'gutenberg', 'web', 'pages', 'for', 'current', 'donation', 'methods', 'and', 'addresses.', 'donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other', 'ways', 'including', 'including', 'checks,', 'online', 'payments', 'and', 'credit', 'card', 'donations.', 'to', 'donate,', 'please', 'visit:', 'https://pglaf.org/donate', 'section', '5.', 'general', 'information', 'about', 'project', 'gutenberg-tm', 'electronic', 'works.', 'professor', 'michael', 's.', 'hart', 'was', 'the', 'originator', 'of', 'the', 'project', 'gutenberg-tm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'freely', 'shared', 'with', 'anyone.', 'for', 'thirty', 'years,', 'he', 'produced', 'and', 'distributed', 'project', 'gutenberg-tm', 'ebooks', 'with', 'only', 'a', 'loose', 'network', 'of', 'volunteer', 'support.', 'project', 'gutenberg-tm', 'ebooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'editions,', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'public', 'domain', 'in', 'the', 'u.s.', 'unless', 'a', 'copyright', 'notice', 'is', 'included.', 'thus,', 'we', 'do', 'not', 'necessarily', 'keep', 'ebooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'edition.', 'most', 'people', 'start', 'at', 'our', 'web', 'site', 'which', 'has', 'the', 'main', 'pg', 'search', 'facility:', 'https://www.gutenberg.org', 'this', 'web', 'site', 'includes', 'information', 'about', 'project', 'gutenberg-tm,', 'including', 'how', 'to', 'make', 'donations', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'ebooks,', 'and', 'how', 'to', 'subscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'ebooks.', 'the', 'project', 'gutenberg', 'ebook', 'of', 'metamorphosis,', 'by', 'franz', 'kafka', 'translated', 'by', 'david', 'wyllie.', 'this', 'ebook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever.', 'you', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', 'under', 'the', 'terms', 'of', 'the', 'project', 'gutenberg', 'license', 'included', 'with', 'this', 'ebook', 'or', 'online', 'at', 'www.gutenberg.org', 'one', 'morning,', 'when', 'gregor', 'samsa', 'woke', 'from', 'troubled', 'dreams,', 'he', 'found', 'himself', 'transformed', 'in', 'his', 'bed', 'into', 'a', 'horrible', 'vermin.', 'he', 'lay', 'on', 'his', 'armour-like', 'back,', 'and', 'if', 'he', 'lifted', 'his', 'head', 'a', 'little', 'he', 'could', 'see', 'his', 'brown', 'belly,', 'slightly', 'domed', 'and', 'divided', 'by', 'arches', 'into', 'stiff', 'sections.', 'the', 'bedding', 'was', 'hardly', 'able', 'to', 'cover', 'it', 'and', 'seemed', 'ready', 'to', 'slide', 'off', 'any', 'moment.', 'his', 'many', 'legs,', 'pitifully', 'thin', 'compared', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him,', 'waved', 'about', 'helplessly', 'as', 'he', 'looked.', '"what\'s', 'happened', 'to', 'me?"', 'he', 'thought.', 'it', "wasn't", 'a', 'dream.', 'his', 'room,', 'a', 'proper', 'human', 'room', 'although', 'a', 'little', 'too', 'small,', 'lay', 'peacefully', 'between', 'its', 'four', 'familiar', 'walls.', 'a', 'collection', 'of', 'textile', 'samples', 'lay', 'spread', 'out', 'on', 'the', 'table', '-', 'samsa', 'was', 'a', 'travelling', 'salesman', '-', 'and', 'above', 'it', 'there', 'hung', 'a', 'picture', 'that', 'he', 'had', 'recently', 'cut', 'out', 'of', 'an', 'illustrated', 'magazine', 'and', 'housed', 'in', 'a', 'nice,', 'gilded', 'frame.', 'it', 'showed', 'a', 'lady', 'fitted', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright,', 'raising', 'a', 'heavy', 'fur', 'muff', 'that', 'covered', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'towards', 'the', 'viewer.', 'gregor', 'then', 'turned', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather.', 'drops', 'of', 'rain', 'could', 'be', 'heard', 'hitting', 'the', 'pane,', 'which', 'made', 'him', 'feel', 'quite', 'sad.', '"how', 'about', 'if', 'i', 'sleep', 'a', 'little', 'bit', 'longer', 'and', 'forget', 'all', 'this', 'nonsense",', 'he', 'thought,', 'but', 'that', 'was', 'something', 'he', 'was', 'unable', 'to', 'do', 'because', 'he', 'was', 'used', 'to', 'sleeping', 'on', 'his', 'right,', 'and', 'in', 'his', 'present', 'state', "couldn't", 'get', 'into', 'that', 'position.', 'however', 'hard', 'he', 'threw', 'himself', 'onto', 'his', 'right,', 'he', 'always', 'rolled', 'back', 'to', 'where', 'he', 'was.', 'he', 'must', 'have', 'tried', 'it', 'a', 'hundred', 'times,', 'shut', 'his', 'eyes', 'so', 'that', 'he', "wouldn't", 'have', 'to', 'look', 'at', 'the', 'floundering', 'legs,', 'and', 'only', 'stopped', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild,', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'before.', '"oh,', 'god",', 'he', 'thought,', '"what', 'a', 'strenuous', 'career', 'it', 'is', 'that', "i've", 'chosen!', 'travelling', 'day', 'in', 'and', 'day', 'out.', 'doing', 'business', 'like', 'this', 'takes', 'much', 'more', 'effort', 'than', 'doing', 'your', 'own', 'business', 'at', 'home,', 'and', 'on', 'top', 'of', 'that', "there's", 'the', 'curse', 'of', 'travelling,', 'worries', 'about', 'making', 'train', 'connections,', 'bad', 'and', 'irregular', 'food,', 'contact', 'with', 'different', 'people', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyone', 'or', 'become', 'friendly', 'with', 'them.', 'it', 'can', 'all', 'go', 'to', 'hell!"', 'he', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'his', 'belly;', 'pushed', 'himself', 'slowly', 'up', 'on', 'his', 'back', 'towards', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'his', 'head', 'better;', 'found', 'where', 'the', 'itch', 'was,', 'and', 'saw', 'that', 'it', 'was', 'covered', 'with', 'lots', 'of', 'little', 'white', 'spots', 'which', 'he', "didn't", 'know', 'what', 'to', 'make', 'of;', 'and', 'when', 'he', 'tried', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'his', 'legs', 'he', 'drew', 'it', 'quickly', 'back', 'because', 'as', 'soon', 'as', 'he', 'touched', 'it', 'he', 'was', 'overcome', 'by', 'a', 'cold', 'shudder.', 'he', 'slid', 'back', 'into', 'his', 'former', 'position.', '"getting', 'up', 'early', 'all', 'the', 'time",', 'he', 'thought,', '"it', 'makes', 'you', 'stupid.', "you've", 'got', 'to', 'get', 'enough', 'sleep.', 'other', 'travelling', 'salesmen', 'live', 'a', 'life', 'of', 'luxury.', 'for', 'instance,', 'whenever', 'i', 'go', 'back', 'to', 'the', 'guest', 'house', 'during', 'the', 'morning', 'to', 'copy', 'out', 'the', 'contract,', 'these', 'gentlemen', 'are', 'always', 'still', 'sitting', 'there', 'eating', 'their', 'breakfasts.', 'i', 'ought', 'to', 'just', 'try', 'that', 'with', 'my', 'boss;', "i'd", 'get', 'kicked', 'out', 'on', 'the', 'spot.', 'but', 'who', 'knows,', 'maybe', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me.', 'if', 'i', "didn't", 'have', 'my', 'parents', 'to', 'think', 'about', "i'd", 'have', 'given', 'in', 'my', 'notice', 'a', 'long', 'time', 'ago,', "i'd", 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'i', 'think,', 'tell', 'him', 'everything', 'i', 'would,', 'let', 'him', 'know', 'just', 'what', 'i', 'feel.', "he'd", 'fall', 'right', 'off', 'his', 'desk!', 'and', "it's", 'a', 'funny', 'sort', 'of', 'business', 'to', 'be', 'sitting', 'up', 'there', 'at', 'your', 'desk,', 'talking', 'down', 'at', 'your', 'subordinates', 'from', 'up', 'there,', 'especially', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'because', 'the', 'boss', 'is', 'hard', 'of', 'hearing.', 'well,', "there's", 'still', 'some', 'hope;', 'once', "i've", 'got', 'the', 'money', 'together', 'to', 'pay', 'off', 'my', "parents'", 'debt', 'to', 'him', '-', 'another', 'five', 'or', 'six', 'years', 'i', 'suppose', '-', "that's", 'definitely', 'what', "i'll", 'do.', "that's", 'when', "i'll", 'make', 'the', 'big', 'change.', 'first', 'of', 'all', 'though,', "i've", 'got', 'to', 'get', 'up,', 'my', 'train', 'leaves', 'at', 'five."', 'and', 'he', 'looked', 'over', 'at', 'the', 'alarm', 'clock,', 'ticking', 'on', 'the', 'chest', 'of', 'drawers.', '"god', 'in', 'heaven!"', 'he', 'thought.', 'it', 'was', 'half', 'past', 'six', 'and', 'the', 'hands', 'were', 'quietly', 'moving', 'forwards,', 'it', 'was', 'even', 'later', 'than', 'half', 'past,', 'more', 'like', 'quarter', 'to', 'seven.', 'had', 'the', 'alarm', 'clock', 'not', 'rung?', 'he', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', "o'clock", 'as', 'it', 'should', 'have', 'been;', 'it', 'certainly', 'must', 'have', 'rung.', 'yes,', 'but', 'was', 'it', 'possible', 'to', 'quietly', 'sleep', 'through', 'that', 'furniture-rattling', 'noise?', 'true,', 'he', 'had', 'not', 'slept', 'peacefully,', 'but', 'probably', 'all', 'the', 'more', 'deeply', 'because', 'of', 'that.', 'what', 'should', 'he', 'do', 'now?', 'the', 'next', 'train', 'went', 'at', 'seven;', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collection', 'of', 'samples', 'was', 'still', 'not', 'packed,', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularly', 'fresh', 'and', 'lively.', 'and', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'his', "boss's", 'anger', 'as', 'the', 'office', 'assistant', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', "o'clock", 'train', 'go,', 'he', 'would', 'have', 'put', 'in', 'his', 'report', 'about', "gregor's", 'not', 'being', 'there', 'a', 'long', 'time', 'ago.', 'the', 'office', 'assistant', 'was', 'the', "boss's", 'man,', 'spineless,', 'and', 'with', 'no', 'understanding.', 'what', 'about', 'if', 'he', 'reported', 'sick?', 'but', 'that', 'would', 'be', 'extremely', 'strained', 'and', 'suspicious', 'as', 'in', 'fifteen', 'years', 'of', 'service', 'gregor', 'had', 'never', 'once', 'yet', 'been', 'ill.', 'his', 'boss', 'would', 'certainly', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medical', 'insurance', 'company,', 'accuse', 'his', 'parents', 'of', 'having', 'a', 'lazy', 'son,', 'and', 'accept', 'the', "doctor's", 'recommendation', 'not', 'to', 'make', 'any', 'claim', 'as', 'the', 'doctor', 'believed', 'that', 'no-one', 'was', 'ever', 'ill', 'but', 'that', 'many', 'were', 'workshy.', 'and', "what's", 'more,', 'would', 'he', 'have', 'been', 'entirely', 'wrong', 'in', 'this', 'case?', 'gregor', 'did', 'in', 'fact,', 'apart', 'from', 'excessive', 'sleepiness', 'after', 'sleeping', 'for', 'so', 'long,', 'feel', 'completely', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual.', 'he', 'was', 'still', 'hurriedly', 'thinking', 'all', 'this', 'through,', 'unable', 'to', 'decide', 'to', 'get', 'out', 'of', 'the', 'bed,', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven.', 'there', 'was', 'a', 'cautious', 'knock', 'at', 'the', 'door', 'near', 'his', 'head.', '"gregor",', 'somebody', 'called', '-', 'it', 'was', 'his', 'mother', '-', '"it\'s', 'quarter', 'to', 'seven.', "didn't", 'you', 'want', 'to', 'go', 'somewhere?"', 'that', 'gentle', 'voice!', 'gregor', 'was', 'shocked', 'when', 'he', 'heard', 'his', 'own', 'voice', 'answering,', 'it', 'could', 'hardly', 'be', 'recognised', 'as', 'the', 'voice', 'he', 'had', 'had', 'before.', 'as', 'if', 'from', 'deep', 'inside', 'him,', 'there', 'was', 'a', 'painful', 'and', 'uncontrollable', 'squeaking', 'mixed', 'in', 'with', 'it,', 'the', 'words', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'was', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear,', 'leaving', 'the', 'hearer', 'unsure', 'whether', 'he', 'had', 'heard', 'properly', 'or', 'not.', 'gregor', 'had', 'wanted', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everything,', 'but', 'in', 'the', 'circumstances', 'contented', 'himself', 'with', 'saying:', '"yes,', 'mother,', 'yes,', 'thank-you,', "i'm", 'getting', 'up', 'now."', 'the', 'change', 'in', "gregor's", 'voice', 'probably', 'could', 'not', 'be', 'noticed', 'outside', 'through', 'the', 'wooden', 'door,', 'as', 'his', 'mother', 'was', 'satisfied', 'with', 'this', 'explanation', 'and', 'shuffled', 'away.', 'but', 'this', 'short', 'conversation', 'made', 'the', 'other', 'members', 'of', 'the', 'family', 'aware', 'that', 'gregor,', 'against', 'their', 'expectations', 'was', 'still', 'at', 'home,', 'and', 'soon', 'his', 'father', 'came', 'knocking', 'at', 'one', 'of', 'the', 'side', 'doors,', 'gently,', 'but', 'with', 'his', 'fist.', '"gregor,', 'gregor",', 'he', 'called,', '"what\'s', 'wrong?"', 'and', 'after', 'a', 'short', 'while', 'he', 'called', 'again', 'with', 'a', 'warning', 'deepness', 'in', 'his', 'voice:', '"gregor!', 'gregor!"', 'at', 'the', 'other', 'side', 'door', 'his', 'sister', 'came', 'plaintively:', '"gregor?', "aren't", 'you', 'well?', 'do', 'you', 'need', 'anything?"', 'gregor', 'answered', 'to', 'both', 'sides:', '"i\'m', 'ready,', 'now",', 'making', 'an', 'effort', 'to', 'remove', 'all', 'the', 'strangeness', 'from', 'his', 'voice', 'by', 'enunciating', 'very', 'carefully', 'and', 'putting', 'long', 'pauses', 'between', 'each,', 'individual', 'word.', 'his', 'father', 'went', 'back', 'to', 'his', 'breakfast,', 'but', 'his', 'sister', 'whispered:', '"gregor,', 'open', 'the', 'door,', 'i', 'beg', 'of', 'you."', 'gregor,', 'however,', 'had', 'no', 'thought', 'of', 'opening', 'the', 'door,', 'and', 'instead', 'congratulated', 'himself', 'for', 'his', 'cautious', 'habit,', 'acquired', 'from', 'his', 'travelling,', 'of', 'locking', 'all', 'doors', 'at', 'night', 'even', 'when', 'he', 'was', 'at', 'home.', 'the', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'to', 'get', 'up', 'in', 'peace', 'without', 'being', 'disturbed,', 'to', 'get', 'dressed,', 'and', 'most', 'of', 'all', 'to', 'have', 'his', 'breakfast.', 'only', 'then', 'would', 'he', 'consider', 'what', 'to', 'do', 'next,', 'as', 'he', 'was', 'well', 'aware', 'that', 'he', 'would', 'not', 'bring', 'his', 'thoughts', 'to', 'any', 'sensible', 'conclusions', 'by', 'lying', 'in', 'bed.', 'he', 'remembered', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed,', 'perhaps', 'caused', 'by', 'lying', 'awkwardly,', 'but', 'that', 'had', 'always', 'turned', 'out', 'to', 'be', 'pure', 'imagination', 'and', 'he', 'wondered', 'how', 'his', 'imaginings', 'would', 'slowly', 'resolve', 'themselves', 'today.', 'he', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'change', 'in', 'his', 'voice', 'was', 'nothing', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'serious', 'cold,', 'which', 'was', 'an', 'occupational', 'hazard', 'for', 'travelling', 'salesmen.', 'it', 'was', 'a', 'simple', 'matter', 'to', 'throw', 'off', 'the', 'covers;', 'he', 'only', 'had', 'to', 'blow', 'himself', 'up', 'a', 'little', 'and', 'they', 'fell', 'off', 'by', 'themselves.', 'but', 'it', 'became', 'difficult', 'after', 'that,', 'especially', 'as', 'he', 'was', 'so', 'exceptionally', 'broad.', 'he', 'would', 'have', 'used', 'his', 'arms', 'and', 'his', 'hands', 'to', 'push', 'himself', 'up;', 'but', 'instead', 'of', 'them', 'he', 'only', 'had', 'all', 'those', 'little', 'legs', 'continuously', 'moving', 'in', 'different', 'directions,', 'and', 'which', 'he', 'was', 'moreover', 'unable', 'to', 'control.', 'if', 'he', 'wanted', 'to', 'bend', 'one', 'of', 'them,', 'then', 'that', 'was', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out;', 'and', 'if', 'he', 'finally', 'managed', 'to', 'do', 'what', 'he', 'wanted', 'with', 'that', 'leg,', 'all', 'the', 'others', 'seemed', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'painfully.', '"this', 'is', 'something', 'that', "can't", 'be', 'done', 'in', 'bed",', 'gregor', 'said', 'to', 'himself,', '"so', "don't", 'keep', 'trying', 'to', 'do', 'it".', 'the', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'get', 'the', 'lower', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed,', 'but', 'he', 'had', 'never', 'seen', 'this', 'lower', 'part,', 'and', 'could', 'not', 'imagine', 'what', 'it', 'looked', 'like;', 'it', 'turned', 'out', 'to', 'be', 'too', 'hard', 'to', 'move;', 'it', 'went', 'so', 'slowly;', 'and', 'finally,', 'almost', 'in', 'a', 'frenzy,', 'when', 'he', 'carelessly', 'shoved', 'himself', 'forwards', 'with', 'all', 'the', 'force', 'he', 'could', 'gather,', 'he', 'chose', 'the', 'wrong', 'direction,', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost,', 'and', 'learned', 'from', 'the', 'burning', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'his', 'body', 'might', 'well,', 'at', 'present,', 'be', 'the', 'most', 'sensitive.', 'so', 'then', 'he', 'tried', 'to', 'get', 'the', 'top', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'first,', 'carefully', 'turning', 'his', 'head', 'to', 'the', 'side.', 'this', 'he', 'managed', 'quite', 'easily,', 'and', 'despite', 'its', 'breadth', 'and', 'its', 'weight,', 'the', 'bulk', 'of', 'his', 'body', 'eventually', 'followed', 'slowly', 'in', 'the', 'direction', 'of', 'the', 'head.', 'but', 'when', 'he', 'had', 'at', 'last', 'got', 'his', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occurred', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracle', 'if', 'his', 'head', 'were', 'not', 'injured,', 'so', 'he', 'became', 'afraid', 'to', 'carry', 'on', 'pushing', 'himself', 'forward', 'the', 'same', 'way.', 'and', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'any', 'price;', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'consciousness.', 'it', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier,', 'but', 'when', 'he', 'lay', 'there', 'sighing,', 'and', 'was', 'once', 'more', 'watching', 'his', 'legs', 'as', 'they', 'struggled', 'against', 'each', 'other', 'even', 'harder', 'than', 'before,', 'if', 'that', 'was', 'possible,', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bringing', 'peace', 'and', 'order', 'to', 'this', 'chaos.', 'he', 'told', 'himself', 'once', 'more', 'that', 'it', 'was', 'not', 'possible', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensible', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatever', 'way', 'he', 'could', 'at', 'whatever', 'sacrifice.', 'at', 'the', 'same', 'time,', 'though,', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consideration', 'was', 'much', 'better', 'than', 'rushing', 'to', 'desperate', 'conclusions.', 'at', 'times', 'like', 'this', 'he', 'would', 'direct', 'his', 'eyes', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearly', 'as', 'he', 'could,', 'but', 'unfortunately,', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'was', 'enveloped', 'in', 'morning', 'fog', 'and', 'the', 'view', 'had', 'little', 'confidence', 'or', 'cheer', 'to', 'offer', 'him.', '"seven', "o'clock,", 'already",', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again,', '"seven', "o'clock,", 'and', "there's", 'still', 'a', 'fog', 'like', 'this."', 'and', 'he', 'lay', 'there', 'quietly', 'a', 'while', 'longer,', 'breathing', 'lightly', 'as', 'if', 'he', 'perhaps', 'expected', 'the', 'total', 'stillness', 'to', 'bring', 'things', 'back', 'to', 'their', 'real', 'and', 'natural', 'state.', 'but', 'then', 'he', 'said', 'to', 'himself:', '"before', 'it', 'strikes', 'quarter', 'past', 'seven', "i'll", 'definitely', 'have', 'to', 'have', 'got', 'properly', 'out', 'of', 'bed.', 'and', 'by', 'then', 'somebody', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', "what's", 'happened', 'to', 'me', 'as', 'well,', 'as', 'they', 'open', 'up', 'at', 'work', 'before', 'seven', 'o\'clock."', 'and', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swinging', 'the', 'entire', 'length', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time.', 'if', 'he', 'succeeded', 'in', 'falling', 'out', 'of', 'bed', 'in', 'this', 'way', 'and', 'kept', 'his', 'head', 'raised', 'as', 'he', 'did', 'so', 'he', 'could', 'probably', 'avoid', 'injuring', 'it.', 'his', 'back', 'seemed', 'to', 'be', 'quite', 'hard,', 'and', 'probably', 'nothing', 'would', 'happen', 'to', 'it', 'falling', 'onto', 'the', 'carpet.', 'his', 'main', 'concern', 'was', 'for', 'the', 'loud', 'noise', 'he', 'was', 'bound', 'to', 'make,', 'and', 'which', 'even', 'through', 'all', 'the', 'doors', 'would', 'probably', 'raise', 'concern', 'if', 'not', 'alarm.', 'but', 'it', 'was', 'something', 'that', 'had', 'to', 'be', 'risked.', 'when', 'gregor', 'was', 'already', 'sticking', 'half', 'way', 'out', 'of', 'the', 'bed', '-', 'the', 'new', 'method', 'was', 'more', 'of', 'a', 'game', 'than', 'an', 'effort,', 'all', 'he', 'had', 'to', 'do', 'was', 'rock', 'back', 'and', 'forth', '-', 'it', 'occurred', 'to', 'him', 'how', 'simple', 'everything', 'would', 'be', 'if', 'somebody', 'came', 'to', 'help', 'him.', 'two', 'strong', 'people', '-', 'he', 'had', 'his', 'father', 'and', 'the', 'maid', 'in', 'mind', '-', 'would', 'have', 'been', 'more', 'than', 'enough;', 'they', 'would', 'only', 'have', 'to', 'push', 'their', 'arms', 'under', 'the', 'dome', 'of', 'his', 'back,', 'peel', 'him', 'away', 'from', 'the', 'bed,', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'careful', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor,', 'where,', 'hopefully,', 'the', 'little', 'legs', 'would', 'find', 'a', 'use.', 'should', 'he', 'really', 'call', 'for', 'help', 'though,', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'doors', 'were', 'locked?', 'despite', 'all', 'the', 'difficulty', 'he', 'was', 'in,', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'this', 'thought.', 'after', 'a', 'while', 'he', 'had', 'already', 'moved', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'his', 'balance', 'if', 'he', 'rocked', 'too', 'hard.', 'the', 'time', 'was', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decision', 'very', 'soon.', 'then', 'there', 'was', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat.', '"that\'ll', 'be', 'someone', 'from', 'work",', 'he', 'said', 'to', 'himself,', 'and', 'froze', 'very', 'still,', 'although', 'his', 'little', 'legs', 'only', 'became', 'all', 'the', 'more', 'lively', 'as', 'they', 'danced', 'around.', 'for', 'a', 'moment', 'everything', 'remained', 'quiet.', '"they\'re', 'not', 'opening', 'the', 'door",', 'gregor', 'said', 'to', 'himself,', 'caught', 'in', 'some', 'nonsensical', 'hope.', 'but', 'then', 'of', 'course,', 'the', "maid's", 'firm', 'steps', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'opened', 'it.', 'gregor', 'only', 'needed', 'to', 'hear', 'the', "visitor's", 'first', 'words', 'of', 'greeting', 'and', 'he', 'knew', 'who', 'it', 'was', '-', 'the', 'chief', 'clerk', 'himself.', 'why', 'did', 'gregor', 'have', 'to', 'be', 'the', 'only', 'one', 'condemned', 'to', 'work', 'for', 'a', 'company', 'where', 'they', 'immediately', 'became', 'highly', 'suspicious', 'at', 'the', 'slightest', 'shortcoming?', 'were', 'all', 'employees,', 'every', 'one', 'of', 'them,', 'louts,', 'was', 'there', 'not', 'one', 'of', 'them', 'who', 'was', 'faithful', 'and', 'devoted', 'who', 'would', 'go', 'so', 'mad', 'with', 'pangs', 'of', 'conscience', 'that', 'he', "couldn't", 'get', 'out', 'of', 'bed', 'if', 'he', "didn't", 'spend', 'at', 'least', 'a', 'couple', 'of', 'hours', 'in', 'the', 'morning', 'on', 'company', 'business?', 'was', 'it', 'really', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'trainees', 'make', 'enquiries', '-', 'assuming', 'enquiries', 'were', 'even', 'necessary', '-', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself,', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole,', 'innocent', 'family', 'that', 'this', 'was', 'so', 'suspicious', 'that', 'only', 'the', 'chief', 'clerk', 'could', 'be', 'trusted', 'to', 'have', 'the', 'wisdom', 'to', 'investigate', 'it?', 'and', 'more', 'because', 'these', 'thoughts', 'had', 'made', 'him', 'upset', 'than', 'through', 'any', 'proper', 'decision,', 'he', 'swang', 'himself', 'with', 'all', 'his', 'force', 'out', 'of', 'the', 'bed.', 'there', 'was', 'a', 'loud', 'thump,', 'but', 'it', "wasn't", 'really', 'a', 'loud', 'noise.', 'his', 'fall', 'was', 'softened', 'a', 'little', 'by', 'the', 'carpet,', 'and', "gregor's", 'back', 'was', 'also', 'more', 'elastic', 'than', 'he', 'had', 'thought,', 'which', 'made', 'the', 'sound', 'muffled', 'and', 'not', 'too', 'noticeable.', 'he', 'had', 'not', 'held', 'his', 'head', 'carefully', 'enough,', 'though,', 'and', 'hit', 'it', 'as', 'he', 'fell;', 'annoyed', 'and', 'in', 'pain,', 'he', 'turned', 'it', 'and', 'rubbed', 'it', 'against', 'the', 'carpet.', '"something\'s', 'fallen', 'down', 'in', 'there",', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left.', 'gregor', 'tried', 'to', 'imagine', 'whether', 'something', 'of', 'the', 'sort', 'that', 'had', 'happened', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too;', 'you', 'had', 'to', 'concede', 'that', 'it', 'was', 'possible.', 'but', 'as', 'if', 'in', 'gruff', 'reply', 'to', 'this', 'question,', 'the', 'chief', "clerk's", 'firm', 'footsteps', 'in', 'his', 'highly', 'polished', 'boots', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoining', 'room.', 'from', 'the', 'room', 'on', 'his', 'right,', "gregor's", 'sister', 'whispered', 'to', 'him', 'to', 'let', 'him', 'know:', '"gregor,', 'the', 'chief', 'clerk', 'is', 'here."', '"yes,', 'i', 'know",', 'said', 'gregor', 'to', 'himself;', 'but', 'without', 'daring', 'to', 'raise', 'his', 'voice', 'loud', 'enough', 'for', 'his', 'sister', 'to', 'hear', 'him.', '"gregor",', 'said', 'his', 'father', 'now', 'from', 'the', 'room', 'to', 'his', 'left,', '"the', 'chief', 'clerk', 'has', 'come', 'round', 'and', 'wants', 'to', 'know', 'why', 'you', "didn't", 'leave', 'on', 'the', 'early', 'train.', 'we', "don't", 'know', 'what', 'to', 'say', 'to', 'him.', 'and', 'anyway,', 'he', 'wants', 'to', 'speak', 'to', 'you', 'personally.', 'so', 'please', 'open', 'up', 'this', 'door.', "i'm", 'sure', "he'll", 'be', 'good', 'enough', 'to', 'forgive', 'the', 'untidiness', 'of', 'your', 'room."', 'then', 'the', 'chief', 'clerk', 'called', '"good', 'morning,', 'mr.', 'samsa".', '"he', "isn't", 'well",', 'said', 'his', 'mother', 'to', 'the', 'chief', 'clerk,', 'while', 'his', 'father', 'continued', 'to', 'speak', 'through', 'the', 'door.', '"he', "isn't", 'well,', 'please', 'believe', 'me.', 'why', 'else', 'would', 'gregor', 'have', 'missed', 'a', 'train!', 'the', 'lad', 'only', 'ever', 'thinks', 'about', 'the', 'business.', 'it', 'nearly', 'makes', 'me', 'cross', 'the', 'way', 'he', 'never', 'goes', 'out', 'in', 'the', 'evenings;', "he's", 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stayed', 'home', 'every', 'evening.', 'he', 'sits', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'reads', 'the', 'paper', 'or', 'studies', 'train', 'timetables.', 'his', 'idea', 'of', 'relaxation', 'is', 'working', 'with', 'his', 'fretsaw.', "he's", 'made', 'a', 'little', 'frame,', 'for', 'instance,', 'it', 'only', 'took', 'him', 'two', 'or', 'three', 'evenings,', "you'll", 'be', 'amazed', 'how', 'nice', 'it', 'is;', "it's", 'hanging', 'up', 'in', 'his', 'room;', "you'll", 'see', 'it', 'as', 'soon', 'as', 'gregor', 'opens', 'the', 'door.', 'anyway,', "i'm", 'glad', "you're", 'here;', 'we', "wouldn't", 'have', 'been', 'able', 'to', 'get', 'gregor', 'to', 'open', 'the', 'door', 'by', 'ourselves;', "he's", 'so', 'stubborn;', 'and', "i'm", 'sure', 'he', "isn't", 'well,', 'he', 'said', 'this', 'morning', 'that', 'he', 'is,', 'but', 'he', 'isn\'t."', '"i\'ll', 'be', 'there', 'in', 'a', 'moment",', 'said', 'gregor', 'slowly', 'and', 'thoughtfully,', 'but', 'without', 'moving', 'so', 'that', 'he', 'would', 'not', 'miss', 'any', 'word', 'of', 'the', 'conversation.', '"well', 'i', "can't", 'think', 'of', 'any', 'other', 'way', 'of', 'explaining', 'it,', 'mrs.', 'samsa",', 'said', 'the', 'chief', 'clerk,', '"i', 'hope', "it's", 'nothing', 'serious.', 'but', 'on', 'the', 'other', 'hand,', 'i', 'must', 'say', 'that', 'if', 'we', 'people', 'in', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'then,', 'fortunately', 'or', 'unfortunately', 'as', 'you', 'like,', 'we', 'simply', 'have', 'to', 'overcome', 'it', 'because', 'of', 'business', 'considerations."', '"can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then?",', 'asked', 'his', 'father', 'impatiently,', 'knocking', 'at', 'the', 'door', 'again.', '"no",', 'said', 'gregor.', 'in', 'the', 'room', 'on', 'his', 'right', 'there', 'followed', 'a', 'painful', 'silence;', 'in', 'the', 'room', 'on', 'his', 'left', 'his', 'sister', 'began', 'to', 'cry.', 'so', 'why', 'did', 'his', 'sister', 'not', 'go', 'and', 'join', 'the', 'others?', 'she', 'had', 'probably', 'only', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dressed.', 'and', 'why', 'was', 'she', 'crying?', 'was', 'it', 'because', 'he', 'had', 'not', 'got', 'up,', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in,', 'because', 'he', 'was', 'in', 'danger', 'of', 'losing', 'his', 'job', 'and', 'if', 'that', 'happened', 'his', 'boss', 'would', 'once', 'more', 'pursue', 'their', 'parents', 'with', 'the', 'same', 'demands', 'as', 'before?', 'there', 'was', 'no', 'need', 'to', 'worry', 'about', 'things', 'like', 'that', 'yet.', 'gregor', 'was', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intention', 'of', 'abandoning', 'his', 'family.', 'for', 'the', 'time', 'being', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet,', 'and', 'no-one', 'who', 'knew', 'the', 'condition', 'he', 'was', 'in', 'would', 'seriously', 'have', 'expected', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in.', 'it', 'was', 'only', 'a', 'minor', 'discourtesy,', 'and', 'a', 'suitable', 'excuse', 'could', 'easily', 'be', 'found', 'for', 'it', 'later', 'on,', 'it', 'was', 'not', 'something', 'for', 'which', 'gregor', 'could', 'be', 'sacked', 'on', 'the', 'spot.', 'and', 'it', 'seemed', 'to', 'gregor', 'much', 'more', 'sensible', 'to', 'leave', 'him', 'now', 'in', 'peace', 'instead', 'of', 'disturbing', 'him', 'with', 'talking', 'at', 'him', 'and', 'crying.', 'but', 'the', 'others', "didn't", 'know', 'what', 'was', 'happening,', 'they', 'were', 'worried,', 'that', 'would', 'excuse', 'their', 'behaviour.', 'the', 'chief', 'clerk', 'now', 'raised', 'his', 'voice,', '"mr.', 'samsa",', 'he', 'called', 'to', 'him,', '"what', 'is', 'wrong?', 'you', 'barricade', 'yourself', 'in', 'your', 'room,', 'give', 'us', 'no', 'more', 'than', 'yes', 'or', 'no', 'for', 'an', 'answer,', 'you', 'are', 'causing', 'serious', 'and', 'unnecessary', 'concern', 'to', 'your', 'parents', 'and', 'you', 'fail', '-', 'and', 'i', 'mention', 'this', 'just', 'by', 'the', 'way', '-', 'you', 'fail', 'to', 'carry', 'out', 'your', 'business', 'duties', 'in', 'a', 'way', 'that', 'is', 'quite', 'unheard', 'of.', "i'm", 'speaking', 'here', 'on', 'behalf', 'of', 'your', 'parents', 'and', 'of', 'your', 'employer,', 'and', 'really', 'must', 'request', 'a', 'clear', 'and', 'immediate', 'explanation.', 'i', 'am', 'astonished,', 'quite', 'astonished.', 'i', 'thought', 'i', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensible', 'person,', 'and', 'now', 'you', 'suddenly', 'seem', 'to', 'be', 'showing', 'off', 'with', 'peculiar', 'whims.', 'this', 'morning,', 'your', 'employer', 'did', 'suggest', 'a', 'possible', 'reason', 'for', 'your', 'failure', 'to', 'appear,', "it's", 'true', '-', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'was', 'recently', 'entrusted', 'to', 'you', '-', 'but', 'i', 'came', 'near', 'to', 'giving', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explanation.', 'but', 'now', 'that', 'i', 'see', 'your', 'incomprehensible', 'stubbornness', 'i', 'no', 'longer', 'feel', 'any', 'wish', 'whatsoever', 'to', 'intercede', 'on', 'your', 'behalf.', 'and', 'nor', 'is', 'your', 'position', 'all', 'that', 'secure.', 'i', 'had', 'originally', 'intended', 'to', 'say', 'all', 'this', 'to', 'you', 'in', 'private,', 'but', 'since', 'you', 'cause', 'me', 'to', 'waste', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'i', "don't", 'see', 'why', 'your', 'parents', 'should', 'not', 'also', 'learn', 'of', 'it.', 'your', 'turnover', 'has', 'been', 'very', 'unsatisfactory', 'of', 'late;', 'i', 'grant', 'you', 'that', "it's", 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especially', 'good', 'business,', 'we', 'recognise', 'that;', 'but', 'there', 'simply', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'business', 'at', 'all,', 'mr.', 'samsa,', 'we', 'cannot', 'allow', 'there', 'to', 'be."', '"but', 'sir",', 'called', 'gregor,', 'beside', 'himself', 'and', 'forgetting', 'all', 'else', 'in', 'the', 'excitement,', '"i\'ll', 'open', 'up', 'immediately,', 'just', 'a', 'moment.', "i'm", 'slightly', 'unwell,', 'an', 'attack', 'of', 'dizziness,', 'i', "haven't", 'been', 'able', 'to', 'get', 'up.', "i'm", 'still', 'in', 'bed', 'now.', "i'm", 'quite', 'fresh', 'again', 'now,', 'though.', "i'm", 'just', 'getting', 'out', 'of', 'bed.', 'just', 'a', 'moment.', 'be', 'patient!', "it's", 'not', 'quite', 'as', 'easy', 'as', "i'd", 'thought.', "i'm", 'quite', 'alright', 'now,', 'though.', "it's", 'shocking,', 'what', 'can', 'suddenly', 'happen', 'to', 'a', 'person!', 'i', 'was', 'quite', 'alright', 'last', 'night,', 'my', 'parents', 'know', 'about', 'it,', 'perhaps', 'better', 'than', 'me,', 'i', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'already.', 'they', 'must', 'have', 'noticed', 'it.', 'i', "don't", 'know', 'why', 'i', "didn't", 'let', 'you', 'know', 'at', 'work!', 'but', 'you', 'always', 'think', 'you', 'can', 'get', 'over', 'an', 'illness', 'without', 'staying', 'at', 'home.', 'please,', "don't", 'make', 'my', 'parents', 'suffer!', "there's", 'no', 'basis', 'for', 'any', 'of', 'the', 'accusations', "you're", 'making;', "nobody's", 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'any', 'of', 'these', 'things.', 'maybe', 'you', "haven't", 'read', 'the', 'latest', 'contracts', 'i', 'sent', 'in.', "i'll", 'set', 'off', 'with', 'the', 'eight', "o'clock", 'train,', 'as', 'well,', 'these', 'few', 'hours', 'of', 'rest', 'have', 'given', 'me', 'strength.', 'you', "don't", 'need', 'to', 'wait,', 'sir;', "i'll", 'be', 'in', 'the', 'office', 'soon', 'after', 'you,', 'and', 'please', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him!"', 'and', 'while', 'gregor', 'gushed', 'out', 'these', 'words,', 'hardly', 'knowing', 'what', 'he', 'was', 'saying,', 'he', 'made', 'his', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawers', '-', 'this', 'was', 'easily', 'done,', 'probably', 'because', 'of', 'the', 'practise', 'he', 'had', 'already', 'had', 'in', 'bed', '-', 'where', 'he', 'now', 'tried', 'to', 'get', 'himself', 'upright.', 'he', 'really', 'did', 'want', 'to', 'open', 'the', 'door,', 'really', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk;', 'the', 'others', 'were', 'being', 'so', 'insistent,', 'and', 'he', 'was', 'curious', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him.', 'if', 'they', 'were', 'shocked', 'then', 'it', 'would', 'no', 'longer', 'be', "gregor's", 'responsibility', 'and', 'he', 'could', 'rest.', 'if,', 'however,', 'they', 'took', 'everything', 'calmly', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset,', 'and', 'if', 'he', 'hurried', 'he', 'really', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', "o'clock.", 'the', 'first', 'few', 'times', 'he', 'tried', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawers', 'he', 'just', 'slid', 'down', 'again,', 'but', 'he', 'finally', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright;', 'the', 'lower', 'part', 'of', 'his', 'body', 'was', 'in', 'serious', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'any', 'attention', 'to', 'it.', 'now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearby', 'chair', 'and', 'held', 'tightly', 'to', 'the', 'edges', 'of', 'it', 'with', 'his', 'little', 'legs.', 'by', 'now', 'he', 'had', 'also', 'calmed', 'down,', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'was', 'saying.', '"did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that?"', 'the', 'chief', 'clerk', 'asked', 'his', 'parents,', '"surely', "he's", 'not', 'trying', 'to', 'make', 'fools', 'of', 'us".', '"oh,', 'god!"', 'called', 'his', 'mother,', 'who', 'was', 'already', 'in', 'tears,', '"he', 'could', 'be', 'seriously', 'ill', 'and', "we're", 'making', 'him', 'suffer.', 'grete!', 'grete!"', 'she', 'then', 'cried.', '"mother?"', 'his', 'sister', 'called', 'from', 'the', 'other', 'side.', 'they', 'communicated', 'across', "gregor's", 'room.', '"you\'ll', 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away.', 'gregor', 'is', 'ill.', 'quick,', 'get', 'the', 'doctor.', 'did', 'you', 'hear', 'the', 'way', 'gregor', 'spoke', 'just', 'now?"', '"that', 'was', 'the', 'voice', 'of', 'an', 'animal",', 'said', 'the', 'chief', 'clerk,', 'with', 'a', 'calmness', 'that', 'was', 'in', 'contrast', 'with', 'his', "mother's", 'screams.', '"anna!', 'anna!"', 'his', 'father', 'called', 'into', 'the', 'kitchen', 'through', 'the', 'entrance', 'hall,', 'clapping', 'his', 'hands,', '"get', 'a', 'locksmith', 'here,', 'now!"', 'and', 'the', 'two', 'girls,', 'their', 'skirts', 'swishing,', 'immediately', 'ran', 'out', 'through', 'the', 'hall,', 'wrenching', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went.', 'how', 'had', 'his', 'sister', 'managed', 'to', 'get', 'dressed', 'so', 'quickly?', 'there', 'was', 'no', 'sound', 'of', 'the', 'door', 'banging', 'shut', 'again;', 'they', 'must', 'have', 'left', 'it', 'open;', 'people', 'often', 'do', 'in', 'homes', 'where', 'something', 'awful', 'has', 'happened.', 'gregor,', 'in', 'contrast,', 'had', 'become', 'much', 'calmer.', 'so', 'they', "couldn't", 'understand', 'his', 'words', 'any', 'more,', 'although', 'they', 'seemed', 'clear', 'enough', 'to', 'him,', 'clearer', 'than', 'before', '-', 'perhaps', 'his', 'ears', 'had', 'become', 'used', 'to', 'the', 'sound.', 'they', 'had', 'realised,', 'though,', 'that', 'there', 'was', 'something', 'wrong', 'with', 'him,', 'and', 'were', 'ready', 'to', 'help.', 'the', 'first', 'response', 'to', 'his', 'situation', 'had', 'been', 'confident', 'and', 'wise,', 'and', 'that', 'made', 'him', 'feel', 'better.', 'he', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'people,', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expected', 'great', 'and', 'surprising', 'achievements', '-', 'although', 'he', 'did', 'not', 'really', 'distinguish', 'one', 'from', 'the', 'other.', 'whatever', 'was', 'said', 'next', 'would', 'be', 'crucial,', 'so,', 'in', 'order', 'to', 'make', 'his', 'voice', 'as', 'clear', 'as', 'possible,', 'he', 'coughed', 'a', 'little,', 'but', 'taking', 'care', 'to', 'do', 'this', 'not', 'too', 'loudly', 'as', 'even', 'this', 'might', 'well', 'sound', 'different', 'from', 'the', 'way', 'that', 'a', 'human', 'coughs', 'and', 'he', 'was', 'no', 'longer', 'sure', 'he', 'could', 'judge', 'this', 'for', 'himself.', 'meanwhile,', 'it', 'had', 'become', 'very', 'quiet', 'in', 'the', 'next', 'room.', 'perhaps', 'his', 'parents', 'were', 'sat', 'at', 'the', 'table', 'whispering', 'with', 'the', 'chief', 'clerk,', 'or', 'perhaps', 'they', 'were', 'all', 'pressed', 'against', 'the', 'door', 'and', 'listening.', 'gregor', 'slowly', 'pushed', 'his', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair.', 'once', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door,', 'holding', 'himself', 'upright', 'against', 'it', 'using', 'the', 'adhesive', 'on', 'the', 'tips', 'of', 'his', 'legs.', 'he', 'rested', 'there', 'a', 'little', 'while', 'to', 'recover', 'from', 'the', 'effort', 'involved', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turning', 'the', 'key', 'in', 'the', 'lock', 'with', 'his', 'mouth.', 'he', 'seemed,', 'unfortunately,', 'to', 'have', 'no', 'proper', 'teeth', '-', 'how', 'was', 'he,', 'then,', 'to', 'grasp', 'the', 'key?', '-', 'but', 'the', 'lack', 'of', 'teeth', 'was,', 'of', 'course,', 'made', 'up', 'for', 'with', 'a', 'very', 'strong', 'jaw;', 'using', 'the', 'jaw,', 'he', 'really', 'was', 'able', 'to', 'start', 'the', 'key', 'turning,', 'ignoring', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'causing', 'some', 'kind', 'of', 'damage', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'his', 'mouth,', 'flowed', 'over', 'the', 'key', 'and', 'dripped', 'onto', 'the', 'floor.', '"listen",', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room,', '"he\'s', 'turning', 'the', 'key."', 'gregor', 'was', 'greatly', 'encouraged', 'by', 'this;', 'but', 'they', 'all', 'should', 'have', 'been', 'calling', 'to', 'him,', 'his', 'father', 'and', 'his', 'mother', 'too:', '"well', 'done,', 'gregor",', 'they', 'should', 'have', 'cried,', '"keep', 'at', 'it,', 'keep', 'hold', 'of', 'the', 'lock!"', 'and', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedly', 'following', 'his', 'efforts,', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'his', 'strength,', 'paying', 'no', 'attention', 'to', 'the', 'pain', 'he', 'was', 'causing', 'himself.', 'as', 'the', 'key', 'turned', 'round', 'he', 'turned', 'around', 'the', 'lock', 'with', 'it,', 'only', 'holding', 'himself', 'upright', 'with', 'his', 'mouth,', 'and', 'hung', 'onto', 'the', 'key', 'or', 'pushed', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'his', 'body', 'as', 'needed.', 'the', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snapped', 'back', 'was', "gregor's", 'sign', 'that', 'he', 'could', 'break', 'his', 'concentration,', 'and', 'as', 'he', 'regained', 'his', 'breath', 'he', 'said', 'to', 'himself:', '"so,', 'i', "didn't", 'need', 'the', 'locksmith', 'after', 'all".', 'then', 'he', 'lay', 'his', 'head', 'on', 'the', 'handle', 'of', 'the', 'door', 'to', 'open', 'it', 'completely.', 'because', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'this', 'way,', 'it', 'was', 'already', 'wide', 'open', 'before', 'he', 'could', 'be', 'seen.', 'he', 'had', 'first', 'to', 'slowly', 'turn', 'himself', 'around', 'one', 'of', 'the', 'double', 'doors,', 'and', 'he', 'had', 'to', 'do', 'it', 'very', 'carefully', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'his', 'back', 'before', 'entering', 'the', 'room.', 'he', 'was', 'still', 'occupied', 'with', 'this', 'difficult', 'movement,', 'unable', 'to', 'pay', 'attention', 'to', 'anything', 'else,', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', '"oh!",', 'which', 'sounded', 'like', 'the', 'soughing', 'of', 'the', 'wind.', 'now', 'he', 'also', 'saw', 'him', '-', 'he', 'was', 'the', 'nearest', 'to', 'the', 'door', '-', 'his', 'hand', 'pressed', 'against', 'his', 'open', 'mouth', 'and', 'slowly', 'retreating', 'as', 'if', 'driven', 'by', 'a', 'steady', 'and', 'invisible', 'force.', "gregor's", 'mother,', 'her', 'hair', 'still', 'dishevelled', 'from', 'bed', 'despite', 'the', 'chief', "clerk's", 'being', 'there,', 'looked', 'at', 'his', 'father.', 'then', 'she', 'unfolded', 'her', 'arms,', 'took', 'two', 'steps', 'forward', 'towards', 'gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirts', 'that', 'spread', 'themselves', 'out', 'around', 'her', 'as', 'her', 'head', 'disappeared', 'down', 'onto', 'her', 'breast.', 'his', 'father', 'looked', 'hostile,', 'and', 'clenched', 'his', 'fists', 'as', 'if', 'wanting', 'to', 'knock', 'gregor', 'back', 'into', 'his', 'room.', 'then', 'he', 'looked', 'uncertainly', 'round', 'the', 'living', 'room,', 'covered', 'his', 'eyes', 'with', 'his', 'hands', 'and', 'wept', 'so', 'that', 'his', 'powerful', 'chest', 'shook.', 'so', 'gregor', 'did', 'not', 'go', 'into', 'the', 'room,', 'but', 'leant', 'against', 'the', 'inside', 'of', 'the', 'other', 'door', 'which', 'was', 'still', 'held', 'bolted', 'in', 'place.', 'in', 'this', 'way', 'only', 'half', 'of', 'his', 'body', 'could', 'be', 'seen,', 'along', 'with', 'his', 'head', 'above', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peered', 'out', 'at', 'the', 'others.', 'meanwhile', 'the', 'day', 'had', 'become', 'much', 'lighter;', 'part', 'of', 'the', 'endless,', 'grey-black', 'building', 'on', 'the', 'other', 'side', 'of', 'the', 'street', '-', 'which', 'was', 'a', 'hospital', '-', 'could', 'be', 'seen', 'quite', 'clearly', 'with', 'the', 'austere', 'and', 'regular', 'line', 'of', 'windows', 'piercing', 'its', 'facade;', 'the', 'rain', 'was', 'still', 'falling,', 'now', 'throwing', 'down', 'large,', 'individual', 'droplets', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time.', 'the', 'washing', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'table;', 'there', 'was', 'so', 'much', 'of', 'it', 'because,', 'for', "gregor's", 'father,', 'breakfast', 'was', 'the', 'most', 'important', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'several', 'hours', 'as', 'he', 'sat', 'reading', 'a', 'number', 'of', 'different', 'newspapers.', 'on', 'the', 'wall', 'exactly', 'opposite', 'there', 'was', 'photograph', 'of', 'gregor', 'when', 'he', 'was', 'a', 'lieutenant', 'in', 'the', 'army,', 'his', 'sword', 'in', 'his', 'hand', 'and', 'a', 'carefree', 'smile', 'on', 'his', 'face', 'as', 'he', 'called', 'forth', 'respect', 'for', 'his', 'uniform', 'and', 'bearing.', 'the', 'door', 'to', 'the', 'entrance', 'hall', 'was', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'was', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'landing', 'and', 'the', 'stairs', 'where', 'they', 'began', 'their', 'way', 'down', 'below.', '"now,', 'then",', 'said', 'gregor,', 'well', 'aware', 'that', 'he', 'was', 'the', 'only', 'one', 'to', 'have', 'kept', 'calm,', '"i\'ll', 'get', 'dressed', 'straight', 'away', 'now,', 'pack', 'up', 'my', 'samples', 'and', 'set', 'off.', 'will', 'you', 'please', 'just', 'let', 'me', 'leave?', 'you', 'can', 'see",', 'he', 'said', 'to', 'the', 'chief', 'clerk,', '"that', "i'm", 'not', 'stubborn', 'and', 'i', 'like', 'to', 'do', 'my', 'job;', 'being', 'a', 'commercial', 'traveller', 'is', 'arduous', 'but', 'without', 'travelling', 'i', "couldn't", 'earn', 'my', 'living.', 'so', 'where', 'are', 'you', 'going,', 'in', 'to', 'the', 'office?', 'yes?', 'will', 'you', 'report', 'everything', 'accurately,', 'then?', "it's", 'quite', 'possible', 'for', 'someone', 'to', 'be', 'temporarily', 'unable', 'to', 'work,', 'but', "that's", 'just', 'the', 'right', 'time', 'to', 'remember', "what's", 'been', 'achieved', 'in', 'the', 'past', 'and', 'consider', 'that', 'later', 'on,', 'once', 'the', 'difficulty', 'has', 'been', 'removed,', 'he', 'will', 'certainly', 'work', 'with', 'all', 'the', 'more', 'diligence', 'and', 'concentration.', "you're", 'well', 'aware', 'that', "i'm", 'seriously', 'in', 'debt', 'to', 'our', 'employer', 'as', 'well', 'as', 'having', 'to', 'look', 'after', 'my', 'parents', 'and', 'my', 'sister,', 'so', 'that', "i'm", 'trapped', 'in', 'a', 'difficult', 'situation,', 'but', 'i', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again.', 'please', "don't", 'make', 'things', 'any', 'harder', 'for', 'me', 'than', 'they', 'are', 'already,', 'and', "don't", 'take', 'sides', 'against', 'me', 'at', 'the', 'office.', 'i', 'know', 'that', 'nobody', 'likes', 'the', 'travellers.', 'they', 'think', 'we', 'earn', 'an', 'enormous', 'wage', 'as', 'well', 'as', 'having', 'a', 'soft', 'time', 'of', 'it.', "that's", 'just', 'prejudice', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it.', 'but', 'you,', 'sir,', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff,', 'in', 'fact,', 'if', 'i', 'can', 'say', 'this', 'in', 'confidence,', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', '-', "it's", 'very', 'easy', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistakes', 'about', 'his', 'employees', 'and', 'judge', 'them', 'more', 'harshly', 'than', 'he', 'should.', 'and', "you're", 'also', 'well', 'aware', 'that', 'we', 'travellers', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'office,', 'so', 'that', 'we', 'can', 'very', 'easily', 'fall', 'victim', 'to', 'gossip', 'and', 'chance', 'and', 'groundless', 'complaints,', 'and', "it's", 'almost', 'impossible', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing,', 'we', "don't", 'usually', 'even', 'hear', 'about', 'them,', 'or', 'if', 'at', 'all', "it's", 'when', 'we', 'arrive', 'back', 'home', 'exhausted', 'from', 'a', 'trip,', 'and', "that's", 'when', 'we', 'feel', 'the', 'harmful', 'effects', 'of', "what's", 'been', 'going', 'on', 'without', 'even', 'knowing', 'what', 'caused', 'them.', 'please,', "don't", 'go', 'away,', 'at', 'least', 'first', 'say', 'something', 'to', 'show', 'that', 'you', 'grant', 'that', "i'm", 'at', 'least', 'partly', 'right!"', 'but', 'the', 'chief', 'clerk', 'had', 'turned', 'away', 'as', 'soon', 'as', 'gregor', 'had', 'started', 'to', 'speak,', 'and,', 'with', 'protruding', 'lips,', 'only', 'stared', 'back', 'at', 'him', 'over', 'his', 'trembling', 'shoulders', 'as', 'he', 'left.', 'he', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'gregor', 'was', 'speaking,', 'but', 'moved', 'steadily', 'towards', 'the', 'door', 'without', 'taking', 'his', 'eyes', 'off', 'him.', 'he', 'moved', 'very', 'gradually,', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibition', 'on', 'leaving', 'the', 'room.', 'it', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'entrance', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement,', 'drew', 'his', 'foot', 'from', 'the', 'living', 'room,', 'and', 'rushed', 'forward', 'in', 'a', 'panic.', 'in', 'the', 'hall,', 'he', 'stretched', 'his', 'right', 'hand', 'far', 'out', 'towards', 'the', 'stairway', 'as', 'if', 'out', 'there,', 'there', 'were', 'some', 'supernatural', 'force', 'waiting', 'to', 'save', 'him.', 'gregor', 'realised', 'that', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'this', 'mood', 'if', 'his', 'position', 'in', 'the', 'firm', 'was', 'not', 'to', 'be', 'put', 'into', 'extreme', 'danger.', 'that', 'was', 'something', 'his', 'parents', 'did', 'not', 'understand', 'very', 'well;', 'over', 'the', 'years,', 'they', 'had', 'become', 'convinced', 'that', 'this', 'job', 'would', 'provide', 'for', 'gregor', 'for', 'his', 'entire', 'life,', 'and', 'besides,', 'they', 'had', 'so', 'much', 'to', 'worry', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'any', 'thought', 'for', 'the', 'future.', 'gregor,', 'though,', 'did', 'think', 'about', 'the', 'future.', 'the', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back,', 'calmed', 'down,', 'convinced', 'and', 'finally', 'won', 'over;', 'the', 'future', 'of', 'gregor', 'and', 'his', 'family', 'depended', 'on', 'it!', 'if', 'only', 'his', 'sister', 'were', 'here!', 'she', 'was', 'clever;', 'she', 'was', 'already', 'in', 'tears', 'while', 'gregor', 'was', 'still', 'lying', 'peacefully', 'on', 'his', 'back.', 'and', 'the', 'chief', 'clerk', 'was', 'a', 'lover', 'of', 'women,', 'surely', 'she', 'could', 'persuade', 'him;', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entrance', 'hall', 'and', 'talk', 'him', 'out', 'of', 'his', 'shocked', 'state.', 'but', 'his', 'sister', 'was', 'not', 'there,', 'gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself.', 'and', 'without', 'considering', 'that', 'he', 'still', 'was', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'his', 'present', 'state,', 'or', 'that', 'his', 'speech', 'still', 'might', 'not', '-', 'or', 'probably', 'would', 'not', '-', 'be', 'understood,', 'he', 'let', 'go', 'of', 'the', 'door;', 'pushed', 'himself', 'through', 'the', 'opening;', 'tried', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'landing', 'who,', 'ridiculously,', 'was', 'holding', 'on', 'to', 'the', 'banister', 'with', 'both', 'hands;', 'but', 'gregor', 'fell', 'immediately', 'over', 'and,', 'with', 'a', 'little', 'scream', 'as', 'he', 'sought', 'something', 'to', 'hold', 'onto,', 'landed', 'on', 'his', 'numerous', 'little', 'legs.', 'hardly', 'had', 'that', 'happened', 'than,', 'for', 'the', 'first', 'time', 'that', 'day,', 'he', 'began', 'to', 'feel', 'alright', 'with', 'his', 'body;', 'the', 'little', 'legs', 'had', 'the', 'solid', 'ground', 'under', 'them;', 'to', 'his', 'pleasure,', 'they', 'did', 'exactly', 'as', 'he', 'told', 'them;', 'they', 'were', 'even', 'making', 'the', 'effort', 'to', 'carry', 'him', 'where', 'he', 'wanted', 'to', 'go;', 'and', 'he', 'was', 'soon', 'believing', 'that', 'all', 'his', 'sorrows', 'would', 'soon', 'be', 'finally', 'at', 'an', 'end.', 'he', 'held', 'back', 'the', 'urge', 'to', 'move', 'but', 'swayed', 'from', 'side', 'to', 'side', 'as', 'he', 'crouched', 'there', 'on', 'the', 'floor.', 'his', 'mother', 'was', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seemed,', 'at', 'first,', 'quite', 'engrossed', 'in', 'herself,', 'but', 'then', 'she', 'suddenly', 'jumped', 'up', 'with', 'her', 'arms', 'outstretched', 'and', 'her', 'fingers', 'spread', 'shouting:', '"help,', 'for', "pity's", 'sake,', 'help!"', 'the', 'way', 'she', 'held', 'her', 'head', 'suggested', 'she', 'wanted', 'to', 'see', 'gregor', 'better,', 'but', 'the', 'unthinking', 'way', 'she', 'was', 'hurrying', 'backwards', 'showed', 'that', 'she', 'did', 'not;', 'she', 'had', 'forgotten', 'that', 'the', 'table', 'was', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'things', 'on', 'it;', 'when', 'she', 'reached', 'the', 'table', 'she', 'sat', 'quickly', 'down', 'on', 'it', 'without', 'knowing', 'what', 'she', 'was', 'doing;', 'without', 'even', 'seeming', 'to', 'notice', 'that', 'the', 'coffee', 'pot', 'had', 'been', 'knocked', 'over', 'and', 'a', 'gush', 'of', 'coffee', 'was', 'pouring', 'down', 'onto', 'the', 'carpet.', '"mother,', 'mother",', 'said', 'gregor', 'gently,', 'looking', 'up', 'at', 'her.', 'he', 'had', 'completely', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment,', 'but', 'could', 'not', 'help', 'himself', 'snapping', 'in', 'the', 'air', 'with', 'his', 'jaws', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffee.', 'that', 'set', 'his', 'mother', 'screaming', 'anew,', 'she', 'fled', 'from', 'the', 'table', 'and', 'into', 'the', 'arms', 'of', 'his', 'father', 'as', 'he', 'rushed', 'towards', 'her.', 'gregor,', 'though,', 'had', 'no', 'time', 'to', 'spare', 'for', 'his', 'parents', 'now;', 'the', 'chief', 'clerk', 'had', 'already', 'reached', 'the', 'stairs;', 'with', 'his', 'chin', 'on', 'the', 'banister,', 'he', 'looked', 'back', 'for', 'the', 'last', 'time.', 'gregor', 'made', 'a', 'run', 'for', 'him;', 'he', 'wanted', 'to', 'be', 'sure', 'of', 'reaching', 'him;', 'the', 'chief', 'clerk', 'must', 'have', 'expected', 'something,', 'as', 'he', 'leapt', 'down', 'several', 'steps', 'at', 'once', 'and', 'disappeared;', 'his', 'shouts', 'resounding', 'all', 'around', 'the', 'staircase.', 'the', 'flight', 'of', 'the', 'chief', 'clerk', 'seemed,', 'unfortunately,', 'to', 'put', "gregor's", 'father', 'into', 'a', 'panic', 'as', 'well.', 'until', 'then', 'he', 'had', 'been', 'relatively', 'self', 'controlled,', 'but', 'now,', 'instead', 'of', 'running', 'after', 'the', 'chief', 'clerk', 'himself,', 'or', 'at', 'least', 'not', 'impeding', 'gregor', 'as', 'he', 'ran', 'after', 'him,', "gregor's", 'father', 'seized', 'the', 'chief', "clerk's", 'stick', 'in', 'his', 'right', 'hand', '(the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair,', 'along', 'with', 'his', 'hat', 'and', 'overcoat),', 'picked', 'up', 'a', 'large', 'newspaper', 'from', 'the', 'table', 'with', 'his', 'left,', 'and', 'used', 'them', 'to', 'drive', 'gregor', 'back', 'into', 'his', 'room,', 'stamping', 'his', 'foot', 'at', 'him', 'as', 'he', 'went.', "gregor's", 'appeals', 'to', 'his', 'father', 'were', 'of', 'no', 'help,', 'his', 'appeals', 'were', 'simply', 'not', 'understood,', 'however', 'much', 'he', 'humbly', 'turned', 'his', 'head', 'his', 'father', 'merely', 'stamped', 'his', 'foot', 'all', 'the', 'harder.', 'across', 'the', 'room,', 'despite', 'the', 'chilly', 'weather,', "gregor's", 'mother', 'had', 'pulled', 'open', 'a', 'window,', 'leant', 'far', 'out', 'of', 'it', 'and', 'pressed', 'her', 'hands', 'to', 'her', 'face.', 'a', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'towards', 'the', 'stairway,', 'the', 'curtains', 'flew', 'up,', 'the', 'newspapers', 'on', 'the', 'table', 'fluttered', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor.', 'nothing', 'would', 'stop', "gregor's", 'father', 'as', 'he', 'drove', 'him', 'back,', 'making', 'hissing', 'noises', 'at', 'him', 'like', 'a', 'wild', 'man.', 'gregor', 'had', 'never', 'had', 'any', 'practice', 'in', 'moving', 'backwards', 'and', 'was', 'only', 'able', 'to', 'go', 'very', 'slowly.', 'if', 'gregor', 'had', 'only', 'been', 'allowed', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'his', 'room', 'straight', 'away,', 'but', 'he', 'was', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'his', 'father', 'would', 'become', 'impatient,', 'and', 'there', 'was', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'his', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'his', "father's", 'hand', 'any', 'moment.', 'eventually,', 'though,', 'gregor', 'realised', 'that', 'he', 'had', 'no', 'choice', 'as', 'he', 'saw,', 'to', 'his', 'disgust,', 'that', 'he', 'was', 'quite', 'incapable', 'of', 'going', 'backwards', 'in', 'a', 'straight', 'line;', 'so', 'he', 'began,', 'as', 'quickly', 'as', 'possible', 'and', 'with', 'frequent', 'anxious', 'glances', 'at', 'his', 'father,', 'to', 'turn', 'himself', 'round.', 'it', 'went', 'very', 'slowly,', 'but', 'perhaps', 'his', 'father', 'was', 'able', 'to', 'see', 'his', 'good', 'intentions', 'as', 'he', 'did', 'nothing', 'to', 'hinder', 'him,', 'in', 'fact', 'now', 'and', 'then', 'he', 'used', 'the', 'tip', 'of', 'his', 'stick', 'to', 'give', 'directions', 'from', 'a', 'distance', 'as', 'to', 'which', 'way', 'to', 'turn.', 'if', 'only', 'his', 'father', 'would', 'stop', 'that', 'unbearable', 'hissing!', 'it', 'was', 'making', 'gregor', 'quite', 'confused.', 'when', 'he', 'had', 'nearly', 'finished', 'turning', 'round,', 'still', 'listening', 'to', 'that', 'hissing,', 'he', 'made', 'a', 'mistake', 'and', 'turned', 'himself', 'back', 'a', 'little', 'the', 'way', 'he', 'had', 'just', 'come.', 'he', 'was', 'pleased', 'when', 'he', 'finally', 'had', 'his', 'head', 'in', 'front', 'of', 'the', 'doorway,', 'but', 'then', 'saw', 'that', 'it', 'was', 'too', 'narrow,', 'and', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulty.', 'in', 'his', 'present', 'mood,', 'it', 'obviously', 'did', 'not', 'occur', 'to', 'his', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'double', 'doors', 'so', 'that', 'gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through.', 'he', 'was', 'merely', 'fixed', 'on', 'the', 'idea', 'that', 'gregor', 'should', 'be', 'got', 'back', 'into', 'his', 'room', 'as', 'quickly', 'as', 'possible.', 'nor', 'would', 'he', 'ever', 'have', 'allowed', 'gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'preparation', 'for', 'getting', 'through', 'the', 'doorway.', 'what', 'he', 'did,', 'making', 'more', 'noise', 'than', 'ever,', 'was', 'to', 'drive', 'gregor', 'forwards', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'nothing', 'in', 'the', 'way;', 'it', 'sounded', 'to', 'gregor', 'as', 'if', 'there', 'was', 'now', 'more', 'than', 'one', 'father', 'behind', 'him;', 'it', 'was', 'not', 'a', 'pleasant', 'experience,', 'and', 'gregor', 'pushed', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen.', 'one', 'side', 'of', 'his', 'body', 'lifted', 'itself,', 'he', 'lay', 'at', 'an', 'angle', 'in', 'the', 'doorway,', 'one', 'flank', 'scraped', 'on', 'the', 'white', 'door', 'and', 'was', 'painfully', 'injured,', 'leaving', 'vile', 'brown', 'flecks', 'on', 'it,', 'soon', 'he', 'was', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'able', 'to', 'move', 'at', 'all', 'by', 'himself,', 'the', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'pressed', 'painfully', 'against', 'the', 'ground.', 'then', 'his', 'father', 'gave', 'him', 'a', 'hefty', 'shove', 'from', 'behind', 'which', 'released', 'him', 'from', 'where', 'he', 'was', 'held', 'and', 'sent', 'him', 'flying,', 'and', 'heavily', 'bleeding,', 'deep', 'into', 'his', 'room.', 'the', 'door', 'was', 'slammed', 'shut', 'with', 'the', 'stick,', 'then,', 'finally,', 'all', 'was', 'quiet.', 'ii', 'it', 'was', 'not', 'until', 'it', 'was', 'getting', 'dark', 'that', 'evening', 'that', 'gregor', 'awoke', 'from', 'his', 'deep', 'and', 'coma-like', 'sleep.', 'he', 'would', 'have', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'if', 'he', "hadn't", 'been', 'disturbed,', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fully', 'rested.', 'but', 'he', 'had', 'the', 'impression', 'that', 'some', 'hurried', 'steps', 'and', 'the', 'sound', 'of', 'the', 'door', 'leading', 'into', 'the', 'front', 'room', 'being', 'carefully', 'shut', 'had', 'woken', 'him.', 'the', 'light', 'from', 'the', 'electric', 'street', 'lamps', 'shone', 'palely', 'here', 'and', 'there', 'onto', 'the', 'ceiling', 'and', 'tops', 'of', 'the', 'furniture,', 'but', 'down', 'below,', 'where', 'gregor', 'was,', 'it', 'was', 'dark.', 'he', 'pushed', 'himself', 'over', 'to', 'the', 'door,', 'feeling', 'his', 'way', 'clumsily', 'with', 'his', 'antennae', '-', 'of', 'which', 'he', 'was', 'now', 'beginning', 'to', 'learn', 'the', 'value', '-', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happening', 'there.', 'the', 'whole', 'of', 'his', 'left', 'side', 'seemed', 'like', 'one,', 'painfully', 'stretched', 'scar,', 'and', 'he', 'limped', 'badly', 'on', 'his', 'two', 'rows', 'of', 'legs.', 'one', 'of', 'the', 'legs', 'had', 'been', 'badly', 'injured', 'in', 'the', 'events', 'of', 'that', 'morning', '-', 'it', 'was', 'nearly', 'a', 'miracle', 'that', 'only', 'one', 'of', 'them', 'had', 'been', '-', 'and', 'dragged', 'along', 'lifelessly.', 'it', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'door', 'that', 'he', 'realised', 'what', 'it', 'actually', 'was', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it;', 'it', 'was', 'the', 'smell', 'of', 'something', 'to', 'eat.', 'by', 'the', 'door', 'there', 'was', 'a', 'dish', 'filled', 'with', 'sweetened', 'milk', 'with', 'little', 'pieces', 'of', 'white', 'bread', 'floating', 'in', 'it.', 'he', 'was', 'so', 'pleased', 'he', 'almost', 'laughed,', 'as', 'he', 'was', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morning,', 'and', 'immediately', 'dipped', 'his', 'head', 'into', 'the', 'milk,', 'nearly', 'covering', 'his', 'eyes', 'with', 'it.', 'but', 'he', 'soon', 'drew', 'his', 'head', 'back', 'again', 'in', 'disappointment;', 'not', 'only', 'did', 'the', 'pain', 'in', 'his', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', '-', 'he', 'was', 'only', 'able', 'to', 'eat', 'if', 'his', 'whole', 'body', 'worked', 'together', 'as', 'a', 'snuffling', 'whole', '-', 'but', 'the', 'milk', 'did', 'not', 'taste', 'at', 'all', 'nice.', 'milk', 'like', 'this', 'was', 'normally', 'his', 'favourite', 'drink,', 'and', 'his', 'sister', 'had', 'certainly', 'left', 'it', 'there', 'for', 'him', 'because', 'of', 'that,', 'but', 'he', 'turned,', 'almost', 'against', 'his', 'own', 'will,', 'away', 'from', 'the', 'dish', 'and', 'crawled', 'back', 'into', 'the', 'centre', 'of', 'the', 'room.', 'through', 'the', 'crack', 'in', 'the', 'door,', 'gregor', 'could', 'see', 'that', 'the', 'gas', 'had', 'been', 'lit', 'in', 'the', 'living', 'room.', 'his', 'father', 'at', 'this', 'time', 'would', 'normally', 'be', 'sat', 'with', 'his', 'evening', 'paper,', 'reading', 'it', 'out', 'in', 'a', 'loud', 'voice', 'to', "gregor's", 'mother,', 'and', 'sometimes', 'to', 'his', 'sister,', 'but', 'there', 'was', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard.', "gregor's", 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'this', 'reading,', 'but', 'maybe', 'his', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'times.', 'it', 'was', 'so', 'quiet', 'all', 'around', 'too,', 'even', 'though', 'there', 'must', 'have', 'been', 'somebody', 'in', 'the', 'flat.', '"what', 'a', 'quiet', 'life', 'it', 'is', 'the', 'family', 'lead",', 'said', 'gregor', 'to', 'himself,', 'and,', 'gazing', 'into', 'the', 'darkness,', 'felt', 'a', 'great', 'pride', 'that', 'he', 'was', 'able', 'to', 'provide', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'his', 'sister', 'and', 'parents.', 'but', 'what', 'now,', 'if', 'all', 'this', 'peace', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horrible', 'and', 'frightening', 'end?', 'that', 'was', 'something', 'that', 'gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much,', 'so', 'he', 'started', 'to', 'move', 'about,', 'crawling', 'up', 'and', 'down', 'the', 'room.', 'once', 'during', 'that', 'long', 'evening,', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'was', 'opened', 'very', 'slightly', 'and', 'hurriedly', 'closed', 'again;', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same;', 'it', 'seemed', 'that', 'someone', 'needed', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it.', 'gregor', 'went', 'and', 'waited', 'immediately', 'by', 'the', 'door,', 'resolved', 'either', 'to', 'bring', 'the', 'timorous', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'was;', 'but', 'the', 'door', 'was', 'opened', 'no', 'more', 'that', 'night', 'and', 'gregor', 'waited', 'in', 'vain.', 'the', 'previous', 'morning', 'while', 'the', 'doors', 'were', 'locked', 'everyone', 'had', 'wanted', 'to', 'get', 'in', 'there', 'to', 'him,', 'but', 'now,', 'now', 'that', 'he', 'had', 'opened', 'up', 'one', 'of', 'the', 'doors', 'and', 'the', 'other', 'had', 'clearly', 'been', 'unlocked', 'some', 'time', 'during', 'the', 'day,', 'no-one', 'came,', 'and', 'the', 'keys', 'were', 'in', 'the', 'other', 'sides.', 'it', 'was', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'living', 'room', 'was', 'put', 'out,', 'and', 'now', 'it', 'was', 'easy', 'to', 'see', 'that', 'his', 'parents', 'and', 'sister', 'had', 'stayed', 'awake', 'all', 'that', 'time,', 'as', 'they', 'all', 'could', 'be', 'distinctly', 'heard', 'as', 'they', 'went', 'away', 'together', 'on', 'tip-toe.', 'it', 'was', 'clear', 'that', 'no-one', 'would', 'come', 'into', "gregor's", 'room', 'any', 'more', 'until', 'morning;', 'that', 'gave', 'him', 'plenty', 'of', 'time', 'to', 'think', 'undisturbed', 'about', 'how', 'he', 'would', 'have', 'to', 're-arrange', 'his', 'life.', 'for', 'some', 'reason,', 'the', 'tall,', 'empty', 'room', 'where', 'he', 'was', 'forced', 'to', 'remain', 'made', 'him', 'feel', 'uneasy', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor,', 'even', 'though', 'he', 'had', 'been', 'living', 'in', 'it', 'for', 'five', 'years.', 'hardly', 'aware', 'of', 'what', 'he', 'was', 'doing', 'other', 'than', 'a', 'slight', 'feeling', 'of', 'shame,', 'he', 'hurried', 'under', 'the', 'couch.', 'it', 'pressed', 'down', 'on', 'his', 'back', 'a', 'little,', 'and', 'he', 'was', 'no', 'longer', 'able', 'to', 'lift', 'his', 'head,', 'but', 'he', 'nonetheless', 'felt', 'immediately', 'at', 'ease', 'and', 'his', 'only', 'regret', 'was', 'that', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath.', 'he', 'spent', 'the', 'whole', 'night', 'there.', 'some', 'of', 'the', 'time', 'he', 'passed', 'in', 'a', 'light', 'sleep,', 'although', 'he', 'frequently', 'woke', 'from', 'it', 'in', 'alarm', 'because', 'of', 'his', 'hunger,', 'and', 'some', 'of', 'the', 'time', 'was', 'spent', 'in', 'worries', 'and', 'vague', 'hopes', 'which,', 'however,', 'always', 'led', 'to', 'the', 'same', 'conclusion:', 'for', 'the', 'time', 'being', 'he', 'must', 'remain', 'calm,', 'he', 'must', 'show', 'patience', 'and', 'the', 'greatest', 'consideration', 'so', 'that', 'his', 'family', 'could', 'bear', 'the', 'unpleasantness', 'that', 'he,', 'in', 'his', 'present', 'condition,', 'was', 'forced', 'to', 'impose', 'on', 'them.', 'gregor', 'soon', 'had', 'the', 'opportunity', 'to', 'test', 'the', 'strength', 'of', 'his', 'decisions,', 'as', 'early', 'the', 'next', 'morning,', 'almost', 'before', 'the', 'night', 'had', 'ended,', 'his', 'sister,', 'nearly', 'fully', 'dressed,', 'opened', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'looked', 'anxiously', 'in.', 'she', 'did', 'not', 'see', 'him', 'straight', 'away,', 'but', 'when', 'she', 'did', 'notice', 'him', 'under', 'the', 'couch', '-', 'he', 'had', 'to', 'be', 'somewhere,', 'for', "god's", 'sake,', 'he', "couldn't", 'have', 'flown', 'away', '-', 'she', 'was', 'so', 'shocked', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slammed', 'the', 'door', 'shut', 'again', 'from', 'outside.', 'but', 'she', 'seemed', 'to', 'regret', 'her', 'behaviour,', 'as', 'she', 'opened', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tip-toe', 'as', 'if', 'entering', 'the', 'room', 'of', 'someone', 'seriously', 'ill', 'or', 'even', 'of', 'a', 'stranger.', 'gregor', 'had', 'pushed', 'his', 'head', 'forward,', 'right', 'to', 'the', 'edge', 'of', 'the', 'couch,', 'and', 'watched', 'her.', 'would', 'she', 'notice', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'was,', 'realise', 'that', 'it', 'was', 'not', 'from', 'any', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'was', 'more', 'suitable?', 'if', 'she', "didn't", 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungry', 'than', 'draw', 'her', 'attention', 'to', 'it,', 'although', 'he', 'did', 'feel', 'a', 'terrible', 'urge', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch,', 'throw', 'himself', 'at', 'his', "sister's", 'feet', 'and', 'beg', 'her', 'for', 'something', 'good', 'to', 'eat.', 'however,', 'his', 'sister', 'noticed', 'the', 'full', 'dish', 'immediately', 'and', 'looked', 'at', 'it', 'and', 'the', 'few', 'drops', 'of', 'milk', 'splashed', 'around', 'it', 'with', 'some', 'surprise.', 'she', 'immediately', 'picked', 'it', 'up', '-', 'using', 'a', 'rag,', 'not', 'her', 'bare', 'hands', '-', 'and', 'carried', 'it', 'out.', 'gregor', 'was', 'extremely', 'curious', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'its', 'place,', 'imagining', 'the', 'wildest', 'possibilities,', 'but', 'he', 'never', 'could', 'have', 'guessed', 'what', 'his', 'sister,', 'in', 'her', 'goodness,', 'actually', 'did', 'bring.', 'in', 'order', 'to', 'test', 'his', 'taste,', 'she', 'brought', 'him', 'a', 'whole', 'selection', 'of', 'things,', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspaper.', 'there', 'were', 'old,', 'half-rotten', 'vegetables;', 'bones', 'from', 'the', 'evening', 'meal,', 'covered', 'in', 'white', 'sauce', 'that', 'had', 'gone', 'hard;', 'a', 'few', 'raisins', 'and', 'almonds;', 'some', 'cheese', 'that', 'gregor', 'had', 'declared', 'inedible', 'two', 'days', 'before;', 'a', 'dry', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt.', 'as', 'well', 'as', 'all', 'that', 'she', 'had', 'poured', 'some', 'water', 'into', 'the', 'dish,', 'which', 'had', 'probably', 'been', 'permanently', 'set', 'aside', 'for', "gregor's", 'use,', 'and', 'placed', 'it', 'beside', 'them.', 'then,', 'out', 'of', 'consideration', 'for', "gregor's", 'feelings,', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her,', 'she', 'hurried', 'out', 'again', 'and', 'even', 'turned', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'gregor', 'would', 'know', 'he', 'could', 'make', 'things', 'as', 'comfortable', 'for', 'himself', 'as', 'he', 'liked.', "gregor's", 'little', 'legs', 'whirred,', 'at', 'last', 'he', 'could', 'eat.', "what's", 'more,', 'his', 'injuries', 'must', 'already', 'have', 'completely', 'healed', 'as', 'he', 'found', 'no', 'difficulty', 'in', 'moving.', 'this', 'amazed', 'him,', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'his', 'finger', 'slightly', 'with', 'a', 'knife,', 'he', 'thought', 'of', 'how', 'his', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'before', 'yesterday.', '"am', 'i', 'less', 'sensitive', 'than', 'i', 'used', 'to', 'be,', 'then?",', 'he', 'thought,', 'and', 'was', 'already', 'sucking', 'greedily', 'at', 'the', 'cheese', 'which', 'had', 'immediately,', 'almost', 'compellingly,', 'attracted', 'him', 'much', 'more', 'than', 'the', 'other', 'foods', 'on', 'the', 'newspaper.', 'quickly', 'one', 'after', 'another,', 'his', 'eyes', 'watering', 'with', 'pleasure,', 'he', 'consumed', 'the', 'cheese,', 'the', 'vegetables', 'and', 'the', 'sauce;', 'the', 'fresh', 'foods,', 'on', 'the', 'other', 'hand,', 'he', "didn't", 'like', 'at', 'all,', 'and', 'even', 'dragged', 'the', 'things', 'he', 'did', 'want', 'to', 'eat', 'a', 'little', 'way', 'away', 'from', 'them', 'because', 'he', "couldn't", 'stand', 'the', 'smell.', 'long', 'after', 'he', 'had', 'finished', 'eating', 'and', 'lay', 'lethargic', 'in', 'the', 'same', 'place,', 'his', 'sister', 'slowly', 'turned', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw.', 'he', 'was', 'immediately', 'startled,', 'although', 'he', 'had', 'been', 'half', 'asleep,', 'and', 'he', 'hurried', 'back', 'under', 'the', 'couch.', 'but', 'he', 'needed', 'great', 'self-control', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'his', 'sister', 'was', 'in', 'the', 'room,', 'as', 'eating', 'so', 'much', 'food', 'had', 'rounded', 'out', 'his', 'body', 'a', 'little', 'and', 'he', 'could', 'hardly', 'breathe', 'in', 'that', 'narrow', 'space.', 'half', 'suffocating,', 'he', 'watched', 'with', 'bulging', 'eyes', 'as', 'his', 'sister', 'unselfconsciously', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'left-overs,', 'mixing', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touched', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'used', 'any', 'more.', 'she', 'quickly', 'dropped', 'it', 'all', 'into', 'a', 'bin,', 'closed', 'it', 'with', 'its', 'wooden', 'lid,', 'and', 'carried', 'everything', 'out.', 'she', 'had', 'hardly', 'turned', 'her', 'back', 'before', 'gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretched', 'himself.', 'this', 'was', 'how', 'gregor', 'received', 'his', 'food', 'each', 'day', 'now,', 'once', 'in', 'the', 'morning', 'while', 'his', 'parents', 'and', 'the', 'maid', 'were', 'still', 'asleep,', 'and', 'the', 'second', 'time', 'after', 'everyone', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'his', 'parents', 'would', 'sleep', 'for', 'a', 'little', 'while', 'then', 'as', 'well,', 'and', "gregor's", 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand.', "gregor's", 'father', 'and', 'mother', 'certainly', 'did', 'not', 'want', 'him', 'to', 'starve', 'either,', 'but', 'perhaps', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'any', 'more', 'experience', 'of', 'his', 'feeding', 'than', 'being', 'told', 'about', 'it,', 'and', 'perhaps', 'his', 'sister', 'wanted', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'indeed', 'suffering', 'enough.', 'it', 'was', 'impossible', 'for', 'gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morning', 'to', 'get', 'them', 'out', 'of', 'the', 'flat.', 'as', 'nobody', 'could', 'understand', 'him,', 'nobody,', 'not', 'even', 'his', 'sister,', 'thought', 'that', 'he', 'could', 'understand', 'them,', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'his', "sister's", 'sighs', 'and', 'appeals', 'to', 'the', 'saints', 'as', 'she', 'moved', 'about', 'his', 'room.', 'it', 'was', 'only', 'later,', 'when', 'she', 'had', 'become', 'a', 'little', 'more', 'used', 'to', 'everything', '-', 'there', 'was,', 'of', 'course,', 'no', 'question', 'of', 'her', 'ever', 'becoming', 'fully', 'used', 'to', 'the', 'situation', '-', 'that', 'gregor', 'would', 'sometimes', 'catch', 'a', 'friendly', 'comment,', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'construed', 'as', 'friendly.', '"he\'s', 'enjoyed', 'his', 'dinner', 'today",', 'she', 'might', 'say', 'when', 'he', 'had', 'diligently', 'cleared', 'away', 'all', 'the', 'food', 'left', 'for', 'him,', 'or', 'if', 'he', 'left', 'most', 'of', 'it,', 'which', 'slowly', 'became', 'more', 'and', 'more', 'frequent,', 'she', 'would', 'often', 'say,', 'sadly,', '"now', "everything's", 'just', 'been', 'left', 'there', 'again".', 'although', 'gregor', "wasn't", 'able', 'to', 'hear', 'any', 'news', 'directly', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'was', 'said', 'in', 'the', 'next', 'rooms,', 'and', 'whenever', 'he', 'heard', 'anyone', 'speaking', 'he', 'would', 'scurry', 'straight', 'to', 'the', 'appropriate', 'door', 'and', 'press', 'his', 'whole', 'body', 'against', 'it.', 'there', 'was', 'seldom', 'any', 'conversation,', 'especially', 'at', 'first,', 'that', 'was', 'not', 'about', 'him', 'in', 'some', 'way,', 'even', 'if', 'only', 'in', 'secret.', 'for', 'two', 'whole', 'days,', 'all', 'the', 'talk', 'at', 'every', 'mealtime', 'was', 'about', 'what', 'they', 'should', 'do', 'now;', 'but', 'even', 'between', 'meals', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'always', 'at', 'least', 'two', 'members', 'of', 'the', 'family', 'at', 'home', '-', 'nobody', 'wanted', 'to', 'be', 'at', 'home', 'by', 'themselves', 'and', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'leave', 'the', 'flat', 'entirely', 'empty.', 'and', 'on', 'the', 'very', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knees', 'and', 'begged', "gregor's", 'mother', 'to', 'let', 'her', 'go', 'without', 'delay.', 'it', 'was', 'not', 'very', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happened', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour,', 'tearfully', 'thanking', "gregor's", 'mother', 'for', 'her', 'dismissal', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enormous', 'service.', 'she', 'even', 'swore', 'emphatically', 'not', 'to', 'tell', 'anyone', 'the', 'slightest', 'about', 'what', 'had', 'happened,', 'even', 'though', 'no-one', 'had', 'asked', 'that', 'of', 'her.', 'now', "gregor's", 'sister', 'also', 'had', 'to', 'help', 'his', 'mother', 'with', 'the', 'cooking;', 'although', 'that', 'was', 'not', 'so', 'much', 'bother', 'as', 'no-one', 'ate', 'very', 'much.', 'gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccessfully', 'urge', 'another', 'to', 'eat,', 'and', 'receive', 'no', 'more', 'answer', 'than', '"no', 'thanks,', "i've", 'had', 'enough"', 'or', 'something', 'similar.', 'no-one', 'drank', 'very', 'much', 'either.', 'his', 'sister', 'would', 'sometimes', 'ask', 'his', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer,', 'hoping', 'for', 'the', 'chance', 'to', 'go', 'and', 'fetch', 'it', 'herself.', 'when', 'his', 'father', 'then', 'said', 'nothing', 'she', 'would', 'add,', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish,', 'that', 'she', 'could', 'send', 'the', 'housekeeper', 'for', 'it,', 'but', 'then', 'his', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big,', 'loud', '"no",', 'and', 'no', 'more', 'would', 'be', 'said.', 'even', 'before', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end,', 'his', 'father', 'had', 'explained', 'to', "gregor's", 'mother', 'and', 'sister', 'what', 'their', 'finances', 'and', 'prospects', 'were.', 'now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'table', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'little', 'cash', 'box', 'he', 'had', 'saved', 'from', 'his', 'business', 'when', 'it', 'had', 'collapsed', 'five', 'years', 'earlier.', 'gregor', 'heard', 'how', 'he', 'opened', 'the', 'complicated', 'lock', 'and', 'then', 'closed', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'wanted.', 'what', 'he', 'heard', 'his', 'father', 'say', 'was', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'gregor', 'heard', 'since', 'he', 'had', 'first', 'been', 'incarcerated', 'in', 'his', 'room.', 'he', 'had', 'thought', 'that', 'nothing', 'at', 'all', 'remained', 'from', 'his', "father's", 'business,', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anything', 'different,', 'and', 'gregor', 'had', 'never', 'asked', 'him', 'about', 'it', 'anyway.', 'their', 'business', 'misfortune', 'had', 'reduced', 'the', 'family', 'to', 'a', 'state', 'of', 'total', 'despair,', 'and', "gregor's", 'only', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrange', 'things', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickly', 'as', 'possible.', 'so', 'then', 'he', 'started', 'working', 'especially', 'hard,', 'with', 'a', 'fiery', 'vigour', 'that', 'raised', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travelling', 'representative', 'almost', 'overnight,', 'bringing', 'with', 'it', 'the', 'chance', 'to', 'earn', 'money', 'in', 'quite', 'different', 'ways.', 'gregor', 'converted', 'his', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'table', 'at', 'home', 'for', 'the', 'benefit', 'of', 'his', 'astonished', 'and', 'delighted', 'family.', 'they', 'had', 'been', 'good', 'times', 'and', 'they', 'had', 'never', 'come', 'again,', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour,', 'even', 'though', 'gregor', 'had', 'later', 'earned', 'so', 'much', 'that', 'he', 'was', 'in', 'a', 'position', 'to', 'bear', 'the', 'costs', 'of', 'the', 'whole', 'family,', 'and', 'did', 'bear', 'them.', 'they', 'had', 'even', 'got', 'used', 'to', 'it,', 'both', 'gregor', 'and', 'the', 'family,', 'they', 'took', 'the', 'money', 'with', 'gratitude', 'and', 'he', 'was', 'glad', 'to', 'provide', 'it,', 'although', 'there', 'was', 'no', 'longer', 'much', 'warm', 'affection', 'given', 'in', 'return.', 'gregor', 'only', 'remained', 'close', 'to', 'his', 'sister', 'now.', 'unlike', 'him,', 'she', 'was', 'very', 'fond', 'of', 'music', 'and', 'a', 'gifted', 'and', 'expressive', 'violinist,', 'it', 'was', 'his', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'next', 'year', 'even', 'though', 'it', 'would', 'cause', 'great', 'expense', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way.', 'during', "gregor's", 'short', 'periods', 'in', 'town,', 'conversation', 'with', 'his', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatory', 'but', 'it', 'was', 'only', 'ever', 'mentioned', 'as', 'a', 'lovely', 'dream', 'that', 'could', 'never', 'be', 'realised.', 'their', 'parents', 'did', 'not', 'like', 'to', 'hear', 'this', 'innocent', 'talk,', 'but', 'gregor', 'thought', 'about', 'it', 'quite', 'hard', 'and', 'decided', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'planned', 'with', 'a', 'grand', 'announcement', 'of', 'it', 'on', 'christmas', 'day.', 'that', 'was', 'the', 'sort', 'of', 'totally', 'pointless', 'thing', 'that', 'went', 'through', 'his', 'mind', 'in', 'his', 'present', 'state,', 'pressed', 'upright', 'against', 'the', 'door', 'and', 'listening.', 'there', 'were', 'times', 'when', 'he', 'simply', 'became', 'too', 'tired', 'to', 'continue', 'listening,', 'when', 'his', 'head', 'would', 'fall', 'wearily', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start,', 'as', 'even', 'the', 'slightest', 'noise', 'he', 'caused', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent.', '"what\'s', 'that', "he's", 'doing', 'now",', 'his', 'father', 'would', 'say', 'after', 'a', 'while,', 'clearly', 'having', 'gone', 'over', 'to', 'the', 'door,', 'and', 'only', 'then', 'would', 'the', 'interrupted', 'conversation', 'slowly', 'be', 'taken', 'up', 'again.', 'when', 'explaining', 'things,', 'his', 'father', 'repeated', 'himself', 'several', 'times,', 'partly', 'because', 'it', 'was', 'a', 'long', 'time', 'since', 'he', 'had', 'been', 'occupied', 'with', 'these', 'matters', 'himself', 'and', 'partly', 'because', "gregor's", 'mother', 'did', 'not', 'understand', 'everything', 'the', 'first', 'time.', 'from', 'these', 'repeated', 'explanations', 'gregor', 'learned,', 'to', 'his', 'pleasure,', 'that', 'despite', 'all', 'their', 'misfortunes', 'there', 'was', 'still', 'some', 'money', 'available', 'from', 'the', 'old', 'days.', 'it', 'was', 'not', 'a', 'lot,', 'but', 'it', 'had', 'not', 'been', 'touched', 'in', 'the', 'meantime', 'and', 'some', 'interest', 'had', 'accumulated.', 'besides', 'that,', 'they', 'had', 'not', 'been', 'using', 'up', 'all', 'the', 'money', 'that', 'gregor', 'had', 'been', 'bringing', 'home', 'every', 'month,', 'keeping', 'only', 'a', 'little', 'for', 'himself,', 'so', 'that', 'that,', 'too,', 'had', 'been', 'accumulating.', 'behind', 'the', 'door,', 'gregor', 'nodded', 'with', 'enthusiasm', 'in', 'his', 'pleasure', 'at', 'this', 'unexpected', 'thrift', 'and', 'caution.', 'he', 'could', 'actually', 'have', 'used', 'this', 'surplus', 'money', 'to', 'reduce', 'his', "father's", 'debt', 'to', 'his', 'boss,', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer,', 'but', 'now', 'it', 'was', 'certainly', 'better', 'the', 'way', 'his', 'father', 'had', 'done', 'things.', 'this', 'money,', 'however,', 'was', 'certainly', 'not', 'enough', 'to', 'enable', 'the', 'family', 'to', 'live', 'off', 'the', 'interest;', 'it', 'was', 'enough', 'to', 'maintain', 'them', 'for,', 'perhaps,', 'one', 'or', 'two', 'years,', 'no', 'more.', "that's", 'to', 'say,', 'it', 'was', 'money', 'that', 'should', 'not', 'really', 'be', 'touched', 'but', 'set', 'aside', 'for', 'emergencies;', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earned.', 'his', 'father', 'was', 'healthy', 'but', 'old,', 'and', 'lacking', 'in', 'self', 'confidence.', 'during', 'the', 'five', 'years', 'that', 'he', 'had', 'not', 'been', 'working', '-', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', '-', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'become', 'very', 'slow', 'and', 'clumsy.', 'would', "gregor's", 'elderly', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money?', 'she', 'suffered', 'from', 'asthma', 'and', 'it', 'was', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home,', 'every', 'other', 'day', 'would', 'be', 'spent', 'struggling', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window.', 'would', 'his', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money?', 'she', 'was', 'still', 'a', 'child', 'of', 'seventeen,', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'very', 'enviable,', 'consisting', 'of', 'wearing', 'nice', 'clothes,', 'sleeping', 'late,', 'helping', 'out', 'in', 'the', 'business,', 'joining', 'in', 'with', 'a', 'few', 'modest', 'pleasures', 'and', 'most', 'of', 'all', 'playing', 'the', 'violin.', 'whenever', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money,', 'gregor', 'would', 'always', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool,', 'leather', 'sofa', 'next', 'to', 'it,', 'as', 'he', 'became', 'quite', 'hot', 'with', 'shame', 'and', 'regret.', 'he', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through,', 'not', 'sleeping', 'a', 'wink', 'but', 'scratching', 'at', 'the', 'leather', 'for', 'hours', 'on', 'end.', 'or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'pushing', 'a', 'chair', 'to', 'the', 'window,', 'climbing', 'up', 'onto', 'the', 'sill', 'and,', 'propped', 'up', 'in', 'the', 'chair,', 'leaning', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it.', 'he', 'had', 'used', 'to', 'feel', 'a', 'great', 'sense', 'of', 'freedom', 'from', 'doing', 'this,', 'but', 'doing', 'it', 'now', 'was', 'obviously', 'something', 'more', 'remembered', 'than', 'experienced,', 'as', 'what', 'he', 'actually', 'saw', 'in', 'this', 'way', 'was', 'becoming', 'less', 'distinct', 'every', 'day,', 'even', 'things', 'that', 'were', 'quite', 'near;', 'he', 'had', 'used', 'to', 'curse', 'the', 'ever-present', 'view', 'of', 'the', 'hospital', 'across', 'the', 'street,', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all,', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'lived', 'in', 'charlottenstrasse,', 'which', 'was', 'a', 'quiet', 'street', 'despite', 'being', 'in', 'the', 'middle', 'of', 'the', 'city,', 'he', 'could', 'have', 'thought', 'that', 'he', 'was', 'looking', 'out', 'the', 'window', 'at', 'a', 'barren', 'waste', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingled', 'inseparably.', 'his', 'observant', 'sister', 'only', 'needed', 'to', 'notice', 'the', 'chair', 'twice', 'before', 'she', 'would', 'always', 'push', 'it', 'back', 'to', 'its', 'exact', 'position', 'by', 'the', 'window', 'after', 'she', 'had', 'tidied', 'up', 'the', 'room,', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on.', 'if', 'gregor', 'had', 'only', 'been', 'able', 'to', 'speak', 'to', 'his', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it;', 'but', 'as', 'it', 'was', 'it', 'caused', 'him', 'pain.', 'his', 'sister,', 'naturally,', 'tried', 'as', 'far', 'as', 'possible', 'to', 'pretend', 'there', 'was', 'nothing', 'burdensome', 'about', 'it,', 'and', 'the', 'longer', 'it', 'went', 'on,', 'of', 'course,', 'the', 'better', 'she', 'was', 'able', 'to', 'do', 'so,', 'but', 'as', 'time', 'went', 'by', 'gregor', 'was', 'also', 'able', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better.', 'it', 'had', 'even', 'become', 'very', 'unpleasant', 'for', 'him,', 'now,', 'whenever', 'she', 'entered', 'the', 'room.', 'no', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickly', 'close', 'the', 'door', 'as', 'a', 'precaution', 'so', 'that', 'no-one', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', "gregor's", 'room,', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedly', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffocating.', 'even', 'if', 'it', 'was', 'cold,', 'she', 'would', 'stay', 'at', 'the', 'window', 'breathing', 'deeply', 'for', 'a', 'little', 'while.', 'she', 'would', 'alarm', 'gregor', 'twice', 'a', 'day', 'with', 'this', 'running', 'about', 'and', 'noise', 'making;', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shivering', 'the', 'whole', 'while,', 'knowing', 'full', 'well', 'that', 'she', 'would', 'certainly', 'have', 'liked', 'to', 'spare', 'him', 'this', 'ordeal,', 'but', 'it', 'was', 'impossible', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'windows', 'closed.', 'one', 'day,', 'about', 'a', 'month', 'after', "gregor's", 'transformation', 'when', 'his', 'sister', 'no', 'longer', 'had', 'any', 'particular', 'reason', 'to', 'be', 'shocked', 'at', 'his', 'appearance,', 'she', 'came', 'into', 'the', 'room', 'a', 'little', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'staring', 'out', 'the', 'window,', 'motionless,', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horrible.', 'in', 'itself,', 'his', "sister's", 'not', 'coming', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surprise', 'for', 'gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immediately', 'open', 'the', 'window', 'while', 'he', 'was', 'still', 'there,', 'but', 'not', 'only', 'did', 'she', 'not', 'come', 'in,', 'she', 'went', 'straight', 'back', 'and', 'closed', 'the', 'door', 'behind', 'her,', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threatened', 'her', 'and', 'tried', 'to', 'bite', 'her.', 'gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch,', 'of', 'course,', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'before', 'his', 'sister', 'came', 'back', 'and', 'she', 'seemed', 'much', 'more', 'uneasy', 'than', 'usual.', 'it', 'made', 'him', 'realise', 'that', 'she', 'still', 'found', 'his', 'appearance', 'unbearable', 'and', 'would', 'continue', 'to', 'do', 'so,', 'she', 'probably', 'even', 'had', 'to', 'overcome', 'the', 'urge', 'to', 'flee', 'when', 'she', 'saw', 'the', 'little', 'bit', 'of', 'him', 'that', 'protruded', 'from', 'under', 'the', 'couch.', 'one', 'day,', 'in', 'order', 'to', 'spare', 'her', 'even', 'this', 'sight,', 'he', 'spent', 'four', 'hours', 'carrying', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'his', 'back', 'and', 'arranged', 'it', 'so', 'that', 'he', 'was', 'completely', 'covered', 'and', 'his', 'sister', 'would', 'not', 'be', 'able', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down.', 'if', 'she', 'did', 'not', 'think', 'this', 'sheet', 'was', 'necessary', 'then', 'all', 'she', 'had', 'to', 'do', 'was', 'take', 'it', 'off', 'again,', 'as', 'it', 'was', 'clear', 'enough', 'that', 'it', 'was', 'no', 'pleasure', 'for', 'gregor', 'to', 'cut', 'himself', 'off', 'so', 'completely.', 'she', 'left', 'the', 'sheet', 'where', 'it', 'was.', 'gregor', 'even', 'thought', 'he', 'glimpsed', 'a', 'look', 'of', 'gratitude', 'one', 'time', 'when', 'he', 'carefully', 'looked', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'his', 'sister', 'liked', 'the', 'new', 'arrangement.', 'for', 'the', 'first', 'fourteen', 'days,', "gregor's", 'parents', 'could', 'not', 'bring', 'themselves', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him.', 'he', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreciated', 'all', 'the', 'new', 'work', 'his', 'sister', 'was', 'doing', 'even', 'though,', 'before,', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'was', 'somewhat', 'useless', 'and', 'frequently', 'been', 'annoyed', 'with', 'her.', 'but', 'now', 'the', 'two', 'of', 'them,', 'father', 'and', 'mother,', 'would', 'often', 'both', 'wait', 'outside', 'the', 'door', 'of', "gregor's", 'room', 'while', 'his', 'sister', 'tidied', 'up', 'in', 'there,', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactly', 'how', 'everything', 'looked,', 'what', 'gregor', 'had', 'eaten,', 'how', 'he', 'had', 'behaved', 'this', 'time', 'and', 'whether,', 'perhaps,', 'any', 'slight', 'improvement', 'could', 'be', 'seen.', 'his', 'mother', 'also', 'wanted', 'to', 'go', 'in', 'and', 'visit', 'gregor', 'relatively', 'soon', 'but', 'his', 'father', 'and', 'sister', 'at', 'first', 'persuaded', 'her', 'against', 'it.', 'gregor', 'listened', 'very', 'closely', 'to', 'all', 'this,', 'and', 'approved', 'fully.', 'later,', 'though,', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'force,', 'which', 'made', 'her', 'call', 'out:', '"let', 'me', 'go', 'and', 'see', 'gregor,', 'he', 'is', 'my', 'unfortunate', 'son!', "can't", 'you', 'understand', 'i', 'have', 'to', 'see', 'him?",', 'and', 'gregor', 'would', 'think', 'to', 'himself', 'that', 'maybe', 'it', 'would', 'be', 'better', 'if', 'his', 'mother', 'came', 'in,', 'not', 'every', 'day', 'of', 'course,', 'but', 'one', 'day', 'a', 'week,', 'perhaps;', 'she', 'could', 'understand', 'everything', 'much', 'better', 'than', 'his', 'sister', 'who,', 'for', 'all', 'her', 'courage,', 'was', 'still', 'just', 'a', 'child', 'after', 'all,', 'and', 'really', 'might', 'not', 'have', 'had', 'an', "adult's", 'appreciation', 'of', 'the', 'burdensome', 'job', 'she', 'had', 'taken', 'on.', "gregor's", 'wish', 'to', 'see', 'his', 'mother', 'was', 'soon', 'realised.', 'out', 'of', 'consideration', 'for', 'his', 'parents,', 'gregor', 'wanted', 'to', 'avoid', 'being', 'seen', 'at', 'the', 'window', 'during', 'the', 'day,', 'the', 'few', 'square', 'meters', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about,', 'it', 'was', 'hard', 'to', 'just', 'lie', 'quietly', 'through', 'the', 'night,', 'his', 'food', 'soon', 'stopped', 'giving', 'him', 'any', 'pleasure', 'at', 'all,', 'and', 'so,', 'to', 'entertain', 'himself,', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawling', 'up', 'and', 'down', 'the', 'walls', 'and', 'ceiling.', 'he', 'was', 'especially', 'fond', 'of', 'hanging', 'from', 'the', 'ceiling;', 'it', 'was', 'quite', 'different', 'from', 'lying', 'on', 'the', 'floor;', 'he', 'could', 'breathe', 'more', 'freely;', 'his', 'body', 'had', 'a', 'light', 'swing', 'to', 'it;', 'and', 'up', 'there,', 'relaxed', 'and', 'almost', 'happy,', 'it', 'might', 'happen', 'that', 'he', 'would', 'surprise', 'even', 'himself', 'by', 'letting', 'go', 'of', 'the', 'ceiling', 'and', 'landing', 'on', 'the', 'floor', 'with', 'a', 'crash.', 'but', 'now,', 'of', 'course,', 'he', 'had', 'far', 'better', 'control', 'of', 'his', 'body', 'than', 'before', 'and,', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that,', 'caused', 'himself', 'no', 'damage.', 'very', 'soon', 'his', 'sister', 'noticed', "gregor's", 'new', 'way', 'of', 'entertaining', 'himself', '-', 'he', 'had,', 'after', 'all,', 'left', 'traces', 'of', 'the', 'adhesive', 'from', 'his', 'feet', 'as', 'he', 'crawled', 'about', '-', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easy', 'as', 'possible', 'for', 'him', 'by', 'removing', 'the', 'furniture', 'that', 'got', 'in', 'his', 'way,', 'especially', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk.', 'now,', 'this', 'was', 'not', 'something', 'that', 'she', 'would', 'be', 'able', 'to', 'do', 'by', 'herself;', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father;', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carried', 'on', 'bravely', 'since', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainly', 'would', 'not', 'have', 'helped', 'in', 'this,', 'she', 'had', 'even', 'asked', 'to', 'be', 'allowed', 'to', 'keep', 'the', 'kitchen', 'locked', 'at', 'all', 'times', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'was', 'especially', 'important;', 'so', 'his', 'sister', 'had', 'no', 'choice', 'but', 'to', 'choose', 'some', 'time', 'when', "gregor's", 'father', 'was', 'not', 'there', 'and', 'fetch', 'his', 'mother', 'to', 'help', 'her.', 'as', 'she', 'approached', 'the', 'room,', 'gregor', 'could', 'hear', 'his', 'mother', 'express', 'her', 'joy,', 'but', 'once', 'at', 'the', 'door', 'she', 'went', 'silent.', 'first,', 'of', 'course,', 'his', 'sister', 'came', 'in', 'and', 'looked', 'round', 'to', 'see', 'that', 'everything', 'in', 'the', 'room', 'was', 'alright;', 'and', 'only', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter.', 'gregor', 'had', 'hurriedly', 'pulled', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'folds', 'into', 'it', 'so', 'that', 'everything', 'really', 'looked', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chance.', 'gregor', 'also', 'refrained,', 'this', 'time,', 'from', 'spying', 'out', 'from', 'under', 'the', 'sheet;', 'he', 'gave', 'up', 'the', 'chance', 'to', 'see', 'his', 'mother', 'until', 'later', 'and', 'was', 'simply', 'glad', 'that', 'she', 'had', 'come.', '"you', 'can', 'come', 'in,', 'he', "can't", 'be', 'seen",', 'said', 'his', 'sister,', 'obviously', 'leading', 'her', 'in', 'by', 'the', 'hand.', 'the', 'old', 'chest', 'of', 'drawers', 'was', 'too', 'heavy', 'for', 'a', 'pair', 'of', 'feeble', 'women', 'to', 'be', 'heaving', 'about,', 'but', 'gregor', 'listened', 'as', 'they', 'pushed', 'it', 'from', 'its', 'place,', 'his', 'sister', 'always', 'taking', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignoring', 'her', "mother's", 'warnings', 'that', 'she', 'would', 'strain', 'herself.', 'this', 'lasted', 'a', 'very', 'long', 'time.', 'after', 'labouring', 'at', 'it', 'for', 'fifteen', 'minutes', 'or', 'more', 'his', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leave', 'the', 'chest', 'where', 'it', 'was,', 'for', 'one', 'thing', 'it', 'was', 'too', 'heavy', 'for', 'them', 'to', 'get', 'the', 'job', 'finished', 'before', "gregor's", 'father', 'got', 'home', 'and', 'leaving', 'it', 'in', 'the', 'middle', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'his', 'way', 'even', 'more,', 'and', 'for', 'another', 'thing', 'it', "wasn't", 'even', 'sure', 'that', 'taking', 'the', 'furniture', 'away', 'would', 'really', 'be', 'any', 'help', 'to', 'him.', 'she', 'thought', 'just', 'the', 'opposite;', 'the', 'sight', 'of', 'the', 'bare', 'walls', 'saddened', 'her', 'right', 'to', 'her', 'heart;', 'and', 'why', "wouldn't", 'gregor', 'feel', 'the', 'same', 'way', 'about', 'it,', "he'd", 'been', 'used', 'to', 'this', 'furniture', 'in', 'his', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandoned', 'to', 'be', 'in', 'an', 'empty', 'room', 'like', 'that.', 'then,', 'quietly,', 'almost', 'whispering', 'as', 'if', 'wanting', 'gregor', '(whose', 'whereabouts', 'she', 'did', 'not', 'know)', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voice,', 'as', 'she', 'was', 'convinced', 'that', 'he', 'did', 'not', 'understand', 'her', 'words,', 'she', 'added', '"and', 'by', 'taking', 'the', 'furniture', 'away,', "won't", 'it', 'seem', 'like', "we're", 'showing', 'that', "we've", 'given', 'up', 'all', 'hope', 'of', 'improvement', 'and', "we're", 'abandoning', 'him', 'to', 'cope', 'for', 'himself?', 'i', 'think', "it'd", 'be', 'best', 'to', 'leave', 'the', 'room', 'exactly', 'the', 'way', 'it', 'was', 'before', 'so', 'that', 'when', 'gregor', 'comes', 'back', 'to', 'us', 'again', "he'll", 'find', 'everything', 'unchanged', 'and', "he'll", 'be', 'able', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier".', 'hearing', 'these', 'words', 'from', 'his', 'mother', 'made', 'gregor', 'realise', 'that', 'the', 'lack', 'of', 'any', 'direct', 'human', 'communication,', 'along', 'with', 'the', 'monotonous', 'life', 'led', 'by', 'the', 'family', 'during', 'these', 'two', 'months,', 'must', 'have', 'made', 'him', 'confused', '-', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explaining', 'to', 'himself', 'why', 'he', 'had', 'seriously', 'wanted', 'his', 'room', 'emptied', 'out.', 'had', 'he', 'really', 'wanted', 'to', 'transform', 'his', 'room', 'into', 'a', 'cave,', 'a', 'warm', 'room', 'fitted', 'out', 'with', 'the', 'nice', 'furniture', 'he', 'had', 'inherited?', 'that', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimpeded', 'in', 'any', 'direction,', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickly', 'forget', 'his', 'past', 'when', 'he', 'had', 'still', 'been', 'human.', 'he', 'had', 'come', 'very', 'close', 'to', 'forgetting,', 'and', 'it', 'had', 'only', 'been', 'the', 'voice', 'of', 'his', 'mother,', 'unheard', 'for', 'so', 'long,', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it.', 'nothing', 'should', 'be', 'removed;', 'everything', 'had', 'to', 'stay;', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influence', 'the', 'furniture', 'had', 'on', 'his', 'condition;', 'and', 'if', 'the', 'furniture', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessly', 'that', 'was', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantage.', 'his', 'sister,', 'unfortunately,', 'did', 'not', 'agree;', 'she', 'had', 'become', 'used', 'to', 'the', 'idea,', 'not', 'without', 'reason,', 'that', 'she', 'was', "gregor's", 'spokesman', 'to', 'his', 'parents', 'about', 'the', 'things', 'that', 'concerned', 'him.', 'this', 'meant', 'that', 'his', "mother's", 'advice', 'now', 'was', 'sufficient', 'reason', 'for', 'her', 'to', 'insist', 'on', 'removing', 'not', 'only', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk,', 'as', 'she', 'had', 'thought', 'at', 'first,', 'but', 'all', 'the', 'furniture', 'apart', 'from', 'the', 'all-important', 'couch.', 'it', 'was', 'more', 'than', 'childish', 'perversity,', 'of', 'course,', 'or', 'the', 'unexpected', 'confidence', 'she', 'had', 'recently', 'acquired,', 'that', 'made', 'her', 'insist;', 'she', 'had', 'indeed', 'noticed', 'that', 'gregor', 'needed', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in,', 'whereas', 'the', 'furniture,', 'as', 'far', 'as', 'anyone', 'could', 'see,', 'was', 'of', 'no', 'use', 'to', 'him', 'at', 'all.', 'girls', 'of', 'that', 'age,', 'though,', 'do', 'become', 'enthusiastic', 'about', 'things', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenever', 'they', 'can.', 'perhaps', 'this', 'was', 'what', 'tempted', 'grete', 'to', 'make', "gregor's", 'situation', 'seem', 'even', 'more', 'shocking', 'than', 'it', 'was', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him.', 'grete', 'would', 'probably', 'be', 'the', 'only', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'dominated', 'by', 'gregor', 'crawling', 'about', 'the', 'bare', 'walls', 'by', 'himself.', 'so', 'she', 'refused', 'to', 'let', 'her', 'mother', 'dissuade', 'her.', "gregor's", 'mother', 'already', 'looked', 'uneasy', 'in', 'his', 'room,', 'she', 'soon', 'stopped', 'speaking', 'and', 'helped', "gregor's", 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawers', 'out', 'with', 'what', 'strength', 'she', 'had.', 'the', 'chest', 'of', 'drawers', 'was', 'something', 'that', 'gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to,', 'but', 'the', 'writing', 'desk', 'had', 'to', 'stay.', 'hardly', 'had', 'the', 'two', 'women', 'pushed', 'the', 'chest', 'of', 'drawers,', 'groaning,', 'out', 'of', 'the', 'room', 'than', 'gregor', 'poked', 'his', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it.', 'he', 'meant', 'to', 'be', 'as', 'careful', 'and', 'considerate', 'as', 'he', 'could,', 'but,', 'unfortunately,', 'it', 'was', 'his', 'mother', 'who', 'came', 'back', 'first', 'while', 'grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arms', 'round', 'the', 'chest,', 'pushing', 'and', 'pulling', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without,', 'of', 'course,', 'moving', 'it', 'an', 'inch.', 'his', 'mother', 'was', 'not', 'used', 'to', 'the', 'sight', 'of', 'gregor,', 'he', 'might', 'have', 'made', 'her', 'ill,', 'so', 'gregor', 'hurried', 'backwards', 'to', 'the', 'far', 'end', 'of', 'the', 'couch.', 'in', 'his', 'startlement,', 'though,', 'he', 'was', 'not', 'able', 'to', 'prevent', 'the', 'sheet', 'at', 'its', 'front', 'from', 'moving', 'a', 'little.', 'it', 'was', 'enough', 'to', 'attract', 'his', "mother's", 'attention.', 'she', 'stood', 'very', 'still,', 'remained', 'there', 'a', 'moment,', 'and', 'then', 'went', 'back', 'out', 'to', 'grete.', 'gregor', 'kept', 'trying', 'to', 'assure', 'himself', 'that', 'nothing', 'unusual', 'was', 'happening,', 'it', 'was', 'just', 'a', 'few', 'pieces', 'of', 'furniture', 'being', 'moved', 'after', 'all,', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'going', 'to', 'and', 'fro,', 'their', 'little', 'calls', 'to', 'each', 'other,', 'the', 'scraping', 'of', 'the', 'furniture', 'on', 'the', 'floor,', 'all', 'these', 'things', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'being', 'assailed', 'from', 'all', 'sides.', 'with', 'his', 'head', 'and', 'legs', 'pulled', 'in', 'against', 'him', 'and', 'his', 'body', 'pressed', 'to', 'the', 'floor,', 'he', 'was', 'forced', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'this', 'much', 'longer.', 'they', 'were', 'emptying', 'his', 'room', 'out;', 'taking', 'away', 'everything', 'that', 'was', 'dear', 'to', 'him;', 'they', 'had', 'already', 'taken', 'out', 'the', 'chest', 'containing', 'his', 'fretsaw', 'and', 'other', 'tools;', 'now', 'they', 'threatened', 'to', 'remove', 'the', 'writing', 'desk', 'with', 'its', 'place', 'clearly', 'worn', 'into', 'the', 'floor,', 'the', 'desk', 'where', 'he', 'had', 'done', 'his', 'homework', 'as', 'a', 'business', 'trainee,', 'at', 'high', 'school,', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'school--he', 'really', 'could', 'not', 'wait', 'any', 'longer', 'to', 'see', 'whether', 'the', 'two', "women's", 'intentions', 'were', 'good.', 'he', 'had', 'nearly', 'forgotten', 'they', 'were', 'there', 'anyway,', 'as', 'they', 'were', 'now', 'too', 'tired', 'to', 'say', 'anything', 'while', 'they', 'worked', 'and', 'he', 'could', 'only', 'hear', 'their', 'feet', 'as', 'they', 'stepped', 'heavily', 'on', 'the', 'floor.', 'so,', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catching', 'their', 'breath,', 'he', 'sallied', 'out,', 'changed', 'direction', 'four', 'times', 'not', 'knowing', 'what', 'he', 'should', 'save', 'first', 'before', 'his', 'attention', 'was', 'suddenly', 'caught', 'by', 'the', 'picture', 'on', 'the', 'wall', '-', 'which', 'was', 'already', 'denuded', 'of', 'everything', 'else', 'that', 'had', 'been', 'on', 'it', '-', 'of', 'the', 'lady', 'dressed', 'in', 'copious', 'fur.', 'he', 'hurried', 'up', 'onto', 'the', 'picture', 'and', 'pressed', 'himself', 'against', 'its', 'glass,', 'it', 'held', 'him', 'firmly', 'and', 'felt', 'good', 'on', 'his', 'hot', 'belly.', 'this', 'picture', 'at', 'least,', 'now', 'totally', 'covered', 'by', 'gregor,', 'would', 'certainly', 'be', 'taken', 'away', 'by', 'no-one.', 'he', 'turned', 'his', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'living', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back.', 'they', 'had', 'not', 'allowed', 'themselves', 'a', 'long', 'rest', 'and', 'came', 'back', 'quite', 'soon;', 'grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'was', 'nearly', 'carrying', 'her.', '"what', 'shall', 'we', 'take', 'now,', 'then?",', 'said', 'grete', 'and', 'looked', 'around.', 'her', 'eyes', 'met', 'those', 'of', 'gregor', 'on', 'the', 'wall.', 'perhaps', 'only', 'because', 'her', 'mother', 'was', 'there,', 'she', 'remained', 'calm,', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said,', 'albeit', 'hurriedly', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voice:', '"come', 'on,', "let's", 'go', 'back', 'in', 'the', 'living', 'room', 'for', 'a', 'while?"', 'gregor', 'could', 'see', 'what', 'grete', 'had', 'in', 'mind,', 'she', 'wanted', 'to', 'take', 'her', 'mother', 'somewhere', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall.', 'well,', 'she', 'could', 'certainly', 'try', 'it!', 'he', 'sat', 'unyielding', 'on', 'his', 'picture.', 'he', 'would', 'rather', 'jump', 'at', "grete's", 'face.', 'but', "grete's", 'words', 'had', 'made', 'her', 'mother', 'quite', 'worried,', 'she', 'stepped', 'to', 'one', 'side,', 'saw', 'the', 'enormous', 'brown', 'patch', 'against', 'the', 'flowers', 'of', 'the', 'wallpaper,', 'and', 'before', 'she', 'even', 'realised', 'it', 'was', 'gregor', 'that', 'she', 'saw', 'screamed:', '"oh', 'god,', 'oh', 'god!"', 'arms', 'outstretched,', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everything', 'and', 'stayed', 'there', 'immobile.', '"gregor!"', 'shouted', 'his', 'sister,', 'glowering', 'at', 'him', 'and', 'shaking', 'her', 'fist.', 'that', 'was', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directly', 'since', 'his', 'transformation.', 'she', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smelling', 'salts', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint;', 'gregor', 'wanted', 'to', 'help', 'too', '-', 'he', 'could', 'save', 'his', 'picture', 'later,', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'force;', 'then', 'he,', 'too,', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advise', 'his', 'sister', 'like', 'in', 'the', 'old', 'days;', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'doing', 'nothing;', 'she', 'was', 'looking', 'into', 'various', 'bottles,', 'he', 'startled', 'her', 'when', 'she', 'turned', 'round;', 'a', 'bottle', 'fell', 'to', 'the', 'ground', 'and', 'broke;', 'a', 'splinter', 'cut', "gregor's", 'face,', 'some', 'kind', 'of', 'caustic', 'medicine', 'splashed', 'all', 'over', 'him;', 'now,', 'without', 'delaying', 'any', 'longer,', 'grete', 'took', 'hold', 'of', 'all', 'the', 'bottles', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother;', 'she', 'slammed', 'the', 'door', 'shut', 'with', 'her', 'foot.', 'so', 'now', 'gregor', 'was', 'shut', 'out', 'from', 'his', 'mother,', 'who,', 'because', 'of', 'him,', 'might', 'be', 'near', 'to', 'death;', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'his', 'sister', 'away,', 'and', 'she', 'had', 'to', 'stay', 'with', 'his', 'mother;', 'there', 'was', 'nothing', 'for', 'him', 'to', 'do', 'but', 'wait;', 'and,', 'oppressed', 'with', 'anxiety', 'and', 'self-reproach,', 'he', 'began', 'to', 'crawl', 'about,', 'he', 'crawled', 'over', 'everything,', 'walls,', 'furniture,', 'ceiling,', 'and', 'finally', 'in', 'his', 'confusion', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middle', 'of', 'the', 'dinner', 'table.', 'he', 'lay', 'there', 'for', 'a', 'while,', 'numb', 'and', 'immobile,', 'all', 'around', 'him', 'it', 'was', 'quiet,', 'maybe', 'that', 'was', 'a', 'good', 'sign.', 'then', 'there', 'was', 'someone', 'at', 'the', 'door.', 'the', 'maid,', 'of', 'course,', 'had', 'locked', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it.', 'his', 'father', 'had', 'arrived', 'home.', '"what\'s', 'happened?"', 'were', 'his', 'first', 'words;', "grete's", 'appearance', 'must', 'have', 'made', 'everything', 'clear', 'to', 'him.', 'she', 'answered', 'him', 'with', 'subdued', 'voice,', 'and', 'openly', 'pressed', 'her', 'face', 'into', 'his', 'chest:', '"mother\'s', 'fainted,', 'but', "she's", 'better', 'now.', 'gregor', 'got', 'out."', '"just', 'as', 'i', 'expected",', 'said', 'his', 'father,', '"just', 'as', 'i', 'always', 'said,', 'but', 'you', 'women', "wouldn't", 'listen,', 'would', 'you."', 'it', 'was', 'clear', 'to', 'gregor', 'that', 'grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'his', 'father', 'took', 'it', 'to', 'mean', 'that', 'something', 'bad', 'had', 'happened,', 'that', 'he', 'was', 'responsible', 'for', 'some', 'act', 'of', 'violence.', 'that', 'meant', 'gregor', 'would', 'now', 'have', 'to', 'try', 'to', 'calm', 'his', 'father,', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'things', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possible.', 'so', 'he', 'fled', 'to', 'the', 'door', 'of', 'his', 'room', 'and', 'pressed', 'himself', 'against', 'it', 'so', 'that', 'his', 'father,', 'when', 'he', 'came', 'in', 'from', 'the', 'hall,', 'could', 'see', 'straight', 'away', 'that', 'gregor', 'had', 'the', 'best', 'intentions', 'and', 'would', 'go', 'back', 'into', 'his', 'room', 'without', 'delay,', 'that', 'it', 'would', 'not', 'be', 'necessary', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'only', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear.', 'his', 'father,', 'though,', 'was', 'not', 'in', 'the', 'mood', 'to', 'notice', 'subtleties', 'like', 'that;', '"ah!",', 'he', 'shouted', 'as', 'he', 'came', 'in,', 'sounding', 'as', 'if', 'he', 'were', 'both', 'angry', 'and', 'glad', 'at', 'the', 'same', 'time.', 'gregor', 'drew', 'his', 'head', 'back', 'from', 'the', 'door', 'and', 'lifted', 'it', 'towards', 'his', 'father.', 'he', 'really', 'had', 'not', 'imagined', 'his', 'father', 'the', 'way', 'he', 'stood', 'there', 'now;', 'of', 'late,', 'with', 'his', 'new', 'habit', 'of', 'crawling', 'about,', 'he', 'had', 'neglected', 'to', 'pay', 'attention', 'to', 'what', 'was', 'going', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'before.', 'he', 'really', 'ought', 'to', 'have', 'expected', 'things', 'to', 'have', 'changed,', 'but', 'still,', 'still,', 'was', 'that', 'really', 'his', 'father?', 'the', 'same', 'tired', 'man', 'as', 'used', 'to', 'be', 'laying', 'there', 'entombed', 'in', 'his', 'bed', 'when', 'gregor', 'came', 'back', 'from', 'his', 'business', 'trips,', 'who', 'would', 'receive', 'him', 'sitting', 'in', 'the', 'armchair', 'in', 'his', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'evenings;', 'who', 'was', 'hardly', 'even', 'able', 'to', 'stand', 'up', 'but,', 'as', 'a', 'sign', 'of', 'his', 'pleasure,', 'would', 'just', 'raise', 'his', 'arms', 'and', 'who,', 'on', 'the', 'couple', 'of', 'times', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'together', 'on', 'a', 'sunday', 'or', 'public', 'holiday', 'wrapped', 'up', 'tightly', 'in', 'his', 'overcoat', 'between', 'gregor', 'and', 'his', 'mother,', 'would', 'always', 'labour', 'his', 'way', 'forward', 'a', 'little', 'more', 'slowly', 'than', 'them,', 'who', 'were', 'already', 'walking', 'slowly', 'for', 'his', 'sake;', 'who', 'would', 'place', 'his', 'stick', 'down', 'carefully', 'and,', 'if', 'he', 'wanted', 'to', 'say', 'something', 'would', 'invariably', 'stop', 'and', 'gather', 'his', 'companions', 'around', 'him.', 'he', 'was', 'standing', 'up', 'straight', 'enough', 'now;', 'dressed', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'buttons,', 'the', 'sort', 'worn', 'by', 'the', 'employees', 'at', 'the', 'banking', 'institute;', 'above', 'the', 'high,', 'stiff', 'collar', 'of', 'the', 'coat', 'his', 'strong', 'double-chin', 'emerged;', 'under', 'the', 'bushy', 'eyebrows,', 'his', 'piercing,', 'dark', 'eyes', 'looked', 'out', 'fresh', 'and', 'alert;', 'his', 'normally', 'unkempt', 'white', 'hair', 'was', 'combed', 'down', 'painfully', 'close', 'to', 'his', 'scalp.', 'he', 'took', 'his', 'cap,', 'with', 'its', 'gold', 'monogram', 'from,', 'probably,', 'some', 'bank,', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa,', 'put', 'his', 'hands', 'in', 'his', 'trouser', 'pockets,', 'pushing', 'back', 'the', 'bottom', 'of', 'his', 'long', 'uniform', 'coat,', 'and,', 'with', 'look', 'of', 'determination,', 'walked', 'towards', 'gregor.', 'he', 'probably', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind,', 'but', 'nonetheless', 'lifted', 'his', 'feet', 'unusually', 'high.', 'gregor', 'was', 'amazed', 'at', 'the', 'enormous', 'size', 'of', 'the', 'soles', 'of', 'his', 'boots,', 'but', 'wasted', 'no', 'time', 'with', 'that', '-', 'he', 'knew', 'full', 'well,', 'right', 'from', 'the', 'first', 'day', 'of', 'his', 'new', 'life,', 'that', 'his', 'father', 'thought', 'it', 'necessary', 'to', 'always', 'be', 'extremely', 'strict', 'with', 'him.', 'and', 'so', 'he', 'ran', 'up', 'to', 'his', 'father,', 'stopped', 'when', 'his', 'father', 'stopped,', 'scurried', 'forwards', 'again', 'when', 'he', 'moved,', 'even', 'slightly.', 'in', 'this', 'way', 'they', 'went', 'round', 'the', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening,', 'without', 'even', 'giving', 'the', 'impression', 'of', 'a', 'chase', 'as', 'everything', 'went', 'so', 'slowly.', 'gregor', 'remained', 'all', 'this', 'time', 'on', 'the', 'floor,', 'largely', 'because', 'he', 'feared', 'his', 'father', 'might', 'see', 'it', 'as', 'especially', 'provoking', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceiling.', 'whatever', 'he', 'did,', 'gregor', 'had', 'to', 'admit', 'that', 'he', 'certainly', 'would', 'not', 'be', 'able', 'to', 'keep', 'up', 'this', 'running', 'about', 'for', 'long,', 'as', 'for', 'each', 'step', 'his', 'father', 'took', 'he', 'had', 'to', 'carry', 'out', 'countless', 'movements.', 'he', 'became', 'noticeably', 'short', 'of', 'breath,', 'even', 'in', 'his', 'earlier', 'life', 'his', 'lungs', 'had', 'not', 'been', 'very', 'reliable.', 'now,', 'as', 'he', 'lurched', 'about', 'in', 'his', 'efforts', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'running', 'he', 'could', 'hardly', 'keep', 'his', 'eyes', 'open;', 'his', 'thoughts', 'became', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'any', 'other', 'way', 'of', 'saving', 'himself', 'than', 'running;', 'he', 'almost', 'forgot', 'that', 'the', 'walls', 'were', 'there', 'for', 'him', 'to', 'use', 'although,', 'here,', 'they', 'were', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'of', 'notches', 'and', 'protrusions', '-', 'then,', 'right', 'beside', 'him,', 'lightly', 'tossed,', 'something', 'flew', 'down', 'and', 'rolled', 'in', 'front', 'of', 'him.', 'it', 'was', 'an', 'apple;', 'then', 'another', 'one', 'immediately', 'flew', 'at', 'him;', 'gregor', 'froze', 'in', 'shock;', 'there', 'was', 'no', 'longer', 'any', 'point', 'in', 'running', 'as', 'his', 'father', 'had', 'decided', 'to', 'bombard', 'him.', 'he', 'had', 'filled', 'his', 'pockets', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now,', 'without', 'even', 'taking', 'the', 'time', 'for', 'careful', 'aim,', 'threw', 'one', 'apple', 'after', 'another.', 'these', 'little,', 'red', 'apples', 'rolled', 'about', 'on', 'the', 'floor,', 'knocking', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electric', 'motors.', 'an', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'against', "gregor's", 'back', 'and', 'slid', 'off', 'without', 'doing', 'any', 'harm.', 'another', 'one', 'however,', 'immediately', 'following', 'it,', 'hit', 'squarely', 'and', 'lodged', 'in', 'his', 'back;', 'gregor', 'wanted', 'to', 'drag', 'himself', 'away,', 'as', 'if', 'he', 'could', 'remove', 'the', 'surprising,', 'the', 'incredible', 'pain', 'by', 'changing', 'his', 'position;', 'but', 'he', 'felt', 'as', 'if', 'nailed', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out,', 'all', 'his', 'senses', 'in', 'confusion.', 'the', 'last', 'thing', 'he', 'saw', 'was', 'the', 'door', 'of', 'his', 'room', 'being', 'pulled', 'open,', 'his', 'sister', 'was', 'screaming,', 'his', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blouse', '(as', 'his', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'clothes', 'after', 'she', 'had', 'fainted', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breathe),', 'she', 'ran', 'to', 'his', 'father,', 'her', 'skirts', 'unfastened', 'and', 'sliding', 'one', 'after', 'another', 'to', 'the', 'ground,', 'stumbling', 'over', 'the', 'skirts', 'she', 'pushed', 'herself', 'to', 'his', 'father,', 'her', 'arms', 'around', 'him,', 'uniting', 'herself', 'with', 'him', 'totally', '-', 'now', 'gregor', 'lost', 'his', 'ability', 'to', 'see', 'anything', '-', 'her', 'hands', 'behind', 'his', "father's", 'head', 'begging', 'him', 'to', 'spare', "gregor's", 'life.', 'iii', 'no-one', 'dared', 'to', 'remove', 'the', 'apple', 'lodged', 'in', "gregor's", 'flesh,', 'so', 'it', 'remained', 'there', 'as', 'a', 'visible', 'reminder', 'of', 'his', 'injury.', 'he', 'had', 'suffered', 'it', 'there', 'for', 'more', 'than', 'a', 'month,', 'and', 'his', 'condition', 'seemed', 'serious', 'enough', 'to', 'remind', 'even', 'his', 'father', 'that', 'gregor,', 'despite', 'his', 'current', 'sad', 'and', 'revolting', 'form,', 'was', 'a', 'family', 'member', 'who', 'could', 'not', 'be', 'treated', 'as', 'an', 'enemy.', 'on', 'the', 'contrary,', 'as', 'a', 'family', 'there', 'was', 'a', 'duty', 'to', 'swallow', 'any', 'revulsion', 'for', 'him', 'and', 'to', 'be', 'patient,', 'just', 'to', 'be', 'patient.', 'because', 'of', 'his', 'injuries,', 'gregor', 'had', 'lost', 'much', 'of', 'his', 'mobility', '-', 'probably', 'permanently.', 'he', 'had', 'been', 'reduced', 'to', 'the', 'condition', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long,', 'long', 'minutes', 'to', 'crawl', 'across', 'his', 'room', '-', 'crawling', 'over', 'the', 'ceiling', 'was', 'out', 'of', 'the', 'question', '-', 'but', 'this', 'deterioration', 'in', 'his', 'condition', 'was', 'fully', '(in', 'his', 'opinion)', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'living', 'room', 'being', 'left', 'open', 'every', 'evening.', 'he', 'got', 'into', 'the', 'habit', 'of', 'closely', 'watching', 'it', 'for', 'one', 'or', 'two', 'hours', 'before', 'it', 'was', 'opened', 'and', 'then,', 'lying', 'in', 'the', 'darkness', 'of', 'his', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'living', 'room,', 'he', 'could', 'watch', 'the', 'family', 'in', 'the', 'light', 'of', 'the', 'dinner', 'table', 'and', 'listen', 'to', 'their', 'conversation', '-', 'with', "everyone's", 'permission,', 'in', 'a', 'way,', 'and', 'thus', 'quite', 'differently', 'from', 'before.', 'they', 'no', 'longer', 'held', 'the', 'lively', 'conversations', 'of', 'earlier', 'times,', 'of', 'course,', 'the', 'ones', 'that', 'gregor', 'always', 'thought', 'about', 'with', 'longing', 'when', 'he', 'was', 'tired', 'and', 'getting', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room.', 'all', 'of', 'them', 'were', 'usually', 'very', 'quiet', 'nowadays.', 'soon', 'after', 'dinner,', 'his', 'father', 'would', 'go', 'to', 'sleep', 'in', 'his', 'chair;', 'his', 'mother', 'and', 'sister', 'would', 'urge', 'each', 'other', 'to', 'be', 'quiet;', 'his', 'mother,', 'bent', 'deeply', 'under', 'the', 'lamp,', 'would', 'sew', 'fancy', 'underwear', 'for', 'a', 'fashion', 'shop;', 'his', 'sister,', 'who', 'had', 'taken', 'a', 'sales', 'job,', 'learned', 'shorthand', 'and', 'french', 'in', 'the', 'evenings', 'so', 'that', 'she', 'might', 'be', 'able', 'to', 'get', 'a', 'better', 'position', 'later', 'on.', 'sometimes', 'his', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', "gregor's", 'mother', '"you\'re', 'doing', 'so', 'much', 'sewing', 'again', 'today!",', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'dozing', '-', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchange', 'a', 'tired', 'grin.', 'with', 'a', 'kind', 'of', 'stubbornness,', "gregor's", 'father', 'refused', 'to', 'take', 'his', 'uniform', 'off', 'even', 'at', 'home;', 'while', 'his', 'nightgown', 'hung', 'unused', 'on', 'its', 'peg', "gregor's", 'father', 'would', 'slumber', 'where', 'he', 'was,', 'fully', 'dressed,', 'as', 'if', 'always', 'ready', 'to', 'serve', 'and', 'expecting', 'to', 'hear', 'the', 'voice', 'of', 'his', 'superior', 'even', 'here.', 'the', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with,', 'but', 'as', 'a', 'result', 'of', 'this', 'it', 'slowly', 'became', 'even', 'shabbier', 'despite', 'the', 'efforts', 'of', "gregor's", 'mother', 'and', 'sister', 'to', 'look', 'after', 'it.', 'gregor', 'would', 'often', 'spend', 'the', 'whole', 'evening', 'looking', 'at', 'all', 'the', 'stains', 'on', 'this', 'coat,', 'with', 'its', 'gold', 'buttons', 'always', 'kept', 'polished', 'and', 'shiny,', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep,', 'highly', 'uncomfortable', 'but', 'peaceful.', 'as', 'soon', 'as', 'it', 'struck', 'ten,', "gregor's", 'mother', 'would', 'speak', 'gently', 'to', 'his', 'father', 'to', 'wake', 'him', 'and', 'try', 'to', 'persuade', 'him', 'to', 'go', 'to', 'bed,', 'as', 'he', "couldn't", 'sleep', 'properly', 'where', 'he', 'was', 'and', 'he', 'really', 'had', 'to', 'get', 'his', 'sleep', 'if', 'he', 'was', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work.', 'but', 'since', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'become', 'more', 'obstinate', 'and', 'would', 'always', 'insist', 'on', 'staying', 'longer', 'at', 'the', 'table,', 'even', 'though', 'he', 'regularly', 'fell', 'asleep', 'and', 'it', 'was', 'then', 'harder', 'than', 'ever', 'to', 'persuade', 'him', 'to', 'exchange', 'the', 'chair', 'for', 'his', 'bed.', 'then,', 'however', 'much', 'mother', 'and', 'sister', 'would', 'importune', 'him', 'with', 'little', 'reproaches', 'and', 'warnings', 'he', 'would', 'keep', 'slowly', 'shaking', 'his', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'his', 'eyes', 'closed', 'and', 'refusing', 'to', 'get', 'up.', "gregor's", 'mother', 'would', 'tug', 'at', 'his', 'sleeve,', 'whisper', 'endearments', 'into', 'his', 'ear,', "gregor's", 'sister', 'would', 'leave', 'her', 'work', 'to', 'help', 'her', 'mother,', 'but', 'nothing', 'would', 'have', 'any', 'effect', 'on', 'him.', 'he', 'would', 'just', 'sink', 'deeper', 'into', 'his', 'chair.', 'only', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arms', 'he', 'would', 'abruptly', 'open', 'his', 'eyes,', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say:', '"what', 'a', 'life!', 'this', 'is', 'what', 'peace', 'i', 'get', 'in', 'my', 'old', 'age!"', 'and', 'supported', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'carefully', 'as', 'if', 'he', 'were', 'carrying', 'the', 'greatest', 'load', 'himself,', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door,', 'send', 'them', 'off', 'and', 'carry', 'on', 'by', 'himself', 'while', "gregor's", 'mother', 'would', 'throw', 'down', 'her', 'needle', 'and', 'his', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'his', 'father', 'and', 'continue', 'being', 'of', 'help', 'to', 'him.', 'who,', 'in', 'this', 'tired', 'and', 'overworked', 'family,', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attention', 'to', 'gregor', 'than', 'was', 'absolutely', 'necessary?', 'the', 'household', 'budget', 'became', 'even', 'smaller;', 'so', 'now', 'the', 'maid', 'was', 'dismissed;', 'an', 'enormous,', 'thick-boned', 'charwoman', 'with', 'white', 'hair', 'that', 'flapped', 'around', 'her', 'head', 'came', 'every', 'morning', 'and', 'evening', 'to', 'do', 'the', 'heaviest', 'work;', 'everything', 'else', 'was', 'looked', 'after', 'by', "gregor's", 'mother', 'on', 'top', 'of', 'the', 'large', 'amount', 'of', 'sewing', 'work', 'she', 'did.', 'gregor', 'even', 'learned,', 'listening', 'to', 'the', 'evening', 'conversation', 'about', 'what', 'price', 'they', 'had', 'hoped', 'for,', 'that', 'several', 'items', 'of', 'jewellery', 'belonging', 'to', 'the', 'family', 'had', 'been', 'sold,', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'very', 'fond', 'of', 'wearing', 'them', 'at', 'functions', 'and', 'celebrations.', 'but', 'the', 'loudest', 'complaint', 'was', 'that', 'although', 'the', 'flat', 'was', 'much', 'too', 'big', 'for', 'their', 'present', 'circumstances,', 'they', 'could', 'not', 'move', 'out', 'of', 'it,', 'there', 'was', 'no', 'imaginable', 'way', 'of', 'transferring', 'gregor', 'to', 'the', 'new', 'address.', 'he', 'could', 'see', 'quite', 'well,', 'though,', 'that', 'there', 'were', 'more', 'reasons', 'than', 'consideration', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move,', 'it', 'would', 'have', 'been', 'quite', 'easy', 'to', 'transport', 'him', 'in', 'any', 'suitable', 'crate', 'with', 'a', 'few', 'air', 'holes', 'in', 'it;', 'the', 'main', 'thing', 'holding', 'the', 'family', 'back', 'from', 'their', 'decision', 'to', 'move', 'was', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair,', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortune', 'unlike', 'anything', 'experienced', 'by', 'anyone', 'else', 'they', 'knew', 'or', 'were', 'related', 'to.', 'they', 'carried', 'out', 'absolutely', 'everything', 'that', 'the', 'world', 'expects', 'from', 'poor', 'people,', "gregor's", 'father', 'brought', 'bank', 'employees', 'their', 'breakfast,', 'his', 'mother', 'sacrificed', 'herself', 'by', 'washing', 'clothes', 'for', 'strangers,', 'his', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'customers,', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'any', 'more.', 'and', 'the', 'injury', 'in', "gregor's", 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'was', 'new.', 'after', 'they', 'had', 'come', 'back', 'from', 'taking', 'his', 'father', 'to', 'bed', "gregor's", 'mother', 'and', 'sister', 'would', 'now', 'leave', 'their', 'work', 'where', 'it', 'was', 'and', 'sit', 'close', 'together,', 'cheek', 'to', 'cheek;', 'his', 'mother', 'would', 'point', 'to', "gregor's", 'room', 'and', 'say', '"close', 'that', 'door,', 'grete",', 'and', 'then,', 'when', 'he', 'was', 'in', 'the', 'dark', 'again,', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tears', 'would', 'mingle,', 'or', 'they', 'would', 'simply', 'sit', 'there', 'staring', 'dry-eyed', 'at', 'the', 'table.', 'gregor', 'hardly', 'slept', 'at', 'all,', 'either', 'night', 'or', 'day.', 'sometimes', 'he', 'would', 'think', 'of', 'taking', 'over', 'the', "family's", 'affairs,', 'just', 'like', 'before,', 'the', 'next', 'time', 'the', 'door', 'was', 'opened;', 'he', 'had', 'long', 'forgotten', 'about', 'his', 'boss', 'and', 'the', 'chief', 'clerk,', 'but', 'they', 'would', 'appear', 'again', 'in', 'his', 'thoughts,', 'the', 'salesmen', 'and', 'the', 'apprentices,', 'that', 'stupid', 'teaboy,', 'two', 'or', 'three', 'friends', 'from', 'other', 'businesses,', 'one', 'of', 'the', 'chambermaids', 'from', 'a', 'provincial', 'hotel,', 'a', 'tender', 'memory', 'that', 'appeared', 'and', 'disappeared', 'again,', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'his', 'attention', 'had', 'been', 'serious', 'but', 'too', 'slow,', '-', 'all', 'of', 'them', 'appeared', 'to', 'him,', 'mixed', 'together', 'with', 'strangers', 'and', 'others', 'he', 'had', 'forgotten,', 'but', 'instead', 'of', 'helping', 'him', 'and', 'his', 'family', 'they', 'were', 'all', 'of', 'them', 'inaccessible,', 'and', 'he', 'was', 'glad', 'when', 'they', 'disappeared.', 'other', 'times', 'he', 'was', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'his', 'family,', 'he', 'was', 'filled', 'with', 'simple', 'rage', 'about', 'the', 'lack', 'of', 'attention', 'he', 'was', 'shown,', 'and', 'although', 'he', 'could', 'think', 'of', 'nothing', 'he', 'would', 'have', 'wanted,', 'he', 'made', 'plans', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantry', 'where', 'he', 'could', 'take', 'all', 'the', 'things', 'he', 'was', 'entitled', 'to,', 'even', 'if', 'he', 'was', 'not', 'hungry.', "gregor's", 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'please', 'him', 'but', 'would', 'hurriedly', 'push', 'some', 'food', 'or', 'other', 'into', 'his', 'room', 'with', 'her', 'foot', 'before', 'she', 'rushed', 'out', 'to', 'work', 'in', 'the', 'morning', 'and', 'at', 'midday,', 'and', 'in', 'the', 'evening', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom,', 'indifferent', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', '-', 'more', 'often', 'than', 'not', '-', 'had', 'been', 'left', 'totally', 'untouched.', 'she', 'still', 'cleared', 'up', 'the', 'room', 'in', 'the', 'evening,', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'any', 'quicker', 'about', 'it.', 'smears', 'of', 'dirt', 'were', 'left', 'on', 'the', 'walls,', 'here', 'and', 'there', 'were', 'little', 'balls', 'of', 'dust', 'and', 'filth.', 'at', 'first,', 'gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'places', 'when', 'his', 'sister', 'arrived', 'as', 'a', 'reproach', 'to', 'her,', 'but', 'he', 'could', 'have', 'stayed', 'there', 'for', 'weeks', 'without', 'his', 'sister', 'doing', 'anything', 'about', 'it;', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simply', 'decided', 'to', 'leave', 'him', 'to', 'it.', 'at', 'the', 'same', 'time', 'she', 'became', 'touchy', 'in', 'a', 'way', 'that', 'was', 'quite', 'new', 'for', 'her', 'and', 'which', 'everyone', 'in', 'the', 'family', 'understood', '-', 'cleaning', 'up', "gregor's", 'room', 'was', 'for', 'her', 'and', 'her', 'alone.', "gregor's", 'mother', 'did', 'once', 'thoroughly', 'clean', 'his', 'room,', 'and', 'needed', 'to', 'use', 'several', 'bucketfuls', 'of', 'water', 'to', 'do', 'it', '-', 'although', 'that', 'much', 'dampness', 'also', 'made', 'gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch,', 'bitter', 'and', 'immobile.', 'but', 'his', 'mother', 'was', 'to', 'be', 'punished', 'still', 'more', 'for', 'what', 'she', 'had', 'done,', 'as', 'hardly', 'had', 'his', 'sister', 'arrived', 'home', 'in', 'the', 'evening', 'than', 'she', 'noticed', 'the', 'change', 'in', "gregor's", 'room', 'and,', 'highly', 'aggrieved,', 'ran', 'back', 'into', 'the', 'living', 'room', 'where,', 'despite', 'her', 'mothers', 'raised', 'and', 'imploring', 'hands,', 'she', 'broke', 'into', 'convulsive', 'tears.', 'her', 'father,', 'of', 'course,', 'was', 'startled', 'out', 'of', 'his', 'chair', 'and', 'the', 'two', 'parents', 'looked', 'on', 'astonished', 'and', 'helpless;', 'then', 'they,', 'too,', 'became', 'agitated;', "gregor's", 'father,', 'standing', 'to', 'the', 'right', 'of', 'his', 'mother,', 'accused', 'her', 'of', 'not', 'leaving', 'the', 'cleaning', 'of', "gregor's", 'room', 'to', 'his', 'sister;', 'from', 'her', 'left,', "gregor's", 'sister', 'screamed', 'at', 'her', 'that', 'she', 'was', 'never', 'to', 'clean', "gregor's", 'room', 'again;', 'while', 'his', 'mother', 'tried', 'to', 'draw', 'his', 'father,', 'who', 'was', 'beside', 'himself', 'with', 'anger,', 'into', 'the', 'bedroom;', 'his', 'sister,', 'quaking', 'with', 'tears,', 'thumped', 'on', 'the', 'table', 'with', 'her', 'small', 'fists;', 'and', 'gregor', 'hissed', 'in', 'anger', 'that', 'no-one', 'had', 'even', 'thought', 'of', 'closing', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'this', 'and', 'all', 'its', 'noise.', "gregor's", 'sister', 'was', 'exhausted', 'from', 'going', 'out', 'to', 'work,', 'and', 'looking', 'after', 'gregor', 'as', 'she', 'had', 'done', 'before', 'was', 'even', 'more', 'work', 'for', 'her,', 'but', 'even', 'so', 'his', 'mother', 'ought', 'certainly', 'not', 'to', 'have', 'taken', 'her', 'place.', 'gregor,', 'on', 'the', 'other', 'hand,', 'ought', 'not', 'to', 'be', 'neglected.', 'now,', 'though,', 'the', 'charwoman', 'was', 'here.', 'this', 'elderly', 'widow,', 'with', 'a', 'robust', 'bone', 'structure', 'that', 'made', 'her', 'able', 'to', 'withstand', 'the', 'hardest', 'of', 'things', 'in', 'her', 'long', 'life,', "wasn't", 'really', 'repelled', 'by', 'gregor.', 'just', 'by', 'chance', 'one', 'day,', 'rather', 'than', 'any', 'real', 'curiosity,', 'she', 'opened', 'the', 'door', 'to', "gregor's", 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him.', 'he', 'was', 'taken', 'totally', 'by', 'surprise,', 'no-one', 'was', 'chasing', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amazement', 'with', 'her', 'hands', 'crossed', 'in', 'front', 'of', 'her.', 'from', 'then', 'on', 'she', 'never', 'failed', 'to', 'open', 'the', 'door', 'slightly', 'every', 'evening', 'and', 'morning', 'and', 'look', 'briefly', 'in', 'on', 'him.', 'at', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'words', 'that', 'she', 'probably', 'considered', 'friendly,', 'such', 'as', '"come', 'on', 'then,', 'you', 'old', 'dung-beetle!",', 'or', '"look', 'at', 'the', 'old', 'dung-beetle', 'there!"', 'gregor', 'never', 'responded', 'to', 'being', 'spoken', 'to', 'in', 'that', 'way,', 'but', 'just', 'remained', 'where', 'he', 'was', 'without', 'moving', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'opened.', 'if', 'only', 'they', 'had', 'told', 'this', 'charwoman', 'to', 'clean', 'up', 'his', 'room', 'every', 'day', 'instead', 'of', 'letting', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenever', 'she', 'felt', 'like', 'it!', 'one', 'day,', 'early', 'in', 'the', 'morning', 'while', 'a', 'heavy', 'rain', 'struck', 'the', 'windowpanes,', 'perhaps', 'indicating', 'that', 'spring', 'was', 'coming,', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'once', 'again.', 'gregor', 'was', 'so', 'resentful', 'of', 'it', 'that', 'he', 'started', 'to', 'move', 'toward', 'her,', 'he', 'was', 'slow', 'and', 'infirm,', 'but', 'it', 'was', 'like', 'a', 'kind', 'of', 'attack.', 'instead', 'of', 'being', 'afraid,', 'the', 'charwoman', 'just', 'lifted', 'up', 'one', 'of', 'the', 'chairs', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open,', 'clearly', 'intending', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slammed', 'down', 'into', "gregor's", 'back.', '"aren\'t', 'you', 'coming', 'any', 'closer,', 'then?",', 'she', 'asked', 'when', 'gregor', 'turned', 'round', 'again,', 'and', 'she', 'calmly', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner.', 'gregor', 'had', 'almost', 'entirely', 'stopped', 'eating.', 'only', 'if', 'he', 'happened', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepared', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'his', 'mouth', 'to', 'play', 'with', 'it,', 'leave', 'it', 'there', 'a', 'few', 'hours', 'and', 'then,', 'more', 'often', 'than', 'not,', 'spit', 'it', 'out', 'again.', 'at', 'first', 'he', 'thought', 'it', 'was', 'distress', 'at', 'the', 'state', 'of', 'his', 'room', 'that', 'stopped', 'him', 'eating,', 'but', 'he', 'had', 'soon', 'got', 'used', 'to', 'the', 'changes', 'made', 'there.', 'they', 'had', 'got', 'into', 'the', 'habit', 'of', 'putting', 'things', 'into', 'this', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywhere', 'else,', 'and', 'there', 'were', 'now', 'many', 'such', 'things', 'as', 'one', 'of', 'the', 'rooms', 'in', 'the', 'flat', 'had', 'been', 'rented', 'out', 'to', 'three', 'gentlemen.', 'these', 'earnest', 'gentlemen', '-', 'all', 'three', 'of', 'them', 'had', 'full', 'beards,', 'as', 'gregor', 'learned', 'peering', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', '-', 'were', 'painfully', 'insistent', 'on', "things'", 'being', 'tidy.', 'this', 'meant', 'not', 'only', 'in', 'their', 'own', 'room', 'but,', 'since', 'they', 'had', 'taken', 'a', 'room', 'in', 'this', 'establishment,', 'in', 'the', 'entire', 'flat', 'and', 'especially', 'in', 'the', 'kitchen.', 'unnecessary', 'clutter', 'was', 'something', 'they', 'could', 'not', 'tolerate,', 'especially', 'if', 'it', 'was', 'dirty.', 'they', 'had', 'moreover', 'brought', 'most', 'of', 'their', 'own', 'furnishings', 'and', 'equipment', 'with', 'them.', 'for', 'this', 'reason,', 'many', 'things', 'had', 'become', 'superfluous', 'which,', 'although', 'they', 'could', 'not', 'be', 'sold,', 'the', 'family', 'did', 'not', 'wish', 'to', 'discard.', 'all', 'these', 'things', 'found', 'their', 'way', 'into', "gregor's", 'room.', 'the', 'dustbins', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too.', 'the', 'charwoman', 'was', 'always', 'in', 'a', 'hurry,', 'and', 'anything', 'she', "couldn't", 'use', 'for', 'the', 'time', 'being', 'she', 'would', 'just', 'chuck', 'in', 'there.', 'he,', 'fortunately,', 'would', 'usually', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it.', 'the', 'woman', 'most', 'likely', 'meant', 'to', 'fetch', 'the', 'things', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportunity,', 'or', 'to', 'throw', 'everything', 'out', 'in', 'one', 'go,', 'but', 'what', 'actually', 'happened', 'was', 'that', 'they', 'were', 'left', 'where', 'they', 'landed', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'gregor', 'made', 'his', 'way', 'through', 'the', 'junk', 'and', 'moved', 'it', 'somewhere', 'else.', 'at', 'first', 'he', 'moved', 'it', 'because,', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about,', 'he', 'was', 'forced', 'to,', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'moving', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tired', 'to', 'death,', 'and', 'he', 'would', 'remain', 'immobile', 'for', 'hours', 'afterwards.', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'would', 'sometimes', 'take', 'their', 'evening', 'meal', 'at', 'home', 'in', 'the', 'living', 'room', 'that', 'was', 'used', 'by', 'everyone,', 'and', 'so', 'the', 'door', 'to', 'this', 'room', 'was', 'often', 'kept', 'closed', 'in', 'the', 'evening.', 'but', 'gregor', 'found', 'it', 'easy', 'to', 'give', 'up', 'having', 'the', 'door', 'open,', 'he', 'had,', 'after', 'all,', 'often', 'failed', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'was', 'open', 'and,', 'without', 'the', 'family', 'having', 'noticed', 'it,', 'lain', 'in', 'his', 'room', 'in', 'its', 'darkest', 'corner.', 'one', 'time,', 'though,', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'living', 'room', 'slightly', 'open,', 'and', 'it', 'remained', 'open', 'when', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'came', 'in', 'in', 'the', 'evening', 'and', 'the', 'light', 'was', 'put', 'on.', 'they', 'sat', 'up', 'at', 'the', 'table', 'where,', 'formerly,', 'gregor', 'had', 'taken', 'his', 'meals', 'with', 'his', 'father', 'and', 'mother,', 'they', 'unfolded', 'the', 'serviettes', 'and', 'picked', 'up', 'their', 'knives', 'and', 'forks.', "gregor's", 'mother', 'immediately', 'appeared', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'his', 'sister', 'with', 'a', 'dish', 'piled', 'high', 'with', 'potatoes.', 'the', 'food', 'was', 'steaming,', 'and', 'filled', 'the', 'room', 'with', 'its', 'smell.', 'the', 'gentlemen', 'bent', 'over', 'the', 'dishes', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'wanted', 'to', 'test', 'the', 'food', 'before', 'eating', 'it,', 'and', 'the', 'gentleman', 'in', 'the', 'middle,', 'who', 'seemed', 'to', 'count', 'as', 'an', 'authority', 'for', 'the', 'other', 'two,', 'did', 'indeed', 'cut', 'off', 'a', 'piece', 'of', 'meat', 'while', 'it', 'was', 'still', 'in', 'its', 'dish,', 'clearly', 'wishing', 'to', 'establish', 'whether', 'it', 'was', 'sufficiently', 'cooked', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen.', 'it', 'was', 'to', 'his', 'satisfaction,', 'and', "gregor's", 'mother', 'and', 'sister,', 'who', 'had', 'been', 'looking', 'on', 'anxiously,', 'began', 'to', 'breathe', 'again', 'and', 'smiled.', 'the', 'family', 'themselves', 'ate', 'in', 'the', 'kitchen.', 'nonetheless,', "gregor's", 'father', 'came', 'into', 'the', 'living', 'room', 'before', 'he', 'went', 'into', 'the', 'kitchen,', 'bowed', 'once', 'with', 'his', 'cap', 'in', 'his', 'hand', 'and', 'did', 'his', 'round', 'of', 'the', 'table.', 'the', 'gentlemen', 'stood', 'as', 'one,', 'and', 'mumbled', 'something', 'into', 'their', 'beards.', 'then,', 'once', 'they', 'were', 'alone,', 'they', 'ate', 'in', 'near', 'perfect', 'silence.', 'it', 'seemed', 'remarkable', 'to', 'gregor', 'that', 'above', 'all', 'the', 'various', 'noises', 'of', 'eating', 'their', 'chewing', 'teeth', 'could', 'still', 'be', 'heard,', 'as', 'if', 'they', 'had', 'wanted', 'to', 'show', 'gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'was', 'not', 'possible', 'to', 'perform', 'anything', 'with', 'jaws', 'that', 'are', 'toothless', 'however', 'nice', 'they', 'might', 'be.', '"i\'d', 'like', 'to', 'eat', 'something",', 'said', 'gregor', 'anxiously,', '"but', 'not', 'anything', 'like', "they're", 'eating.', 'they', 'do', 'feed', 'themselves.', 'and', 'here', 'i', 'am,', 'dying!"', 'throughout', 'all', 'this', 'time,', 'gregor', 'could', 'not', 'remember', 'having', 'heard', 'the', 'violin', 'being', 'played,', 'but', 'this', 'evening', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen.', 'the', 'three', 'gentlemen', 'had', 'already', 'finished', 'their', 'meal,', 'the', 'one', 'in', 'the', 'middle', 'had', 'produced', 'a', 'newspaper,', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'others,', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chairs', 'reading', 'them', 'and', 'smoking.', 'when', 'the', 'violin', 'began', 'playing', 'they', 'became', 'attentive,', 'stood', 'up', 'and', 'went', 'on', 'tip-toe', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'pressed', 'against', 'each', 'other.', 'someone', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen,', 'as', "gregor's", 'father', 'called', 'out:', '"is', 'the', 'playing', 'perhaps', 'unpleasant', 'for', 'the', 'gentlemen?', 'we', 'can', 'stop', 'it', 'straight', 'away."', '"on', 'the', 'contrary",', 'said', 'the', 'middle', 'gentleman,', '"would', 'the', 'young', 'lady', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room,', 'where', 'it', 'is,', 'after', 'all,', 'much', 'more', 'cosy', 'and', 'comfortable?"', '"oh', 'yes,', "we'd", 'love', 'to",', 'called', 'back', "gregor's", 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself.', 'the', 'gentlemen', 'stepped', 'back', 'into', 'the', 'room', 'and', 'waited.', "gregor's", 'father', 'soon', 'appeared', 'with', 'the', 'music', 'stand,', 'his', 'mother', 'with', 'the', 'music', 'and', 'his', 'sister', 'with', 'the', 'violin.', 'she', 'calmly', 'prepared', 'everything', 'for', 'her', 'to', 'begin', 'playing;', 'his', 'parents,', 'who', 'had', 'never', 'rented', 'a', 'room', 'out', 'before', 'and', 'therefore', 'showed', 'an', 'exaggerated', 'courtesy', 'towards', 'the', 'three', 'gentlemen,', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chairs;', 'his', 'father', 'leant', 'against', 'the', 'door', 'with', 'his', 'right', 'hand', 'pushed', 'in', 'between', 'two', 'buttons', 'on', 'his', 'uniform', 'coat;', 'his', 'mother,', 'though,', 'was', 'offered', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', '-', 'leaving', 'the', 'chair', 'where', 'the', 'gentleman', 'happened', 'to', 'have', 'placed', 'it', '-', 'out', 'of', 'the', 'way', 'in', 'a', 'corner.', 'his', 'sister', 'began', 'to', 'play;', 'father', 'and', 'mother', 'paid', 'close', 'attention,', 'one', 'on', 'each', 'side,', 'to', 'the', 'movements', 'of', 'her', 'hands.', 'drawn', 'in', 'by', 'the', 'playing,', 'gregor', 'had', 'dared', 'to', 'come', 'forward', 'a', 'little', 'and', 'already', 'had', 'his', 'head', 'in', 'the', 'living', 'room.', 'before,', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'considerate', 'he', 'was', 'but', 'now', 'it', 'hardly', 'occurred', 'to', 'him', 'that', 'he', 'had', 'become', 'so', 'thoughtless', 'about', 'the', 'others.', "what's", 'more,', 'there', 'was', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'was', 'covered', 'in', 'the', 'dust', 'that', 'lay', 'everywhere', 'in', 'his', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement;', 'he', 'carried', 'threads,', 'hairs,', 'and', 'remains', 'of', 'food', 'about', 'on', 'his', 'back', 'and', 'sides;', 'he', 'was', 'much', 'too', 'indifferent', 'to', 'everything', 'now', 'to', 'lay', 'on', 'his', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'used', 'to', 'do', 'several', 'times', 'a', 'day.', 'and', 'despite', 'this', 'condition,', 'he', 'was', 'not', 'too', 'shy', 'to', 'move', 'forward', 'a', 'little', 'onto', 'the', 'immaculate', 'floor', 'of', 'the', 'living', 'room.', 'no-one', 'noticed', 'him,', 'though.', 'the', 'family', 'was', 'totally', 'preoccupied', 'with', 'the', 'violin', 'playing;', 'at', 'first,', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hands', 'in', 'their', 'pockets', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'notes', 'being', 'played,', 'and', 'they', 'must', 'have', 'disturbed', "gregor's", 'sister,', 'but', 'soon,', 'in', 'contrast', 'with', 'the', 'family,', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'heads', 'sunk', 'and', 'talking', 'to', 'each', 'other', 'at', 'half', 'volume,', 'and', 'they', 'stayed', 'by', 'the', 'window', 'while', "gregor's", 'father', 'observed', 'them', 'anxiously.', 'it', 'really', 'now', 'seemed', 'very', 'obvious', 'that', 'they', 'had', 'expected', 'to', 'hear', 'some', 'beautiful', 'or', 'entertaining', 'violin', 'playing', 'but', 'had', 'been', 'disappointed,', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'performance', 'and', 'it', 'was', 'only', 'now', 'out', 'of', 'politeness', 'that', 'they', 'allowed', 'their', 'peace', 'to', 'be', 'disturbed.', 'it', 'was', 'especially', 'unnerving,', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarettes', 'upwards', 'from', 'their', 'mouth', 'and', 'noses.', 'yet', "gregor's", 'sister', 'was', 'playing', 'so', 'beautifully.', 'her', 'face', 'was', 'leant', 'to', 'one', 'side,', 'following', 'the', 'lines', 'of', 'music', 'with', 'a', 'careful', 'and', 'melancholy', 'expression.', 'gregor', 'crawled', 'a', 'little', 'further', 'forward,', 'keeping', 'his', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eyes', 'if', 'the', 'chance', 'came.', 'was', 'he', 'an', 'animal', 'if', 'music', 'could', 'captivate', 'him', 'so?', 'it', 'seemed', 'to', 'him', 'that', 'he', 'was', 'being', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourishment', 'he', 'had', 'been', 'yearning', 'for.', 'he', 'was', 'determined', 'to', 'make', 'his', 'way', 'forward', 'to', 'his', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'his', 'room', 'with', 'her', 'violin,', 'as', 'no-one', 'appreciated', 'her', 'playing', 'here', 'as', 'much', 'as', 'he', 'would.', 'he', 'never', 'wanted', 'to', 'let', 'her', 'out', 'of', 'his', 'room,', 'not', 'while', 'he', 'lived,', 'anyway;', 'his', 'shocking', 'appearance', 'should,', 'for', 'once,', 'be', 'of', 'some', 'use', 'to', 'him;', 'he', 'wanted', 'to', 'be', 'at', 'every', 'door', 'of', 'his', 'room', 'at', 'once', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attackers;', 'his', 'sister', 'should', 'not', 'be', 'forced', 'to', 'stay', 'with', 'him,', 'though,', 'but', 'stay', 'of', 'her', 'own', 'free', 'will;', 'she', 'would', 'sit', 'beside', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'always', 'intended', 'to', 'send', 'her', 'to', 'the', 'conservatory,', 'how', 'he', 'would', 'have', 'told', 'everyone', 'about', 'it', 'last', 'christmas', '-', 'had', 'christmas', 'really', 'come', 'and', 'gone', 'already?', '-', 'if', 'this', 'misfortune', "hadn't", 'got', 'in', 'the', 'way,', 'and', 'refuse', 'to', 'let', 'anyone', 'dissuade', 'him', 'from', 'it.', 'on', 'hearing', 'all', 'this,', 'his', 'sister', 'would', 'break', 'out', 'in', 'tears', 'of', 'emotion,', 'and', 'gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck,', 'which,', 'since', 'she', 'had', 'been', 'going', 'out', 'to', 'work,', 'she', 'had', 'kept', 'free', 'without', 'any', 'necklace', 'or', 'collar.', '"mr.', 'samsa!",', 'shouted', 'the', 'middle', 'gentleman', 'to', "gregor's", 'father,', 'pointing,', 'without', 'wasting', 'any', 'more', 'words,', 'with', 'his', 'forefinger', 'at', 'gregor', 'as', 'he', 'slowly', 'moved', 'forward.', 'the', 'violin', 'went', 'silent,', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'first', 'smiled', 'at', 'his', 'two', 'friends,', 'shaking', 'his', 'head,', 'and', 'then', 'looked', 'back', 'at', 'gregor.', 'his', 'father', 'seemed', 'to', 'think', 'it', 'more', 'important', 'to', 'calm', 'the', 'three', 'gentlemen', 'before', 'driving', 'gregor', 'out,', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seemed', 'to', 'think', 'gregor', 'was', 'more', 'entertaining', 'than', 'the', 'violin', 'playing', 'had', 'been.', 'he', 'rushed', 'up', 'to', 'them', 'with', 'his', 'arms', 'spread', 'out', 'and', 'attempted', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'trying', 'to', 'block', 'their', 'view', 'of', 'gregor', 'with', 'his', 'body.', 'now', 'they', 'did', 'become', 'a', 'little', 'annoyed,', 'and', 'it', 'was', 'not', 'clear', 'whether', 'it', 'was', 'his', "father's", 'behaviour', 'that', 'annoyed', 'them', 'or', 'the', 'dawning', 'realisation', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'gregor', 'in', 'the', 'next', 'room', 'without', 'knowing', 'it.', 'they', 'asked', "gregor's", 'father', 'for', 'explanations,', 'raised', 'their', 'arms', 'like', 'he', 'had,', 'tugged', 'excitedly', 'at', 'their', 'beards', 'and', 'moved', 'back', 'towards', 'their', 'room', 'only', 'very', 'slowly.', 'meanwhile', "gregor's", 'sister', 'had', 'overcome', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'playing', 'was', 'suddenly', 'interrupted.', 'she', 'had', 'let', 'her', 'hands', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limply', 'for', 'a', 'while', 'but', 'continued', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'playing,', 'but', 'then', 'she', 'suddenly', 'pulled', 'herself', 'together,', 'lay', 'the', 'instrument', 'on', 'her', "mother's", 'lap', 'who', 'still', 'sat', 'laboriously', 'struggling', 'for', 'breath', 'where', 'she', 'was,', 'and', 'ran', 'into', 'the', 'next', 'room', 'which,', 'under', 'pressure', 'from', 'her', 'father,', 'the', 'three', 'gentlemen', 'were', 'more', 'quickly', 'moving', 'toward.', 'under', 'his', "sister's", 'experienced', 'hand,', 'the', 'pillows', 'and', 'covers', 'on', 'the', 'beds', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'already', 'finished', 'making', 'the', 'beds', 'and', 'slipped', 'out', 'again', 'before', 'the', 'three', 'gentlemen', 'had', 'reached', 'the', 'room.', "gregor's", 'father', 'seemed', 'so', 'obsessed', 'with', 'what', 'he', 'was', 'doing', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owed', 'to', 'his', 'tenants.', 'he', 'urged', 'them', 'and', 'pressed', 'them', 'until,', 'when', 'he', 'was', 'already', 'at', 'the', 'door', 'of', 'the', 'room,', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'and', 'stamped', 'his', 'foot', 'and', 'thereby', 'brought', "gregor's", 'father', 'to', 'a', 'halt.', '"i', 'declare', 'here', 'and', 'now",', 'he', 'said,', 'raising', 'his', 'hand', 'and', 'glancing', 'at', "gregor's", 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attention', 'too,', '"that', 'with', 'regard', 'to', 'the', 'repugnant', 'conditions', 'that', 'prevail', 'in', 'this', 'flat', 'and', 'with', 'this', 'family"', '-', 'here', 'he', 'looked', 'briefly', 'but', 'decisively', 'at', 'the', 'floor', '-', '"i', 'give', 'immediate', 'notice', 'on', 'my', 'room.', 'for', 'the', 'days', 'that', 'i', 'have', 'been', 'living', 'here', 'i', 'will,', 'of', 'course,', 'pay', 'nothing', 'at', 'all,', 'on', 'the', 'contrary', 'i', 'will', 'consider', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damages', 'from', 'you,', 'and', 'believe', 'me', 'it', 'would', 'be', 'very', 'easy', 'to', 'set', 'out', 'the', 'grounds', 'for', 'such', 'an', 'action."', 'he', 'was', 'silent', 'and', 'looked', 'straight', 'ahead', 'as', 'if', 'waiting', 'for', 'something.', 'and', 'indeed,', 'his', 'two', 'friends', 'joined', 'in', 'with', 'the', 'words:', '"and', 'we', 'also', 'give', 'immediate', 'notice."', 'with', 'that,', 'he', 'took', 'hold', 'of', 'the', 'door', 'handle', 'and', 'slammed', 'the', 'door.', "gregor's", 'father', 'staggered', 'back', 'to', 'his', 'seat,', 'feeling', 'his', 'way', 'with', 'his', 'hands,', 'and', 'fell', 'into', 'it;', 'it', 'looked', 'as', 'if', 'he', 'was', 'stretching', 'himself', 'out', 'for', 'his', 'usual', 'evening', 'nap', 'but', 'from', 'the', 'uncontrolled', 'way', 'his', 'head', 'kept', 'nodding', 'it', 'could', 'be', 'seen', 'that', 'he', 'was', 'not', 'sleeping', 'at', 'all.', 'throughout', 'all', 'this,', 'gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him.', 'his', 'disappointment', 'at', 'the', 'failure', 'of', 'his', 'plan,', 'and', 'perhaps', 'also', 'because', 'he', 'was', 'weak', 'from', 'hunger,', 'made', 'it', 'impossible', 'for', 'him', 'to', 'move.', 'he', 'was', 'sure', 'that', 'everyone', 'would', 'turn', 'on', 'him', 'any', 'moment,', 'and', 'he', 'waited.', 'he', 'was', 'not', 'even', 'startled', 'out', 'of', 'this', 'state', 'when', 'the', 'violin', 'on', 'his', "mother's", 'lap', 'fell', 'from', 'her', 'trembling', 'fingers', 'and', 'landed', 'loudly', 'on', 'the', 'floor.', '"father,', 'mother",', 'said', 'his', 'sister,', 'hitting', 'the', 'table', 'with', 'her', 'hand', 'as', 'introduction,', '"we', "can't", 'carry', 'on', 'like', 'this.', 'maybe', 'you', "can't", 'see', 'it,', 'but', 'i', 'can.', 'i', "don't", 'want', 'to', 'call', 'this', 'monster', 'my', 'brother,', 'all', 'i', 'can', 'say', 'is:', 'we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it.', "we've", 'done', 'all', "that's", 'humanly', 'possible', 'to', 'look', 'after', 'it', 'and', 'be', 'patient,', 'i', "don't", 'think', 'anyone', 'could', 'accuse', 'us', 'of', 'doing', 'anything', 'wrong."', '"she\'s', 'absolutely', 'right",', 'said', "gregor's", 'father', 'to', 'himself.', 'his', 'mother,', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath,', 'began', 'to', 'cough', 'dully,', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'deranged', 'expression', 'in', 'her', 'eyes.', "gregor's", 'sister', 'rushed', 'to', 'his', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead.', 'her', 'words', 'seemed', 'to', 'give', "gregor's", 'father', 'some', 'more', 'definite', 'ideas.', 'he', 'sat', 'upright,', 'played', 'with', 'his', 'uniform', 'cap', 'between', 'the', 'plates', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal,', 'and', 'occasionally', 'looked', 'down', 'at', 'gregor', 'as', 'he', 'lay', 'there', 'immobile.', '"we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it",', 'said', "gregor's", 'sister,', 'now', 'speaking', 'only', 'to', 'her', 'father,', 'as', 'her', 'mother', 'was', 'too', 'occupied', 'with', 'coughing', 'to', 'listen,', '"it\'ll', 'be', 'the', 'death', 'of', 'both', 'of', 'you,', 'i', 'can', 'see', 'it', 'coming.', 'we', "can't", 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortured', 'like', 'this,', 'we', "can't", 'endure', 'it.', 'i', "can't", 'endure', 'it', 'any', 'more."', 'and', 'she', 'broke', 'out', 'so', 'heavily', 'in', 'tears', 'that', 'they', 'flowed', 'down', 'the', 'face', 'of', 'her', 'mother,', 'and', 'she', 'wiped', 'them', 'away', 'with', 'mechanical', 'hand', 'movements.', '"my', 'child",', 'said', 'her', 'father', 'with', 'sympathy', 'and', 'obvious', 'understanding,', '"what', 'are', 'we', 'to', 'do?"', 'his', 'sister', 'just', 'shrugged', 'her', 'shoulders', 'as', 'a', 'sign', 'of', 'the', 'helplessness', 'and', 'tears', 'that', 'had', 'taken', 'hold', 'of', 'her,', 'displacing', 'her', 'earlier', 'certainty.', '"if', 'he', 'could', 'just', 'understand', 'us",', 'said', 'his', 'father', 'almost', 'as', 'a', 'question;', 'his', 'sister', 'shook', 'her', 'hand', 'vigorously', 'through', 'her', 'tears', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'was', 'no', 'question.', '"if', 'he', 'could', 'just', 'understand', 'us",', 'repeated', "gregor's", 'father,', 'closing', 'his', 'eyes', 'in', 'acceptance', 'of', 'his', "sister's", 'certainty', 'that', 'that', 'was', 'quite', 'impossible,', '"then', 'perhaps', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrangement', 'with', 'him.', 'but', 'as', 'it', 'is', '..."', '"it\'s', 'got', 'to', 'go",', 'shouted', 'his', 'sister,', '"that\'s', 'the', 'only', 'way,', 'father.', "you've", 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', "that's", 'gregor.', "we've", 'only', 'harmed', 'ourselves', 'by', 'believing', 'it', 'for', 'so', 'long.', 'how', 'can', 'that', 'be', 'gregor?', 'if', 'it', 'were', 'gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', "it's", 'not', 'possible', 'for', 'human', 'beings', 'to', 'live', 'with', 'an', 'animal', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'his', 'own', 'free', 'will.', 'we', "wouldn't", 'have', 'a', 'brother', 'any', 'more,', 'then,', 'but', 'we', 'could', 'carry', 'on', 'with', 'our', 'lives', 'and', 'remember', 'him', 'with', 'respect.', 'as', 'it', 'is', 'this', 'animal', 'is', 'persecuting', 'us,', "it's", 'driven', 'out', 'our', 'tenants,', 'it', 'obviously', 'wants', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'force', 'us', 'to', 'sleep', 'on', 'the', 'streets.', 'father,', 'look,', 'just', 'look",', 'she', 'suddenly', 'screamed,', '"he\'s', 'starting', 'again!"', 'in', 'her', 'alarm,', 'which', 'was', 'totally', 'beyond', "gregor's", 'comprehension,', 'his', 'sister', 'even', 'abandoned', 'his', 'mother', 'as', 'she', 'pushed', 'herself', 'vigorously', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'willing', 'to', 'sacrifice', 'her', 'own', 'mother', 'than', 'stay', 'anywhere', 'near', 'gregor.', 'she', 'rushed', 'over', 'to', 'behind', 'her', 'father,', 'who', 'had', 'become', 'excited', 'merely', 'because', 'she', 'was', 'and', 'stood', 'up', 'half', 'raising', 'his', 'hands', 'in', 'front', 'of', "gregor's", 'sister', 'as', 'if', 'to', 'protect', 'her.', 'but', 'gregor', 'had', 'had', 'no', 'intention', 'of', 'frightening', 'anyone,', 'least', 'of', 'all', 'his', 'sister.', 'all', 'he', 'had', 'done', 'was', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'his', 'room,', 'although', 'that', 'was', 'in', 'itself', 'quite', 'startling', 'as', 'his', 'pain-wracked', 'condition', 'meant', 'that', 'turning', 'round', 'required', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'was', 'using', 'his', 'head', 'to', 'help', 'himself', 'do', 'it,', 'repeatedly', 'raising', 'it', 'and', 'striking', 'it', 'against', 'the', 'floor.', 'he', 'stopped', 'and', 'looked', 'round.', 'they', 'seemed', 'to', 'have', 'realised', 'his', 'good', 'intention', 'and', 'had', 'only', 'been', 'alarmed', 'briefly.', 'now', 'they', 'all', 'looked', 'at', 'him', 'in', 'unhappy', 'silence.', 'his', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'legs', 'stretched', 'out', 'and', 'pressed', 'against', 'each', 'other,', 'her', 'eyes', 'nearly', 'closed', 'with', 'exhaustion;', 'his', 'sister', 'sat', 'next', 'to', 'his', 'father', 'with', 'her', 'arms', 'around', 'his', 'neck.', '"maybe', 'now', "they'll", 'let', 'me', 'turn', 'round",', 'thought', 'gregor', 'and', 'went', 'back', 'to', 'work.', 'he', 'could', 'not', 'help', 'panting', 'loudly', 'with', 'the', 'effort', 'and', 'had', 'sometimes', 'to', 'stop', 'and', 'take', 'a', 'rest.', 'no-one', 'was', 'making', 'him', 'rush', 'any', 'more,', 'everything', 'was', 'left', 'up', 'to', 'him.', 'as', 'soon', 'as', 'he', 'had', 'finally', 'finished', 'turning', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead.', 'he', 'was', 'amazed', 'at', 'the', 'great', 'distance', 'that', 'separated', 'him', 'from', 'his', 'room,', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'covered', 'that', 'distance', 'in', 'his', 'weak', 'state', 'a', 'little', 'while', 'before', 'and', 'almost', 'without', 'noticing', 'it.', 'he', 'concentrated', 'on', 'crawling', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardly', 'noticed', 'that', 'there', 'was', 'not', 'a', 'word,', 'not', 'any', 'cry,', 'from', 'his', 'family', 'to', 'distract', 'him.', 'he', 'did', 'not', 'turn', 'his', 'head', 'until', 'he', 'had', 'reached', 'the', 'doorway.', 'he', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'his', 'neck', 'becoming', 'stiff,', 'but', 'it', 'was', 'nonetheless', 'enough', 'to', 'see', 'that', 'nothing', 'behind', 'him', 'had', 'changed,', 'only', 'his', 'sister', 'had', 'stood', 'up.', 'with', 'his', 'last', 'glance', 'he', 'saw', 'that', 'his', 'mother', 'had', 'now', 'fallen', 'completely', 'asleep.', 'he', 'was', 'hardly', 'inside', 'his', 'room', 'before', 'the', 'door', 'was', 'hurriedly', 'shut,', 'bolted', 'and', 'locked.', 'the', 'sudden', 'noise', 'behind', 'gregor', 'so', 'startled', 'him', 'that', 'his', 'little', 'legs', 'collapsed', 'under', 'him.', 'it', 'was', 'his', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush.', 'she', 'had', 'been', 'standing', 'there', 'waiting', 'and', 'sprung', 'forward', 'lightly,', 'gregor', 'had', 'not', 'heard', 'her', 'coming', 'at', 'all,', 'and', 'as', 'she', 'turned', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudly', 'to', 'her', 'parents', '"at', 'last!".', '"what', 'now,', 'then?",', 'gregor', 'asked', 'himself', 'as', 'he', 'looked', 'round', 'in', 'the', 'darkness.', 'he', 'soon', 'made', 'the', 'discovery', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all.', 'this', 'was', 'no', 'surprise', 'to', 'him,', 'it', 'seemed', 'rather', 'that', 'being', 'able', 'to', 'actually', 'move', 'around', 'on', 'those', 'spindly', 'little', 'legs', 'until', 'then', 'was', 'unnatural.', 'he', 'also', 'felt', 'relatively', 'comfortable.', 'it', 'is', 'true', 'that', 'his', 'entire', 'body', 'was', 'aching,', 'but', 'the', 'pain', 'seemed', 'to', 'be', 'slowly', 'getting', 'weaker', 'and', 'weaker', 'and', 'would', 'finally', 'disappear', 'altogether.', 'he', 'could', 'already', 'hardly', 'feel', 'the', 'decayed', 'apple', 'in', 'his', 'back', 'or', 'the', 'inflamed', 'area', 'around', 'it,', 'which', 'was', 'entirely', 'covered', 'in', 'white', 'dust.', 'he', 'thought', 'back', 'of', 'his', 'family', 'with', 'emotion', 'and', 'love.', 'if', 'it', 'was', 'possible,', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongly', 'than', 'his', 'sister.', 'he', 'remained', 'in', 'this', 'state', 'of', 'empty', 'and', 'peaceful', 'rumination', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morning.', 'he', 'watched', 'as', 'it', 'slowly', 'began', 'to', 'get', 'light', 'everywhere', 'outside', 'the', 'window', 'too.', 'then,', 'without', 'his', 'willing', 'it,', 'his', 'head', 'sank', 'down', 'completely,', 'and', 'his', 'last', 'breath', 'flowed', 'weakly', 'from', 'his', 'nostrils.', 'when', 'the', 'cleaner', 'came', 'in', 'early', 'in', 'the', 'morning', '-', "they'd", 'often', 'asked', 'her', 'not', 'to', 'keep', 'slamming', 'the', 'doors', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurry', 'she', 'still', 'did,', 'so', 'that', 'everyone', 'in', 'the', 'flat', 'knew', 'when', "she'd", 'arrived', 'and', 'from', 'then', 'on', 'it', 'was', 'impossible', 'to', 'sleep', 'in', 'peace', '-', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'gregor', 'and', 'at', 'first', 'found', 'nothing', 'special.', 'she', 'thought', 'he', 'was', 'laying', 'there', 'so', 'still', 'on', 'purpose,', 'playing', 'the', 'martyr;', 'she', 'attributed', 'all', 'possible', 'understanding', 'to', 'him.', 'she', 'happened', 'to', 'be', 'holding', 'the', 'long', 'broom', 'in', 'her', 'hand,', 'so', 'she', 'tried', 'to', 'tickle', 'gregor', 'with', 'it', 'from', 'the', 'doorway.', 'when', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tried', 'to', 'make', 'a', 'nuisance', 'of', 'herself', 'and', 'poked', 'at', 'him', 'a', 'little,', 'and', 'only', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resistance', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attention.', 'she', 'soon', 'realised', 'what', 'had', 'really', 'happened,', 'opened', 'her', 'eyes', 'wide,', 'whistled', 'to', 'herself,', 'but', 'did', 'not', 'waste', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'doors', 'and', 'shout', 'loudly', 'into', 'the', 'darkness', 'of', 'the', 'bedrooms:', '"come', 'and', "'ave", 'a', 'look', 'at', 'this,', "it's", 'dead,', 'just', 'lying', 'there,', 'stone', 'dead!"', 'mr.', 'and', 'mrs.', 'samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriage', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caused', 'by', 'the', 'cleaner', 'before', 'they', 'could', 'grasp', 'what', 'she', 'was', 'saying.', 'but', 'then,', 'each', 'from', 'his', 'own', 'side,', 'they', 'hurried', 'out', 'of', 'bed.', 'mr.', 'samsa', 'threw', 'the', 'blanket', 'over', 'his', 'shoulders,', 'mrs.', 'samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress;', 'and', 'that', 'is', 'how', 'they', 'went', 'into', "gregor's", 'room.', 'on', 'the', 'way', 'they', 'opened', 'the', 'door', 'to', 'the', 'living', 'room', 'where', 'grete', 'had', 'been', 'sleeping', 'since', 'the', 'three', 'gentlemen', 'had', 'moved', 'in;', 'she', 'was', 'fully', 'dressed', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep,', 'and', 'the', 'paleness', 'of', 'her', 'face', 'seemed', 'to', 'confirm', 'this.', '"dead?",', 'asked', 'mrs.', 'samsa,', 'looking', 'at', 'the', 'charwoman', 'enquiringly,', 'even', 'though', 'she', 'could', 'have', 'checked', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'checking.', '"that\'s', 'what', 'i', 'said",', 'replied', 'the', 'cleaner,', 'and', 'to', 'prove', 'it', 'she', 'gave', "gregor's", 'body', 'another', 'shove', 'with', 'the', 'broom,', 'sending', 'it', 'sideways', 'across', 'the', 'floor.', 'mrs.', 'samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'wanted', 'to', 'hold', 'back', 'the', 'broom,', 'but', 'did', 'not', 'complete', 'it.', '"now', 'then",', 'said', 'mr.', 'samsa,', '"let\'s', 'give', 'thanks', 'to', 'god', 'for', 'that".', 'he', 'crossed', 'himself,', 'and', 'the', 'three', 'women', 'followed', 'his', 'example.', 'grete,', 'who', 'had', 'not', 'taken', 'her', 'eyes', 'from', 'the', 'corpse,', 'said:', '"just', 'look', 'how', 'thin', 'he', 'was.', 'he', "didn't", 'eat', 'anything', 'for', 'so', 'long.', 'the', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in".', "gregor's", 'body', 'was', 'indeed', 'completely', 'dried', 'up', 'and', 'flat,', 'they', 'had', 'not', 'seen', 'it', 'until', 'then,', 'but', 'now', 'he', 'was', 'not', 'lifted', 'up', 'on', 'his', 'little', 'legs,', 'nor', 'did', 'he', 'do', 'anything', 'to', 'make', 'them', 'look', 'away.', '"grete,', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'little', 'while",', 'said', 'mrs.', 'samsa', 'with', 'a', 'pained', 'smile,', 'and', 'grete', 'followed', 'her', 'parents', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'looking', 'back', 'at', 'the', 'body.', 'the', 'cleaner', 'shut', 'the', 'door', 'and', 'opened', 'the', 'window', 'wide.', 'although', 'it', 'was', 'still', 'early', 'in', 'the', 'morning', 'the', 'fresh', 'air', 'had', 'something', 'of', 'warmth', 'mixed', 'in', 'with', 'it.', 'it', 'was', 'already', 'the', 'end', 'of', 'march,', 'after', 'all.', 'the', 'three', 'gentlemen', 'stepped', 'out', 'of', 'their', 'room', 'and', 'looked', 'round', 'in', 'amazement', 'for', 'their', 'breakfasts;', 'they', 'had', 'been', 'forgotten', 'about.', '"where', 'is', 'our', 'breakfast?",', 'the', 'middle', 'gentleman', 'asked', 'the', 'cleaner', 'irritably.', 'she', 'just', 'put', 'her', 'finger', 'on', 'her', 'lips', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', "gregor's", 'room.', 'they', 'did', 'so,', 'and', 'stood', 'around', "gregor's", 'corpse', 'with', 'their', 'hands', 'in', 'the', 'pockets', 'of', 'their', 'well-worn', 'coats.', 'it', 'was', 'now', 'quite', 'light', 'in', 'the', 'room.', 'then', 'the', 'door', 'of', 'the', 'bedroom', 'opened', 'and', 'mr.', 'samsa', 'appeared', 'in', 'his', 'uniform', 'with', 'his', 'wife', 'on', 'one', 'arm', 'and', 'his', 'daughter', 'on', 'the', 'other.', 'all', 'of', 'them', 'had', 'been', 'crying', 'a', 'little;', 'grete', 'now', 'and', 'then', 'pressed', 'her', 'face', 'against', 'her', "father's", 'arm.', '"leave', 'my', 'home.', 'now!",', 'said', 'mr.', 'samsa,', 'indicating', 'the', 'door', 'and', 'without', 'letting', 'the', 'women', 'from', 'him.', '"what', 'do', 'you', 'mean?",', 'asked', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcerted,', 'and', 'he', 'smiled', 'sweetly.', 'the', 'other', 'two', 'held', 'their', 'hands', 'behind', 'their', 'backs', 'and', 'continually', 'rubbed', 'them', 'together', 'in', 'gleeful', 'anticipation', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'only', 'end', 'in', 'their', 'favour.', '"i', 'mean', 'just', 'what', 'i', 'said",', 'answered', 'mr.', 'samsa,', 'and,', 'with', 'his', 'two', 'companions,', 'went', 'in', 'a', 'straight', 'line', 'towards', 'the', 'man.', 'at', 'first,', 'he', 'stood', 'there', 'still,', 'looking', 'at', 'the', 'ground', 'as', 'if', 'the', 'contents', 'of', 'his', 'head', 'were', 'rearranging', 'themselves', 'into', 'new', 'positions.', '"alright,', "we'll", 'go', 'then",', 'he', 'said,', 'and', 'looked', 'up', 'at', 'mr.', 'samsa', 'as', 'if', 'he', 'had', 'been', 'suddenly', 'overcome', 'with', 'humility', 'and', 'wanted', 'permission', 'again', 'from', 'mr.', 'samsa', 'for', 'his', 'decision.', 'mr.', 'samsa', 'merely', 'opened', 'his', 'eyes', 'wide', 'and', 'briefly', 'nodded', 'to', 'him', 'several', 'times.', 'at', 'that,', 'and', 'without', 'delay,', 'the', 'man', 'actually', 'did', 'take', 'long', 'strides', 'into', 'the', 'front', 'hallway;', 'his', 'two', 'friends', 'had', 'stopped', 'rubbing', 'their', 'hands', 'some', 'time', 'before', 'and', 'had', 'been', 'listening', 'to', 'what', 'was', 'being', 'said.', 'now', 'they', 'jumped', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'mr.', 'samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connection', 'with', 'their', 'leader.', 'once', 'there,', 'all', 'three', 'took', 'their', 'hats', 'from', 'the', 'stand,', 'took', 'their', 'sticks', 'from', 'the', 'holder,', 'bowed', 'without', 'a', 'word', 'and', 'left', 'the', 'premises.', 'mr.', 'samsa', 'and', 'the', 'two', 'women', 'followed', 'them', 'out', 'onto', 'the', 'landing;', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', "men's", 'intentions', 'and', 'as', 'they', 'leaned', 'over', 'the', 'landing', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steady', 'progress', 'down', 'the', 'many', 'steps.', 'as', 'they', 'turned', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappeared', 'and', 'would', 'reappear', 'a', 'few', 'moments', 'later;', 'the', 'further', 'down', 'they', 'went,', 'the', 'more', 'that', 'the', 'samsa', 'family', 'lost', 'interest', 'in', 'them;', 'when', 'a', "butcher's", 'boy,', 'proud', 'of', 'posture', 'with', 'his', 'tray', 'on', 'his', 'head,', 'passed', 'them', 'on', 'his', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were,', 'mr.', 'samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'landing', 'and', 'went,', 'as', 'if', 'relieved,', 'back', 'into', 'the', 'flat.', 'they', 'decided', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'was', 'for', 'relaxation', 'and', 'to', 'go', 'for', 'a', 'walk;', 'not', 'only', 'had', 'they', 'earned', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'serious', 'need', 'of', 'it.', 'so', 'they', 'sat', 'at', 'the', 'table', 'and', 'wrote', 'three', 'letters', 'of', 'excusal,', 'mr.', 'samsa', 'to', 'his', 'employers,', 'mrs.', 'samsa', 'to', 'her', 'contractor', 'and', 'grete', 'to', 'her', 'principal.', 'the', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'writing', 'to', 'tell', 'them', 'she', 'was', 'going,', "she'd", 'finished', 'her', 'work', 'for', 'that', 'morning.', 'the', 'three', 'of', 'them', 'at', 'first', 'just', 'nodded', 'without', 'looking', 'up', 'from', 'what', 'they', 'were', 'writing,', 'and', 'it', 'was', 'only', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leave', 'that', 'they', 'looked', 'up', 'in', 'irritation.', '"well?",', 'asked', 'mr.', 'samsa.', 'the', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremendous', 'good', 'news', 'to', 'report,', 'but', 'would', 'only', 'do', 'it', 'if', 'she', 'was', 'clearly', 'asked', 'to.', 'the', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'on', 'her', 'hat,', 'which', 'had', 'been', 'a', 'source', 'of', 'irritation', 'to', 'mr.', 'samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'working', 'for', 'them,', 'swayed', 'gently', 'in', 'all', 'directions.', '"what', 'is', 'it', 'you', 'want', 'then?",', 'asked', 'mrs.', 'samsa,', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for.', '"yes",', 'she', 'answered,', 'and', 'broke', 'into', 'a', 'friendly', 'laugh', 'that', 'made', 'her', 'unable', 'to', 'speak', 'straight', 'away,', '"well', 'then,', 'that', 'thing', 'in', 'there,', 'you', "needn't", 'worry', 'about', 'how', "you're", 'going', 'to', 'get', 'rid', 'of', 'it.', "that's", 'all', 'been', 'sorted', 'out."', 'mrs.', 'samsa', 'and', 'grete', 'bent', 'down', 'over', 'their', 'letters', 'as', 'if', 'intent', 'on', 'continuing', 'with', 'what', 'they', 'were', 'writing;', 'mr.', 'samsa', 'saw', 'that', 'the', 'cleaner', 'wanted', 'to', 'start', 'describing', 'everything', 'in', 'detail', 'but,', 'with', 'outstretched', 'hand,', 'he', 'made', 'it', 'quite', 'clear', 'that', 'she', 'was', 'not', 'to.', 'so,', 'as', 'she', 'was', 'prevented', 'from', 'telling', 'them', 'all', 'about', 'it,', 'she', 'suddenly', 'remembered', 'what', 'a', 'hurry', 'she', 'was', 'in', 'and,', 'clearly', 'peeved,', 'called', 'out', '"cheerio', 'then,', 'everyone",', 'turned', 'round', 'sharply', 'and', 'left,', 'slamming', 'the', 'door', 'terribly', 'as', 'she', 'went.', '"tonight', 'she', 'gets', 'sacked",', 'said', 'mr.', 'samsa,', 'but', 'he', 'received', 'no', 'reply', 'from', 'either', 'his', 'wife', 'or', 'his', 'daughter', 'as', 'the', 'charwoman', 'seemed', 'to', 'have', 'destroyed', 'the', 'peace', 'they', 'had', 'only', 'just', 'gained.', 'they', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remained', 'with', 'their', 'arms', 'around', 'each', 'other.', 'mr.', 'samsa', 'twisted', 'round', 'in', 'his', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watching', 'for', 'a', 'while.', 'then', 'he', 'called', 'out:', '"come', 'here,', 'then.', "let's", 'forget', 'about', 'all', 'that', 'old', 'stuff,', 'shall', 'we.', 'come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attention".', 'the', 'two', 'women', 'immediately', 'did', 'as', 'he', 'said,', 'hurrying', 'over', 'to', 'him', 'where', 'they', 'kissed', 'him', 'and', 'hugged', 'him', 'and', 'then', 'they', 'quickly', 'finished', 'their', 'letters.', 'after', 'that,', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'together,', 'which', 'was', 'something', 'they', 'had', 'not', 'done', 'for', 'months,', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'country', 'outside', 'the', 'town.', 'they', 'had', 'the', 'tram,', 'filled', 'with', 'warm', 'sunshine,', 'all', 'to', 'themselves.', 'leant', 'back', 'comfortably', 'on', 'their', 'seats,', 'they', 'discussed', 'their', 'prospects', 'and', 'found', 'that', 'on', 'closer', 'examination', 'they', 'were', 'not', 'at', 'all', 'bad', '-', 'until', 'then', 'they', 'had', 'never', 'asked', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'jobs', 'which', 'were', 'very', 'good', 'and', 'held', 'particularly', 'good', 'promise', 'for', 'the', 'future.', 'the', 'greatest', 'improvement', 'for', 'the', 'time', 'being,', 'of', 'course,', 'would', 'be', 'achieved', 'quite', 'easily', 'by', 'moving', 'house;', 'what', 'they', 'needed', 'now', 'was', 'a', 'flat', 'that', 'was', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'gregor,', 'one', 'that', 'was', 'in', 'a', 'better', 'location', 'and,', 'most', 'of', 'all,', 'more', 'practical.', 'all', 'the', 'time,', 'grete', 'was', 'becoming', 'livelier.', 'with', 'all', 'the', 'worry', 'they', 'had', 'been', 'having', 'of', 'late', 'her', 'cheeks', 'had', 'become', 'pale,', 'but,', 'while', 'they', 'were', 'talking,', 'mr.', 'and', 'mrs.', 'samsa', 'were', 'struck,', 'almost', 'simultaneously,', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'was', 'blossoming', 'into', 'a', 'well', 'built', 'and', 'beautiful', 'young', 'lady.', 'they', 'became', 'quieter.', 'just', 'from', 'each', "other's", 'glance', 'and', 'almost', 'without', 'knowing', 'it', 'they', 'agreed', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her.', 'and,', 'as', 'if', 'in', 'confirmation', 'of', 'their', 'new', 'dreams', 'and', 'good', 'intentions,', 'as', 'soon', 'as', 'they', 'reached', 'their', 'destination', 'grete', 'was', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'body.', 'updated', 'editions', 'will', 'replace', 'the', 'previous', 'one--the', 'old', 'editions', 'will', 'be', 'renamed.', 'creating', 'the', 'works', 'from', 'public', 'domain', 'print', 'editions', 'means', 'that', 'no', 'one', 'owns', 'a', 'united', 'states', 'copyright', 'in', 'these', 'works,', 'so', 'the', 'foundation', '(and', 'you!)', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'united', 'states', 'without', 'permission', 'and', 'without', 'paying', 'copyright', 'royalties.', 'special', 'rules,', 'set', 'forth', 'in', 'the', 'general', 'terms', 'of', 'use', 'part', 'of', 'this', 'license,', 'apply', 'to', 'copying', 'and', 'distributing', 'project', 'gutenberg-tm', 'electronic', 'works', 'to', 'protect', 'the', 'project', 'gutenberg-tm', 'concept', 'and', 'trademark.', 'project', 'gutenberg', 'is', 'a', 'registered', 'trademark,', 'and', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'ebooks,', 'unless', 'you', 'receive', 'specific', 'permission.', 'if', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'ebook,', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy.', 'you', 'may', 'use', 'this', 'ebook', 'for', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works,', 'reports,', 'performances', 'and', 'research.', 'they', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given', 'away--you', 'may', 'do', 'practically', 'anything', 'with', 'public', 'domain', 'ebooks.', 'redistribution', 'is', 'subject', 'to', 'the', 'trademark', 'license,', 'especially', 'commercial', 'redistribution.', 'section', '1.', 'general', 'terms', 'of', 'use', 'and', 'redistributing', 'project', 'gutenberg-tm', 'electronic', 'works', '1.a.', 'by', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'project', 'gutenberg-tm', 'electronic', 'work,', 'you', 'indicate', 'that', 'you', 'have', 'read,', 'understand,', 'agree', 'to', 'and', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property', '(trademark/copyright)', 'agreement.', 'if', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'must', 'cease', 'using', 'and', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'project', 'gutenberg-tm', 'electronic', 'works', 'in', 'your', 'possession.', 'if', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a', 'project', 'gutenberg-tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement,', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1.e.8.', '1.b.', '"project', 'gutenberg"', 'is', 'a', 'registered', 'trademark.', 'it', 'may', 'only', 'be', 'used', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement.', 'there', 'are', 'a', 'few', 'things', 'that', 'you', 'can', 'do', 'with', 'most', 'project', 'gutenberg-tm', 'electronic', 'works', 'even', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement.', 'see', 'paragraph', '1.c', 'below.', 'there', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'project', 'gutenberg-tm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this', 'agreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'project', 'gutenberg-tm', 'electronic', 'works.', 'see', 'paragraph', '1.e', 'below.', '1.c.', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', '("the', 'foundation"', 'or', 'pglaf),', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection', 'of', 'project', 'gutenberg-tm', 'electronic', 'works.', 'nearly', 'all', 'the', 'individual', 'works', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'united', 'states.', 'if', 'an', 'individual', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'united', 'states', 'and', 'you', 'are', 'located', 'in', 'the', 'united', 'states,', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying,', 'distributing,', 'performing,', 'displaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'references', 'to', 'project', 'gutenberg', 'are', 'removed.', 'of', 'course,', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'project', 'gutenberg-tm', 'mission', 'of', 'promoting', 'free', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'project', 'gutenberg-tm', 'works', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the', 'project', 'gutenberg-tm', 'name', 'associated', 'with', 'the', 'work.', 'you', 'can', 'easily', 'comply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the', 'same', 'format', 'with', 'its', 'attached', 'full', 'project', 'gutenberg-tm', 'license', 'when', 'you', 'share', 'it', 'without', 'charge', 'with', 'others.', 'this', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyrighted', 'individual', 'works', 'included', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder.', 'information', 'on', 'the', 'copyright', 'owner', 'for', 'this', 'particular', 'work', 'and', 'the', 'terms', 'of', 'use', 'imposed', 'by', 'the', 'copyright', 'holder', 'on', 'this', 'work', 'are', 'set', 'forth', 'at', 'the', 'beginning', 'of', 'this', 'work.', '1.d.', 'the', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'this', 'work.', 'copyright', 'laws', 'in', 'most', 'countries', 'are', 'in', 'a', 'constant', 'state', 'of', 'change.', 'if', 'you', 'are', 'outside', 'the', 'united', 'states,', 'check', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this', 'agreement', 'before', 'downloading,', 'copying,', 'displaying,', 'performing,', 'distributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'other', 'project', 'gutenberg-tm', 'work.', 'the', 'foundation', 'makes', 'no', 'representations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'country', 'outside', 'the', 'united', 'states.', '1.e.', 'unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'project', 'gutenberg:', '1.e.1.', 'the', 'following', 'sentence,', 'with', 'active', 'links', 'to,', 'or', 'other', 'immediate', 'access', 'to,', 'the', 'full', 'project', 'gutenberg-tm', 'license', 'must', 'appear', 'prominently', 'whenever', 'any', 'copy', 'of', 'a', 'project', 'gutenberg-tm', 'work', '(any', 'work', 'on', 'which', 'the', 'phrase', '"project', 'gutenberg"', 'appears,', 'or', 'with', 'which', 'the', 'phrase', '"project', 'gutenberg"', 'is', 'associated)', 'is', 'accessed,', 'displayed,', 'performed,', 'viewed,', 'copied', 'or', 'distributed:', 'this', 'ebook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever.', 'you', 'may', 'copy', 'it,', 'give', 'it', 'away', 'or', 're-use', 'it', 'under', 'the', 'terms', 'of', 'the', 'project', 'gutenberg', 'license', 'included', 'with', 'this', 'ebook', 'or', 'online', 'at', 'www.gutenberg.org', '1.e.2.', 'if', 'an', 'individual', 'project', 'gutenberg-tm', 'electronic', 'work', 'is', 'derived', 'from', 'the', 'public', 'domain', '(does', 'not', 'contain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the', 'copyright', 'holder),', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in', 'the', 'united', 'states', 'without', 'paying', 'any', 'fees', 'or', 'charges.', 'if', 'you', 'are', 'redistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '"project', 'gutenberg"', 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work,', 'you', 'must', 'comply', 'either', 'with', 'the', 'requirements', 'of', 'paragraphs', '1.e.1', 'through', '1.e.7', 'or', 'obtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'project', 'gutenberg-tm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1.e.8', 'or', '1.e.9.', '1.e.3.', 'if', 'an', 'individual', 'project', 'gutenberg-tm', 'electronic', 'work', 'is', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder,', 'your', 'use', 'and', 'distribution', 'must', 'comply', 'with', 'both', 'paragraphs', '1.e.1', 'through', '1.e.7', 'and', 'any', 'additional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder.', 'additional', 'terms', 'will', 'be', 'linked', 'to', 'the', 'project', 'gutenberg-tm', 'license', 'for', 'all', 'works', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'beginning', 'of', 'this', 'work.', '1.e.4.', 'do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'project', 'gutenberg-tm', 'license', 'terms', 'from', 'this', 'work,', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this', 'work', 'or', 'any', 'other', 'work', 'associated', 'with', 'project', 'gutenberg-tm.', '1.e.5.', 'do', 'not', 'copy,', 'display,', 'perform,', 'distribute', 'or', 'redistribute', 'this', 'electronic', 'work,', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work,', 'without', 'prominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.e.1', 'with', 'active', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'project', 'gutenberg-tm', 'license.', '1.e.6.', 'you', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary,', 'compressed,', 'marked', 'up,', 'nonproprietary', 'or', 'proprietary', 'form,', 'including', 'any', 'word', 'processing', 'or', 'hypertext', 'form.', 'however,', 'if', 'you', 'provide', 'access', 'to', 'or', 'distribute', 'copies', 'of', 'a', 'project', 'gutenberg-tm', 'work', 'in', 'a', 'format', 'other', 'than', '"plain', 'vanilla', 'ascii"', 'or', 'other', 'format', 'used', 'in', 'the', 'official', 'version', 'posted', 'on', 'the', 'official', 'project', 'gutenberg-tm', 'web', 'site', '(www.gutenberg.org),', 'you', 'must,', 'at', 'no', 'additional', 'cost,', 'fee', 'or', 'expense', 'to', 'the', 'user,', 'provide', 'a', 'copy,', 'a', 'means', 'of', 'exporting', 'a', 'copy,', 'or', 'a', 'means', 'of', 'obtaining', 'a', 'copy', 'upon', 'request,', 'of', 'the', 'work', 'in', 'its', 'original', '"plain', 'vanilla', 'ascii"', 'or', 'other', 'form.', 'any', 'alternate', 'format', 'must', 'include', 'the', 'full', 'project', 'gutenberg-tm', 'license', 'as', 'specified', 'in', 'paragraph', '1.e.1.', '1.e.7.', 'do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to,', 'viewing,', 'displaying,', 'performing,', 'copying', 'or', 'distributing', 'any', 'project', 'gutenberg-tm', 'works', 'unless', 'you', 'comply', 'with', 'paragraph', '1.e.8', 'or', '1.e.9.', '1.e.8.', 'you', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'access', 'to', 'or', 'distributing', 'project', 'gutenberg-tm', 'electronic', 'works', 'provided', 'that', '-', 'you', 'pay', 'a', 'royalty', 'fee', 'of', '20%', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from', 'the', 'use', 'of', 'project', 'gutenberg-tm', 'works', 'calculated', 'using', 'the', 'method', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes.', 'the', 'fee', 'is', 'owed', 'to', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark,', 'but', 'he', 'has', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation.', 'royalty', 'payments', 'must', 'be', 'paid', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(or', 'are', 'legally', 'required', 'to', 'prepare)', 'your', 'periodic', 'tax', 'returns.', 'royalty', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'at', 'the', 'address', 'specified', 'in', 'section', '4,', '"information', 'about', 'donations', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation."', '-', 'you', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies', 'you', 'in', 'writing', '(or', 'by', 'e-mail)', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'project', 'gutenberg-tm', 'license.', 'you', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'project', 'gutenberg-tm', 'works.', '-', 'you', 'provide,', 'in', 'accordance', 'with', 'paragraph', '1.f.3,', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy,', 'if', 'a', 'defect', 'in', 'the', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of', 'receipt', 'of', 'the', 'work.', '-', 'you', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', 'distribution', 'of', 'project', 'gutenberg-tm', 'works.', '1.e.9.', 'if', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'project', 'gutenberg-tm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'are', 'set', 'forth', 'in', 'this', 'agreement,', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'from', 'both', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'and', 'michael', 'hart,', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark.', 'contact', 'the', 'foundation', 'as', 'set', 'forth', 'in', 'section', '3', 'below.', '1.f.', '1.f.1.', 'project', 'gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable', 'effort', 'to', 'identify,', 'do', 'copyright', 'research', 'on,', 'transcribe', 'and', 'proofread', 'public', 'domain', 'works', 'in', 'creating', 'the', 'project', 'gutenberg-tm', 'collection.', 'despite', 'these', 'efforts,', 'project', 'gutenberg-tm', 'electronic', 'works,', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored,', 'may', 'contain', '"defects,"', 'such', 'as,', 'but', 'not', 'limited', 'to,', 'incomplete,', 'inaccurate', 'or', 'corrupt', 'data,', 'transcription', 'errors,', 'a', 'copyright', 'or', 'other', 'intellectual', 'property', 'infringement,', 'a', 'defective', 'or', 'damaged', 'disk', 'or', 'other', 'medium,', 'a', 'computer', 'virus,', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'cannot', 'be', 'read', 'by', 'your', 'equipment.', '1.f.2.', 'limited', 'warranty,', 'disclaimer', 'of', 'damages', '-', 'except', 'for', 'the', '"right', 'of', 'replacement', 'or', 'refund"', 'described', 'in', 'paragraph', '1.f.3,', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation,', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark,', 'and', 'any', 'other', 'party', 'distributing', 'a', 'project', 'gutenberg-tm', 'electronic', 'work', 'under', 'this', 'agreement,', 'disclaim', 'all', 'liability', 'to', 'you', 'for', 'damages,', 'costs', 'and', 'expenses,', 'including', 'legal', 'fees.', 'you', 'agree', 'that', 'you', 'have', 'no', 'remedies', 'for', 'negligence,', 'strict', 'liability,', 'breach', 'of', 'warranty', 'or', 'breach', 'of', 'contract', 'except', 'those', 'provided', 'in', 'paragraph', 'f3.', 'you', 'agree', 'that', 'the', 'foundation,', 'the', 'trademark', 'owner,', 'and', 'any', 'distributor', 'under', 'this', 'agreement', 'will', 'not', 'be', 'liable', 'to', 'you', 'for', 'actual,', 'direct,', 'indirect,', 'consequential,', 'punitive', 'or', 'incidental', 'damages', 'even', 'if', 'you', 'give', 'notice', 'of', 'the', 'possibility', 'of', 'such', 'damage.', '1.f.3.', 'limited', 'right', 'of', 'replacement', 'or', 'refund', '-', 'if', 'you', 'discover', 'a', 'defect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it,', 'you', 'can', 'receive', 'a', 'refund', 'of', 'the', 'money', '(if', 'any)', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a', 'written', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from.', 'if', 'you', 'received', 'the', 'work', 'on', 'a', 'physical', 'medium,', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explanation.', 'the', 'person', 'or', 'entity', 'that', 'provided', 'you', 'with', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in', 'lieu', 'of', 'a', 'refund.', 'if', 'you', 'received', 'the', 'work', 'electronically,', 'the', 'person', 'or', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second', 'opportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund.', 'if', 'the', 'second', 'copy', 'is', 'also', 'defective,', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing', 'without', 'further', 'opportunities', 'to', 'fix', 'the', 'problem.', '1.f.4.', 'except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1.f.3,', 'this', 'work', 'is', 'provided', 'to', 'you', "'as-is,'", 'with', 'no', 'other', 'warranties', 'of', 'any', 'kind,', 'express', 'or', 'implied,', 'including', 'but', 'not', 'limited', 'to', 'warranties', 'of', 'merchantibility', 'or', 'fitness', 'for', 'any', 'purpose.', '1.f.5.', 'some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'warranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'damages.', 'if', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'violates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement,', 'the', 'agreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or', 'limitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law.', 'the', 'invalidity', 'or', 'unenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the', 'remaining', 'provisions.', '1.f.6.', 'indemnity', '-', 'you', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'foundation,', 'the', 'trademark', 'owner,', 'any', 'agent', 'or', 'employee', 'of', 'the', 'foundation,', 'anyone', 'providing', 'copies', 'of', 'project', 'gutenberg-tm', 'electronic', 'works', 'in', 'accordance', 'with', 'this', 'agreement,', 'and', 'any', 'volunteers', 'associated', 'with', 'the', 'production,', 'promotion', 'and', 'distribution', 'of', 'project', 'gutenberg-tm', 'electronic', 'works,', 'harmless', 'from', 'all', 'liability,', 'costs', 'and', 'expenses,', 'including', 'legal', 'fees,', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'the', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur:', '(a)', 'distribution', 'of', 'this', 'or', 'any', 'project', 'gutenberg-tm', 'work,', '(b)', 'alteration,', 'modification,', 'or', 'additions', 'or', 'deletions', 'to', 'any', 'project', 'gutenberg-tm', 'work,', 'and', '(c)', 'any', 'defect', 'you', 'cause.', 'section', '2.', 'information', 'about', 'the', 'mission', 'of', 'project', 'gutenberg-tm', 'project', 'gutenberg-tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of', 'electronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of', 'computers', 'including', 'obsolete,', 'old,', 'middle-aged', 'and', 'new', 'computers.', 'it', 'exists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations', 'from', 'people', 'in', 'all', 'walks', 'of', 'life.', 'volunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the', 'assistance', 'they', 'need,', 'is', 'critical', 'to', 'reaching', 'project', "gutenberg-tm's", 'goals', 'and', 'ensuring', 'that', 'the', 'project', 'gutenberg-tm', 'collection', 'will', 'remain', 'freely', 'available', 'for', 'generations', 'to', 'come.', 'in', '2001,', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'was', 'created', 'to', 'provide', 'a', 'secure', 'and', 'permanent', 'future', 'for', 'project', 'gutenberg-tm', 'and', 'future', 'generations.', 'to', 'learn', 'more', 'about', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help,', 'see', 'sections', '3', 'and', '4', 'and', 'the', 'foundation', 'web', 'page', 'at', 'https://www.pglaf.org.', 'section', '3.', 'information', 'about', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'is', 'a', 'non', 'profit', '501(c)(3)', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the', 'state', 'of', 'mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'internal', 'revenue', 'service.', 'the', "foundation's", 'ein', 'or', 'federal', 'tax', 'identification', 'number', 'is', '64-6221541.', 'its', '501(c)(3)', 'letter', 'is', 'posted', 'at', 'https://pglaf.org/fundraising.', 'contributions', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by', 'u.s.', 'federal', 'laws', 'and', 'your', "state's", 'laws.', 'the', "foundation's", 'principal', 'office', 'is', 'located', 'at', '4557', 'melan', 'dr.', 's.', 'fairbanks,', 'ak,', '99712.,', 'but', 'its', 'volunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'locations.', 'its', 'business', 'office', 'is', 'located', 'at', '809', 'north', '1500', 'west,', 'salt', 'lake', 'city,', 'ut', '84116,', '(801)', '596-1887,', 'email', 'business@pglaf.org.', 'email', 'contact', 'links', 'and', 'up', 'to', 'date', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', "foundation's", 'web', 'site', 'and', 'official', 'page', 'at', 'https://pglaf.org', 'section', '4.', 'information', 'about', 'donations', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'project', 'gutenberg-tm', 'depends', 'upon', 'and', 'cannot', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'increasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be', 'freely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest', 'array', 'of', 'equipment', 'including', 'outdated', 'equipment.', 'many', 'small', 'donations', '($1', 'to', '$5,000)', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'status', 'with', 'the', 'irs.', 'the', 'foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating', 'charities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'united', 'states.', 'compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a', 'considerable', 'effort,', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requirements.', 'we', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'where', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance.', 'to', 'send', 'donations', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'state', 'visit', 'https://pglaf.org', 'while', 'we', 'cannot', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'have', 'not', 'met', 'the', 'solicitation', 'requirements,', 'we', 'know', 'of', 'no', 'prohibition', 'against', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'approach', 'us', 'with', 'offers', 'to', 'donate.', 'international', 'donations', 'are', 'gratefully', 'accepted,', 'but', 'we', 'cannot', 'make', 'any', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'outside', 'the', 'united', 'states.', 'u.s.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff.', 'please', 'check', 'the', 'project', 'gutenberg', 'web', 'pages', 'for', 'current', 'donation', 'methods', 'and', 'addresses.', 'donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other', 'ways', 'including', 'including', 'checks,', 'online', 'payments', 'and', 'credit', 'card', 'donations.', 'to', 'donate,', 'please', 'visit:', 'https://pglaf.org/donate', 'section', '5.', 'general', 'information', 'about', 'project', 'gutenberg-tm', 'electronic', 'works.', 'professor', 'michael', 's.', 'hart', 'was', 'the', 'originator', 'of', 'the', 'project', 'gutenberg-tm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'freely', 'shared', 'with', 'anyone.', 'for', 'thirty', 'years,', 'he', 'produced', 'and', 'distributed', 'project', 'gutenberg-tm', 'ebooks', 'with', 'only', 'a', 'loose', 'network', 'of', 'volunteer', 'support.', 'project', 'gutenberg-tm', 'ebooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'editions,', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'public', 'domain', 'in', 'the', 'u.s.', 'unless', 'a', 'copyright', 'notice', 'is', 'included.', 'thus,', 'we', 'do', 'not', 'necessarily', 'keep', 'ebooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'edition.', 'most', 'people', 'start', 'at', 'our', 'web', 'site', 'which', 'has', 'the', 'main', 'pg', 'search', 'facility:', 'this', 'web', 'site', 'includes', 'information', 'about', 'project', 'gutenberg-tm,', 'including', 'how', 'to', 'make', 'donations', 'to', 'the', 'project', 'gutenberg', 'literary', 'archive', 'foundation,', 'how', 'to', 'help', 'produce', 'our', 'new', 'ebooks,', 'and', 'how', 'to', 'subscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'ebooks.']
import nltk
nltk.download()
showing info https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/index.xml
True
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
from nltk import sent_tokenize
sentences = sent_tokenize(text)
print(sentences)
['One morning, when Gregor Samsa woke from troubled dreams, he found\nhimself transformed in his bed into a horrible vermin.', 'He lay on\nhis armour-like back, and if he lifted his head a little he could\nsee his brown belly, slightly domed and divided by arches into stiff\nsections.', 'The bedding was hardly able to cover it and seemed ready\nto slide off any moment.', 'His many legs, pitifully thin compared\nwith the size of the rest of him, waved about helplessly as he\nlooked.', '"What\'s happened to me?"', 'he thought.', "It wasn't a dream.", 'His room,\na proper human room although a little too small, lay peacefully\nbetween its four familiar walls.', 'A collection of textile samples\nlay spread out on the table - Samsa was a travelling salesman - and\nabove it there hung a picture that he had recently cut out of an\nillustrated magazine and housed in a nice, gilded frame.', 'It showed\na lady fitted out with a fur hat and fur boa who sat upright,\nraising a heavy fur muff that covered the whole of her lower arm\ntowards the viewer.', 'Gregor then turned to look out the window at the dull weather.', 'Drops of rain could be heard hitting the pane, which made him feel\nquite sad.', '"How about if I sleep a little bit longer and forget all\nthis nonsense", he thought, but that was something he was unable to\ndo because he was used to sleeping on his right, and in his present\nstate couldn\'t get into that position.', 'However hard he threw\nhimself onto his right, he always rolled back to where he was.', "He\nmust have tried it a hundred times, shut his eyes so that he\nwouldn't have to look at the floundering legs, and only stopped when\nhe began to feel a mild, dull pain there that he had never felt\nbefore.", '"Oh, God", he thought, "what a strenuous career it is that I\'ve\nchosen!', 'Travelling day in and day out.', "Doing business like this\ntakes much more effort than doing your own business at home, and on\ntop of that there's the curse of travelling, worries about making\ntrain connections, bad and irregular food, contact with different\npeople all the time so that you can never get to know anyone or\nbecome friendly with them.", 'It can all go to Hell!"', "He felt a\nslight itch up on his belly; pushed himself slowly up on his back\ntowards the headboard so that he could lift his head better; found\nwhere the itch was, and saw that it was covered with lots of little\nwhite spots which he didn't know what to make of; and when he tried\nto feel the place with one of his legs he drew it quickly back\nbecause as soon as he touched it he was overcome by a cold shudder.", 'He slid back into his former position.', '"Getting up early all the\ntime", he thought, "it makes you stupid.', "You've got to get enough\nsleep.", 'Other travelling salesmen live a life of luxury.', 'For\ninstance, whenever I go back to the guest house during the morning\nto copy out the contract, these gentlemen are always still sitting\nthere eating their breakfasts.', "I ought to just try that with my\nboss; I'd get kicked out on the spot.", 'But who knows, maybe that\nwould be the best thing for me.', "If I didn't have my parents to\nthink about I'd have given in my notice a long time ago, I'd have\ngone up to the boss and told him just what I think, tell him\neverything I would, let him know just what I feel.", "He'd fall right\noff his desk!", "And it's a funny sort of business to be sitting up\nthere at your desk, talking down at your subordinates from up there,\nespecially when you have to go right up close because the boss is\nhard of hearing.", "Well, there's still some hope; once I've got the\nmoney together to pay off my parents' debt to him - another five or\nsix years I suppose - that's definitely what I'll do.", "That's when\nI'll make the big change.", 'First of all though, I\'ve got to get up,\nmy train leaves at five."', 'And he looked over at the alarm clock, ticking on the chest of\ndrawers.', '"God in Heaven!"', 'he thought.', 'It was half past six and the\nhands were quietly moving forwards, it was even later than half\npast, more like quarter to seven.', 'Had the alarm clock not rung?', "He\ncould see from the bed that it had been set for four o'clock as it\nshould have been; it certainly must have rung.", 'Yes, but was it\npossible to quietly sleep through that furniture-rattling noise?', 'True, he had not slept peacefully, but probably all the more deeply\nbecause of that.', 'What should he do now?', 'The next train went at\nseven; if he were to catch that he would have to rush like mad and\nthe collection of samples was still not packed, and he did not at\nall feel particularly fresh and lively.', "And even if he did catch\nthe train he would not avoid his boss's anger as the office\nassistant would have been there to see the five o'clock train go, he\nwould have put in his report about Gregor's not being there a long\ntime ago.", "The office assistant was the boss's man, spineless, and\nwith no understanding.", 'What about if he reported sick?', "But that\nwould be extremely strained and suspicious as in fifteen years of\nservice Gregor had never once yet been ill. His boss would\ncertainly come round with the doctor from the medical insurance\ncompany, accuse his parents of having a lazy son, and accept the\ndoctor's recommendation not to make any claim as the doctor believed\nthat no-one was ever ill but that many were workshy.", "And what's\nmore, would he have been entirely wrong in this case?", 'Gregor did in\nfact, apart from excessive sleepiness after sleeping for so long,\nfeel completely well and even felt much hungrier than usual.', 'He was still hurriedly thinking all this through, unable to decide\nto get out of the bed, when the clock struck quarter to seven.', 'There was a cautious knock at the door near his head.', '"Gregor",\nsomebody called - it was his mother - "it\'s quarter to seven.', 'Didn\'t you want to go somewhere?"', 'That gentle voice!', 'Gregor was\nshocked when he heard his own voice answering, it could hardly be\nrecognised as the voice he had had before.', 'As if from deep inside\nhim, there was a painful and uncontrollable squeaking mixed in with\nit, the words could be made out at first but then there was a sort\nof echo which made them unclear, leaving the hearer unsure whether\nhe had heard properly or not.', 'Gregor had wanted to give a full\nanswer and explain everything, but in the circumstances contented\nhimself with saying: "Yes, mother, yes, thank-you, I\'m getting up\nnow."', "The change in Gregor's voice probably could not be noticed\noutside through the wooden door, as his mother was satisfied with\nthis explanation and shuffled away.", 'But this short conversation\nmade the other members of the family aware that Gregor, against\ntheir expectations was still at home, and soon his father came\nknocking at one of the side doors, gently, but with his fist.', '"Gregor, Gregor", he called, "what\'s wrong?"', 'And after a short\nwhile he called again with a warning deepness in his voice: "Gregor!', 'Gregor!"', 'At the other side door his sister came plaintively:\n"Gregor?', "Aren't you well?", 'Do you need anything?"', 'Gregor answered to\nboth sides: "I\'m ready, now", making an effort to remove all the\nstrangeness from his voice by enunciating very carefully and putting\nlong pauses between each, individual word.', 'His father went back to\nhis breakfast, but his sister whispered: "Gregor, open the door, I\nbeg of you."', 'Gregor, however, had no thought of opening the door,\nand instead congratulated himself for his cautious habit, acquired\nfrom his travelling, of locking all doors at night even when he was\nat home.', 'The first thing he wanted to do was to get up in peace without being\ndisturbed, to get dressed, and most of all to have his breakfast.', 'Only then would he consider what to do next, as he was well aware\nthat he would not bring his thoughts to any sensible conclusions by\nlying in bed.', 'He remembered that he had often felt a slight pain in\nbed, perhaps caused by lying awkwardly, but that had always turned\nout to be pure imagination and he wondered how his imaginings would\nslowly resolve themselves today.', 'He did not have the slightest\ndoubt that the change in his voice was nothing more than the first\nsign of a serious cold, which was an occupational hazard for\ntravelling salesmen.', 'It was a simple matter to throw off the covers; he only had to blow\nhimself up a little and they fell off by themselves.', 'But it became\ndifficult after that, especially as he was so exceptionally broad.', 'He would have used his arms and his hands to push himself up; but\ninstead of them he only had all those little legs continuously\nmoving in different directions, and which he was moreover unable to\ncontrol.', 'If he wanted to bend one of them, then that was the first\none that would stretch itself out; and if he finally managed to do\nwhat he wanted with that leg, all the others seemed to be set free\nand would move about painfully.', '"This is something that can\'t be\ndone in bed", Gregor said to himself, "so don\'t keep trying to do\nit".', 'The first thing he wanted to do was get the lower part of his body\nout of the bed, but he had never seen this lower part, and could not\nimagine what it looked like; it turned out to be too hard to move;\nit went so slowly; and finally, almost in a frenzy, when he\ncarelessly shoved himself forwards with all the force he could\ngather, he chose the wrong direction, hit hard against the lower\nbedpost, and learned from the burning pain he felt that the lower\npart of his body might well, at present, be the most sensitive.', 'So then he tried to get the top part of his body out of the bed\nfirst, carefully turning his head to the side.', 'This he managed\nquite easily, and despite its breadth and its weight, the bulk of\nhis body eventually followed slowly in the direction of the head.', 'But when he had at last got his head out of the bed and into the\nfresh air it occurred to him that if he let himself fall it would be\na miracle if his head were not injured, so he became afraid to carry\non pushing himself forward the same way.', 'And he could not knock\nhimself out now at any price; better to stay in bed than lose\nconsciousness.', 'It took just as much effort to get back to where he had been\nearlier, but when he lay there sighing, and was once more watching\nhis legs as they struggled against each other even harder than\nbefore, if that was possible, he could think of no way of bringing\npeace and order to this chaos.', 'He told himself once more that it\nwas not possible for him to stay in bed and that the most sensible\nthing to do would be to get free of it in whatever way he could at\nwhatever sacrifice.', 'At the same time, though, he did not forget to\nremind himself that calm consideration was much better than rushing\nto desperate conclusions.', 'At times like this he would direct his\neyes to the window and look out as clearly as he could, but\nunfortunately, even the other side of the narrow street was\nenveloped in morning fog and the view had little confidence or cheer\nto offer him.', '"Seven o\'clock, already", he said to himself when the\nclock struck again, "seven o\'clock, and there\'s still a fog like\nthis."', 'And he lay there quietly a while longer, breathing lightly\nas if he perhaps expected the total stillness to bring things back\nto their real and natural state.', 'But then he said to himself: "Before it strikes quarter past seven\nI\'ll definitely have to have got properly out of bed.', 'And by then\nsomebody will have come round from work to ask what\'s happened to me\nas well, as they open up at work before seven o\'clock."', 'And so he\nset himself to the task of swinging the entire length of his body\nout of the bed all at the same time.', 'If he succeeded in falling out\nof bed in this way and kept his head raised as he did so he could\nprobably avoid injuring it.', 'His back seemed to be quite hard, and\nprobably nothing would happen to it falling onto the carpet.', 'His\nmain concern was for the loud noise he was bound to make, and which\neven through all the doors would probably raise concern if not\nalarm.', 'But it was something that had to be risked.', 'When Gregor was already sticking half way out of the bed - the new\nmethod was more of a game than an effort, all he had to do was rock\nback and forth - it occurred to him how simple everything would be\nif somebody came to help him.', 'Two strong people - he had his father\nand the maid in mind - would have been more than enough; they would\nonly have to push their arms under the dome of his back, peel him\naway from the bed, bend down with the load and then be patient and\ncareful as he swang over onto the floor, where, hopefully, the\nlittle legs would find a use.', 'Should he really call for help\nthough, even apart from the fact that all the doors were locked?', 'Despite all the difficulty he was in, he could not suppress a smile\nat this thought.', 'After a while he had already moved so far across that it would have\nbeen hard for him to keep his balance if he rocked too hard.', 'The\ntime was now ten past seven and he would have to make a final\ndecision very soon.', 'Then there was a ring at the door of the flat.', '"That\'ll be someone from work", he said to himself, and froze very\nstill, although his little legs only became all the more lively as\nthey danced around.', 'For a moment everything remained quiet.', '"They\'re not opening the door", Gregor said to himself, caught in\nsome nonsensical hope.', "But then of course, the maid's firm steps\nwent to the door as ever and opened it.", "Gregor only needed to hear\nthe visitor's first words of greeting and he knew who it was - the\nchief clerk himself.", 'Why did Gregor have to be the only one\ncondemned to work for a company where they immediately became highly\nsuspicious at the slightest shortcoming?', "Were all employees, every\none of them, louts, was there not one of them who was faithful and\ndevoted who would go so mad with pangs of conscience that he\ncouldn't get out of bed if he didn't spend at least a couple of\nhours in the morning on company business?", 'Was it really not enough\nto let one of the trainees make enquiries - assuming enquiries were\neven necessary - did the chief clerk have to come himself, and did\nthey have to show the whole, innocent family that this was so\nsuspicious that only the chief clerk could be trusted to have the\nwisdom to investigate it?', 'And more because these thoughts had made\nhim upset than through any proper decision, he swang himself with\nall his force out of the bed.', "There was a loud thump, but it wasn't\nreally a loud noise.", "His fall was softened a little by the carpet,\nand Gregor's back was also more elastic than he had thought, which\nmade the sound muffled and not too noticeable.", 'He had not held his\nhead carefully enough, though, and hit it as he fell; annoyed and in\npain, he turned it and rubbed it against the carpet.', '"Something\'s fallen down in there", said the chief clerk in the room\non the left.', 'Gregor tried to imagine whether something of the sort\nthat had happened to him today could ever happen to the chief clerk\ntoo; you had to concede that it was possible.', "But as if in gruff\nreply to this question, the chief clerk's firm footsteps in his\nhighly polished boots could now be heard in the adjoining room.", 'From the room on his right, Gregor\'s sister whispered to him to let\nhim know: "Gregor, the chief clerk is here."', '"Yes, I know", said\nGregor to himself; but without daring to raise his voice loud enough\nfor his sister to hear him.', '"Gregor", said his father now from the room to his left, "the chief\nclerk has come round and wants to know why you didn\'t leave on the\nearly train.', "We don't know what to say to him.", 'And anyway, he\nwants to speak to you personally.', 'So please open up this door.', 'I\'m\nsure he\'ll be good enough to forgive the untidiness of your room."', 'Then the chief clerk called "Good morning, Mr. Samsa".', '"He isn\'t\nwell", said his mother to the chief clerk, while his father\ncontinued to speak through the door.', '"He isn\'t well, please believe\nme.', 'Why else would Gregor have missed a train!', 'The lad only ever\nthinks about the business.', "It nearly makes me cross the way he\nnever goes out in the evenings; he's been in town for a week now but\nstayed home every evening.", 'He sits with us in the kitchen and just\nreads the paper or studies train timetables.', 'His idea of relaxation\nis working with his fretsaw.', "He's made a little frame, for\ninstance, it only took him two or three evenings, you'll be amazed\nhow nice it is; it's hanging up in his room; you'll see it as soon\nas Gregor opens the door.", 'Anyway, I\'m glad you\'re here; we wouldn\'t\nhave been able to get Gregor to open the door by ourselves; he\'s so\nstubborn; and I\'m sure he isn\'t well, he said this morning that he\nis, but he isn\'t."', '"I\'ll be there in a moment", said Gregor slowly\nand thoughtfully, but without moving so that he would not miss any\nword of the conversation.', '"Well I can\'t think of any other way of\nexplaining it, Mrs. Samsa", said the chief clerk, "I hope it\'s\nnothing serious.', 'But on the other hand, I must say that if we\npeople in commerce ever become slightly unwell then, fortunately or\nunfortunately as you like, we simply have to overcome it because of\nbusiness considerations."', '"Can the chief clerk come in to see you\nnow then?', '", asked his father impatiently, knocking at the door\nagain.', '"No", said Gregor.', 'In the room on his right there followed\na painful silence; in the room on his left his sister began to cry.', 'So why did his sister not go and join the others?', 'She had probably\nonly just got up and had not even begun to get dressed.', 'And why was\nshe crying?', 'Was it because he had not got up, and had not let the\nchief clerk in, because he was in danger of losing his job and if\nthat happened his boss would once more pursue their parents with the\nsame demands as before?', 'There was no need to worry about things like\nthat yet.', 'Gregor was still there and had not the slightest\nintention of abandoning his family.', 'For the time being he just lay\nthere on the carpet, and no-one who knew the condition he was in\nwould seriously have expected him to let the chief clerk in.', 'It was\nonly a minor discourtesy, and a suitable excuse could easily be\nfound for it later on, it was not something for which Gregor could\nbe sacked on the spot.', 'And it seemed to Gregor much more sensible\nto leave him now in peace instead of disturbing him with talking at\nhim and crying.', "But the others didn't know what was happening, they\nwere worried, that would excuse their behaviour.", 'The chief clerk now raised his voice, "Mr. Samsa", he called to him,\n"what is wrong?', 'You barricade yourself in your room, give us no more\nthan yes or no for an answer, you are causing serious and\nunnecessary concern to your parents and you fail - and I mention\nthis just by the way - you fail to carry out your business duties in\na way that is quite unheard of.', "I'm speaking here on behalf of your\nparents and of your employer, and really must request a clear and\nimmediate explanation.", 'I am astonished, quite astonished.', 'I\nthought I knew you as a calm and sensible person, and now you\nsuddenly seem to be showing off with peculiar whims.', "This morning,\nyour employer did suggest a possible reason for your failure to\nappear, it's true - it had to do with the money that was recently\nentrusted to you - but I came near to giving him my word of honour\nthat that could not be the right explanation.", 'But now that I see\nyour incomprehensible stubbornness I no longer feel any wish\nwhatsoever to intercede on your behalf.', 'And nor is your position\nall that secure.', "I had originally intended to say all this to you\nin private, but since you cause me to waste my time here for no good\nreason I don't see why your parents should not also learn of it.", 'Your turnover has been very unsatisfactory of late; I grant you that\nit\'s not the time of year to do especially good business, we\nrecognise that; but there simply is no time of year to do no\nbusiness at all, Mr. Samsa, we cannot allow there to be."', '"But Sir", called Gregor, beside himself and forgetting all else in\nthe excitement, "I\'ll open up immediately, just a moment.', "I'm\nslightly unwell, an attack of dizziness, I haven't been able to get\nup.", "I'm still in bed now.", "I'm quite fresh again now, though.", "I'm\njust getting out of bed.", 'Just a moment.', 'Be patient!', "It's not quite\nas easy as I'd thought.", "I'm quite alright now, though.", "It's\nshocking, what can suddenly happen to a person!", 'I was quite alright\nlast night, my parents know about it, perhaps better than me, I had\na small symptom of it last night already.', 'They must have noticed\nit.', "I don't know why I didn't let you know at work!", 'But you always\nthink you can get over an illness without staying at home.', "Please,\ndon't make my parents suffer!", "There's no basis for any of the\naccusations you're making; nobody's ever said a word to me about any\nof these things.", "Maybe you haven't read the latest contracts I sent\nin.", "I'll set off with the eight o'clock train, as well, these few\nhours of rest have given me strength.", 'You don\'t need to wait, sir;\nI\'ll be in the office soon after you, and please be so good as to\ntell that to the boss and recommend me to him!"', 'And while Gregor gushed out these words, hardly knowing what he was\nsaying, he made his way over to the chest of drawers - this was\neasily done, probably because of the practise he had already had in\nbed - where he now tried to get himself upright.', 'He really did want\nto open the door, really did want to let them see him and to speak\nwith the chief clerk; the others were being so insistent, and he was\ncurious to learn what they would say when they caught sight of him.', "If they were shocked then it would no longer be Gregor's\nresponsibility and he could rest.", "If, however, they took everything\ncalmly he would still have no reason to be upset, and if he hurried\nhe really could be at the station for eight o'clock.", 'The first few\ntimes he tried to climb up on the smooth chest of drawers he just\nslid down again, but he finally gave himself one last swing and\nstood there upright; the lower part of his body was in serious pain\nbut he no longer gave any attention to it.', 'Now he let himself fall\nagainst the back of a nearby chair and held tightly to the edges of\nit with his little legs.', 'By now he had also calmed down, and kept\nquiet so that he could listen to what the chief clerk was saying.', '"Did you understand a word of all that?"', 'the chief clerk asked his\nparents, "surely he\'s not trying to make fools of us".', '"Oh, God!"', 'called his mother, who was already in tears, "he could be seriously\nill and we\'re making him suffer.', 'Grete!', 'Grete!"', 'she then cried.', '"Mother?"', 'his sister called from the other side.', "They communicated\nacross Gregor's room.", '"You\'ll have to go for the doctor straight\naway.', 'Gregor is ill. Quick, get the doctor.', 'Did you hear the way\nGregor spoke just now?"', '"That was the voice of an animal", said the\nchief clerk, with a calmness that was in contrast with his mother\'s\nscreams.', '"Anna!', 'Anna!"', 'his father called into the kitchen through\nthe entrance hall, clapping his hands, "get a locksmith here, now!"', 'And the two girls, their skirts swishing, immediately ran out\nthrough the hall, wrenching open the front door of the flat as they\nwent.', 'How had his sister managed to get dressed so quickly?', 'There\nwas no sound of the door banging shut again; they must have left it\nopen; people often do in homes where something awful has happened.', 'Gregor, in contrast, had become much calmer.', "So they couldn't\nunderstand his words any more, although they seemed clear enough to\nhim, clearer than before - perhaps his ears had become used to the\nsound.", 'They had realised, though, that there was something wrong\nwith him, and were ready to help.', 'The first response to his\nsituation had been confident and wise, and that made him feel\nbetter.', 'He felt that he had been drawn back in among people, and\nfrom the doctor and the locksmith he expected great and surprising\nachievements - although he did not really distinguish one from the\nother.', 'Whatever was said next would be crucial, so, in order to\nmake his voice as clear as possible, he coughed a little, but taking\ncare to do this not too loudly as even this might well sound\ndifferent from the way that a human coughs and he was no longer sure\nhe could judge this for himself.', 'Meanwhile, it had become very\nquiet in the next room.', 'Perhaps his parents were sat at the table\nwhispering with the chief clerk, or perhaps they were all pressed\nagainst the door and listening.', 'Gregor slowly pushed his way over to the door with the chair.', 'Once\nthere he let go of it and threw himself onto the door, holding\nhimself upright against it using the adhesive on the tips of his\nlegs.', 'He rested there a little while to recover from the effort\ninvolved and then set himself to the task of turning the key in the\nlock with his mouth.', 'He seemed, unfortunately, to have no proper\nteeth - how was he, then, to grasp the key?', '- but the lack of teeth\nwas, of course, made up for with a very strong jaw; using the jaw,\nhe really was able to start the key turning, ignoring the fact that\nhe must have been causing some kind of damage as a brown fluid came\nfrom his mouth, flowed over the key and dripped onto the floor.', '"Listen", said the chief clerk in the next room, "he\'s turning the\nkey."', 'Gregor was greatly encouraged by this; but they all should\nhave been calling to him, his father and his mother too: "Well done,\nGregor", they should have cried, "keep at it, keep hold of the\nlock!"', 'And with the idea that they were all excitedly following his\nefforts, he bit on the key with all his strength, paying no\nattention to the pain he was causing himself.', 'As the key turned\nround he turned around the lock with it, only holding himself\nupright with his mouth, and hung onto the key or pushed it down\nagain with the whole weight of his body as needed.', 'The clear sound\nof the lock as it snapped back was Gregor\'s sign that he could break\nhis concentration, and as he regained his breath he said to himself:\n"So, I didn\'t need the locksmith after all".', 'Then he lay his head on\nthe handle of the door to open it completely.', 'Because he had to open the door in this way, it was already wide\nopen before he could be seen.', 'He had first to slowly turn himself\naround one of the double doors, and he had to do it very carefully\nif he did not want to fall flat on his back before entering the\nroom.', 'He was still occupied with this difficult movement, unable to\npay attention to anything else, when he heard the chief clerk\nexclaim a loud "Oh!', '", which sounded like the soughing of the wind.', 'Now he also saw him - he was the nearest to the door - his hand\npressed against his open mouth and slowly retreating as if driven by\na steady and invisible force.', "Gregor's mother, her hair still\ndishevelled from bed despite the chief clerk's being there, looked\nat his father.", 'Then she unfolded her arms, took two steps forward\ntowards Gregor and sank down onto the floor into her skirts that\nspread themselves out around her as her head disappeared down onto\nher breast.', 'His father looked hostile, and clenched his fists as if\nwanting to knock Gregor back into his room.', 'Then he looked\nuncertainly round the living room, covered his eyes with his hands\nand wept so that his powerful chest shook.', 'So Gregor did not go into the room, but leant against the inside of\nthe other door which was still held bolted in place.', 'In this way\nonly half of his body could be seen, along with his head above it\nwhich he leant over to one side as he peered out at the others.', 'Meanwhile the day had become much lighter; part of the endless,\ngrey-black building on the other side of the street - which was a\nhospital - could be seen quite clearly with the austere and regular\nline of windows piercing its facade; the rain was still\nfalling, now throwing down large, individual droplets which hit the\nground one at a time.', "The washing up from breakfast lay on the\ntable; there was so much of it because, for Gregor's father,\nbreakfast was the most important meal of the day and he would\nstretch it out for several hours as he sat reading a number of\ndifferent newspapers.", 'On the wall exactly opposite there was\nphotograph of Gregor when he was a lieutenant in the army, his sword\nin his hand and a carefree smile on his face as he called forth\nrespect for his uniform and bearing.', 'The door to the entrance hall\nwas open and as the front door of the flat was also open he could\nsee onto the landing and the stairs where they began their way down\nbelow.', '"Now, then", said Gregor, well aware that he was the only one to\nhave kept calm, "I\'ll get dressed straight away now, pack up my\nsamples and set off.', 'Will you please just let me leave?', 'You can\nsee", he said to the chief clerk, "that I\'m not stubborn and I\nlike to do my job; being a commercial traveller is arduous but\nwithout travelling I couldn\'t earn my living.', 'So where are you\ngoing, in to the office?', 'Yes?', 'Will you report everything accurately,\nthen?', "It's quite possible for someone to be temporarily unable to\nwork, but that's just the right time to remember what's been\nachieved in the past and consider that later on, once the difficulty\nhas been removed, he will certainly work with all the more diligence\nand concentration.", "You're well aware that I'm seriously in debt to\nour employer as well as having to look after my parents and my\nsister, so that I'm trapped in a difficult situation, but I will\nwork my way out of it again.", "Please don't make things any harder\nfor me than they are already, and don't take sides against me at the\noffice.", 'I know that nobody likes the travellers.', 'They think we\nearn an enormous wage as well as having a soft time of it.', "That's\njust prejudice but they have no particular reason to think better of\nit.", "But you, sir, you have a better overview than the rest of the\nstaff, in fact, if I can say this in confidence, a better overview\nthan the boss himself - it's very easy for a businessman like him to\nmake mistakes about his employees and judge them more harshly than\nhe should.", "And you're also well aware that we travellers spend\nalmost the whole year away from the office, so that we can very\neasily fall victim to gossip and chance and groundless complaints,\nand it's almost impossible to defend yourself from that sort of\nthing, we don't usually even hear about them, or if at all it's when\nwe arrive back home exhausted from a trip, and that's when we feel\nthe harmful effects of what's been going on without even knowing\nwhat caused them.", 'Please, don\'t go away, at least first say\nsomething to show that you grant that I\'m at least partly right!"', 'But the chief clerk had turned away as soon as Gregor had started to\nspeak, and, with protruding lips, only stared back at him over his\ntrembling shoulders as he left.', 'He did not keep still for a moment\nwhile Gregor was speaking, but moved steadily towards the door\nwithout taking his eyes off him.', 'He moved very gradually, as if\nthere had been some secret prohibition on leaving the room.', 'It was\nonly when he had reached the entrance hall that he made a sudden\nmovement, drew his foot from the living room, and rushed forward in\na panic.', 'In the hall, he stretched his right hand far out towards\nthe stairway as if out there, there were some supernatural force\nwaiting to save him.', 'Gregor realised that it was out of the question to let the chief\nclerk go away in this mood if his position in the firm was not to be\nput into extreme danger.', 'That was something his parents did not\nunderstand very well; over the years, they had become convinced that\nthis job would provide for Gregor for his entire life, and besides,\nthey had so much to worry about at present that they had lost sight\nof any thought for the future.', 'Gregor, though, did think about the\nfuture.', 'The chief clerk had to be held back, calmed down, convinced\nand finally won over; the future of Gregor and his family depended\non it!', 'If only his sister were here!', 'She was clever; she was already\nin tears while Gregor was still lying peacefully on his back.', 'And\nthe chief clerk was a lover of women, surely she could persuade him;\nshe would close the front door in the entrance hall and talk him out\nof his shocked state.', 'But his sister was not there, Gregor would\nhave to do the job himself.', 'And without considering that he still\nwas not familiar with how well he could move about in his present\nstate, or that his speech still might not - or probably would not -\nbe understood, he let go of the door; pushed himself through the\nopening; tried to reach the chief clerk on the landing who,\nridiculously, was holding on to the banister with both hands; but\nGregor fell immediately over and, with a little scream as he sought\nsomething to hold onto, landed on his numerous little legs.', 'Hardly\nhad that happened than, for the first time that day, he began to\nfeel alright with his body; the little legs had the solid ground\nunder them; to his pleasure, they did exactly as he told them; they\nwere even making the effort to carry him where he wanted to go; and\nhe was soon believing that all his sorrows would soon be finally at\nan end.', 'He held back the urge to move but swayed from side to side\nas he crouched there on the floor.', 'His mother was not far away in\nfront of him and seemed, at first, quite engrossed in herself, but\nthen she suddenly jumped up with her arms outstretched and her\nfingers spread shouting: "Help, for pity\'s sake, Help!"', 'The way she\nheld her head suggested she wanted to see Gregor better, but the\nunthinking way she was hurrying backwards showed that she did not;\nshe had forgotten that the table was behind her with all the\nbreakfast things on it; when she reached the table she sat quickly\ndown on it without knowing what she was doing; without even seeming\nto notice that the coffee pot had been knocked over and a gush of\ncoffee was pouring down onto the carpet.', '"Mother, mother", said Gregor gently, looking up at her.', 'He had\ncompletely forgotten the chief clerk for the moment, but could not\nhelp himself snapping in the air with his jaws at the sight of the\nflow of coffee.', 'That set his mother screaming anew, she fled from\nthe table and into the arms of his father as he rushed towards her.', 'Gregor, though, had no time to spare for his parents now; the chief\nclerk had already reached the stairs; with his chin on the banister,\nhe looked back for the last time.', 'Gregor made a run for him; he\nwanted to be sure of reaching him; the chief clerk must have\nexpected something, as he leapt down several steps at once and\ndisappeared; his shouts resounding all around the staircase.', "The\nflight of the chief clerk seemed, unfortunately, to put Gregor's\nfather into a panic as well.", "Until then he had been relatively self\ncontrolled, but now, instead of running after the chief clerk\nhimself, or at least not impeding Gregor as he ran after him,\nGregor's father seized the chief clerk's stick in his right hand\n(the chief clerk had left it behind on a chair, along with his hat\nand overcoat), picked up a large newspaper from the table with his\nleft, and used them to drive Gregor back into his room, stamping his\nfoot at him as he went.", "Gregor's appeals to his father were of no\nhelp, his appeals were simply not understood, however much he humbly\nturned his head his father merely stamped his foot all the harder.", "Across the room, despite the chilly weather, Gregor's mother had\npulled open a window, leant far out of it and pressed her hands to\nher face.", 'A strong draught of air flew in from the street towards\nthe stairway, the curtains flew up, the newspapers on the table\nfluttered and some of them were blown onto the floor.', "Nothing would\nstop Gregor's father as he drove him back, making hissing noises at\nhim like a wild man.", 'Gregor had never had any practice in moving\nbackwards and was only able to go very slowly.', "If Gregor had only\nbeen allowed to turn round he would have been back in his room\nstraight away, but he was afraid that if he took the time to do that\nhis father would become impatient, and there was the threat of a\nlethal blow to his back or head from the stick in his father's hand\nany moment.", 'Eventually, though, Gregor realised that he had no\nchoice as he saw, to his disgust, that he was quite incapable of\ngoing backwards in a straight line; so he began, as quickly as\npossible and with frequent anxious glances at his father, to turn\nhimself round.', 'It went very slowly, but perhaps his father was able\nto see his good intentions as he did nothing to hinder him, in fact\nnow and then he used the tip of his stick to give directions from a\ndistance as to which way to turn.', 'If only his father would stop\nthat unbearable hissing!', 'It was making Gregor quite confused.', 'When\nhe had nearly finished turning round, still listening to that\nhissing, he made a mistake and turned himself back a little the way\nhe had just come.', 'He was pleased when he finally had his head in\nfront of the doorway, but then saw that it was too narrow, and his\nbody was too broad to get through it without further difficulty.', 'In\nhis present mood, it obviously did not occur to his father to open\nthe other of the double doors so that Gregor would have enough space\nto get through.', 'He was merely fixed on the idea that Gregor should\nbe got back into his room as quickly as possible.', 'Nor would he ever\nhave allowed Gregor the time to get himself upright as preparation\nfor getting through the doorway.', 'What he did, making more noise\nthan ever, was to drive Gregor forwards all the harder as if there\nhad been nothing in the way; it sounded to Gregor as if there was\nnow more than one father behind him; it was not a pleasant\nexperience, and Gregor pushed himself into the doorway without\nregard for what might happen.', 'One side of his body lifted itself,\nhe lay at an angle in the doorway, one flank scraped on the white\ndoor and was painfully injured, leaving vile brown flecks on it,\nsoon he was stuck fast and would not have been able to move at all\nby himself, the little legs along one side hung quivering in the air\nwhile those on the other side were pressed painfully against the\nground.', 'Then his father gave him a hefty shove from behind which\nreleased him from where he was held and sent him flying, and heavily\nbleeding, deep into his room.', 'The door was slammed shut with the\nstick, then, finally, all was quiet.', 'II\n\n\nIt was not until it was getting dark that evening that Gregor awoke\nfrom his deep and coma-like sleep.', "He would have woken soon\nafterwards anyway even if he hadn't been disturbed, as he had had\nenough sleep and felt fully rested.", 'But he had the impression that\nsome hurried steps and the sound of the door leading into the front\nroom being carefully shut had woken him.', 'The light from the\nelectric street lamps shone palely here and there onto the ceiling\nand tops of the furniture, but down below, where Gregor was, it was\ndark.', 'He pushed himself over to the door, feeling his way clumsily\nwith his antennae - of which he was now beginning to learn the value\n- in order to see what had been happening there.', 'The whole of his\nleft side seemed like one, painfully stretched scar, and he limped\nbadly on his two rows of legs.', 'One of the legs had been badly\ninjured in the events of that morning - it was nearly a miracle that\nonly one of them had been - and dragged along lifelessly.', 'It was only when he had reached the door that he realised what it\nactually was that had drawn him over to it; it was the smell of\nsomething to eat.', 'By the door there was a dish filled with\nsweetened milk with little pieces of white bread floating in it.', 'He\nwas so pleased he almost laughed, as he was even hungrier than he\nhad been that morning, and immediately dipped his head into the\nmilk, nearly covering his eyes with it.', 'But he soon drew his head\nback again in disappointment; not only did the pain in his tender\nleft side make it difficult to eat the food - he was only able to\neat if his whole body worked together as a snuffling whole - but the\nmilk did not taste at all nice.', 'Milk like this was normally his\nfavourite drink, and his sister had certainly left it there for him\nbecause of that, but he turned, almost against his own will, away\nfrom the dish and crawled back into the centre of the room.', 'Through the crack in the door, Gregor could see that the gas had\nbeen lit in the living room.', "His father at this time would normally\nbe sat with his evening paper, reading it out in a loud voice to\nGregor's mother, and sometimes to his sister, but there was now not\na sound to be heard.", "Gregor's sister would often write and tell him\nabout this reading, but maybe his father had lost the habit in\nrecent times.", 'It was so quiet all around too, even though there\nmust have been somebody in the flat.', '"What a quiet life it is the\nfamily lead", said Gregor to himself, and, gazing into the darkness,\nfelt a great pride that he was able to provide a life like that in\nsuch a nice home for his sister and parents.', 'But what now, if all\nthis peace and wealth and comfort should come to a horrible and\nfrightening end?', 'That was something that Gregor did not want to\nthink about too much, so he started to move about, crawling up and\ndown the room.', 'Once during that long evening, the door on one side of the room was\nopened very slightly and hurriedly closed again; later on the door\non the other side did the same; it seemed that someone needed to\nenter the room but thought better of it.', 'Gregor went and waited\nimmediately by the door, resolved either to bring the timorous\nvisitor into the room in some way or at least to find out who it\nwas; but the door was opened no more that night and Gregor waited in\nvain.', 'The previous morning while the doors were locked everyone had\nwanted to get in there to him, but now, now that he had opened up\none of the doors and the other had clearly been unlocked some time\nduring the day, no-one came, and the keys were in the other sides.', 'It was not until late at night that the gaslight in the living room\nwas put out, and now it was easy to see that his parents and sister had\nstayed awake all that time, as they all could be distinctly heard as\nthey went away together on tip-toe.', "It was clear that no-one would\ncome into Gregor's room any more until morning; that gave him plenty\nof time to think undisturbed about how he would have to re-arrange\nhis life.", 'For some reason, the tall, empty room where he was forced\nto remain made him feel uneasy as he lay there flat on the floor,\neven though he had been living in it for five years.', 'Hardly aware\nof what he was doing other than a slight feeling of shame, he\nhurried under the couch.', 'It pressed down on his back a little, and\nhe was no longer able to lift his head, but he nonetheless felt\nimmediately at ease and his only regret was that his body was too\nbroad to get it all underneath.', 'He spent the whole night there.', 'Some of the time he passed in a\nlight sleep, although he frequently woke from it in alarm because of\nhis hunger, and some of the time was spent in worries and vague\nhopes which, however, always led to the same conclusion: for the\ntime being he must remain calm, he must show patience and the\ngreatest consideration so that his family could bear the\nunpleasantness that he, in his present condition, was forced to\nimpose on them.', 'Gregor soon had the opportunity to test the strength of his\ndecisions, as early the next morning, almost before the night had\nended, his sister, nearly fully dressed, opened the door from the\nfront room and looked anxiously in.', "She did not see him straight\naway, but when she did notice him under the couch - he had to be\nsomewhere, for God's sake, he couldn't have flown away - she was so\nshocked that she lost control of herself and slammed the door shut\nagain from outside.", 'But she seemed to regret her behaviour, as she\nopened the door again straight away and came in on tip-toe as if\nentering the room of someone seriously ill or even of a stranger.', 'Gregor had pushed his head forward, right to the edge of the couch,\nand watched her.', 'Would she notice that he had left the milk as it\nwas, realise that it was not from any lack of hunger and bring him\nin some other food that was more suitable?', "If she didn't do it\nherself he would rather go hungry than draw her attention to it,\nalthough he did feel a terrible urge to rush forward from under the\ncouch, throw himself at his sister's feet and beg her for something\ngood to eat.", 'However, his sister noticed the full dish immediately\nand looked at it and the few drops of milk splashed around it with\nsome surprise.', 'She immediately picked it up - using a rag,\nnot her bare hands - and carried it out.', 'Gregor was extremely\ncurious as to what she would bring in its place, imagining the\nwildest possibilities, but he never could have guessed what his\nsister, in her goodness, actually did bring.', 'In order to test his\ntaste, she brought him a whole selection of things, all spread out\non an old newspaper.', 'There were old, half-rotten vegetables; bones\nfrom the evening meal, covered in white sauce that had gone hard; a\nfew raisins and almonds; some cheese that Gregor had declared\ninedible two days before; a dry roll and some bread spread with\nbutter and salt.', "As well as all that she had poured some water into\nthe dish, which had probably been permanently set aside for Gregor's\nuse, and placed it beside them.", "Then, out of consideration for\nGregor's feelings, as she knew that he would not eat in front of\nher, she hurried out again and even turned the key in the lock so\nthat Gregor would know he could make things as comfortable for\nhimself as he liked.", "Gregor's little legs whirred, at last he could\neat.", "What's more, his injuries must already have completely healed\nas he found no difficulty in moving.", 'This amazed him, as more than\na month earlier he had cut his finger slightly with a knife, he\nthought of how his finger had still hurt the day before yesterday.', '"Am I less sensitive than I used to be, then?', '", he thought, and was\nalready sucking greedily at the cheese which had immediately, almost\ncompellingly, attracted him much more than the other foods on the\nnewspaper.', "Quickly one after another, his eyes watering with\npleasure, he consumed the cheese, the vegetables and the sauce; the\nfresh foods, on the other hand, he didn't like at all, and even\ndragged the things he did want to eat a little way away from them\nbecause he couldn't stand the smell.", 'Long after he had finished\neating and lay lethargic in the same place, his sister slowly turned\nthe key in the lock as a sign to him that he should withdraw.', 'He\nwas immediately startled, although he had been half asleep, and he\nhurried back under the couch.', 'But he needed great self-control to\nstay there even for the short time that his sister was in the room,\nas eating so much food had rounded out his body a little and he\ncould hardly breathe in that narrow space.', 'Half suffocating, he\nwatched with bulging eyes as his sister unselfconsciously took a\nbroom and swept up the left-overs, mixing them in with the food he\nhad not even touched at all as if it could not be used any more.', 'She quickly dropped it all into a bin, closed it with its wooden\nlid, and carried everything out.', 'She had hardly turned her back\nbefore Gregor came out again from under the couch and stretched\nhimself.', "This was how Gregor received his food each day now, once in the\nmorning while his parents and the maid were still asleep, and the\nsecond time after everyone had eaten their meal at midday as his\nparents would sleep for a little while then as well, and Gregor's\nsister would send the maid away on some errand.", "Gregor's father and\nmother certainly did not want him to starve either, but perhaps it\nwould have been more than they could stand to have any more\nexperience of his feeding than being told about it, and perhaps his\nsister wanted to spare them what distress she could as they were\nindeed suffering enough.", 'It was impossible for Gregor to find out what they had told the\ndoctor and the locksmith that first morning to get them out of the\nflat.', "As nobody could understand him, nobody, not even his sister,\nthought that he could understand them, so he had to be content to\nhear his sister's sighs and appeals to the saints as she moved about\nhis room.", 'It was only later, when she had become a little more used\nto everything - there was, of course, no question of her ever\nbecoming fully used to the situation - that Gregor would sometimes\ncatch a friendly comment, or at least a comment that could be\nconstrued as friendly.', '"He\'s enjoyed his dinner today", she might\nsay when he had diligently cleared away all the food left for him,\nor if he left most of it, which slowly became more and more\nfrequent, she would often say, sadly, "now everything\'s just been\nleft there again".', "Although Gregor wasn't able to hear any news directly he did listen\nto much of what was said in the next rooms, and whenever he heard\nanyone speaking he would scurry straight to the appropriate door and\npress his whole body against it.", 'There was seldom any conversation,\nespecially at first, that was not about him in some way, even if\nonly in secret.', 'For two whole days, all the talk at every mealtime\nwas about what they should do now; but even between meals they spoke\nabout the same subject as there were always at least two members of\nthe family at home - nobody wanted to be at home by themselves and\nit was out of the question to leave the flat entirely empty.', "And on\nthe very first day the maid had fallen to her knees and begged\nGregor's mother to let her go without delay.", "It was not very clear\nhow much she knew of what had happened but she left within a quarter\nof an hour, tearfully thanking Gregor's mother for her dismissal as\nif she had done her an enormous service.", 'She even swore\nemphatically not to tell anyone the slightest about what had\nhappened, even though no-one had asked that of her.', "Now Gregor's sister also had to help his mother with the cooking;\nalthough that was not so much bother as no-one ate very much.", 'Gregor often heard how one of them would unsuccessfully urge another\nto eat, and receive no more answer than "no thanks, I\'ve had enough"\nor something similar.', 'No-one drank very much either.', 'His sister\nwould sometimes ask his father whether he would like a beer, hoping\nfor the chance to go and fetch it herself.', 'When his father then\nsaid nothing she would add, so that he would not feel selfish, that\nshe could send the housekeeper for it, but then his father would\nclose the matter with a big, loud "No", and no more would be said.', "Even before the first day had come to an end, his father had\nexplained to Gregor's mother and sister what their finances and\nprospects were.", 'Now and then he stood up from the table and took\nsome receipt or document from the little cash box he had saved from\nhis business when it had collapsed five years earlier.', 'Gregor heard\nhow he opened the complicated lock and then closed it again after he\nhad taken the item he wanted.', 'What he heard his father say was some\nof the first good news that Gregor heard since he had first been\nincarcerated in his room.', "He had thought that nothing at all\nremained from his father's business, at least he had never told him\nanything different, and Gregor had never asked him about it anyway.", "Their business misfortune had reduced the family to a state of total\ndespair, and Gregor's only concern at that time had been to arrange\nthings so that they could all forget about it as quickly as\npossible.", 'So then he started working especially hard, with a fiery\nvigour that raised him from a junior salesman to a travelling\nrepresentative almost overnight, bringing with it the chance to earn\nmoney in quite different ways.', 'Gregor converted his success at work\nstraight into cash that he could lay on the table at home for the\nbenefit of his astonished and delighted family.', 'They had been good\ntimes and they had never come again, at least not with the same\nsplendour, even though Gregor had later earned so much that he was\nin a position to bear the costs of the whole family, and did bear\nthem.', 'They had even got used to it, both Gregor and the family,\nthey took the money with gratitude and he was glad to provide it,\nalthough there was no longer much warm affection given in return.', 'Gregor only remained close to his sister now.', 'Unlike him, she was\nvery fond of music and a gifted and expressive violinist, it was his\nsecret plan to send her to the conservatory next year even though it\nwould cause great expense that would have to be made up for in some\nother way.', "During Gregor's short periods in town, conversation with\nhis sister would often turn to the conservatory but it was only ever\nmentioned as a lovely dream that could never be realised.", 'Their\nparents did not like to hear this innocent talk, but Gregor thought\nabout it quite hard and decided he would let them know what he\nplanned with a grand announcement of it on Christmas day.', 'That was the sort of totally pointless thing that went through his\nmind in his present state, pressed upright against the door and\nlistening.', 'There were times when he simply became too tired to\ncontinue listening, when his head would fall wearily against the\ndoor and he would pull it up again with a start, as even the\nslightest noise he caused would be heard next door and they would\nall go silent.', '"What\'s that he\'s doing now", his father would say\nafter a while, clearly having gone over to the door, and only then\nwould the interrupted conversation slowly be taken up again.', "When explaining things, his father repeated himself several times,\npartly because it was a long time since he had been occupied with\nthese matters himself and partly because Gregor's mother did not\nunderstand everything the first time.", 'From these repeated explanations\nGregor learned, to his pleasure, that despite all their misfortunes\nthere was still some money available from the old days.', 'It was not\na lot, but it had not been touched in the meantime and some interest\nhad accumulated.', 'Besides that, they had not been using up all the\nmoney that Gregor had been bringing home every month, keeping only a\nlittle for himself, so that that, too, had been accumulating.', 'Behind the door, Gregor nodded with enthusiasm in his pleasure at\nthis unexpected thrift and caution.', "He could actually have used\nthis surplus money to reduce his father's debt to his boss, and the\nday when he could have freed himself from that job would have come\nmuch closer, but now it was certainly better the way his father had\ndone things.", 'This money, however, was certainly not enough to enable the family\nto live off the interest; it was enough to maintain them for,\nperhaps, one or two years, no more.', "That's to say, it was money\nthat should not really be touched but set aside for emergencies;\nmoney to live on had to be earned.", 'His father was healthy but old,\nand lacking in self confidence.', 'During the five years that he had\nnot been working - the first holiday in a life that had been full of\nstrain and no success - he had put on a lot of weight and become\nvery slow and clumsy.', "Would Gregor's elderly mother now have to go\nand earn money?", 'She suffered from asthma and it was a strain for her\njust to move about the home, every other day would be spent\nstruggling for breath on the sofa by the open window.', 'Would his\nsister have to go and earn money?', 'She was still a child of\nseventeen, her life up till then had been very enviable, consisting\nof wearing nice clothes, sleeping late, helping out in the business,\njoining in with a few modest pleasures and most of all playing the\nviolin.', 'Whenever they began to talk of the need to earn money,\nGregor would always first let go of the door and then throw himself\nonto the cool, leather sofa next to it, as he became quite hot with\nshame and regret.', 'He would often lie there the whole night through, not sleeping a\nwink but scratching at the leather for hours on end.', 'Or he might go\nto all the effort of pushing a chair to the window, climbing up onto\nthe sill and, propped up in the chair, leaning on the window to\nstare out of it.', 'He had used to feel a great sense of freedom from\ndoing this, but doing it now was obviously something more remembered\nthan experienced, as what he actually saw in this way was becoming\nless distinct every day, even things that were quite near; he had\nused to curse the ever-present view of the hospital across the\nstreet, but now he could not see it at all, and if he had not known\nthat he lived in Charlottenstrasse, which was a quiet street despite\nbeing in the middle of the city, he could have thought that he was\nlooking out the window at a barren waste where the grey sky and the\ngrey earth mingled inseparably.', 'His observant sister only needed to\nnotice the chair twice before she would always push it back to its\nexact position by the window after she had tidied up the room, and\neven left the inner pane of the window open from then on.', 'If Gregor had only been able to speak to his sister and thank her\nfor all that she had to do for him it would have been easier for him\nto bear it; but as it was it caused him pain.', 'His sister,\nnaturally, tried as far as possible to pretend there was nothing\nburdensome about it, and the longer it went on, of course, the\nbetter she was able to do so, but as time went by Gregor was also\nable to see through it all so much better.', 'It had even become very\nunpleasant for him, now, whenever she entered the room.', "No sooner\nhad she come in than she would quickly close the door as a\nprecaution so that no-one would have to suffer the view into\nGregor's room, then she would go straight to the window and pull it\nhurriedly open almost as if she were suffocating.", 'Even if it was\ncold, she would stay at the window breathing deeply for a little\nwhile.', 'She would alarm Gregor twice a day with this running about\nand noise making; he would stay under the couch shivering the whole\nwhile, knowing full well that she would certainly have liked to\nspare him this ordeal, but it was impossible for her to be in the\nsame room with him with the windows closed.', "One day, about a month after Gregor's transformation when his sister\nno longer had any particular reason to be shocked at his appearance,\nshe came into the room a little earlier than usual and found him\nstill staring out the window, motionless, and just where he would be\nmost horrible.", "In itself, his sister's not coming into the room\nwould have been no surprise for Gregor as it would have been\ndifficult for her to immediately open the window while he was still\nthere, but not only did she not come in, she went straight back and\nclosed the door behind her, a stranger would have thought he had\nthreatened her and tried to bite her.", 'Gregor went straight to hide\nhimself under the couch, of course, but he had to wait until midday\nbefore his sister came back and she seemed much more uneasy than\nusual.', 'It made him realise that she still found his appearance\nunbearable and would continue to do so, she probably even had to\novercome the urge to flee when she saw the little bit of him that\nprotruded from under the couch.', 'One day, in order to spare her even\nthis sight, he spent four hours carrying the bedsheet over to the\ncouch on his back and arranged it so that he was completely covered\nand his sister would not be able to see him even if she bent down.', 'If she did not think this sheet was necessary then all she had to do\nwas take it off again, as it was clear enough that it was no\npleasure for Gregor to cut himself off so completely.', 'She left the\nsheet where it was.', 'Gregor even thought he glimpsed a look of\ngratitude one time when he carefully looked out from under the sheet\nto see how his sister liked the new arrangement.', "For the first fourteen days, Gregor's parents could not bring\nthemselves to come into the room to see him.", 'He would often hear\nthem say how they appreciated all the new work his sister was doing\neven though, before, they had seen her as a girl who was somewhat\nuseless and frequently been annoyed with her.', "But now the two of\nthem, father and mother, would often both wait outside the door of\nGregor's room while his sister tidied up in there, and as soon as\nshe went out again she would have to tell them exactly how\neverything looked, what Gregor had eaten, how he had behaved this\ntime and whether, perhaps, any slight improvement could be seen.", 'His mother also wanted to go in and visit Gregor relatively soon but\nhis father and sister at first persuaded her against it.', 'Gregor\nlistened very closely to all this, and approved fully.', 'Later,\nthough, she had to be held back by force, which made her call out:\n"Let me go and see Gregor, he is my unfortunate son!', "Can't you\nunderstand I have to see him?", '", and Gregor would think to himself\nthat maybe it would be better if his mother came in, not every day\nof course, but one day a week, perhaps; she could understand\neverything much better than his sister who, for all her courage, was\nstill just a child after all, and really might not have had an\nadult\'s appreciation of the burdensome job she had taken on.', "Gregor's wish to see his mother was soon realised.", 'Out of\nconsideration for his parents, Gregor wanted to avoid being seen at\nthe window during the day, the few square meters of the floor did\nnot give him much room to crawl about, it was hard to just lie\nquietly through the night, his food soon stopped giving him any\npleasure at all, and so, to entertain himself, he got into the habit\nof crawling up and down the walls and ceiling.', 'He was especially\nfond of hanging from the ceiling; it was quite different from lying\non the floor; he could breathe more freely; his body had a light\nswing to it; and up there, relaxed and almost happy, it might happen\nthat he would surprise even himself by letting go of the ceiling and\nlanding on the floor with a crash.', 'But now, of course, he had far\nbetter control of his body than before and, even with a fall as\ngreat as that, caused himself no damage.', "Very soon his sister\nnoticed Gregor's new way of entertaining himself - he had, after\nall, left traces of the adhesive from his feet as he crawled about -\nand got it into her head to make it as easy as possible for him by\nremoving the furniture that got in his way, especially the chest of\ndrawers and the desk.", "Now, this was not something that she would be\nable to do by herself; she did not dare to ask for help from her\nfather; the sixteen year old maid had carried on bravely since the\ncook had left but she certainly would not have helped in this, she\nhad even asked to be allowed to keep the kitchen locked at all times\nand never to have to open the door unless it was especially\nimportant; so his sister had no choice but to choose some time when\nGregor's father was not there and fetch his mother to help her.", 'As\nshe approached the room, Gregor could hear his mother express her\njoy, but once at the door she went silent.', 'First, of course, his\nsister came in and looked round to see that everything in the room\nwas alright; and only then did she let her mother enter.', 'Gregor had\nhurriedly pulled the sheet down lower over the couch and put more\nfolds into it so that everything really looked as if it had just\nbeen thrown down by chance.', 'Gregor also refrained, this time, from\nspying out from under the sheet; he gave up the chance to see his\nmother until later and was simply glad that she had come.', '"You can\ncome in, he can\'t be seen", said his sister, obviously leading her\nin by the hand.', "The old chest of drawers was too heavy for a pair\nof feeble women to be heaving about, but Gregor listened as they\npushed it from its place, his sister always taking on the heaviest\npart of the work for herself and ignoring her mother's warnings that\nshe would strain herself.", 'This lasted a very long time.', "After\nlabouring at it for fifteen minutes or more his mother said it would\nbe better to leave the chest where it was, for one thing it was too\nheavy for them to get the job finished before Gregor's father got\nhome and leaving it in the middle of the room it would be in his way\neven more, and for another thing it wasn't even sure that taking the\nfurniture away would really be any help to him.", "She thought just\nthe opposite; the sight of the bare walls saddened her right to her\nheart; and why wouldn't Gregor feel the same way about it, he'd been\nused to this furniture in his room for a long time and it would make\nhim feel abandoned to be in an empty room like that.", 'Then, quietly,\nalmost whispering as if wanting Gregor (whose whereabouts she did\nnot know) to hear not even the tone of her voice, as she was\nconvinced that he did not understand her words, she added "and by\ntaking the furniture away, won\'t it seem like we\'re showing that\nwe\'ve given up all hope of improvement and we\'re abandoning him to\ncope for himself?', 'I think it\'d be best to leave the room exactly the\nway it was before so that when Gregor comes back to us again he\'ll\nfind everything unchanged and he\'ll be able to forget the time in\nbetween all the easier".', 'Hearing these words from his mother made Gregor realise that the\nlack of any direct human communication, along with the monotonous\nlife led by the family during these two months, must have made him\nconfused - he could think of no other way of explaining to himself\nwhy he had seriously wanted his room emptied out.', 'Had he really\nwanted to transform his room into a cave, a warm room fitted out\nwith the nice furniture he had inherited?', 'That would have let him\ncrawl around unimpeded in any direction, but it would also have let\nhim quickly forget his past when he had still been human.', 'He had\ncome very close to forgetting, and it had only been the voice of his\nmother, unheard for so long, that had shaken him out of it.', 'Nothing\nshould be removed; everything had to stay; he could not do without\nthe good influence the furniture had on his condition; and if the\nfurniture made it difficult for him to crawl about mindlessly that\nwas not a loss but a great advantage.', "His sister, unfortunately, did not agree; she had become used to the\nidea, not without reason, that she was Gregor's spokesman to his\nparents about the things that concerned him.", "This meant that his\nmother's advice now was sufficient reason for her to insist on\nremoving not only the chest of drawers and the desk, as she had\nthought at first, but all the furniture apart from the all-important\ncouch.", 'It was more than childish perversity, of course, or the\nunexpected confidence she had recently acquired, that made her\ninsist; she had indeed noticed that Gregor needed a lot of room to\ncrawl about in, whereas the furniture, as far as anyone could see,\nwas of no use to him at all.', 'Girls of that age, though, do become\nenthusiastic about things and feel they must get their way whenever\nthey can.', "Perhaps this was what tempted Grete to make Gregor's\nsituation seem even more shocking than it was so that she could do\neven more for him.", 'Grete would probably be the only one who would\ndare enter a room dominated by Gregor crawling about the bare walls\nby himself.', 'So she refused to let her mother dissuade her.', "Gregor's mother\nalready looked uneasy in his room, she soon stopped speaking and\nhelped Gregor's sister to get the chest of drawers out with what\nstrength she had.", 'The chest of drawers was something that Gregor\ncould do without if he had to, but the writing desk had to stay.', 'Hardly had the two women pushed the chest of drawers, groaning, out\nof the room than Gregor poked his head out from under the couch to\nsee what he could do about it.', 'He meant to be as careful and\nconsiderate as he could, but, unfortunately, it was his mother who\ncame back first while Grete in the next room had her arms round the\nchest, pushing and pulling at it from side to side by herself\nwithout, of course, moving it an inch.', 'His mother was not used to\nthe sight of Gregor, he might have made her ill, so Gregor hurried\nbackwards to the far end of the couch.', 'In his startlement, though,\nhe was not able to prevent the sheet at its front from moving a\nlittle.', "It was enough to attract his mother's attention.", 'She stood\nvery still, remained there a moment, and then went back out to\nGrete.', 'Gregor kept trying to assure himself that nothing unusual was\nhappening, it was just a few pieces of furniture being moved after\nall, but he soon had to admit that the women going to and fro, their\nlittle calls to each other, the scraping of the furniture on the\nfloor, all these things made him feel as if he were being assailed\nfrom all sides.', 'With his head and legs pulled in against him and\nhis body pressed to the floor, he was forced to admit to himself\nthat he could not stand all of this much longer.', "They were emptying\nhis room out; taking away everything that was dear to him; they had\nalready taken out the chest containing his fretsaw and other tools;\nnow they threatened to remove the writing desk with its place\nclearly worn into the floor, the desk where he had done his homework\nas a business trainee, at high school, even while he had been at\ninfant school--he really could not wait any longer to see whether\nthe two women's intentions were good.", 'He had nearly forgotten they\nwere there anyway, as they were now too tired to say anything while\nthey worked and he could only hear their feet as they stepped\nheavily on the floor.', 'So, while the women were leant against the desk in the other room\ncatching their breath, he sallied out, changed direction four times\nnot knowing what he should save first before his attention was\nsuddenly caught by the picture on the wall - which was already\ndenuded of everything else that had been on it - of the lady dressed\nin copious fur.', 'He hurried up onto the picture and pressed himself\nagainst its glass, it held him firmly and felt good on his hot\nbelly.', 'This picture at least, now totally covered by Gregor, would\ncertainly be taken away by no-one.', 'He turned his head to face the\ndoor into the living room so that he could watch the women when they\ncame back.', 'They had not allowed themselves a long rest and came back quite\nsoon; Grete had put her arm around her mother and was nearly\ncarrying her.', '"What shall we take now, then?', '", said Grete and\nlooked around.', 'Her eyes met those of Gregor on the wall.', 'Perhaps\nonly because her mother was there, she remained calm, bent her face\nto her so that she would not look round and said, albeit hurriedly\nand with a tremor in her voice: "Come on, let\'s go back in the\nliving room for a while?"', 'Gregor could see what Grete had in mind,\nshe wanted to take her mother somewhere safe and then chase him down\nfrom the wall.', 'Well, she could certainly try it!', 'He sat unyielding\non his picture.', "He would rather jump at Grete's face.", 'But Grete\'s words had made her mother quite worried, she stepped to\none side, saw the enormous brown patch against the flowers of the\nwallpaper, and before she even realised it was Gregor that she saw\nscreamed: "Oh God, oh God!"', 'Arms outstretched, she fell onto the\ncouch as if she had given up everything and stayed there immobile.', '"Gregor!"', 'shouted his sister, glowering at him and shaking her fist.', 'That was the first word she had spoken to him directly since his\ntransformation.', "She ran into the other room to fetch some kind of\nsmelling salts to bring her mother out of her faint; Gregor wanted\nto help too - he could save his picture later, although he stuck\nfast to the glass and had to pull himself off by force; then he,\ntoo, ran into the next room as if he could advise his sister like in\nthe old days; but he had to just stand behind her doing nothing; she\nwas looking into various bottles, he startled her when she turned\nround; a bottle fell to the ground and broke; a splinter cut\nGregor's face, some kind of caustic medicine splashed all over him;\nnow, without delaying any longer, Grete took hold of all the bottles\nshe could and ran with them in to her mother; she slammed the door\nshut with her foot.", 'So now Gregor was shut out from his mother,\nwho, because of him, might be near to death; he could not open the\ndoor if he did not want to chase his sister away, and she had to\nstay with his mother; there was nothing for him to do but wait; and,\noppressed with anxiety and self-reproach, he began to crawl about,\nhe crawled over everything, walls, furniture, ceiling, and finally\nin his confusion as the whole room began to spin around him he fell\ndown into the middle of the dinner table.', 'He lay there for a while, numb and immobile, all around him it was\nquiet, maybe that was a good sign.', 'Then there was someone at the\ndoor.', 'The maid, of course, had locked herself in her kitchen so\nthat Grete would have to go and answer it.', 'His father had arrived\nhome.', '"What\'s happened?"', "were his first words; Grete's appearance\nmust have made everything clear to him.", 'She answered him with\nsubdued voice, and openly pressed her face into his chest: "Mother\'s\nfainted, but she\'s better now.', 'Gregor got out."', '"Just as I\nexpected", said his father, "just as I always said, but you women\nwouldn\'t listen, would you."', 'It was clear to Gregor that Grete had\nnot said enough and that his father took it to mean that something\nbad had happened, that he was responsible for some act of violence.', 'That meant Gregor would now have to try to calm his father, as he\ndid not have the time to explain things to him even if that had been\npossible.', 'So he fled to the door of his room and pressed himself\nagainst it so that his father, when he came in from the hall, could\nsee straight away that Gregor had the best intentions and would go\nback into his room without delay, that it would not be necessary to\ndrive him back but that they had only to open the door and he would\ndisappear.', 'His father, though, was not in the mood to notice subtleties like\nthat; "Ah!', '", he shouted as he came in, sounding as if he were both\nangry and glad at the same time.', 'Gregor drew his head back from the\ndoor and lifted it towards his father.', 'He really had not imagined\nhis father the way he stood there now; of late, with his new habit\nof crawling about, he had neglected to pay attention to what was\ngoing on the rest of the flat the way he had done before.', 'He really\nought to have expected things to have changed, but still, still, was\nthat really his father?', 'The same tired man as used to be laying\nthere entombed in his bed when Gregor came back from his business\ntrips, who would receive him sitting in the armchair in his\nnightgown when he came back in the evenings; who was hardly even\nable to stand up but, as a sign of his pleasure, would just raise\nhis arms and who, on the couple of times a year when they went for a\nwalk together on a Sunday or public holiday wrapped up tightly in\nhis overcoat between Gregor and his mother, would always labour his\nway forward a little more slowly than them, who were already walking\nslowly for his sake; who would place his stick down carefully and,\nif he wanted to say something would invariably stop and gather his\ncompanions around him.', 'He was standing up straight enough now;\ndressed in a smart blue uniform with gold buttons, the sort worn by\nthe employees at the banking institute; above the high, stiff collar\nof the coat his strong double-chin emerged; under the bushy\neyebrows, his piercing, dark eyes looked out fresh and alert; his\nnormally unkempt white hair was combed down painfully close to his\nscalp.', 'He took his cap, with its gold monogram from, probably, some\nbank, and threw it in an arc right across the room onto the sofa,\nput his hands in his trouser pockets, pushing back the bottom of his\nlong uniform coat, and, with look of determination, walked towards\nGregor.', 'He probably did not even know himself what he had in mind,\nbut nonetheless lifted his feet unusually high.', 'Gregor was amazed\nat the enormous size of the soles of his boots, but wasted no time\nwith that - he knew full well, right from the first day of his new\nlife, that his father thought it necessary to always be extremely\nstrict with him.', 'And so he ran up to his father, stopped when his\nfather stopped, scurried forwards again when he moved, even\nslightly.', 'In this way they went round the room several times\nwithout anything decisive happening, without even giving the\nimpression of a chase as everything went so slowly.', 'Gregor remained\nall this time on the floor, largely because he feared his father\nmight see it as especially provoking if he fled onto the wall or\nceiling.', 'Whatever he did, Gregor had to admit that he certainly\nwould not be able to keep up this running about for long, as for\neach step his father took he had to carry out countless movements.', 'He became noticeably short of breath, even in his earlier life his\nlungs had not been very reliable.', 'Now, as he lurched about in his\nefforts to muster all the strength he could for running he could\nhardly keep his eyes open; his thoughts became too slow for him to\nthink of any other way of saving himself than running; he almost\nforgot that the walls were there for him to use although, here, they\nwere concealed behind carefully carved furniture full of notches and\nprotrusions - then, right beside him, lightly tossed, something flew\ndown and rolled in front of him.', 'It was an apple; then another one\nimmediately flew at him; Gregor froze in shock; there was no longer\nany point in running as his father had decided to bombard him.', 'He\nhad filled his pockets with fruit from the bowl on the sideboard and\nnow, without even taking the time for careful aim, threw one apple\nafter another.', 'These little, red apples rolled about on the floor,\nknocking into each other as if they had electric motors.', "An apple\nthrown without much force glanced against Gregor's back and slid off\nwithout doing any harm.", 'Another one however, immediately following\nit, hit squarely and lodged in his back; Gregor wanted to drag\nhimself away, as if he could remove the surprising, the incredible\npain by changing his position; but he felt as if nailed to the spot\nand spread himself out, all his senses in confusion.', "The last thing\nhe saw was the door of his room being pulled open, his sister was\nscreaming, his mother ran out in front of her in her blouse (as his\nsister had taken off some of her clothes after she had fainted to\nmake it easier for her to breathe), she ran to his father, her\nskirts unfastened and sliding one after another to the ground,\nstumbling over the skirts she pushed herself to his father, her arms\naround him, uniting herself with him totally - now Gregor lost his\nability to see anything - her hands behind his father's head begging\nhim to spare Gregor's life.", "III\n\n\nNo-one dared to remove the apple lodged in Gregor's flesh, so it\nremained there as a visible reminder of his injury.", 'He had suffered\nit there for more than a month, and his condition seemed serious\nenough to remind even his father that Gregor, despite his current\nsad and revolting form, was a family member who could not be treated\nas an enemy.', 'On the contrary, as a family there was a duty to\nswallow any revulsion for him and to be patient, just to be patient.', 'Because of his injuries, Gregor had lost much of his mobility -\nprobably permanently.', 'He had been reduced to the condition of an\nancient invalid and it took him long, long minutes to crawl across\nhis room - crawling over the ceiling was out of the question - but\nthis deterioration in his condition was fully (in his opinion) made\nup for by the door to the living room being left open every evening.', "He got into the habit of closely watching it for one or two hours\nbefore it was opened and then, lying in the darkness of his room\nwhere he could not be seen from the living room, he could watch the\nfamily in the light of the dinner table and listen to their\nconversation - with everyone's permission, in a way, and thus quite\ndifferently from before.", 'They no longer held the lively conversations of earlier times, of\ncourse, the ones that Gregor always thought about with longing when\nhe was tired and getting into the damp bed in some small hotel room.', 'All of them were usually very quiet nowadays.', 'Soon after dinner,\nhis father would go to sleep in his chair; his mother and sister\nwould urge each other to be quiet; his mother, bent deeply under the\nlamp, would sew fancy underwear for a fashion shop; his sister, who\nhad taken a sales job, learned shorthand and French in the evenings\nso that she might be able to get a better position later on.', 'Sometimes his father would wake up and say to Gregor\'s mother\n"you\'re doing so much sewing again today!', '", as if he did not know\nthat he had been dozing - and then he would go back to sleep again\nwhile mother and sister would exchange a tired grin.', "With a kind of stubbornness, Gregor's father refused to take his\nuniform off even at home; while his nightgown hung unused on its peg\nGregor's father would slumber where he was, fully dressed, as if\nalways ready to serve and expecting to hear the voice of his\nsuperior even here.", "The uniform had not been new to start with, but\nas a result of this it slowly became even shabbier despite the\nefforts of Gregor's mother and sister to look after it.", 'Gregor\nwould often spend the whole evening looking at all the stains on\nthis coat, with its gold buttons always kept polished and shiny,\nwhile the old man in it would sleep, highly uncomfortable but\npeaceful.', "As soon as it struck ten, Gregor's mother would speak gently to his\nfather to wake him and try to persuade him to go to bed, as he\ncouldn't sleep properly where he was and he really had to get his\nsleep if he was to be up at six to get to work.", 'But since he had\nbeen in work he had become more obstinate and would always insist on\nstaying longer at the table, even though he regularly fell asleep\nand it was then harder than ever to persuade him to exchange the\nchair for his bed.', 'Then, however much mother and sister would\nimportune him with little reproaches and warnings he would keep\nslowly shaking his head for a quarter of an hour with his eyes\nclosed and refusing to get up.', "Gregor's mother would tug at his\nsleeve, whisper endearments into his ear, Gregor's sister would\nleave her work to help her mother, but nothing would have any effect\non him.", 'He would just sink deeper into his chair.', 'Only when the\ntwo women took him under the arms he would abruptly open his eyes,\nlook at them one after the other and say: "What a life!', 'This is what\npeace I get in my old age!"', "And supported by the two women he would\nlift himself up carefully as if he were carrying the greatest load\nhimself, let the women take him to the door, send them off and carry\non by himself while Gregor's mother would throw down her needle and\nhis sister her pen so that they could run after his father and\ncontinue being of help to him.", 'Who, in this tired and overworked family, would have had time to\ngive more attention to Gregor than was absolutely necessary?', "The\nhousehold budget became even smaller; so now the maid was dismissed;\nan enormous, thick-boned charwoman with white hair that flapped\naround her head came every morning and evening to do the heaviest\nwork; everything else was looked after by Gregor's mother on top of\nthe large amount of sewing work she did.", 'Gregor even learned,\nlistening to the evening conversation about what price they had\nhoped for, that several items of jewellery belonging to the family\nhad been sold, even though both mother and sister had been very fond\nof wearing them at functions and celebrations.', 'But the loudest\ncomplaint was that although the flat was much too big for their\npresent circumstances, they could not move out of it, there was no\nimaginable way of transferring Gregor to the new address.', 'He could\nsee quite well, though, that there were more reasons than\nconsideration for him that made it difficult for them to move, it\nwould have been quite easy to transport him in any suitable crate\nwith a few air holes in it; the main thing holding the family back\nfrom their decision to move was much more to do with their total\ndespair, and the thought that they had been struck with a misfortune\nunlike anything experienced by anyone else they knew or were related\nto.', "They carried out absolutely everything that the world expects\nfrom poor people, Gregor's father brought bank employees their\nbreakfast, his mother sacrificed herself by washing clothes for\nstrangers, his sister ran back and forth behind her desk at the\nbehest of the customers, but they just did not have the strength to\ndo any more.", "And the injury in Gregor's back began to hurt as much\nas when it was new.", 'After they had come back from taking his father\nto bed Gregor\'s mother and sister would now leave their work where\nit was and sit close together, cheek to cheek; his mother would\npoint to Gregor\'s room and say "Close that door, Grete", and then,\nwhen he was in the dark again, they would sit in the next room and\ntheir tears would mingle, or they would simply sit there staring\ndry-eyed at the table.', 'Gregor hardly slept at all, either night or day.', "Sometimes he would\nthink of taking over the family's affairs, just like before, the\nnext time the door was opened; he had long forgotten about his boss\nand the chief clerk, but they would appear again in his thoughts,\nthe salesmen and the apprentices, that stupid teaboy, two or three\nfriends from other businesses, one of the chambermaids from a\nprovincial hotel, a tender memory that appeared and disappeared\nagain, a cashier from a hat shop for whom his attention had been\nserious but too slow, - all of them appeared to him, mixed together\nwith strangers and others he had forgotten, but instead of helping\nhim and his family they were all of them inaccessible, and he was\nglad when they disappeared.", 'Other times he was not at all in the\nmood to look after his family, he was filled with simple rage about\nthe lack of attention he was shown, and although he could think of\nnothing he would have wanted, he made plans of how he could get into\nthe pantry where he could take all the things he was entitled to,\neven if he was not hungry.', "Gregor's sister no longer thought about\nhow she could please him but would hurriedly push some food or other\ninto his room with her foot before she rushed out to work in the\nmorning and at midday, and in the evening she would sweep it away\nagain with the broom, indifferent as to whether it had been eaten or\n- more often than not - had been left totally untouched.", 'She still\ncleared up the room in the evening, but now she could not have been\nany quicker about it.', 'Smears of dirt were left on the walls, here\nand there were little balls of dust and filth.', 'At first, Gregor\nwent into one of the worst of these places when his sister arrived\nas a reproach to her, but he could have stayed there for weeks\nwithout his sister doing anything about it; she could see the dirt\nas well as he could but she had simply decided to leave him to it.', "At the same time she became touchy in a way that was quite new for\nher and which everyone in the family understood - cleaning up\nGregor's room was for her and her alone.", "Gregor's mother did once\nthoroughly clean his room, and needed to use several bucketfuls of\nwater to do it - although that much dampness also made Gregor ill\nand he lay flat on the couch, bitter and immobile.", "But his mother\nwas to be punished still more for what she had done, as hardly had\nhis sister arrived home in the evening than she noticed the change\nin Gregor's room and, highly aggrieved, ran back into the living\nroom where, despite her mothers raised and imploring hands, she\nbroke into convulsive tears.", "Her father, of course, was startled\nout of his chair and the two parents looked on astonished and\nhelpless; then they, too, became agitated; Gregor's father, standing\nto the right of his mother, accused her of not leaving the cleaning\nof Gregor's room to his sister; from her left, Gregor's sister\nscreamed at her that she was never to clean Gregor's room again;\nwhile his mother tried to draw his father, who was beside himself\nwith anger, into the bedroom; his sister, quaking with tears,\nthumped on the table with her small fists; and Gregor hissed in\nanger that no-one had even thought of closing the door to save him\nthe sight of this and all its noise.", "Gregor's sister was exhausted from going out to work, and looking\nafter Gregor as she had done before was even more work for her, but\neven so his mother ought certainly not to have taken her place.", 'Gregor, on the other hand, ought not to be neglected.', 'Now, though,\nthe charwoman was here.', "This elderly widow, with a robust bone\nstructure that made her able to withstand the hardest of things in\nher long life, wasn't really repelled by Gregor.", "Just by chance one\nday, rather than any real curiosity, she opened the door to Gregor's\nroom and found herself face to face with him.", 'He was taken totally\nby surprise, no-one was chasing him but he began to rush to and fro\nwhile she just stood there in amazement with her hands crossed in\nfront of her.', 'From then on she never failed to open the door\nslightly every evening and morning and look briefly in on him.', 'At\nfirst she would call to him as she did so with words that she\nprobably considered friendly, such as "come on then, you old\ndung-beetle!', '", or "look at the old dung-beetle there!"', 'Gregor never\nresponded to being spoken to in that way, but just remained where he\nwas without moving as if the door had never even been opened.', 'If\nonly they had told this charwoman to clean up his room every day\ninstead of letting her disturb him for no reason whenever she felt\nlike it!', 'One day, early in the morning while a heavy rain struck the\nwindowpanes, perhaps indicating that spring was coming, she began to\nspeak to him in that way once again.', 'Gregor was so resentful of it\nthat he started to move toward her, he was slow and infirm, but it\nwas like a kind of attack.', "Instead of being afraid, the charwoman\njust lifted up one of the chairs from near the door and stood there\nwith her mouth open, clearly intending not to close her mouth until\nthe chair in her hand had been slammed down into Gregor's back.", '"Aren\'t you coming any closer, then?', '", she asked when Gregor turned\nround again, and she calmly put the chair back in the corner.', 'Gregor had almost entirely stopped eating.', 'Only if he happened to\nfind himself next to the food that had been prepared for him he\nmight take some of it into his mouth to play with it, leave it there\na few hours and then, more often than not, spit it out again.', 'At\nfirst he thought it was distress at the state of his room that\nstopped him eating, but he had soon got used to the changes made\nthere.', 'They had got into the habit of putting things into this room\nthat they had no room for anywhere else, and there were now many\nsuch things as one of the rooms in the flat had been rented out to\nthree gentlemen.', "These earnest gentlemen - all three of them had\nfull beards, as Gregor learned peering through the crack in the door\none day - were painfully insistent on things' being tidy.", 'This\nmeant not only in their own room but, since they had taken a room in\nthis establishment, in the entire flat and especially in the\nkitchen.', 'Unnecessary clutter was something they could not tolerate,\nespecially if it was dirty.', 'They had moreover brought most of their\nown furnishings and equipment with them.', 'For this reason, many\nthings had become superfluous which, although they could not be\nsold, the family did not wish to discard.', "All these things found\ntheir way into Gregor's room.", 'The dustbins from the kitchen found\ntheir way in there too.', "The charwoman was always in a hurry, and\nanything she couldn't use for the time being she would just chuck in\nthere.", 'He, fortunately, would usually see no more than the object\nand the hand that held it.', 'The woman most likely meant to fetch the\nthings back out again when she had time and the opportunity, or to\nthrow everything out in one go, but what actually happened was that\nthey were left where they landed when they had first been thrown\nunless Gregor made his way through the junk and moved it somewhere\nelse.', 'At first he moved it because, with no other room free where\nhe could crawl about, he was forced to, but later on he came to\nenjoy it although moving about in that way left him sad and tired to\ndeath, and he would remain immobile for hours afterwards.', 'The gentlemen who rented the room would sometimes take their evening\nmeal at home in the living room that was used by everyone, and so\nthe door to this room was often kept closed in the evening.', 'But\nGregor found it easy to give up having the door open, he had, after\nall, often failed to make use of it when it was open and, without\nthe family having noticed it, lain in his room in its darkest\ncorner.', 'One time, though, the charwoman left the door to the living\nroom slightly open, and it remained open when the gentlemen who\nrented the room came in in the evening and the light was put on.', 'They sat up at the table where, formerly, Gregor had taken his meals\nwith his father and mother, they unfolded the serviettes and picked\nup their knives and forks.', "Gregor's mother immediately appeared in\nthe doorway with a dish of meat and soon behind her came his sister\nwith a dish piled high with potatoes.", 'The food was steaming, and\nfilled the room with its smell.', 'The gentlemen bent over the dishes\nset in front of them as if they wanted to test the food before\neating it, and the gentleman in the middle, who seemed to count as\nan authority for the other two, did indeed cut off a piece of meat\nwhile it was still in its dish, clearly wishing to establish whether\nit was sufficiently cooked or whether it should be sent back to the\nkitchen.', "It was to his satisfaction, and Gregor's mother and\nsister, who had been looking on anxiously, began to breathe again\nand smiled.", 'The family themselves ate in the kitchen.', "Nonetheless, Gregor's\nfather came into the living room before he went into the kitchen,\nbowed once with his cap in his hand and did his round of the table.", 'The gentlemen stood as one, and mumbled something into their beards.', 'Then, once they were alone, they ate in near perfect silence.', 'It\nseemed remarkable to Gregor that above all the various noises of\neating their chewing teeth could still be heard, as if they had\nwanted to show Gregor that you need teeth in order to eat and it was\nnot possible to perform anything with jaws that are toothless\nhowever nice they might be.', '"I\'d like to eat something", said\nGregor anxiously, "but not anything like they\'re eating.', 'They do\nfeed themselves.', 'And here I am, dying!"', 'Throughout all this time, Gregor could not remember having heard the\nviolin being played, but this evening it began to be heard from the\nkitchen.', 'The three gentlemen had already finished their meal, the\none in the middle had produced a newspaper, given a page to each of\nthe others, and now they leant back in their chairs reading them and\nsmoking.', 'When the violin began playing they became attentive, stood\nup and went on tip-toe over to the door of the hallway where they\nstood pressed against each other.', 'Someone must have heard them in\nthe kitchen, as Gregor\'s father called out: "Is the playing perhaps\nunpleasant for the gentlemen?', 'We can stop it straight away."', '"On\nthe contrary", said the middle gentleman, "would the young lady not\nlike to come in and play for us here in the room, where it is, after\nall, much more cosy and comfortable?"', '"Oh yes, we\'d love to",\ncalled back Gregor\'s father as if he had been the violin player\nhimself.', 'The gentlemen stepped back into the room and waited.', "Gregor's father soon appeared with the music stand, his mother with\nthe music and his sister with the violin.", 'She calmly prepared\neverything for her to begin playing; his parents, who had never\nrented a room out before and therefore showed an exaggerated\ncourtesy towards the three gentlemen, did not even dare to sit on\ntheir own chairs; his father leant against the door with his right\nhand pushed in between two buttons on his uniform coat; his mother,\nthough, was offered a seat by one of the gentlemen and sat - leaving\nthe chair where the gentleman happened to have placed it - out of\nthe way in a corner.', 'His sister began to play; father and mother paid close attention,\none on each side, to the movements of her hands.', 'Drawn in by the\nplaying, Gregor had dared to come forward a little and already had\nhis head in the living room.', 'Before, he had taken great pride in\nhow considerate he was but now it hardly occurred to him that he had\nbecome so thoughtless about the others.', "What's more, there was now\nall the more reason to keep himself hidden as he was covered in the\ndust that lay everywhere in his room and flew up at the slightest\nmovement; he carried threads, hairs, and remains of food about on\nhis back and sides; he was much too indifferent to everything now to\nlay on his back and wipe himself on the carpet like he had used to\ndo several times a day.", 'And despite this condition, he was not too\nshy to move forward a little onto the immaculate floor of the living\nroom.', 'No-one noticed him, though.', "The family was totally preoccupied with\nthe violin playing; at first, the three gentlemen had put their\nhands in their pockets and come up far too close behind the music\nstand to look at all the notes being played, and they must have\ndisturbed Gregor's sister, but soon, in contrast with the family,\nthey withdrew back to the window with their heads sunk and talking\nto each other at half volume, and they stayed by the window while\nGregor's father observed them anxiously.", 'It really now seemed very\nobvious that they had expected to hear some beautiful or\nentertaining violin playing but had been disappointed, that they had\nhad enough of the whole performance and it was only now out of\npoliteness that they allowed their peace to be disturbed.', 'It was\nespecially unnerving, the way they all blew the smoke from their\ncigarettes upwards from their mouth and noses.', "Yet Gregor's sister\nwas playing so beautifully.", 'Her face was leant to one side,\nfollowing the lines of music with a careful and melancholy\nexpression.', 'Gregor crawled a little further forward, keeping his\nhead close to the ground so that he could meet her eyes if the\nchance came.', 'Was he an animal if music could captivate him so?', 'It\nseemed to him that he was being shown the way to the unknown\nnourishment he had been yearning for.', 'He was determined to make his\nway forward to his sister and tug at her skirt to show her she might\ncome into his room with her violin, as no-one appreciated her\nplaying here as much as he would.', 'He never wanted to let her out of\nhis room, not while he lived, anyway; his shocking appearance\nshould, for once, be of some use to him; he wanted to be at every\ndoor of his room at once to hiss and spit at the attackers; his\nsister should not be forced to stay with him, though, but stay of\nher own free will; she would sit beside him on the couch with her\near bent down to him while he told her how he had always intended to\nsend her to the conservatory, how he would have told everyone about\nit last Christmas - had Christmas really come and gone already?', "- if\nthis misfortune hadn't got in the way, and refuse to let anyone\ndissuade him from it.", 'On hearing all this, his sister would break\nout in tears of emotion, and Gregor would climb up to her shoulder\nand kiss her neck, which, since she had been going out to work, she\nhad kept free without any necklace or collar.', '"Mr.', 'Samsa!', '", shouted the middle gentleman to Gregor\'s father,\npointing, without wasting any more words, with his forefinger at\nGregor as he slowly moved forward.', 'The violin went silent, the\nmiddle of the three gentlemen first smiled at his two friends,\nshaking his head, and then looked back at Gregor.', 'His father seemed\nto think it more important to calm the three gentlemen before\ndriving Gregor out, even though they were not at all upset and\nseemed to think Gregor was more entertaining than the violin playing\nhad been.', 'He rushed up to them with his arms spread out and\nattempted to drive them back into their room at the same time as\ntrying to block their view of Gregor with his body.', "Now they did\nbecome a little annoyed, and it was not clear whether it was his\nfather's behaviour that annoyed them or the dawning realisation that\nthey had had a neighbour like Gregor in the next room without\nknowing it.", "They asked Gregor's father for explanations, raised\ntheir arms like he had, tugged excitedly at their beards and moved\nback towards their room only very slowly.", "Meanwhile Gregor's sister\nhad overcome the despair she had fallen into when her playing was\nsuddenly interrupted.", "She had let her hands drop and let violin and\nbow hang limply for a while but continued to look at the music as if\nstill playing, but then she suddenly pulled herself together, lay\nthe instrument on her mother's lap who still sat laboriously\nstruggling for breath where she was, and ran into the next room\nwhich, under pressure from her father, the three gentlemen were more\nquickly moving toward.", "Under his sister's experienced hand, the\npillows and covers on the beds flew up and were put into order and\nshe had already finished making the beds and slipped out again\nbefore the three gentlemen had reached the room.", "Gregor's father\nseemed so obsessed with what he was doing that he forgot all the\nrespect he owed to his tenants.", "He urged them and pressed them\nuntil, when he was already at the door of the room, the middle of\nthe three gentlemen shouted like thunder and stamped his foot and\nthereby brought Gregor's father to a halt.", '"I declare here and\nnow", he said, raising his hand and glancing at Gregor\'s mother and\nsister to gain their attention too, "that with regard to the\nrepugnant conditions that prevail in this flat and with this family"\n- here he looked briefly but decisively at the floor - "I give\nimmediate notice on my room.', 'For the days that I have been living\nhere I will, of course, pay nothing at all, on the contrary I will\nconsider whether to proceed with some kind of action for damages\nfrom you, and believe me it would be very easy to set out the\ngrounds for such an action."', 'He was silent and looked straight\nahead as if waiting for something.', 'And indeed, his two friends\njoined in with the words: "And we also give immediate notice."', 'With\nthat, he took hold of the door handle and slammed the door.', "Gregor's father staggered back to his seat, feeling his way with his\nhands, and fell into it; it looked as if he was stretching himself\nout for his usual evening nap but from the uncontrolled way his head\nkept nodding it could be seen that he was not sleeping at all.", 'Throughout all this, Gregor had lain still where the three gentlemen\nhad first seen him.', 'His disappointment at the failure of his plan,\nand perhaps also because he was weak from hunger, made it impossible\nfor him to move.', 'He was sure that everyone would turn on him any\nmoment, and he waited.', "He was not even startled out of this state\nwhen the violin on his mother's lap fell from her trembling fingers\nand landed loudly on the floor.", '"Father, Mother", said his sister, hitting the table with her hand\nas introduction, "we can\'t carry on like this.', "Maybe you can't see\nit, but I can.", "I don't want to call this monster my brother, all I\ncan say is: we have to try and get rid of it.", 'We\'ve done all that\'s\nhumanly possible to look after it and be patient, I don\'t think\nanyone could accuse us of doing anything wrong."', '"She\'s absolutely right", said Gregor\'s father to himself.', 'His\nmother, who still had not had time to catch her breath, began to\ncough dully, her hand held out in front of her and a deranged\nexpression in her eyes.', "Gregor's sister rushed to his mother and put her hand on her\nforehead.", "Her words seemed to give Gregor's father some more\ndefinite ideas.", 'He sat upright, played with his uniform cap between\nthe plates left by the three gentlemen after their meal, and\noccasionally looked down at Gregor as he lay there immobile.', '"We have to try and get rid of it", said Gregor\'s sister, now\nspeaking only to her father, as her mother was too occupied with\ncoughing to listen, "it\'ll be the death of both of you, I can see it\ncoming.', "We can't all work as hard as we have to and then come home\nto be tortured like this, we can't endure it.", 'I can\'t endure it any\nmore."', 'And she broke out so heavily in tears that they flowed down\nthe face of her mother, and she wiped them away with mechanical hand\nmovements.', '"My child", said her father with sympathy and obvious understanding,\n"what are we to do?"', 'His sister just shrugged her shoulders as a sign of the helplessness\nand tears that had taken hold of her, displacing her earlier\ncertainty.', '"If he could just understand us", said his father almost as a\nquestion; his sister shook her hand vigorously through her tears as\na sign that of that there was no question.', '"If he could just understand us", repeated Gregor\'s father, closing\nhis eyes in acceptance of his sister\'s certainty that that was quite\nimpossible, "then perhaps we could come to some kind of arrangement\nwith him.', 'But as it is ..."\n\n"It\'s got to go", shouted his sister, "that\'s the only way, Father.', "You've got to get rid of the idea that that's Gregor.", "We've only\nharmed ourselves by believing it for so long.", 'How can that be\nGregor?', "If it were Gregor he would have seen long ago that it's not\npossible for human beings to live with an animal like that and he\nwould have gone of his own free will.", "We wouldn't have a brother\nany more, then, but we could carry on with our lives and remember\nhim with respect.", "As it is this animal is persecuting us, it's\ndriven out our tenants, it obviously wants to take over the whole\nflat and force us to sleep on the streets.", 'Father, look, just\nlook", she suddenly screamed, "he\'s starting again!"', "In her alarm,\nwhich was totally beyond Gregor's comprehension, his sister even\nabandoned his mother as she pushed herself vigorously out of her\nchair as if more willing to sacrifice her own mother than stay\nanywhere near Gregor.", "She rushed over to behind her father, who had\nbecome excited merely because she was and stood up half raising his\nhands in front of Gregor's sister as if to protect her.", 'But Gregor had had no intention of frightening anyone, least of all\nhis sister.', 'All he had done was begin to turn round so that he\ncould go back into his room, although that was in itself quite\nstartling as his pain-wracked condition meant that turning round\nrequired a great deal of effort and he was using his head to help\nhimself do it, repeatedly raising it and striking it against the\nfloor.', 'He stopped and looked round.', 'They seemed to have realised\nhis good intention and had only been alarmed briefly.', 'Now they all\nlooked at him in unhappy silence.', 'His mother lay in her chair with\nher legs stretched out and pressed against each other, her eyes\nnearly closed with exhaustion; his sister sat next to his father\nwith her arms around his neck.', '"Maybe now they\'ll let me turn round", thought Gregor and went back\nto work.', 'He could not help panting loudly with the effort and had\nsometimes to stop and take a rest.', 'No-one was making him rush any\nmore, everything was left up to him.', 'As soon as he had finally\nfinished turning round he began to move straight ahead.', 'He was\namazed at the great distance that separated him from his room, and\ncould not understand how he had covered that distance in his weak\nstate a little while before and almost without noticing it.', 'He\nconcentrated on crawling as fast as he could and hardly noticed that\nthere was not a word, not any cry, from his family to distract him.', 'He did not turn his head until he had reached the doorway.', 'He did\nnot turn it all the way round as he felt his neck becoming stiff,\nbut it was nonetheless enough to see that nothing behind him had\nchanged, only his sister had stood up.', 'With his last glance he saw\nthat his mother had now fallen completely asleep.', 'He was hardly inside his room before the door was hurriedly shut,\nbolted and locked.', 'The sudden noise behind Gregor so startled him\nthat his little legs collapsed under him.', 'It was his sister who had\nbeen in so much of a rush.', 'She had been standing there waiting and\nsprung forward lightly, Gregor had not heard her coming at all, and\nas she turned the key in the lock she said loudly to her parents "At\nlast!".', '"What now, then?', '", Gregor asked himself as he looked round in the\ndarkness.', 'He soon made the discovery that he could no longer move\nat all.', 'This was no surprise to him, it seemed rather that being\nable to actually move around on those spindly little legs until then\nwas unnatural.', 'He also felt relatively comfortable.', 'It is true\nthat his entire body was aching, but the pain seemed to be slowly\ngetting weaker and weaker and would finally disappear altogether.', 'He could already hardly feel the decayed apple in his back or the\ninflamed area around it, which was entirely covered in white dust.', 'He thought back of his family with emotion and love.', 'If it was\npossible, he felt that he must go away even more strongly than his\nsister.', 'He remained in this state of empty and peaceful rumination\nuntil he heard the clock tower strike three in the morning.', 'He\nwatched as it slowly began to get light everywhere outside the\nwindow too.', 'Then, without his willing it, his head sank down\ncompletely, and his last breath flowed weakly from his nostrils.', "When the cleaner came in early in the morning - they'd often asked\nher not to keep slamming the doors but with her strength and in her\nhurry she still did, so that everyone in the flat knew when she'd\narrived and from then on it was impossible to sleep in peace - she\nmade her usual brief look in on Gregor and at first found nothing\nspecial.", 'She thought he was laying there so still on purpose,\nplaying the martyr; she attributed all possible understanding to\nhim.', 'She happened to be holding the long broom in her hand, so she\ntried to tickle Gregor with it from the doorway.', 'When she had no\nsuccess with that she tried to make a nuisance of herself and poked\nat him a little, and only when she found she could shove him across\nthe floor with no resistance at all did she start to pay attention.', 'She soon realised what had really happened, opened her eyes wide,\nwhistled to herself, but did not waste time to yank open the bedroom\ndoors and shout loudly into the darkness of the bedrooms: "Come and\n\'ave a look at this, it\'s dead, just lying there, stone dead!"', 'Mr. and Mrs. Samsa sat upright there in their marriage bed and had\nto make an effort to get over the shock caused by the cleaner before\nthey could grasp what she was saying.', 'But then, each from his own\nside, they hurried out of bed.', "Mr. Samsa threw the blanket over his\nshoulders, Mrs. Samsa just came out in her nightdress; and that is\nhow they went into Gregor's room.", 'On the way they opened the door\nto the living room where Grete had been sleeping since the three\ngentlemen had moved in; she was fully dressed as if she had never\nbeen asleep, and the paleness of her face seemed to confirm this.', '"Dead?', '", asked Mrs. Samsa, looking at the charwoman enquiringly,\neven though she could have checked for herself and could have known\nit even without checking.', '"That\'s what I said", replied the\ncleaner, and to prove it she gave Gregor\'s body another shove with\nthe broom, sending it sideways across the floor.', 'Mrs. Samsa made a\nmovement as if she wanted to hold back the broom, but did not\ncomplete it.', '"Now then", said Mr. Samsa, "let\'s give thanks to God\nfor that".', 'He crossed himself, and the three women followed his\nexample.', 'Grete, who had not taken her eyes from the corpse, said:\n"Just look how thin he was.', "He didn't eat anything for so long.", 'The food came out again just the same as when it went in".', "Gregor's\nbody was indeed completely dried up and flat, they had not seen it\nuntil then, but now he was not lifted up on his little legs, nor did\nhe do anything to make them look away.", '"Grete, come with us in here for a little while", said Mrs. Samsa\nwith a pained smile, and Grete followed her parents into the bedroom\nbut not without looking back at the body.', 'The cleaner shut the door\nand opened the window wide.', 'Although it was still early in the\nmorning the fresh air had something of warmth mixed in with it.', 'It\nwas already the end of March, after all.', 'The three gentlemen stepped out of their room and looked round in\namazement for their breakfasts; they had been forgotten about.', '"Where is our breakfast?', '", the middle gentleman asked the cleaner\nirritably.', "She just put her finger on her lips and made a quick and\nsilent sign to the men that they might like to come into Gregor's\nroom.", "They did so, and stood around Gregor's corpse with their\nhands in the pockets of their well-worn coats.", 'It was now quite\nlight in the room.', 'Then the door of the bedroom opened and Mr. Samsa appeared in his\nuniform with his wife on one arm and his daughter on the other.', "All\nof them had been crying a little; Grete now and then pressed her\nface against her father's arm.", '"Leave my home.', 'Now!', '", said Mr. Samsa, indicating the door and\nwithout letting the women from him.', '"What do you mean?', '", asked the\nmiddle of the three gentlemen somewhat disconcerted, and he smiled\nsweetly.', 'The other two held their hands behind their backs and\ncontinually rubbed them together in gleeful anticipation of a loud\nquarrel which could only end in their favour.', '"I mean just what I\nsaid", answered Mr. Samsa, and, with his two companions, went in a\nstraight line towards the man.', 'At first, he stood there still,\nlooking at the ground as if the contents of his head were\nrearranging themselves into new positions.', '"Alright, we\'ll go\nthen", he said, and looked up at Mr. Samsa as if he had been\nsuddenly overcome with humility and wanted permission again from\nMr. Samsa for his decision.', 'Mr. Samsa merely opened his eyes wide\nand briefly nodded to him several times.', 'At that, and without\ndelay, the man actually did take long strides into the front\nhallway; his two friends had stopped rubbing their hands some time\nbefore and had been listening to what was being said.', 'Now they\njumped off after their friend as if taken with a sudden fear that\nMr. Samsa might go into the hallway in front of them and break the\nconnection with their leader.', 'Once there, all three took their hats\nfrom the stand, took their sticks from the holder, bowed without a\nword and left the premises.', "Mr. Samsa and the two women followed\nthem out onto the landing; but they had had no reason to mistrust\nthe men's intentions and as they leaned over the landing they saw how\nthe three gentlemen made slow but steady progress down the many\nsteps.", "As they turned the corner on each floor they disappeared and\nwould reappear a few moments later; the further down they went, the\nmore that the Samsa family lost interest in them; when a butcher's\nboy, proud of posture with his tray on his head, passed them on his\nway up and came nearer than they were, Mr. Samsa and the women came\naway from the landing and went, as if relieved, back into the flat.", 'They decided the best way to make use of that day was for relaxation\nand to go for a walk; not only had they earned a break from work but\nthey were in serious need of it.', 'So they sat at the table and wrote\nthree letters of excusal, Mr. Samsa to his employers, Mrs. Samsa\nto her contractor and Grete to her principal.', "The cleaner came in\nwhile they were writing to tell them she was going, she'd finished\nher work for that morning.", 'The three of them at first just nodded\nwithout looking up from what they were writing, and it was only when\nthe cleaner still did not seem to want to leave that they looked up\nin irritation.', '"Well?', '", asked Mr. Samsa.', 'The charwoman stood in\nthe doorway with a smile on her face as if she had some tremendous\ngood news to report, but would only do it if she was clearly asked\nto.', 'The almost vertical little ostrich feather on her hat, which\nhad been a source of irritation to Mr. Samsa all the time she had\nbeen working for them, swayed gently in all directions.', '"What is it\nyou want then?', '", asked Mrs. Samsa, whom the cleaner had the most\nrespect for.', '"Yes", she answered, and broke into a friendly laugh\nthat made her unable to speak straight away, "well then, that thing\nin there, you needn\'t worry about how you\'re going to get rid of it.', 'That\'s all been sorted out."', 'Mrs. Samsa and Grete bent down over\ntheir letters as if intent on continuing with what they were\nwriting; Mr. Samsa saw that the cleaner wanted to start describing\neverything in detail but, with outstretched hand, he made it quite\nclear that she was not to.', 'So, as she was prevented from telling\nthem all about it, she suddenly remembered what a hurry she was in\nand, clearly peeved, called out "Cheerio then, everyone", turned\nround sharply and left, slamming the door terribly as she went.', '"Tonight she gets sacked", said Mr. Samsa, but he received no reply\nfrom either his wife or his daughter as the charwoman seemed to have\ndestroyed the peace they had only just gained.', 'They got up and went\nover to the window where they remained with their arms around each\nother.', 'Mr. Samsa twisted round in his chair to look at them and sat\nthere watching for a while.', 'Then he called out: "Come here, then.', "Let's forget about all that old stuff, shall we.", 'Come and give me a\nbit of attention".', 'The two women immediately did as he said,\nhurrying over to him where they kissed him and hugged him and then\nthey quickly finished their letters.', 'After that, the three of them left the flat together, which was\nsomething they had not done for months, and took the tram out to the\nopen country outside the town.', 'They had the tram, filled with warm\nsunshine, all to themselves.', 'Leant back comfortably on their seats,\nthey discussed their prospects and found that on closer examination\nthey were not at all bad - until then they had never asked each\nother about their work but all three had jobs which were very good\nand held particularly good promise for the future.', 'The greatest\nimprovement for the time being, of course, would be achieved quite\neasily by moving house; what they needed now was a flat that was\nsmaller and cheaper than the current one which had been chosen by\nGregor, one that was in a better location and, most of all, more\npractical.', 'All the time, Grete was becoming livelier.', 'With all the\nworry they had been having of late her cheeks had become pale, but,\nwhile they were talking, Mr. and Mrs. Samsa were struck, almost\nsimultaneously, with the thought of how their daughter was\nblossoming into a well built and beautiful young lady.', 'They became\nquieter.', "Just from each other's glance and almost without knowing\nit they agreed that it would soon be time to find a good man for\nher.", 'And, as if in confirmation of their new dreams and good\nintentions, as soon as they reached their destination Grete was the\nfirst to get up and stretch out her young body.', 'Updated editions will replace the previous one--the old editions\nwill be renamed.', 'Creating the works from public domain print editions means that no\none owns a United States copyright in these works, so the Foundation\n(and you!)', 'can copy and distribute it in the United States without\npermission and without paying copyright royalties.', 'Special rules,\nset forth in the General Terms of Use part of this license, apply to\ncopying and distributing Project Gutenberg-tm electronic works to\nprotect the PROJECT GUTENBERG-tm concept and trademark.', 'Project\nGutenberg is a registered trademark, and may not be used if you\ncharge for the eBooks, unless you receive specific permission.', 'If you\ndo not charge anything for copies of this eBook, complying with the\nrules is very easy.', 'You may use this eBook for nearly any purpose\nsuch as creation of derivative works, reports, performances and\nresearch.', 'They may be modified and printed and given away--you may do\npractically ANYTHING with public domain eBooks.', 'Redistribution is\nsubject to the trademark license, especially commercial\nredistribution.', 'A.', 'By reading or using any part of this Project Gutenberg-tm\nelectronic work, you indicate that you have read, understand, agree to\nand accept all the terms of this license and intellectual property\n(trademark/copyright) agreement.', 'If you do not agree to abide by all\nthe terms of this agreement, you must cease using and return or destroy\nall copies of Project Gutenberg-tm electronic works in your possession.', 'If you paid a fee for obtaining a copy of or access to a Project\nGutenberg-tm electronic work and you do not agree to be bound by the\nterms of this agreement, you may obtain a refund from the person or\nentity to whom you paid the fee as set forth in paragraph 1.E.8.', '1.B.', '"Project Gutenberg" is a registered trademark.', 'It may only be\nused on or associated in any way with an electronic work by people who\nagree to be bound by the terms of this agreement.', 'There are a few\nthings that you can do with most Project Gutenberg-tm electronic works\neven without complying with the full terms of this agreement.', 'See\nparagraph 1.C below.', 'There are a lot of things you can do with Project\nGutenberg-tm electronic works if you follow the terms of this agreement\nand help preserve free future access to Project Gutenberg-tm electronic\nworks.', 'See paragraph 1.E below.', '1.C.', 'The Project Gutenberg Literary Archive Foundation ("the Foundation"\nor PGLAF), owns a compilation copyright in the collection of Project\nGutenberg-tm electronic works.', 'Nearly all the individual works in the\ncollection are in the public domain in the United States.', 'If an\nindividual work is in the public domain in the United States and you are\nlocated in the United States, we do not claim a right to prevent you from\ncopying, distributing, performing, displaying or creating derivative\nworks based on the work as long as all references to Project Gutenberg\nare removed.', 'Of course, we hope that you will support the Project\nGutenberg-tm mission of promoting free access to electronic works by\nfreely sharing Project Gutenberg-tm works in compliance with the terms of\nthis agreement for keeping the Project Gutenberg-tm name associated with\nthe work.', 'You can easily comply with the terms of this agreement by\nkeeping this work in the same format with its attached full Project\nGutenberg-tm License when you share it without charge with others.', 'This particular work is one of the few copyrighted individual works\nincluded with the permission of the copyright holder.', 'Information on\nthe copyright owner for this particular work and the terms of use\nimposed by the copyright holder on this work are set forth at the\nbeginning of this work.', '1.D.', 'The copyright laws of the place where you are located also govern\nwhat you can do with this work.', 'Copyright laws in most countries are in\na constant state of change.', 'If you are outside the United States, check\nthe laws of your country in addition to the terms of this agreement\nbefore downloading, copying, displaying, performing, distributing or\ncreating derivative works based on this work or any other Project\nGutenberg-tm work.', 'The Foundation makes no representations concerning\nthe copyright status of any work in any country outside the United\nStates.', '1.E.', 'Unless you have removed all references to Project Gutenberg:\n\n1.E.1.', 'The following sentence, with active links to, or other immediate\naccess to, the full Project Gutenberg-tm License must appear prominently\nwhenever any copy of a Project Gutenberg-tm work (any work on which the\nphrase "Project Gutenberg" appears, or with which the phrase "Project\nGutenberg" is associated) is accessed, displayed, performed, viewed,\ncopied or distributed:\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever.', 'You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n1.E.2.', 'If an individual Project Gutenberg-tm electronic work is derived\nfrom the public domain (does not contain a notice indicating that it is\nposted with permission of the copyright holder), the work can be copied\nand distributed to anyone in the United States without paying any fees\nor charges.', 'If you are redistributing or providing access to a work\nwith the phrase "Project Gutenberg" associated with or appearing on the\nwork, you must comply either with the requirements of paragraphs 1.E.1\nthrough 1.E.7 or obtain permission for the use of the work and the\nProject Gutenberg-tm trademark as set forth in paragraphs 1.E.8 or\n1.E.9.', '1.E.3.', 'If an individual Project Gutenberg-tm electronic work is posted\nwith the permission of the copyright holder, your use and distribution\nmust comply with both paragraphs 1.E.1 through 1.E.7 and any additional\nterms imposed by the copyright holder.', 'Additional terms will be linked\nto the Project Gutenberg-tm License for all works posted with the\npermission of the copyright holder found at the beginning of this work.', '1.E.4.', 'Do not unlink or detach or remove the full Project Gutenberg-tm\nLicense terms from this work, or any files containing a part of this\nwork or any other work associated with Project Gutenberg-tm.', '1.E.5.', 'Do not copy, display, perform, distribute or redistribute this\nelectronic work, or any part of this electronic work, without\nprominently displaying the sentence set forth in paragraph 1.E.1 with\nactive links or immediate access to the full terms of the Project\nGutenberg-tm License.', '1.E.6.', 'You may convert to and distribute this work in any binary,\ncompressed, marked up, nonproprietary or proprietary form, including any\nword processing or hypertext form.', 'However, if you provide access to or\ndistribute copies of a Project Gutenberg-tm work in a format other than\n"Plain Vanilla ASCII" or other format used in the official version\nposted on the official Project Gutenberg-tm web site (www.gutenberg.org),\nyou must, at no additional cost, fee or expense to the user, provide a\ncopy, a means of exporting a copy, or a means of obtaining a copy upon\nrequest, of the work in its original "Plain Vanilla ASCII" or other\nform.', 'Any alternate format must include the full Project Gutenberg-tm\nLicense as specified in paragraph 1.E.1.', '1.E.7.', 'Do not charge a fee for access to, viewing, displaying,\nperforming, copying or distributing any Project Gutenberg-tm works\nunless you comply with paragraph 1.E.8 or 1.E.9.', '1.E.8.', 'You may charge a reasonable fee for copies of or providing\naccess to or distributing Project Gutenberg-tm electronic works provided\nthat\n\n- You pay a royalty fee of 20% of the gross profits you derive from\n the use of Project Gutenberg-tm works calculated using the method\n you already use to calculate your applicable taxes.', 'The fee is\n owed to the owner of the Project Gutenberg-tm trademark, but he\n has agreed to donate royalties under this paragraph to the\n Project Gutenberg Literary Archive Foundation.', 'Royalty payments\n must be paid within 60 days following each date on which you\n prepare (or are legally required to prepare) your periodic tax\n returns.', 'Royalty payments should be clearly marked as such and\n sent to the Project Gutenberg Literary Archive Foundation at the\n address specified in Section 4, "Information about donations to\n the Project Gutenberg Literary Archive Foundation."', '- You provide a full refund of any money paid by a user who notifies\n you in writing (or by e-mail) within 30 days of receipt that s/he\n does not agree to the terms of the full Project Gutenberg-tm\n License.', 'You must require such a user to return or\n destroy all copies of the works possessed in a physical medium\n and discontinue all use of and all access to other copies of\n Project Gutenberg-tm works.', '- You provide, in accordance with paragraph 1.F.3, a full refund of any\n money paid for a work or a replacement copy, if a defect in the\n electronic work is discovered and reported to you within 90 days\n of receipt of the work.', '- You comply with all other terms of this agreement for free\n distribution of Project Gutenberg-tm works.', '1.E.9.', 'If you wish to charge a fee or distribute a Project Gutenberg-tm\nelectronic work or group of works on different terms than are set\nforth in this agreement, you must obtain permission in writing from\nboth the Project Gutenberg Literary Archive Foundation and Michael\nHart, the owner of the Project Gutenberg-tm trademark.', 'Contact the\nFoundation as set forth in Section 3 below.', '1.F.', '1.F.1.', 'Project Gutenberg volunteers and employees expend considerable\neffort to identify, do copyright research on, transcribe and proofread\npublic domain works in creating the Project Gutenberg-tm\ncollection.', 'Despite these efforts, Project Gutenberg-tm electronic\nworks, and the medium on which they may be stored, may contain\n"Defects," such as, but not limited to, incomplete, inaccurate or\ncorrupt data, transcription errors, a copyright or other intellectual\nproperty infringement, a defective or damaged disk or other medium, a\ncomputer virus, or computer codes that damage or cannot be read by\nyour equipment.', '1.F.2.', 'LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right\nof Replacement or Refund" described in paragraph 1.F.3, the Project\nGutenberg Literary Archive Foundation, the owner of the Project\nGutenberg-tm trademark, and any other party distributing a Project\nGutenberg-tm electronic work under this agreement, disclaim all\nliability to you for damages, costs and expenses, including legal\nfees.', 'YOU AGREE THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT\nLIABILITY, BREACH OF WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE\nPROVIDED IN PARAGRAPH F3.', 'YOU AGREE THAT THE FOUNDATION, THE\nTRADEMARK OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE\nLIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE OR\nINCIDENTAL DAMAGES EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH\nDAMAGE.', '1.F.3.', 'LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a\ndefect in this electronic work within 90 days of receiving it, you can\nreceive a refund of the money (if any) you paid for it by sending a\nwritten explanation to the person you received the work from.', 'If you\nreceived the work on a physical medium, you must return the medium with\nyour written explanation.', 'The person or entity that provided you with\nthe defective work may elect to provide a replacement copy in lieu of a\nrefund.', 'If you received the work electronically, the person or entity\nproviding it to you may choose to give you a second opportunity to\nreceive the work electronically in lieu of a refund.', 'If the second copy\nis also defective, you may demand a refund in writing without further\nopportunities to fix the problem.', '1.F.4.', "Except for the limited right of replacement or refund set forth\nin paragraph 1.F.3, this work is provided to you 'AS-IS,' WITH NO OTHER\nWARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\nWARRANTIES OF MERCHANTIBILITY OR FITNESS FOR ANY PURPOSE.", '1.F.5.', 'Some states do not allow disclaimers of certain implied\nwarranties or the exclusion or limitation of certain types of damages.', 'If any disclaimer or limitation set forth in this agreement violates the\nlaw of the state applicable to this agreement, the agreement shall be\ninterpreted to make the maximum disclaimer or limitation permitted by\nthe applicable state law.', 'The invalidity or unenforceability of any\nprovision of this agreement shall not void the remaining provisions.', '1.F.6.', 'INDEMNITY - You agree to indemnify and hold the Foundation, the\ntrademark owner, any agent or employee of the Foundation, anyone\nproviding copies of Project Gutenberg-tm electronic works in accordance\nwith this agreement, and any volunteers associated with the production,\npromotion and distribution of Project Gutenberg-tm electronic works,\nharmless from all liability, costs and expenses, including legal fees,\nthat arise directly or indirectly from any of the following which you do\nor cause to occur: (a) distribution of this or any Project Gutenberg-tm\nwork, (b) alteration, modification, or additions or deletions to any\nProject Gutenberg-tm work, and (c) any Defect you cause.', 'Section 2.', 'Information about the Mission of Project Gutenberg-tm\n\nProject Gutenberg-tm is synonymous with the free distribution of\nelectronic works in formats readable by the widest variety of computers\nincluding obsolete, old, middle-aged and new computers.', 'It exists\nbecause of the efforts of hundreds of volunteers and donations from\npeople in all walks of life.', "Volunteers and financial support to provide volunteers with the\nassistance they need, is critical to reaching Project Gutenberg-tm's\ngoals and ensuring that the Project Gutenberg-tm collection will\nremain freely available for generations to come.", 'In 2001, the Project\nGutenberg Literary Archive Foundation was created to provide a secure\nand permanent future for Project Gutenberg-tm and future generations.', 'To learn more about the Project Gutenberg Literary Archive Foundation\nand how your efforts and donations can help, see Sections 3 and 4\nand the Foundation web page at https://www.pglaf.org.', 'Section 3.', 'Information about the Project Gutenberg Literary Archive\nFoundation\n\nThe Project Gutenberg Literary Archive Foundation is a non profit\n501(c)(3) educational corporation organized under the laws of the\nstate of Mississippi and granted tax exempt status by the Internal\nRevenue Service.', "The Foundation's EIN or federal tax identification\nnumber is 64-6221541.", 'Its 501(c)(3) letter is posted at\nhttps://pglaf.org/fundraising.', "Contributions to the Project Gutenberg\nLiterary Archive Foundation are tax deductible to the full extent\npermitted by U.S. federal laws and your state's laws.", "The Foundation's principal office is located at 4557 Melan Dr. S.\nFairbanks, AK, 99712., but its volunteers and employees are scattered\nthroughout numerous locations.", 'Its business office is located at\n809 North 1500 West, Salt Lake City, UT 84116, (801) 596-1887, email\nbusiness@pglaf.org.', "Email contact links and up to date contact\ninformation can be found at the Foundation's web site and official\npage at https://pglaf.org\n\n\nSection 4.", 'Information about Donations to the Project Gutenberg\nLiterary Archive Foundation\n\nProject Gutenberg-tm depends upon and cannot survive without wide\nspread public support and donations to carry out its mission of\nincreasing the number of public domain and licensed works that can be\nfreely distributed in machine readable form accessible by the widest\narray of equipment including outdated equipment.', 'Many small donations\n($1 to $5,000) are particularly important to maintaining tax exempt\nstatus with the IRS.', 'The Foundation is committed to complying with the laws regulating\ncharities and charitable donations in all 50 states of the United\nStates.', 'Compliance requirements are not uniform and it takes a\nconsiderable effort, much paperwork and many fees to meet and keep up\nwith these requirements.', 'We do not solicit donations in locations\nwhere we have not received written confirmation of compliance.', 'To\nSEND DONATIONS or determine the status of compliance for any\nparticular state visit https://pglaf.org\n\nWhile we cannot and do not solicit contributions from states where we\nhave not met the solicitation requirements, we know of no prohibition\nagainst accepting unsolicited donations from donors in such states who\napproach us with offers to donate.', 'International donations are gratefully accepted, but we cannot make\nany statements concerning tax treatment of donations received from\noutside the United States.', 'U.S. laws alone swamp our small staff.', 'Please check the Project Gutenberg Web pages for current donation\nmethods and addresses.', 'Donations are accepted in a number of other\nways including including checks, online payments and credit card\ndonations.', 'To donate, please visit: https://pglaf.org/donate\n\n\nSection 5.', 'General Information About Project Gutenberg-tm electronic\nworks.', 'Professor Michael S. Hart was the originator of the Project Gutenberg-tm\nconcept of a library of electronic works that could be freely shared\nwith anyone.', 'For thirty years, he produced and distributed Project\nGutenberg-tm eBooks with only a loose network of volunteer support.', 'Project Gutenberg-tm eBooks are often created from several printed\neditions, all of which are confirmed as Public Domain in the U.S.\nunless a copyright notice is included.', 'Thus, we do not necessarily\nkeep eBooks in compliance with any particular paper edition.', 'Most people start at our Web site which has the main PG search facility:\n\nhttps://www.gutenberg.org\n\nThis Web site includes information about Project Gutenberg-tm,\nincluding how to make donations to the Project Gutenberg Literary\nArchive Foundation, how to help produce our new eBooks, and how to\nsubscribe to our email newsletter to hear about new eBooks.', 'The Project Gutenberg EBook of Metamorphosis, by Franz Kafka\nTranslated by David Wyllie.', 'This eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever.', 'You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n\nOne morning, when Gregor Samsa woke from troubled dreams, he found\nhimself transformed in his bed into a horrible vermin.', 'He lay on\nhis armour-like back, and if he lifted his head a little he could\nsee his brown belly, slightly domed and divided by arches into stiff\nsections.', 'The bedding was hardly able to cover it and seemed ready\nto slide off any moment.', 'His many legs, pitifully thin compared\nwith the size of the rest of him, waved about helplessly as he\nlooked.', '"What\'s happened to me?"', 'he thought.', "It wasn't a dream.", 'His room,\na proper human room although a little too small, lay peacefully\nbetween its four familiar walls.', 'A collection of textile samples\nlay spread out on the table - Samsa was a travelling salesman - and\nabove it there hung a picture that he had recently cut out of an\nillustrated magazine and housed in a nice, gilded frame.', 'It showed\na lady fitted out with a fur hat and fur boa who sat upright,\nraising a heavy fur muff that covered the whole of her lower arm\ntowards the viewer.', 'Gregor then turned to look out the window at the dull weather.', 'Drops of rain could be heard hitting the pane, which made him feel\nquite sad.', '"How about if I sleep a little bit longer and forget all\nthis nonsense", he thought, but that was something he was unable to\ndo because he was used to sleeping on his right, and in his present\nstate couldn\'t get into that position.', 'However hard he threw\nhimself onto his right, he always rolled back to where he was.', "He\nmust have tried it a hundred times, shut his eyes so that he\nwouldn't have to look at the floundering legs, and only stopped when\nhe began to feel a mild, dull pain there that he had never felt\nbefore.", '"Oh, God", he thought, "what a strenuous career it is that I\'ve\nchosen!', 'Travelling day in and day out.', "Doing business like this\ntakes much more effort than doing your own business at home, and on\ntop of that there's the curse of travelling, worries about making\ntrain connections, bad and irregular food, contact with different\npeople all the time so that you can never get to know anyone or\nbecome friendly with them.", 'It can all go to Hell!"', "He felt a\nslight itch up on his belly; pushed himself slowly up on his back\ntowards the headboard so that he could lift his head better; found\nwhere the itch was, and saw that it was covered with lots of little\nwhite spots which he didn't know what to make of; and when he tried\nto feel the place with one of his legs he drew it quickly back\nbecause as soon as he touched it he was overcome by a cold shudder.", 'He slid back into his former position.', '"Getting up early all the\ntime", he thought, "it makes you stupid.', "You've got to get enough\nsleep.", 'Other travelling salesmen live a life of luxury.', 'For\ninstance, whenever I go back to the guest house during the morning\nto copy out the contract, these gentlemen are always still sitting\nthere eating their breakfasts.', "I ought to just try that with my\nboss; I'd get kicked out on the spot.", 'But who knows, maybe that\nwould be the best thing for me.', "If I didn't have my parents to\nthink about I'd have given in my notice a long time ago, I'd have\ngone up to the boss and told him just what I think, tell him\neverything I would, let him know just what I feel.", "He'd fall right\noff his desk!", "And it's a funny sort of business to be sitting up\nthere at your desk, talking down at your subordinates from up there,\nespecially when you have to go right up close because the boss is\nhard of hearing.", "Well, there's still some hope; once I've got the\nmoney together to pay off my parents' debt to him - another five or\nsix years I suppose - that's definitely what I'll do.", "That's when\nI'll make the big change.", 'First of all though, I\'ve got to get up,\nmy train leaves at five."', 'And he looked over at the alarm clock, ticking on the chest of\ndrawers.', '"God in Heaven!"', 'he thought.', 'It was half past six and the\nhands were quietly moving forwards, it was even later than half\npast, more like quarter to seven.', 'Had the alarm clock not rung?', "He\ncould see from the bed that it had been set for four o'clock as it\nshould have been; it certainly must have rung.", 'Yes, but was it\npossible to quietly sleep through that furniture-rattling noise?', 'True, he had not slept peacefully, but probably all the more deeply\nbecause of that.', 'What should he do now?', 'The next train went at\nseven; if he were to catch that he would have to rush like mad and\nthe collection of samples was still not packed, and he did not at\nall feel particularly fresh and lively.', "And even if he did catch\nthe train he would not avoid his boss's anger as the office\nassistant would have been there to see the five o'clock train go, he\nwould have put in his report about Gregor's not being there a long\ntime ago.", "The office assistant was the boss's man, spineless, and\nwith no understanding.", 'What about if he reported sick?', "But that\nwould be extremely strained and suspicious as in fifteen years of\nservice Gregor had never once yet been ill. His boss would\ncertainly come round with the doctor from the medical insurance\ncompany, accuse his parents of having a lazy son, and accept the\ndoctor's recommendation not to make any claim as the doctor believed\nthat no-one was ever ill but that many were workshy.", "And what's\nmore, would he have been entirely wrong in this case?", 'Gregor did in\nfact, apart from excessive sleepiness after sleeping for so long,\nfeel completely well and even felt much hungrier than usual.', 'He was still hurriedly thinking all this through, unable to decide\nto get out of the bed, when the clock struck quarter to seven.', 'There was a cautious knock at the door near his head.', '"Gregor",\nsomebody called - it was his mother - "it\'s quarter to seven.', 'Didn\'t you want to go somewhere?"', 'That gentle voice!', 'Gregor was\nshocked when he heard his own voice answering, it could hardly be\nrecognised as the voice he had had before.', 'As if from deep inside\nhim, there was a painful and uncontrollable squeaking mixed in with\nit, the words could be made out at first but then there was a sort\nof echo which made them unclear, leaving the hearer unsure whether\nhe had heard properly or not.', 'Gregor had wanted to give a full\nanswer and explain everything, but in the circumstances contented\nhimself with saying: "Yes, mother, yes, thank-you, I\'m getting up\nnow."', "The change in Gregor's voice probably could not be noticed\noutside through the wooden door, as his mother was satisfied with\nthis explanation and shuffled away.", 'But this short conversation\nmade the other members of the family aware that Gregor, against\ntheir expectations was still at home, and soon his father came\nknocking at one of the side doors, gently, but with his fist.', '"Gregor, Gregor", he called, "what\'s wrong?"', 'And after a short\nwhile he called again with a warning deepness in his voice: "Gregor!', 'Gregor!"', 'At the other side door his sister came plaintively:\n"Gregor?', "Aren't you well?", 'Do you need anything?"', 'Gregor answered to\nboth sides: "I\'m ready, now", making an effort to remove all the\nstrangeness from his voice by enunciating very carefully and putting\nlong pauses between each, individual word.', 'His father went back to\nhis breakfast, but his sister whispered: "Gregor, open the door, I\nbeg of you."', 'Gregor, however, had no thought of opening the door,\nand instead congratulated himself for his cautious habit, acquired\nfrom his travelling, of locking all doors at night even when he was\nat home.', 'The first thing he wanted to do was to get up in peace without being\ndisturbed, to get dressed, and most of all to have his breakfast.', 'Only then would he consider what to do next, as he was well aware\nthat he would not bring his thoughts to any sensible conclusions by\nlying in bed.', 'He remembered that he had often felt a slight pain in\nbed, perhaps caused by lying awkwardly, but that had always turned\nout to be pure imagination and he wondered how his imaginings would\nslowly resolve themselves today.', 'He did not have the slightest\ndoubt that the change in his voice was nothing more than the first\nsign of a serious cold, which was an occupational hazard for\ntravelling salesmen.', 'It was a simple matter to throw off the covers; he only had to blow\nhimself up a little and they fell off by themselves.', 'But it became\ndifficult after that, especially as he was so exceptionally broad.', 'He would have used his arms and his hands to push himself up; but\ninstead of them he only had all those little legs continuously\nmoving in different directions, and which he was moreover unable to\ncontrol.', 'If he wanted to bend one of them, then that was the first\none that would stretch itself out; and if he finally managed to do\nwhat he wanted with that leg, all the others seemed to be set free\nand would move about painfully.', '"This is something that can\'t be\ndone in bed", Gregor said to himself, "so don\'t keep trying to do\nit".', 'The first thing he wanted to do was get the lower part of his body\nout of the bed, but he had never seen this lower part, and could not\nimagine what it looked like; it turned out to be too hard to move;\nit went so slowly; and finally, almost in a frenzy, when he\ncarelessly shoved himself forwards with all the force he could\ngather, he chose the wrong direction, hit hard against the lower\nbedpost, and learned from the burning pain he felt that the lower\npart of his body might well, at present, be the most sensitive.', 'So then he tried to get the top part of his body out of the bed\nfirst, carefully turning his head to the side.', 'This he managed\nquite easily, and despite its breadth and its weight, the bulk of\nhis body eventually followed slowly in the direction of the head.', 'But when he had at last got his head out of the bed and into the\nfresh air it occurred to him that if he let himself fall it would be\na miracle if his head were not injured, so he became afraid to carry\non pushing himself forward the same way.', 'And he could not knock\nhimself out now at any price; better to stay in bed than lose\nconsciousness.', 'It took just as much effort to get back to where he had been\nearlier, but when he lay there sighing, and was once more watching\nhis legs as they struggled against each other even harder than\nbefore, if that was possible, he could think of no way of bringing\npeace and order to this chaos.', 'He told himself once more that it\nwas not possible for him to stay in bed and that the most sensible\nthing to do would be to get free of it in whatever way he could at\nwhatever sacrifice.', 'At the same time, though, he did not forget to\nremind himself that calm consideration was much better than rushing\nto desperate conclusions.', 'At times like this he would direct his\neyes to the window and look out as clearly as he could, but\nunfortunately, even the other side of the narrow street was\nenveloped in morning fog and the view had little confidence or cheer\nto offer him.', '"Seven o\'clock, already", he said to himself when the\nclock struck again, "seven o\'clock, and there\'s still a fog like\nthis."', 'And he lay there quietly a while longer, breathing lightly\nas if he perhaps expected the total stillness to bring things back\nto their real and natural state.', 'But then he said to himself: "Before it strikes quarter past seven\nI\'ll definitely have to have got properly out of bed.', 'And by then\nsomebody will have come round from work to ask what\'s happened to me\nas well, as they open up at work before seven o\'clock."', 'And so he\nset himself to the task of swinging the entire length of his body\nout of the bed all at the same time.', 'If he succeeded in falling out\nof bed in this way and kept his head raised as he did so he could\nprobably avoid injuring it.', 'His back seemed to be quite hard, and\nprobably nothing would happen to it falling onto the carpet.', 'His\nmain concern was for the loud noise he was bound to make, and which\neven through all the doors would probably raise concern if not\nalarm.', 'But it was something that had to be risked.', 'When Gregor was already sticking half way out of the bed - the new\nmethod was more of a game than an effort, all he had to do was rock\nback and forth - it occurred to him how simple everything would be\nif somebody came to help him.', 'Two strong people - he had his father\nand the maid in mind - would have been more than enough; they would\nonly have to push their arms under the dome of his back, peel him\naway from the bed, bend down with the load and then be patient and\ncareful as he swang over onto the floor, where, hopefully, the\nlittle legs would find a use.', 'Should he really call for help\nthough, even apart from the fact that all the doors were locked?', 'Despite all the difficulty he was in, he could not suppress a smile\nat this thought.', 'After a while he had already moved so far across that it would have\nbeen hard for him to keep his balance if he rocked too hard.', 'The\ntime was now ten past seven and he would have to make a final\ndecision very soon.', 'Then there was a ring at the door of the flat.', '"That\'ll be someone from work", he said to himself, and froze very\nstill, although his little legs only became all the more lively as\nthey danced around.', 'For a moment everything remained quiet.', '"They\'re not opening the door", Gregor said to himself, caught in\nsome nonsensical hope.', "But then of course, the maid's firm steps\nwent to the door as ever and opened it.", "Gregor only needed to hear\nthe visitor's first words of greeting and he knew who it was - the\nchief clerk himself.", 'Why did Gregor have to be the only one\ncondemned to work for a company where they immediately became highly\nsuspicious at the slightest shortcoming?', "Were all employees, every\none of them, louts, was there not one of them who was faithful and\ndevoted who would go so mad with pangs of conscience that he\ncouldn't get out of bed if he didn't spend at least a couple of\nhours in the morning on company business?", 'Was it really not enough\nto let one of the trainees make enquiries - assuming enquiries were\neven necessary - did the chief clerk have to come himself, and did\nthey have to show the whole, innocent family that this was so\nsuspicious that only the chief clerk could be trusted to have the\nwisdom to investigate it?', 'And more because these thoughts had made\nhim upset than through any proper decision, he swang himself with\nall his force out of the bed.', "There was a loud thump, but it wasn't\nreally a loud noise.", "His fall was softened a little by the carpet,\nand Gregor's back was also more elastic than he had thought, which\nmade the sound muffled and not too noticeable.", 'He had not held his\nhead carefully enough, though, and hit it as he fell; annoyed and in\npain, he turned it and rubbed it against the carpet.', '"Something\'s fallen down in there", said the chief clerk in the room\non the left.', 'Gregor tried to imagine whether something of the sort\nthat had happened to him today could ever happen to the chief clerk\ntoo; you had to concede that it was possible.', "But as if in gruff\nreply to this question, the chief clerk's firm footsteps in his\nhighly polished boots could now be heard in the adjoining room.", 'From the room on his right, Gregor\'s sister whispered to him to let\nhim know: "Gregor, the chief clerk is here."', '"Yes, I know", said\nGregor to himself; but without daring to raise his voice loud enough\nfor his sister to hear him.', '"Gregor", said his father now from the room to his left, "the chief\nclerk has come round and wants to know why you didn\'t leave on the\nearly train.', "We don't know what to say to him.", 'And anyway, he\nwants to speak to you personally.', 'So please open up this door.', 'I\'m\nsure he\'ll be good enough to forgive the untidiness of your room."', 'Then the chief clerk called "Good morning, Mr. Samsa".', '"He isn\'t\nwell", said his mother to the chief clerk, while his father\ncontinued to speak through the door.', '"He isn\'t well, please believe\nme.', 'Why else would Gregor have missed a train!', 'The lad only ever\nthinks about the business.', "It nearly makes me cross the way he\nnever goes out in the evenings; he's been in town for a week now but\nstayed home every evening.", 'He sits with us in the kitchen and just\nreads the paper or studies train timetables.', 'His idea of relaxation\nis working with his fretsaw.', "He's made a little frame, for\ninstance, it only took him two or three evenings, you'll be amazed\nhow nice it is; it's hanging up in his room; you'll see it as soon\nas Gregor opens the door.", 'Anyway, I\'m glad you\'re here; we wouldn\'t\nhave been able to get Gregor to open the door by ourselves; he\'s so\nstubborn; and I\'m sure he isn\'t well, he said this morning that he\nis, but he isn\'t."', '"I\'ll be there in a moment", said Gregor slowly\nand thoughtfully, but without moving so that he would not miss any\nword of the conversation.', '"Well I can\'t think of any other way of\nexplaining it, Mrs. Samsa", said the chief clerk, "I hope it\'s\nnothing serious.', 'But on the other hand, I must say that if we\npeople in commerce ever become slightly unwell then, fortunately or\nunfortunately as you like, we simply have to overcome it because of\nbusiness considerations."', '"Can the chief clerk come in to see you\nnow then?', '", asked his father impatiently, knocking at the door\nagain.', '"No", said Gregor.', 'In the room on his right there followed\na painful silence; in the room on his left his sister began to cry.', 'So why did his sister not go and join the others?', 'She had probably\nonly just got up and had not even begun to get dressed.', 'And why was\nshe crying?', 'Was it because he had not got up, and had not let the\nchief clerk in, because he was in danger of losing his job and if\nthat happened his boss would once more pursue their parents with the\nsame demands as before?', 'There was no need to worry about things like\nthat yet.', 'Gregor was still there and had not the slightest\nintention of abandoning his family.', 'For the time being he just lay\nthere on the carpet, and no-one who knew the condition he was in\nwould seriously have expected him to let the chief clerk in.', 'It was\nonly a minor discourtesy, and a suitable excuse could easily be\nfound for it later on, it was not something for which Gregor could\nbe sacked on the spot.', 'And it seemed to Gregor much more sensible\nto leave him now in peace instead of disturbing him with talking at\nhim and crying.', "But the others didn't know what was happening, they\nwere worried, that would excuse their behaviour.", 'The chief clerk now raised his voice, "Mr. Samsa", he called to him,\n"what is wrong?', 'You barricade yourself in your room, give us no more\nthan yes or no for an answer, you are causing serious and\nunnecessary concern to your parents and you fail - and I mention\nthis just by the way - you fail to carry out your business duties in\na way that is quite unheard of.', "I'm speaking here on behalf of your\nparents and of your employer, and really must request a clear and\nimmediate explanation.", 'I am astonished, quite astonished.', 'I\nthought I knew you as a calm and sensible person, and now you\nsuddenly seem to be showing off with peculiar whims.', "This morning,\nyour employer did suggest a possible reason for your failure to\nappear, it's true - it had to do with the money that was recently\nentrusted to you - but I came near to giving him my word of honour\nthat that could not be the right explanation.", 'But now that I see\nyour incomprehensible stubbornness I no longer feel any wish\nwhatsoever to intercede on your behalf.', 'And nor is your position\nall that secure.', "I had originally intended to say all this to you\nin private, but since you cause me to waste my time here for no good\nreason I don't see why your parents should not also learn of it.", 'Your turnover has been very unsatisfactory of late; I grant you that\nit\'s not the time of year to do especially good business, we\nrecognise that; but there simply is no time of year to do no\nbusiness at all, Mr. Samsa, we cannot allow there to be."', '"But Sir", called Gregor, beside himself and forgetting all else in\nthe excitement, "I\'ll open up immediately, just a moment.', "I'm\nslightly unwell, an attack of dizziness, I haven't been able to get\nup.", "I'm still in bed now.", "I'm quite fresh again now, though.", "I'm\njust getting out of bed.", 'Just a moment.', 'Be patient!', "It's not quite\nas easy as I'd thought.", "I'm quite alright now, though.", "It's\nshocking, what can suddenly happen to a person!", 'I was quite alright\nlast night, my parents know about it, perhaps better than me, I had\na small symptom of it last night already.', 'They must have noticed\nit.', "I don't know why I didn't let you know at work!", 'But you always\nthink you can get over an illness without staying at home.', "Please,\ndon't make my parents suffer!", "There's no basis for any of the\naccusations you're making; nobody's ever said a word to me about any\nof these things.", "Maybe you haven't read the latest contracts I sent\nin.", "I'll set off with the eight o'clock train, as well, these few\nhours of rest have given me strength.", 'You don\'t need to wait, sir;\nI\'ll be in the office soon after you, and please be so good as to\ntell that to the boss and recommend me to him!"', 'And while Gregor gushed out these words, hardly knowing what he was\nsaying, he made his way over to the chest of drawers - this was\neasily done, probably because of the practise he had already had in\nbed - where he now tried to get himself upright.', 'He really did want\nto open the door, really did want to let them see him and to speak\nwith the chief clerk; the others were being so insistent, and he was\ncurious to learn what they would say when they caught sight of him.', "If they were shocked then it would no longer be Gregor's\nresponsibility and he could rest.", "If, however, they took everything\ncalmly he would still have no reason to be upset, and if he hurried\nhe really could be at the station for eight o'clock.", 'The first few\ntimes he tried to climb up on the smooth chest of drawers he just\nslid down again, but he finally gave himself one last swing and\nstood there upright; the lower part of his body was in serious pain\nbut he no longer gave any attention to it.', 'Now he let himself fall\nagainst the back of a nearby chair and held tightly to the edges of\nit with his little legs.', 'By now he had also calmed down, and kept\nquiet so that he could listen to what the chief clerk was saying.', '"Did you understand a word of all that?"', 'the chief clerk asked his\nparents, "surely he\'s not trying to make fools of us".', '"Oh, God!"', 'called his mother, who was already in tears, "he could be seriously\nill and we\'re making him suffer.', 'Grete!', 'Grete!"', 'she then cried.', '"Mother?"', 'his sister called from the other side.', "They communicated\nacross Gregor's room.", '"You\'ll have to go for the doctor straight\naway.', 'Gregor is ill. Quick, get the doctor.', 'Did you hear the way\nGregor spoke just now?"', '"That was the voice of an animal", said the\nchief clerk, with a calmness that was in contrast with his mother\'s\nscreams.', '"Anna!', 'Anna!"', 'his father called into the kitchen through\nthe entrance hall, clapping his hands, "get a locksmith here, now!"', 'And the two girls, their skirts swishing, immediately ran out\nthrough the hall, wrenching open the front door of the flat as they\nwent.', 'How had his sister managed to get dressed so quickly?', 'There\nwas no sound of the door banging shut again; they must have left it\nopen; people often do in homes where something awful has happened.', 'Gregor, in contrast, had become much calmer.', "So they couldn't\nunderstand his words any more, although they seemed clear enough to\nhim, clearer than before - perhaps his ears had become used to the\nsound.", 'They had realised, though, that there was something wrong\nwith him, and were ready to help.', 'The first response to his\nsituation had been confident and wise, and that made him feel\nbetter.', 'He felt that he had been drawn back in among people, and\nfrom the doctor and the locksmith he expected great and surprising\nachievements - although he did not really distinguish one from the\nother.', 'Whatever was said next would be crucial, so, in order to\nmake his voice as clear as possible, he coughed a little, but taking\ncare to do this not too loudly as even this might well sound\ndifferent from the way that a human coughs and he was no longer sure\nhe could judge this for himself.', 'Meanwhile, it had become very\nquiet in the next room.', 'Perhaps his parents were sat at the table\nwhispering with the chief clerk, or perhaps they were all pressed\nagainst the door and listening.', 'Gregor slowly pushed his way over to the door with the chair.', 'Once\nthere he let go of it and threw himself onto the door, holding\nhimself upright against it using the adhesive on the tips of his\nlegs.', 'He rested there a little while to recover from the effort\ninvolved and then set himself to the task of turning the key in the\nlock with his mouth.', 'He seemed, unfortunately, to have no proper\nteeth - how was he, then, to grasp the key?', '- but the lack of teeth\nwas, of course, made up for with a very strong jaw; using the jaw,\nhe really was able to start the key turning, ignoring the fact that\nhe must have been causing some kind of damage as a brown fluid came\nfrom his mouth, flowed over the key and dripped onto the floor.', '"Listen", said the chief clerk in the next room, "he\'s turning the\nkey."', 'Gregor was greatly encouraged by this; but they all should\nhave been calling to him, his father and his mother too: "Well done,\nGregor", they should have cried, "keep at it, keep hold of the\nlock!"', 'And with the idea that they were all excitedly following his\nefforts, he bit on the key with all his strength, paying no\nattention to the pain he was causing himself.', 'As the key turned\nround he turned around the lock with it, only holding himself\nupright with his mouth, and hung onto the key or pushed it down\nagain with the whole weight of his body as needed.', 'The clear sound\nof the lock as it snapped back was Gregor\'s sign that he could break\nhis concentration, and as he regained his breath he said to himself:\n"So, I didn\'t need the locksmith after all".', 'Then he lay his head on\nthe handle of the door to open it completely.', 'Because he had to open the door in this way, it was already wide\nopen before he could be seen.', 'He had first to slowly turn himself\naround one of the double doors, and he had to do it very carefully\nif he did not want to fall flat on his back before entering the\nroom.', 'He was still occupied with this difficult movement, unable to\npay attention to anything else, when he heard the chief clerk\nexclaim a loud "Oh!', '", which sounded like the soughing of the wind.', 'Now he also saw him - he was the nearest to the door - his hand\npressed against his open mouth and slowly retreating as if driven by\na steady and invisible force.', "Gregor's mother, her hair still\ndishevelled from bed despite the chief clerk's being there, looked\nat his father.", 'Then she unfolded her arms, took two steps forward\ntowards Gregor and sank down onto the floor into her skirts that\nspread themselves out around her as her head disappeared down onto\nher breast.', 'His father looked hostile, and clenched his fists as if\nwanting to knock Gregor back into his room.', 'Then he looked\nuncertainly round the living room, covered his eyes with his hands\nand wept so that his powerful chest shook.', 'So Gregor did not go into the room, but leant against the inside of\nthe other door which was still held bolted in place.', 'In this way\nonly half of his body could be seen, along with his head above it\nwhich he leant over to one side as he peered out at the others.', 'Meanwhile the day had become much lighter; part of the endless,\ngrey-black building on the other side of the street - which was a\nhospital - could be seen quite clearly with the austere and regular\nline of windows piercing its facade; the rain was still\nfalling, now throwing down large, individual droplets which hit the\nground one at a time.', "The washing up from breakfast lay on the\ntable; there was so much of it because, for Gregor's father,\nbreakfast was the most important meal of the day and he would\nstretch it out for several hours as he sat reading a number of\ndifferent newspapers.", 'On the wall exactly opposite there was\nphotograph of Gregor when he was a lieutenant in the army, his sword\nin his hand and a carefree smile on his face as he called forth\nrespect for his uniform and bearing.', 'The door to the entrance hall\nwas open and as the front door of the flat was also open he could\nsee onto the landing and the stairs where they began their way down\nbelow.', '"Now, then", said Gregor, well aware that he was the only one to\nhave kept calm, "I\'ll get dressed straight away now, pack up my\nsamples and set off.', 'Will you please just let me leave?', 'You can\nsee", he said to the chief clerk, "that I\'m not stubborn and I\nlike to do my job; being a commercial traveller is arduous but\nwithout travelling I couldn\'t earn my living.', 'So where are you\ngoing, in to the office?', 'Yes?', 'Will you report everything accurately,\nthen?', "It's quite possible for someone to be temporarily unable to\nwork, but that's just the right time to remember what's been\nachieved in the past and consider that later on, once the difficulty\nhas been removed, he will certainly work with all the more diligence\nand concentration.", "You're well aware that I'm seriously in debt to\nour employer as well as having to look after my parents and my\nsister, so that I'm trapped in a difficult situation, but I will\nwork my way out of it again.", "Please don't make things any harder\nfor me than they are already, and don't take sides against me at the\noffice.", 'I know that nobody likes the travellers.', 'They think we\nearn an enormous wage as well as having a soft time of it.', "That's\njust prejudice but they have no particular reason to think better of\nit.", "But you, sir, you have a better overview than the rest of the\nstaff, in fact, if I can say this in confidence, a better overview\nthan the boss himself - it's very easy for a businessman like him to\nmake mistakes about his employees and judge them more harshly than\nhe should.", "And you're also well aware that we travellers spend\nalmost the whole year away from the office, so that we can very\neasily fall victim to gossip and chance and groundless complaints,\nand it's almost impossible to defend yourself from that sort of\nthing, we don't usually even hear about them, or if at all it's when\nwe arrive back home exhausted from a trip, and that's when we feel\nthe harmful effects of what's been going on without even knowing\nwhat caused them.", 'Please, don\'t go away, at least first say\nsomething to show that you grant that I\'m at least partly right!"', 'But the chief clerk had turned away as soon as Gregor had started to\nspeak, and, with protruding lips, only stared back at him over his\ntrembling shoulders as he left.', 'He did not keep still for a moment\nwhile Gregor was speaking, but moved steadily towards the door\nwithout taking his eyes off him.', 'He moved very gradually, as if\nthere had been some secret prohibition on leaving the room.', 'It was\nonly when he had reached the entrance hall that he made a sudden\nmovement, drew his foot from the living room, and rushed forward in\na panic.', 'In the hall, he stretched his right hand far out towards\nthe stairway as if out there, there were some supernatural force\nwaiting to save him.', 'Gregor realised that it was out of the question to let the chief\nclerk go away in this mood if his position in the firm was not to be\nput into extreme danger.', 'That was something his parents did not\nunderstand very well; over the years, they had become convinced that\nthis job would provide for Gregor for his entire life, and besides,\nthey had so much to worry about at present that they had lost sight\nof any thought for the future.', 'Gregor, though, did think about the\nfuture.', 'The chief clerk had to be held back, calmed down, convinced\nand finally won over; the future of Gregor and his family depended\non it!', 'If only his sister were here!', 'She was clever; she was already\nin tears while Gregor was still lying peacefully on his back.', 'And\nthe chief clerk was a lover of women, surely she could persuade him;\nshe would close the front door in the entrance hall and talk him out\nof his shocked state.', 'But his sister was not there, Gregor would\nhave to do the job himself.', 'And without considering that he still\nwas not familiar with how well he could move about in his present\nstate, or that his speech still might not - or probably would not -\nbe understood, he let go of the door; pushed himself through the\nopening; tried to reach the chief clerk on the landing who,\nridiculously, was holding on to the banister with both hands; but\nGregor fell immediately over and, with a little scream as he sought\nsomething to hold onto, landed on his numerous little legs.', 'Hardly\nhad that happened than, for the first time that day, he began to\nfeel alright with his body; the little legs had the solid ground\nunder them; to his pleasure, they did exactly as he told them; they\nwere even making the effort to carry him where he wanted to go; and\nhe was soon believing that all his sorrows would soon be finally at\nan end.', 'He held back the urge to move but swayed from side to side\nas he crouched there on the floor.', 'His mother was not far away in\nfront of him and seemed, at first, quite engrossed in herself, but\nthen she suddenly jumped up with her arms outstretched and her\nfingers spread shouting: "Help, for pity\'s sake, Help!"', 'The way she\nheld her head suggested she wanted to see Gregor better, but the\nunthinking way she was hurrying backwards showed that she did not;\nshe had forgotten that the table was behind her with all the\nbreakfast things on it; when she reached the table she sat quickly\ndown on it without knowing what she was doing; without even seeming\nto notice that the coffee pot had been knocked over and a gush of\ncoffee was pouring down onto the carpet.', '"Mother, mother", said Gregor gently, looking up at her.', 'He had\ncompletely forgotten the chief clerk for the moment, but could not\nhelp himself snapping in the air with his jaws at the sight of the\nflow of coffee.', 'That set his mother screaming anew, she fled from\nthe table and into the arms of his father as he rushed towards her.', 'Gregor, though, had no time to spare for his parents now; the chief\nclerk had already reached the stairs; with his chin on the banister,\nhe looked back for the last time.', 'Gregor made a run for him; he\nwanted to be sure of reaching him; the chief clerk must have\nexpected something, as he leapt down several steps at once and\ndisappeared; his shouts resounding all around the staircase.', "The\nflight of the chief clerk seemed, unfortunately, to put Gregor's\nfather into a panic as well.", "Until then he had been relatively self\ncontrolled, but now, instead of running after the chief clerk\nhimself, or at least not impeding Gregor as he ran after him,\nGregor's father seized the chief clerk's stick in his right hand\n(the chief clerk had left it behind on a chair, along with his hat\nand overcoat), picked up a large newspaper from the table with his\nleft, and used them to drive Gregor back into his room, stamping his\nfoot at him as he went.", "Gregor's appeals to his father were of no\nhelp, his appeals were simply not understood, however much he humbly\nturned his head his father merely stamped his foot all the harder.", "Across the room, despite the chilly weather, Gregor's mother had\npulled open a window, leant far out of it and pressed her hands to\nher face.", 'A strong draught of air flew in from the street towards\nthe stairway, the curtains flew up, the newspapers on the table\nfluttered and some of them were blown onto the floor.', "Nothing would\nstop Gregor's father as he drove him back, making hissing noises at\nhim like a wild man.", 'Gregor had never had any practice in moving\nbackwards and was only able to go very slowly.', "If Gregor had only\nbeen allowed to turn round he would have been back in his room\nstraight away, but he was afraid that if he took the time to do that\nhis father would become impatient, and there was the threat of a\nlethal blow to his back or head from the stick in his father's hand\nany moment.", 'Eventually, though, Gregor realised that he had no\nchoice as he saw, to his disgust, that he was quite incapable of\ngoing backwards in a straight line; so he began, as quickly as\npossible and with frequent anxious glances at his father, to turn\nhimself round.', 'It went very slowly, but perhaps his father was able\nto see his good intentions as he did nothing to hinder him, in fact\nnow and then he used the tip of his stick to give directions from a\ndistance as to which way to turn.', 'If only his father would stop\nthat unbearable hissing!', 'It was making Gregor quite confused.', 'When\nhe had nearly finished turning round, still listening to that\nhissing, he made a mistake and turned himself back a little the way\nhe had just come.', 'He was pleased when he finally had his head in\nfront of the doorway, but then saw that it was too narrow, and his\nbody was too broad to get through it without further difficulty.', 'In\nhis present mood, it obviously did not occur to his father to open\nthe other of the double doors so that Gregor would have enough space\nto get through.', 'He was merely fixed on the idea that Gregor should\nbe got back into his room as quickly as possible.', 'Nor would he ever\nhave allowed Gregor the time to get himself upright as preparation\nfor getting through the doorway.', 'What he did, making more noise\nthan ever, was to drive Gregor forwards all the harder as if there\nhad been nothing in the way; it sounded to Gregor as if there was\nnow more than one father behind him; it was not a pleasant\nexperience, and Gregor pushed himself into the doorway without\nregard for what might happen.', 'One side of his body lifted itself,\nhe lay at an angle in the doorway, one flank scraped on the white\ndoor and was painfully injured, leaving vile brown flecks on it,\nsoon he was stuck fast and would not have been able to move at all\nby himself, the little legs along one side hung quivering in the air\nwhile those on the other side were pressed painfully against the\nground.', 'Then his father gave him a hefty shove from behind which\nreleased him from where he was held and sent him flying, and heavily\nbleeding, deep into his room.', 'The door was slammed shut with the\nstick, then, finally, all was quiet.', 'II\n\n\nIt was not until it was getting dark that evening that Gregor awoke\nfrom his deep and coma-like sleep.', "He would have woken soon\nafterwards anyway even if he hadn't been disturbed, as he had had\nenough sleep and felt fully rested.", 'But he had the impression that\nsome hurried steps and the sound of the door leading into the front\nroom being carefully shut had woken him.', 'The light from the\nelectric street lamps shone palely here and there onto the ceiling\nand tops of the furniture, but down below, where Gregor was, it was\ndark.', 'He pushed himself over to the door, feeling his way clumsily\nwith his antennae - of which he was now beginning to learn the value\n- in order to see what had been happening there.', 'The whole of his\nleft side seemed like one, painfully stretched scar, and he limped\nbadly on his two rows of legs.', 'One of the legs had been badly\ninjured in the events of that morning - it was nearly a miracle that\nonly one of them had been - and dragged along lifelessly.', 'It was only when he had reached the door that he realised what it\nactually was that had drawn him over to it; it was the smell of\nsomething to eat.', 'By the door there was a dish filled with\nsweetened milk with little pieces of white bread floating in it.', 'He\nwas so pleased he almost laughed, as he was even hungrier than he\nhad been that morning, and immediately dipped his head into the\nmilk, nearly covering his eyes with it.', 'But he soon drew his head\nback again in disappointment; not only did the pain in his tender\nleft side make it difficult to eat the food - he was only able to\neat if his whole body worked together as a snuffling whole - but the\nmilk did not taste at all nice.', 'Milk like this was normally his\nfavourite drink, and his sister had certainly left it there for him\nbecause of that, but he turned, almost against his own will, away\nfrom the dish and crawled back into the centre of the room.', 'Through the crack in the door, Gregor could see that the gas had\nbeen lit in the living room.', "His father at this time would normally\nbe sat with his evening paper, reading it out in a loud voice to\nGregor's mother, and sometimes to his sister, but there was now not\na sound to be heard.", "Gregor's sister would often write and tell him\nabout this reading, but maybe his father had lost the habit in\nrecent times.", 'It was so quiet all around too, even though there\nmust have been somebody in the flat.', '"What a quiet life it is the\nfamily lead", said Gregor to himself, and, gazing into the darkness,\nfelt a great pride that he was able to provide a life like that in\nsuch a nice home for his sister and parents.', 'But what now, if all\nthis peace and wealth and comfort should come to a horrible and\nfrightening end?', 'That was something that Gregor did not want to\nthink about too much, so he started to move about, crawling up and\ndown the room.', 'Once during that long evening, the door on one side of the room was\nopened very slightly and hurriedly closed again; later on the door\non the other side did the same; it seemed that someone needed to\nenter the room but thought better of it.', 'Gregor went and waited\nimmediately by the door, resolved either to bring the timorous\nvisitor into the room in some way or at least to find out who it\nwas; but the door was opened no more that night and Gregor waited in\nvain.', 'The previous morning while the doors were locked everyone had\nwanted to get in there to him, but now, now that he had opened up\none of the doors and the other had clearly been unlocked some time\nduring the day, no-one came, and the keys were in the other sides.', 'It was not until late at night that the gaslight in the living room\nwas put out, and now it was easy to see that his parents and sister had\nstayed awake all that time, as they all could be distinctly heard as\nthey went away together on tip-toe.', "It was clear that no-one would\ncome into Gregor's room any more until morning; that gave him plenty\nof time to think undisturbed about how he would have to re-arrange\nhis life.", 'For some reason, the tall, empty room where he was forced\nto remain made him feel uneasy as he lay there flat on the floor,\neven though he had been living in it for five years.', 'Hardly aware\nof what he was doing other than a slight feeling of shame, he\nhurried under the couch.', 'It pressed down on his back a little, and\nhe was no longer able to lift his head, but he nonetheless felt\nimmediately at ease and his only regret was that his body was too\nbroad to get it all underneath.', 'He spent the whole night there.', 'Some of the time he passed in a\nlight sleep, although he frequently woke from it in alarm because of\nhis hunger, and some of the time was spent in worries and vague\nhopes which, however, always led to the same conclusion: for the\ntime being he must remain calm, he must show patience and the\ngreatest consideration so that his family could bear the\nunpleasantness that he, in his present condition, was forced to\nimpose on them.', 'Gregor soon had the opportunity to test the strength of his\ndecisions, as early the next morning, almost before the night had\nended, his sister, nearly fully dressed, opened the door from the\nfront room and looked anxiously in.', "She did not see him straight\naway, but when she did notice him under the couch - he had to be\nsomewhere, for God's sake, he couldn't have flown away - she was so\nshocked that she lost control of herself and slammed the door shut\nagain from outside.", 'But she seemed to regret her behaviour, as she\nopened the door again straight away and came in on tip-toe as if\nentering the room of someone seriously ill or even of a stranger.', 'Gregor had pushed his head forward, right to the edge of the couch,\nand watched her.', 'Would she notice that he had left the milk as it\nwas, realise that it was not from any lack of hunger and bring him\nin some other food that was more suitable?', "If she didn't do it\nherself he would rather go hungry than draw her attention to it,\nalthough he did feel a terrible urge to rush forward from under the\ncouch, throw himself at his sister's feet and beg her for something\ngood to eat.", 'However, his sister noticed the full dish immediately\nand looked at it and the few drops of milk splashed around it with\nsome surprise.', 'She immediately picked it up - using a rag,\nnot her bare hands - and carried it out.', 'Gregor was extremely\ncurious as to what she would bring in its place, imagining the\nwildest possibilities, but he never could have guessed what his\nsister, in her goodness, actually did bring.', 'In order to test his\ntaste, she brought him a whole selection of things, all spread out\non an old newspaper.', 'There were old, half-rotten vegetables; bones\nfrom the evening meal, covered in white sauce that had gone hard; a\nfew raisins and almonds; some cheese that Gregor had declared\ninedible two days before; a dry roll and some bread spread with\nbutter and salt.', "As well as all that she had poured some water into\nthe dish, which had probably been permanently set aside for Gregor's\nuse, and placed it beside them.", "Then, out of consideration for\nGregor's feelings, as she knew that he would not eat in front of\nher, she hurried out again and even turned the key in the lock so\nthat Gregor would know he could make things as comfortable for\nhimself as he liked.", "Gregor's little legs whirred, at last he could\neat.", "What's more, his injuries must already have completely healed\nas he found no difficulty in moving.", 'This amazed him, as more than\na month earlier he had cut his finger slightly with a knife, he\nthought of how his finger had still hurt the day before yesterday.', '"Am I less sensitive than I used to be, then?', '", he thought, and was\nalready sucking greedily at the cheese which had immediately, almost\ncompellingly, attracted him much more than the other foods on the\nnewspaper.', "Quickly one after another, his eyes watering with\npleasure, he consumed the cheese, the vegetables and the sauce; the\nfresh foods, on the other hand, he didn't like at all, and even\ndragged the things he did want to eat a little way away from them\nbecause he couldn't stand the smell.", 'Long after he had finished\neating and lay lethargic in the same place, his sister slowly turned\nthe key in the lock as a sign to him that he should withdraw.', 'He\nwas immediately startled, although he had been half asleep, and he\nhurried back under the couch.', 'But he needed great self-control to\nstay there even for the short time that his sister was in the room,\nas eating so much food had rounded out his body a little and he\ncould hardly breathe in that narrow space.', 'Half suffocating, he\nwatched with bulging eyes as his sister unselfconsciously took a\nbroom and swept up the left-overs, mixing them in with the food he\nhad not even touched at all as if it could not be used any more.', 'She quickly dropped it all into a bin, closed it with its wooden\nlid, and carried everything out.', 'She had hardly turned her back\nbefore Gregor came out again from under the couch and stretched\nhimself.', "This was how Gregor received his food each day now, once in the\nmorning while his parents and the maid were still asleep, and the\nsecond time after everyone had eaten their meal at midday as his\nparents would sleep for a little while then as well, and Gregor's\nsister would send the maid away on some errand.", "Gregor's father and\nmother certainly did not want him to starve either, but perhaps it\nwould have been more than they could stand to have any more\nexperience of his feeding than being told about it, and perhaps his\nsister wanted to spare them what distress she could as they were\nindeed suffering enough.", 'It was impossible for Gregor to find out what they had told the\ndoctor and the locksmith that first morning to get them out of the\nflat.', "As nobody could understand him, nobody, not even his sister,\nthought that he could understand them, so he had to be content to\nhear his sister's sighs and appeals to the saints as she moved about\nhis room.", 'It was only later, when she had become a little more used\nto everything - there was, of course, no question of her ever\nbecoming fully used to the situation - that Gregor would sometimes\ncatch a friendly comment, or at least a comment that could be\nconstrued as friendly.', '"He\'s enjoyed his dinner today", she might\nsay when he had diligently cleared away all the food left for him,\nor if he left most of it, which slowly became more and more\nfrequent, she would often say, sadly, "now everything\'s just been\nleft there again".', "Although Gregor wasn't able to hear any news directly he did listen\nto much of what was said in the next rooms, and whenever he heard\nanyone speaking he would scurry straight to the appropriate door and\npress his whole body against it.", 'There was seldom any conversation,\nespecially at first, that was not about him in some way, even if\nonly in secret.', 'For two whole days, all the talk at every mealtime\nwas about what they should do now; but even between meals they spoke\nabout the same subject as there were always at least two members of\nthe family at home - nobody wanted to be at home by themselves and\nit was out of the question to leave the flat entirely empty.', "And on\nthe very first day the maid had fallen to her knees and begged\nGregor's mother to let her go without delay.", "It was not very clear\nhow much she knew of what had happened but she left within a quarter\nof an hour, tearfully thanking Gregor's mother for her dismissal as\nif she had done her an enormous service.", 'She even swore\nemphatically not to tell anyone the slightest about what had\nhappened, even though no-one had asked that of her.', "Now Gregor's sister also had to help his mother with the cooking;\nalthough that was not so much bother as no-one ate very much.", 'Gregor often heard how one of them would unsuccessfully urge another\nto eat, and receive no more answer than "no thanks, I\'ve had enough"\nor something similar.', 'No-one drank very much either.', 'His sister\nwould sometimes ask his father whether he would like a beer, hoping\nfor the chance to go and fetch it herself.', 'When his father then\nsaid nothing she would add, so that he would not feel selfish, that\nshe could send the housekeeper for it, but then his father would\nclose the matter with a big, loud "No", and no more would be said.', "Even before the first day had come to an end, his father had\nexplained to Gregor's mother and sister what their finances and\nprospects were.", 'Now and then he stood up from the table and took\nsome receipt or document from the little cash box he had saved from\nhis business when it had collapsed five years earlier.', 'Gregor heard\nhow he opened the complicated lock and then closed it again after he\nhad taken the item he wanted.', 'What he heard his father say was some\nof the first good news that Gregor heard since he had first been\nincarcerated in his room.', "He had thought that nothing at all\nremained from his father's business, at least he had never told him\nanything different, and Gregor had never asked him about it anyway.", "Their business misfortune had reduced the family to a state of total\ndespair, and Gregor's only concern at that time had been to arrange\nthings so that they could all forget about it as quickly as\npossible.", 'So then he started working especially hard, with a fiery\nvigour that raised him from a junior salesman to a travelling\nrepresentative almost overnight, bringing with it the chance to earn\nmoney in quite different ways.', 'Gregor converted his success at work\nstraight into cash that he could lay on the table at home for the\nbenefit of his astonished and delighted family.', 'They had been good\ntimes and they had never come again, at least not with the same\nsplendour, even though Gregor had later earned so much that he was\nin a position to bear the costs of the whole family, and did bear\nthem.', 'They had even got used to it, both Gregor and the family,\nthey took the money with gratitude and he was glad to provide it,\nalthough there was no longer much warm affection given in return.', 'Gregor only remained close to his sister now.', 'Unlike him, she was\nvery fond of music and a gifted and expressive violinist, it was his\nsecret plan to send her to the conservatory next year even though it\nwould cause great expense that would have to be made up for in some\nother way.', "During Gregor's short periods in town, conversation with\nhis sister would often turn to the conservatory but it was only ever\nmentioned as a lovely dream that could never be realised.", 'Their\nparents did not like to hear this innocent talk, but Gregor thought\nabout it quite hard and decided he would let them know what he\nplanned with a grand announcement of it on Christmas day.', 'That was the sort of totally pointless thing that went through his\nmind in his present state, pressed upright against the door and\nlistening.', 'There were times when he simply became too tired to\ncontinue listening, when his head would fall wearily against the\ndoor and he would pull it up again with a start, as even the\nslightest noise he caused would be heard next door and they would\nall go silent.', '"What\'s that he\'s doing now", his father would say\nafter a while, clearly having gone over to the door, and only then\nwould the interrupted conversation slowly be taken up again.', "When explaining things, his father repeated himself several times,\npartly because it was a long time since he had been occupied with\nthese matters himself and partly because Gregor's mother did not\nunderstand everything the first time.", 'From these repeated explanations\nGregor learned, to his pleasure, that despite all their misfortunes\nthere was still some money available from the old days.', 'It was not\na lot, but it had not been touched in the meantime and some interest\nhad accumulated.', 'Besides that, they had not been using up all the\nmoney that Gregor had been bringing home every month, keeping only a\nlittle for himself, so that that, too, had been accumulating.', 'Behind the door, Gregor nodded with enthusiasm in his pleasure at\nthis unexpected thrift and caution.', "He could actually have used\nthis surplus money to reduce his father's debt to his boss, and the\nday when he could have freed himself from that job would have come\nmuch closer, but now it was certainly better the way his father had\ndone things.", 'This money, however, was certainly not enough to enable the family\nto live off the interest; it was enough to maintain them for,\nperhaps, one or two years, no more.', "That's to say, it was money\nthat should not really be touched but set aside for emergencies;\nmoney to live on had to be earned.", 'His father was healthy but old,\nand lacking in self confidence.', 'During the five years that he had\nnot been working - the first holiday in a life that had been full of\nstrain and no success - he had put on a lot of weight and become\nvery slow and clumsy.', "Would Gregor's elderly mother now have to go\nand earn money?", 'She suffered from asthma and it was a strain for her\njust to move about the home, every other day would be spent\nstruggling for breath on the sofa by the open window.', 'Would his\nsister have to go and earn money?', 'She was still a child of\nseventeen, her life up till then had been very enviable, consisting\nof wearing nice clothes, sleeping late, helping out in the business,\njoining in with a few modest pleasures and most of all playing the\nviolin.', 'Whenever they began to talk of the need to earn money,\nGregor would always first let go of the door and then throw himself\nonto the cool, leather sofa next to it, as he became quite hot with\nshame and regret.', 'He would often lie there the whole night through, not sleeping a\nwink but scratching at the leather for hours on end.', 'Or he might go\nto all the effort of pushing a chair to the window, climbing up onto\nthe sill and, propped up in the chair, leaning on the window to\nstare out of it.', 'He had used to feel a great sense of freedom from\ndoing this, but doing it now was obviously something more remembered\nthan experienced, as what he actually saw in this way was becoming\nless distinct every day, even things that were quite near; he had\nused to curse the ever-present view of the hospital across the\nstreet, but now he could not see it at all, and if he had not known\nthat he lived in Charlottenstrasse, which was a quiet street despite\nbeing in the middle of the city, he could have thought that he was\nlooking out the window at a barren waste where the grey sky and the\ngrey earth mingled inseparably.', 'His observant sister only needed to\nnotice the chair twice before she would always push it back to its\nexact position by the window after she had tidied up the room, and\neven left the inner pane of the window open from then on.', 'If Gregor had only been able to speak to his sister and thank her\nfor all that she had to do for him it would have been easier for him\nto bear it; but as it was it caused him pain.', 'His sister,\nnaturally, tried as far as possible to pretend there was nothing\nburdensome about it, and the longer it went on, of course, the\nbetter she was able to do so, but as time went by Gregor was also\nable to see through it all so much better.', 'It had even become very\nunpleasant for him, now, whenever she entered the room.', "No sooner\nhad she come in than she would quickly close the door as a\nprecaution so that no-one would have to suffer the view into\nGregor's room, then she would go straight to the window and pull it\nhurriedly open almost as if she were suffocating.", 'Even if it was\ncold, she would stay at the window breathing deeply for a little\nwhile.', 'She would alarm Gregor twice a day with this running about\nand noise making; he would stay under the couch shivering the whole\nwhile, knowing full well that she would certainly have liked to\nspare him this ordeal, but it was impossible for her to be in the\nsame room with him with the windows closed.', "One day, about a month after Gregor's transformation when his sister\nno longer had any particular reason to be shocked at his appearance,\nshe came into the room a little earlier than usual and found him\nstill staring out the window, motionless, and just where he would be\nmost horrible.", "In itself, his sister's not coming into the room\nwould have been no surprise for Gregor as it would have been\ndifficult for her to immediately open the window while he was still\nthere, but not only did she not come in, she went straight back and\nclosed the door behind her, a stranger would have thought he had\nthreatened her and tried to bite her.", 'Gregor went straight to hide\nhimself under the couch, of course, but he had to wait until midday\nbefore his sister came back and she seemed much more uneasy than\nusual.', 'It made him realise that she still found his appearance\nunbearable and would continue to do so, she probably even had to\novercome the urge to flee when she saw the little bit of him that\nprotruded from under the couch.', 'One day, in order to spare her even\nthis sight, he spent four hours carrying the bedsheet over to the\ncouch on his back and arranged it so that he was completely covered\nand his sister would not be able to see him even if she bent down.', 'If she did not think this sheet was necessary then all she had to do\nwas take it off again, as it was clear enough that it was no\npleasure for Gregor to cut himself off so completely.', 'She left the\nsheet where it was.', 'Gregor even thought he glimpsed a look of\ngratitude one time when he carefully looked out from under the sheet\nto see how his sister liked the new arrangement.', "For the first fourteen days, Gregor's parents could not bring\nthemselves to come into the room to see him.", 'He would often hear\nthem say how they appreciated all the new work his sister was doing\neven though, before, they had seen her as a girl who was somewhat\nuseless and frequently been annoyed with her.', "But now the two of\nthem, father and mother, would often both wait outside the door of\nGregor's room while his sister tidied up in there, and as soon as\nshe went out again she would have to tell them exactly how\neverything looked, what Gregor had eaten, how he had behaved this\ntime and whether, perhaps, any slight improvement could be seen.", 'His mother also wanted to go in and visit Gregor relatively soon but\nhis father and sister at first persuaded her against it.', 'Gregor\nlistened very closely to all this, and approved fully.', 'Later,\nthough, she had to be held back by force, which made her call out:\n"Let me go and see Gregor, he is my unfortunate son!', "Can't you\nunderstand I have to see him?", '", and Gregor would think to himself\nthat maybe it would be better if his mother came in, not every day\nof course, but one day a week, perhaps; she could understand\neverything much better than his sister who, for all her courage, was\nstill just a child after all, and really might not have had an\nadult\'s appreciation of the burdensome job she had taken on.', "Gregor's wish to see his mother was soon realised.", 'Out of\nconsideration for his parents, Gregor wanted to avoid being seen at\nthe window during the day, the few square meters of the floor did\nnot give him much room to crawl about, it was hard to just lie\nquietly through the night, his food soon stopped giving him any\npleasure at all, and so, to entertain himself, he got into the habit\nof crawling up and down the walls and ceiling.', 'He was especially\nfond of hanging from the ceiling; it was quite different from lying\non the floor; he could breathe more freely; his body had a light\nswing to it; and up there, relaxed and almost happy, it might happen\nthat he would surprise even himself by letting go of the ceiling and\nlanding on the floor with a crash.', 'But now, of course, he had far\nbetter control of his body than before and, even with a fall as\ngreat as that, caused himself no damage.', "Very soon his sister\nnoticed Gregor's new way of entertaining himself - he had, after\nall, left traces of the adhesive from his feet as he crawled about -\nand got it into her head to make it as easy as possible for him by\nremoving the furniture that got in his way, especially the chest of\ndrawers and the desk.", "Now, this was not something that she would be\nable to do by herself; she did not dare to ask for help from her\nfather; the sixteen year old maid had carried on bravely since the\ncook had left but she certainly would not have helped in this, she\nhad even asked to be allowed to keep the kitchen locked at all times\nand never to have to open the door unless it was especially\nimportant; so his sister had no choice but to choose some time when\nGregor's father was not there and fetch his mother to help her.", 'As\nshe approached the room, Gregor could hear his mother express her\njoy, but once at the door she went silent.', 'First, of course, his\nsister came in and looked round to see that everything in the room\nwas alright; and only then did she let her mother enter.', 'Gregor had\nhurriedly pulled the sheet down lower over the couch and put more\nfolds into it so that everything really looked as if it had just\nbeen thrown down by chance.', 'Gregor also refrained, this time, from\nspying out from under the sheet; he gave up the chance to see his\nmother until later and was simply glad that she had come.', '"You can\ncome in, he can\'t be seen", said his sister, obviously leading her\nin by the hand.', "The old chest of drawers was too heavy for a pair\nof feeble women to be heaving about, but Gregor listened as they\npushed it from its place, his sister always taking on the heaviest\npart of the work for herself and ignoring her mother's warnings that\nshe would strain herself.", 'This lasted a very long time.', "After\nlabouring at it for fifteen minutes or more his mother said it would\nbe better to leave the chest where it was, for one thing it was too\nheavy for them to get the job finished before Gregor's father got\nhome and leaving it in the middle of the room it would be in his way\neven more, and for another thing it wasn't even sure that taking the\nfurniture away would really be any help to him.", "She thought just\nthe opposite; the sight of the bare walls saddened her right to her\nheart; and why wouldn't Gregor feel the same way about it, he'd been\nused to this furniture in his room for a long time and it would make\nhim feel abandoned to be in an empty room like that.", 'Then, quietly,\nalmost whispering as if wanting Gregor (whose whereabouts she did\nnot know) to hear not even the tone of her voice, as she was\nconvinced that he did not understand her words, she added "and by\ntaking the furniture away, won\'t it seem like we\'re showing that\nwe\'ve given up all hope of improvement and we\'re abandoning him to\ncope for himself?', 'I think it\'d be best to leave the room exactly the\nway it was before so that when Gregor comes back to us again he\'ll\nfind everything unchanged and he\'ll be able to forget the time in\nbetween all the easier".', 'Hearing these words from his mother made Gregor realise that the\nlack of any direct human communication, along with the monotonous\nlife led by the family during these two months, must have made him\nconfused - he could think of no other way of explaining to himself\nwhy he had seriously wanted his room emptied out.', 'Had he really\nwanted to transform his room into a cave, a warm room fitted out\nwith the nice furniture he had inherited?', 'That would have let him\ncrawl around unimpeded in any direction, but it would also have let\nhim quickly forget his past when he had still been human.', 'He had\ncome very close to forgetting, and it had only been the voice of his\nmother, unheard for so long, that had shaken him out of it.', 'Nothing\nshould be removed; everything had to stay; he could not do without\nthe good influence the furniture had on his condition; and if the\nfurniture made it difficult for him to crawl about mindlessly that\nwas not a loss but a great advantage.', "His sister, unfortunately, did not agree; she had become used to the\nidea, not without reason, that she was Gregor's spokesman to his\nparents about the things that concerned him.", "This meant that his\nmother's advice now was sufficient reason for her to insist on\nremoving not only the chest of drawers and the desk, as she had\nthought at first, but all the furniture apart from the all-important\ncouch.", 'It was more than childish perversity, of course, or the\nunexpected confidence she had recently acquired, that made her\ninsist; she had indeed noticed that Gregor needed a lot of room to\ncrawl about in, whereas the furniture, as far as anyone could see,\nwas of no use to him at all.', 'Girls of that age, though, do become\nenthusiastic about things and feel they must get their way whenever\nthey can.', "Perhaps this was what tempted Grete to make Gregor's\nsituation seem even more shocking than it was so that she could do\neven more for him.", 'Grete would probably be the only one who would\ndare enter a room dominated by Gregor crawling about the bare walls\nby himself.', 'So she refused to let her mother dissuade her.', "Gregor's mother\nalready looked uneasy in his room, she soon stopped speaking and\nhelped Gregor's sister to get the chest of drawers out with what\nstrength she had.", 'The chest of drawers was something that Gregor\ncould do without if he had to, but the writing desk had to stay.', 'Hardly had the two women pushed the chest of drawers, groaning, out\nof the room than Gregor poked his head out from under the couch to\nsee what he could do about it.', 'He meant to be as careful and\nconsiderate as he could, but, unfortunately, it was his mother who\ncame back first while Grete in the next room had her arms round the\nchest, pushing and pulling at it from side to side by herself\nwithout, of course, moving it an inch.', 'His mother was not used to\nthe sight of Gregor, he might have made her ill, so Gregor hurried\nbackwards to the far end of the couch.', 'In his startlement, though,\nhe was not able to prevent the sheet at its front from moving a\nlittle.', "It was enough to attract his mother's attention.", 'She stood\nvery still, remained there a moment, and then went back out to\nGrete.', 'Gregor kept trying to assure himself that nothing unusual was\nhappening, it was just a few pieces of furniture being moved after\nall, but he soon had to admit that the women going to and fro, their\nlittle calls to each other, the scraping of the furniture on the\nfloor, all these things made him feel as if he were being assailed\nfrom all sides.', 'With his head and legs pulled in against him and\nhis body pressed to the floor, he was forced to admit to himself\nthat he could not stand all of this much longer.', "They were emptying\nhis room out; taking away everything that was dear to him; they had\nalready taken out the chest containing his fretsaw and other tools;\nnow they threatened to remove the writing desk with its place\nclearly worn into the floor, the desk where he had done his homework\nas a business trainee, at high school, even while he had been at\ninfant school--he really could not wait any longer to see whether\nthe two women's intentions were good.", 'He had nearly forgotten they\nwere there anyway, as they were now too tired to say anything while\nthey worked and he could only hear their feet as they stepped\nheavily on the floor.', 'So, while the women were leant against the desk in the other room\ncatching their breath, he sallied out, changed direction four times\nnot knowing what he should save first before his attention was\nsuddenly caught by the picture on the wall - which was already\ndenuded of everything else that had been on it - of the lady dressed\nin copious fur.', 'He hurried up onto the picture and pressed himself\nagainst its glass, it held him firmly and felt good on his hot\nbelly.', 'This picture at least, now totally covered by Gregor, would\ncertainly be taken away by no-one.', 'He turned his head to face the\ndoor into the living room so that he could watch the women when they\ncame back.', 'They had not allowed themselves a long rest and came back quite\nsoon; Grete had put her arm around her mother and was nearly\ncarrying her.', '"What shall we take now, then?', '", said Grete and\nlooked around.', 'Her eyes met those of Gregor on the wall.', 'Perhaps\nonly because her mother was there, she remained calm, bent her face\nto her so that she would not look round and said, albeit hurriedly\nand with a tremor in her voice: "Come on, let\'s go back in the\nliving room for a while?"', 'Gregor could see what Grete had in mind,\nshe wanted to take her mother somewhere safe and then chase him down\nfrom the wall.', 'Well, she could certainly try it!', 'He sat unyielding\non his picture.', "He would rather jump at Grete's face.", 'But Grete\'s words had made her mother quite worried, she stepped to\none side, saw the enormous brown patch against the flowers of the\nwallpaper, and before she even realised it was Gregor that she saw\nscreamed: "Oh God, oh God!"', 'Arms outstretched, she fell onto the\ncouch as if she had given up everything and stayed there immobile.', '"Gregor!"', 'shouted his sister, glowering at him and shaking her fist.', 'That was the first word she had spoken to him directly since his\ntransformation.', "She ran into the other room to fetch some kind of\nsmelling salts to bring her mother out of her faint; Gregor wanted\nto help too - he could save his picture later, although he stuck\nfast to the glass and had to pull himself off by force; then he,\ntoo, ran into the next room as if he could advise his sister like in\nthe old days; but he had to just stand behind her doing nothing; she\nwas looking into various bottles, he startled her when she turned\nround; a bottle fell to the ground and broke; a splinter cut\nGregor's face, some kind of caustic medicine splashed all over him;\nnow, without delaying any longer, Grete took hold of all the bottles\nshe could and ran with them in to her mother; she slammed the door\nshut with her foot.", 'So now Gregor was shut out from his mother,\nwho, because of him, might be near to death; he could not open the\ndoor if he did not want to chase his sister away, and she had to\nstay with his mother; there was nothing for him to do but wait; and,\noppressed with anxiety and self-reproach, he began to crawl about,\nhe crawled over everything, walls, furniture, ceiling, and finally\nin his confusion as the whole room began to spin around him he fell\ndown into the middle of the dinner table.', 'He lay there for a while, numb and immobile, all around him it was\nquiet, maybe that was a good sign.', 'Then there was someone at the\ndoor.', 'The maid, of course, had locked herself in her kitchen so\nthat Grete would have to go and answer it.', 'His father had arrived\nhome.', '"What\'s happened?"', "were his first words; Grete's appearance\nmust have made everything clear to him.", 'She answered him with\nsubdued voice, and openly pressed her face into his chest: "Mother\'s\nfainted, but she\'s better now.', 'Gregor got out."', '"Just as I\nexpected", said his father, "just as I always said, but you women\nwouldn\'t listen, would you."', 'It was clear to Gregor that Grete had\nnot said enough and that his father took it to mean that something\nbad had happened, that he was responsible for some act of violence.', 'That meant Gregor would now have to try to calm his father, as he\ndid not have the time to explain things to him even if that had been\npossible.', 'So he fled to the door of his room and pressed himself\nagainst it so that his father, when he came in from the hall, could\nsee straight away that Gregor had the best intentions and would go\nback into his room without delay, that it would not be necessary to\ndrive him back but that they had only to open the door and he would\ndisappear.', 'His father, though, was not in the mood to notice subtleties like\nthat; "Ah!', '", he shouted as he came in, sounding as if he were both\nangry and glad at the same time.', 'Gregor drew his head back from the\ndoor and lifted it towards his father.', 'He really had not imagined\nhis father the way he stood there now; of late, with his new habit\nof crawling about, he had neglected to pay attention to what was\ngoing on the rest of the flat the way he had done before.', 'He really\nought to have expected things to have changed, but still, still, was\nthat really his father?', 'The same tired man as used to be laying\nthere entombed in his bed when Gregor came back from his business\ntrips, who would receive him sitting in the armchair in his\nnightgown when he came back in the evenings; who was hardly even\nable to stand up but, as a sign of his pleasure, would just raise\nhis arms and who, on the couple of times a year when they went for a\nwalk together on a Sunday or public holiday wrapped up tightly in\nhis overcoat between Gregor and his mother, would always labour his\nway forward a little more slowly than them, who were already walking\nslowly for his sake; who would place his stick down carefully and,\nif he wanted to say something would invariably stop and gather his\ncompanions around him.', 'He was standing up straight enough now;\ndressed in a smart blue uniform with gold buttons, the sort worn by\nthe employees at the banking institute; above the high, stiff collar\nof the coat his strong double-chin emerged; under the bushy\neyebrows, his piercing, dark eyes looked out fresh and alert; his\nnormally unkempt white hair was combed down painfully close to his\nscalp.', 'He took his cap, with its gold monogram from, probably, some\nbank, and threw it in an arc right across the room onto the sofa,\nput his hands in his trouser pockets, pushing back the bottom of his\nlong uniform coat, and, with look of determination, walked towards\nGregor.', 'He probably did not even know himself what he had in mind,\nbut nonetheless lifted his feet unusually high.', 'Gregor was amazed\nat the enormous size of the soles of his boots, but wasted no time\nwith that - he knew full well, right from the first day of his new\nlife, that his father thought it necessary to always be extremely\nstrict with him.', 'And so he ran up to his father, stopped when his\nfather stopped, scurried forwards again when he moved, even\nslightly.', 'In this way they went round the room several times\nwithout anything decisive happening, without even giving the\nimpression of a chase as everything went so slowly.', 'Gregor remained\nall this time on the floor, largely because he feared his father\nmight see it as especially provoking if he fled onto the wall or\nceiling.', 'Whatever he did, Gregor had to admit that he certainly\nwould not be able to keep up this running about for long, as for\neach step his father took he had to carry out countless movements.', 'He became noticeably short of breath, even in his earlier life his\nlungs had not been very reliable.', 'Now, as he lurched about in his\nefforts to muster all the strength he could for running he could\nhardly keep his eyes open; his thoughts became too slow for him to\nthink of any other way of saving himself than running; he almost\nforgot that the walls were there for him to use although, here, they\nwere concealed behind carefully carved furniture full of notches and\nprotrusions - then, right beside him, lightly tossed, something flew\ndown and rolled in front of him.', 'It was an apple; then another one\nimmediately flew at him; Gregor froze in shock; there was no longer\nany point in running as his father had decided to bombard him.', 'He\nhad filled his pockets with fruit from the bowl on the sideboard and\nnow, without even taking the time for careful aim, threw one apple\nafter another.', 'These little, red apples rolled about on the floor,\nknocking into each other as if they had electric motors.', "An apple\nthrown without much force glanced against Gregor's back and slid off\nwithout doing any harm.", 'Another one however, immediately following\nit, hit squarely and lodged in his back; Gregor wanted to drag\nhimself away, as if he could remove the surprising, the incredible\npain by changing his position; but he felt as if nailed to the spot\nand spread himself out, all his senses in confusion.', "The last thing\nhe saw was the door of his room being pulled open, his sister was\nscreaming, his mother ran out in front of her in her blouse (as his\nsister had taken off some of her clothes after she had fainted to\nmake it easier for her to breathe), she ran to his father, her\nskirts unfastened and sliding one after another to the ground,\nstumbling over the skirts she pushed herself to his father, her arms\naround him, uniting herself with him totally - now Gregor lost his\nability to see anything - her hands behind his father's head begging\nhim to spare Gregor's life.", "III\n\n\nNo-one dared to remove the apple lodged in Gregor's flesh, so it\nremained there as a visible reminder of his injury.", 'He had suffered\nit there for more than a month, and his condition seemed serious\nenough to remind even his father that Gregor, despite his current\nsad and revolting form, was a family member who could not be treated\nas an enemy.', 'On the contrary, as a family there was a duty to\nswallow any revulsion for him and to be patient, just to be patient.', 'Because of his injuries, Gregor had lost much of his mobility -\nprobably permanently.', 'He had been reduced to the condition of an\nancient invalid and it took him long, long minutes to crawl across\nhis room - crawling over the ceiling was out of the question - but\nthis deterioration in his condition was fully (in his opinion) made\nup for by the door to the living room being left open every evening.', "He got into the habit of closely watching it for one or two hours\nbefore it was opened and then, lying in the darkness of his room\nwhere he could not be seen from the living room, he could watch the\nfamily in the light of the dinner table and listen to their\nconversation - with everyone's permission, in a way, and thus quite\ndifferently from before.", 'They no longer held the lively conversations of earlier times, of\ncourse, the ones that Gregor always thought about with longing when\nhe was tired and getting into the damp bed in some small hotel room.', 'All of them were usually very quiet nowadays.', 'Soon after dinner,\nhis father would go to sleep in his chair; his mother and sister\nwould urge each other to be quiet; his mother, bent deeply under the\nlamp, would sew fancy underwear for a fashion shop; his sister, who\nhad taken a sales job, learned shorthand and French in the evenings\nso that she might be able to get a better position later on.', 'Sometimes his father would wake up and say to Gregor\'s mother\n"you\'re doing so much sewing again today!', '", as if he did not know\nthat he had been dozing - and then he would go back to sleep again\nwhile mother and sister would exchange a tired grin.', "With a kind of stubbornness, Gregor's father refused to take his\nuniform off even at home; while his nightgown hung unused on its peg\nGregor's father would slumber where he was, fully dressed, as if\nalways ready to serve and expecting to hear the voice of his\nsuperior even here.", "The uniform had not been new to start with, but\nas a result of this it slowly became even shabbier despite the\nefforts of Gregor's mother and sister to look after it.", 'Gregor\nwould often spend the whole evening looking at all the stains on\nthis coat, with its gold buttons always kept polished and shiny,\nwhile the old man in it would sleep, highly uncomfortable but\npeaceful.', "As soon as it struck ten, Gregor's mother would speak gently to his\nfather to wake him and try to persuade him to go to bed, as he\ncouldn't sleep properly where he was and he really had to get his\nsleep if he was to be up at six to get to work.", 'But since he had\nbeen in work he had become more obstinate and would always insist on\nstaying longer at the table, even though he regularly fell asleep\nand it was then harder than ever to persuade him to exchange the\nchair for his bed.', 'Then, however much mother and sister would\nimportune him with little reproaches and warnings he would keep\nslowly shaking his head for a quarter of an hour with his eyes\nclosed and refusing to get up.', "Gregor's mother would tug at his\nsleeve, whisper endearments into his ear, Gregor's sister would\nleave her work to help her mother, but nothing would have any effect\non him.", 'He would just sink deeper into his chair.', 'Only when the\ntwo women took him under the arms he would abruptly open his eyes,\nlook at them one after the other and say: "What a life!', 'This is what\npeace I get in my old age!"', "And supported by the two women he would\nlift himself up carefully as if he were carrying the greatest load\nhimself, let the women take him to the door, send them off and carry\non by himself while Gregor's mother would throw down her needle and\nhis sister her pen so that they could run after his father and\ncontinue being of help to him.", 'Who, in this tired and overworked family, would have had time to\ngive more attention to Gregor than was absolutely necessary?', "The\nhousehold budget became even smaller; so now the maid was dismissed;\nan enormous, thick-boned charwoman with white hair that flapped\naround her head came every morning and evening to do the heaviest\nwork; everything else was looked after by Gregor's mother on top of\nthe large amount of sewing work she did.", 'Gregor even learned,\nlistening to the evening conversation about what price they had\nhoped for, that several items of jewellery belonging to the family\nhad been sold, even though both mother and sister had been very fond\nof wearing them at functions and celebrations.', 'But the loudest\ncomplaint was that although the flat was much too big for their\npresent circumstances, they could not move out of it, there was no\nimaginable way of transferring Gregor to the new address.', 'He could\nsee quite well, though, that there were more reasons than\nconsideration for him that made it difficult for them to move, it\nwould have been quite easy to transport him in any suitable crate\nwith a few air holes in it; the main thing holding the family back\nfrom their decision to move was much more to do with their total\ndespair, and the thought that they had been struck with a misfortune\nunlike anything experienced by anyone else they knew or were related\nto.', "They carried out absolutely everything that the world expects\nfrom poor people, Gregor's father brought bank employees their\nbreakfast, his mother sacrificed herself by washing clothes for\nstrangers, his sister ran back and forth behind her desk at the\nbehest of the customers, but they just did not have the strength to\ndo any more.", "And the injury in Gregor's back began to hurt as much\nas when it was new.", 'After they had come back from taking his father\nto bed Gregor\'s mother and sister would now leave their work where\nit was and sit close together, cheek to cheek; his mother would\npoint to Gregor\'s room and say "Close that door, Grete", and then,\nwhen he was in the dark again, they would sit in the next room and\ntheir tears would mingle, or they would simply sit there staring\ndry-eyed at the table.', 'Gregor hardly slept at all, either night or day.', "Sometimes he would\nthink of taking over the family's affairs, just like before, the\nnext time the door was opened; he had long forgotten about his boss\nand the chief clerk, but they would appear again in his thoughts,\nthe salesmen and the apprentices, that stupid teaboy, two or three\nfriends from other businesses, one of the chambermaids from a\nprovincial hotel, a tender memory that appeared and disappeared\nagain, a cashier from a hat shop for whom his attention had been\nserious but too slow, - all of them appeared to him, mixed together\nwith strangers and others he had forgotten, but instead of helping\nhim and his family they were all of them inaccessible, and he was\nglad when they disappeared.", 'Other times he was not at all in the\nmood to look after his family, he was filled with simple rage about\nthe lack of attention he was shown, and although he could think of\nnothing he would have wanted, he made plans of how he could get into\nthe pantry where he could take all the things he was entitled to,\neven if he was not hungry.', "Gregor's sister no longer thought about\nhow she could please him but would hurriedly push some food or other\ninto his room with her foot before she rushed out to work in the\nmorning and at midday, and in the evening she would sweep it away\nagain with the broom, indifferent as to whether it had been eaten or\n- more often than not - had been left totally untouched.", 'She still\ncleared up the room in the evening, but now she could not have been\nany quicker about it.', 'Smears of dirt were left on the walls, here\nand there were little balls of dust and filth.', 'At first, Gregor\nwent into one of the worst of these places when his sister arrived\nas a reproach to her, but he could have stayed there for weeks\nwithout his sister doing anything about it; she could see the dirt\nas well as he could but she had simply decided to leave him to it.', "At the same time she became touchy in a way that was quite new for\nher and which everyone in the family understood - cleaning up\nGregor's room was for her and her alone.", "Gregor's mother did once\nthoroughly clean his room, and needed to use several bucketfuls of\nwater to do it - although that much dampness also made Gregor ill\nand he lay flat on the couch, bitter and immobile.", "But his mother\nwas to be punished still more for what she had done, as hardly had\nhis sister arrived home in the evening than she noticed the change\nin Gregor's room and, highly aggrieved, ran back into the living\nroom where, despite her mothers raised and imploring hands, she\nbroke into convulsive tears.", "Her father, of course, was startled\nout of his chair and the two parents looked on astonished and\nhelpless; then they, too, became agitated; Gregor's father, standing\nto the right of his mother, accused her of not leaving the cleaning\nof Gregor's room to his sister; from her left, Gregor's sister\nscreamed at her that she was never to clean Gregor's room again;\nwhile his mother tried to draw his father, who was beside himself\nwith anger, into the bedroom; his sister, quaking with tears,\nthumped on the table with her small fists; and Gregor hissed in\nanger that no-one had even thought of closing the door to save him\nthe sight of this and all its noise.", "Gregor's sister was exhausted from going out to work, and looking\nafter Gregor as she had done before was even more work for her, but\neven so his mother ought certainly not to have taken her place.", 'Gregor, on the other hand, ought not to be neglected.', 'Now, though,\nthe charwoman was here.', "This elderly widow, with a robust bone\nstructure that made her able to withstand the hardest of things in\nher long life, wasn't really repelled by Gregor.", "Just by chance one\nday, rather than any real curiosity, she opened the door to Gregor's\nroom and found herself face to face with him.", 'He was taken totally\nby surprise, no-one was chasing him but he began to rush to and fro\nwhile she just stood there in amazement with her hands crossed in\nfront of her.', 'From then on she never failed to open the door\nslightly every evening and morning and look briefly in on him.', 'At\nfirst she would call to him as she did so with words that she\nprobably considered friendly, such as "come on then, you old\ndung-beetle!', '", or "look at the old dung-beetle there!"', 'Gregor never\nresponded to being spoken to in that way, but just remained where he\nwas without moving as if the door had never even been opened.', 'If\nonly they had told this charwoman to clean up his room every day\ninstead of letting her disturb him for no reason whenever she felt\nlike it!', 'One day, early in the morning while a heavy rain struck the\nwindowpanes, perhaps indicating that spring was coming, she began to\nspeak to him in that way once again.', 'Gregor was so resentful of it\nthat he started to move toward her, he was slow and infirm, but it\nwas like a kind of attack.', "Instead of being afraid, the charwoman\njust lifted up one of the chairs from near the door and stood there\nwith her mouth open, clearly intending not to close her mouth until\nthe chair in her hand had been slammed down into Gregor's back.", '"Aren\'t you coming any closer, then?', '", she asked when Gregor turned\nround again, and she calmly put the chair back in the corner.', 'Gregor had almost entirely stopped eating.', 'Only if he happened to\nfind himself next to the food that had been prepared for him he\nmight take some of it into his mouth to play with it, leave it there\na few hours and then, more often than not, spit it out again.', 'At\nfirst he thought it was distress at the state of his room that\nstopped him eating, but he had soon got used to the changes made\nthere.', 'They had got into the habit of putting things into this room\nthat they had no room for anywhere else, and there were now many\nsuch things as one of the rooms in the flat had been rented out to\nthree gentlemen.', "These earnest gentlemen - all three of them had\nfull beards, as Gregor learned peering through the crack in the door\none day - were painfully insistent on things' being tidy.", 'This\nmeant not only in their own room but, since they had taken a room in\nthis establishment, in the entire flat and especially in the\nkitchen.', 'Unnecessary clutter was something they could not tolerate,\nespecially if it was dirty.', 'They had moreover brought most of their\nown furnishings and equipment with them.', 'For this reason, many\nthings had become superfluous which, although they could not be\nsold, the family did not wish to discard.', "All these things found\ntheir way into Gregor's room.", 'The dustbins from the kitchen found\ntheir way in there too.', "The charwoman was always in a hurry, and\nanything she couldn't use for the time being she would just chuck in\nthere.", 'He, fortunately, would usually see no more than the object\nand the hand that held it.', 'The woman most likely meant to fetch the\nthings back out again when she had time and the opportunity, or to\nthrow everything out in one go, but what actually happened was that\nthey were left where they landed when they had first been thrown\nunless Gregor made his way through the junk and moved it somewhere\nelse.', 'At first he moved it because, with no other room free where\nhe could crawl about, he was forced to, but later on he came to\nenjoy it although moving about in that way left him sad and tired to\ndeath, and he would remain immobile for hours afterwards.', 'The gentlemen who rented the room would sometimes take their evening\nmeal at home in the living room that was used by everyone, and so\nthe door to this room was often kept closed in the evening.', 'But\nGregor found it easy to give up having the door open, he had, after\nall, often failed to make use of it when it was open and, without\nthe family having noticed it, lain in his room in its darkest\ncorner.', 'One time, though, the charwoman left the door to the living\nroom slightly open, and it remained open when the gentlemen who\nrented the room came in in the evening and the light was put on.', 'They sat up at the table where, formerly, Gregor had taken his meals\nwith his father and mother, they unfolded the serviettes and picked\nup their knives and forks.', "Gregor's mother immediately appeared in\nthe doorway with a dish of meat and soon behind her came his sister\nwith a dish piled high with potatoes.", 'The food was steaming, and\nfilled the room with its smell.', 'The gentlemen bent over the dishes\nset in front of them as if they wanted to test the food before\neating it, and the gentleman in the middle, who seemed to count as\nan authority for the other two, did indeed cut off a piece of meat\nwhile it was still in its dish, clearly wishing to establish whether\nit was sufficiently cooked or whether it should be sent back to the\nkitchen.', "It was to his satisfaction, and Gregor's mother and\nsister, who had been looking on anxiously, began to breathe again\nand smiled.", 'The family themselves ate in the kitchen.', "Nonetheless, Gregor's\nfather came into the living room before he went into the kitchen,\nbowed once with his cap in his hand and did his round of the table.", 'The gentlemen stood as one, and mumbled something into their beards.', 'Then, once they were alone, they ate in near perfect silence.', 'It\nseemed remarkable to Gregor that above all the various noises of\neating their chewing teeth could still be heard, as if they had\nwanted to show Gregor that you need teeth in order to eat and it was\nnot possible to perform anything with jaws that are toothless\nhowever nice they might be.', '"I\'d like to eat something", said\nGregor anxiously, "but not anything like they\'re eating.', 'They do\nfeed themselves.', 'And here I am, dying!"', 'Throughout all this time, Gregor could not remember having heard the\nviolin being played, but this evening it began to be heard from the\nkitchen.', 'The three gentlemen had already finished their meal, the\none in the middle had produced a newspaper, given a page to each of\nthe others, and now they leant back in their chairs reading them and\nsmoking.', 'When the violin began playing they became attentive, stood\nup and went on tip-toe over to the door of the hallway where they\nstood pressed against each other.', 'Someone must have heard them in\nthe kitchen, as Gregor\'s father called out: "Is the playing perhaps\nunpleasant for the gentlemen?', 'We can stop it straight away."', '"On\nthe contrary", said the middle gentleman, "would the young lady not\nlike to come in and play for us here in the room, where it is, after\nall, much more cosy and comfortable?"', '"Oh yes, we\'d love to",\ncalled back Gregor\'s father as if he had been the violin player\nhimself.', 'The gentlemen stepped back into the room and waited.', "Gregor's father soon appeared with the music stand, his mother with\nthe music and his sister with the violin.", 'She calmly prepared\neverything for her to begin playing; his parents, who had never\nrented a room out before and therefore showed an exaggerated\ncourtesy towards the three gentlemen, did not even dare to sit on\ntheir own chairs; his father leant against the door with his right\nhand pushed in between two buttons on his uniform coat; his mother,\nthough, was offered a seat by one of the gentlemen and sat - leaving\nthe chair where the gentleman happened to have placed it - out of\nthe way in a corner.', 'His sister began to play; father and mother paid close attention,\none on each side, to the movements of her hands.', 'Drawn in by the\nplaying, Gregor had dared to come forward a little and already had\nhis head in the living room.', 'Before, he had taken great pride in\nhow considerate he was but now it hardly occurred to him that he had\nbecome so thoughtless about the others.', "What's more, there was now\nall the more reason to keep himself hidden as he was covered in the\ndust that lay everywhere in his room and flew up at the slightest\nmovement; he carried threads, hairs, and remains of food about on\nhis back and sides; he was much too indifferent to everything now to\nlay on his back and wipe himself on the carpet like he had used to\ndo several times a day.", 'And despite this condition, he was not too\nshy to move forward a little onto the immaculate floor of the living\nroom.', 'No-one noticed him, though.', "The family was totally preoccupied with\nthe violin playing; at first, the three gentlemen had put their\nhands in their pockets and come up far too close behind the music\nstand to look at all the notes being played, and they must have\ndisturbed Gregor's sister, but soon, in contrast with the family,\nthey withdrew back to the window with their heads sunk and talking\nto each other at half volume, and they stayed by the window while\nGregor's father observed them anxiously.", 'It really now seemed very\nobvious that they had expected to hear some beautiful or\nentertaining violin playing but had been disappointed, that they had\nhad enough of the whole performance and it was only now out of\npoliteness that they allowed their peace to be disturbed.', 'It was\nespecially unnerving, the way they all blew the smoke from their\ncigarettes upwards from their mouth and noses.', "Yet Gregor's sister\nwas playing so beautifully.", 'Her face was leant to one side,\nfollowing the lines of music with a careful and melancholy\nexpression.', 'Gregor crawled a little further forward, keeping his\nhead close to the ground so that he could meet her eyes if the\nchance came.', 'Was he an animal if music could captivate him so?', 'It\nseemed to him that he was being shown the way to the unknown\nnourishment he had been yearning for.', 'He was determined to make his\nway forward to his sister and tug at her skirt to show her she might\ncome into his room with her violin, as no-one appreciated her\nplaying here as much as he would.', 'He never wanted to let her out of\nhis room, not while he lived, anyway; his shocking appearance\nshould, for once, be of some use to him; he wanted to be at every\ndoor of his room at once to hiss and spit at the attackers; his\nsister should not be forced to stay with him, though, but stay of\nher own free will; she would sit beside him on the couch with her\near bent down to him while he told her how he had always intended to\nsend her to the conservatory, how he would have told everyone about\nit last Christmas - had Christmas really come and gone already?', "- if\nthis misfortune hadn't got in the way, and refuse to let anyone\ndissuade him from it.", 'On hearing all this, his sister would break\nout in tears of emotion, and Gregor would climb up to her shoulder\nand kiss her neck, which, since she had been going out to work, she\nhad kept free without any necklace or collar.', '"Mr.', 'Samsa!', '", shouted the middle gentleman to Gregor\'s father,\npointing, without wasting any more words, with his forefinger at\nGregor as he slowly moved forward.', 'The violin went silent, the\nmiddle of the three gentlemen first smiled at his two friends,\nshaking his head, and then looked back at Gregor.', 'His father seemed\nto think it more important to calm the three gentlemen before\ndriving Gregor out, even though they were not at all upset and\nseemed to think Gregor was more entertaining than the violin playing\nhad been.', 'He rushed up to them with his arms spread out and\nattempted to drive them back into their room at the same time as\ntrying to block their view of Gregor with his body.', "Now they did\nbecome a little annoyed, and it was not clear whether it was his\nfather's behaviour that annoyed them or the dawning realisation that\nthey had had a neighbour like Gregor in the next room without\nknowing it.", "They asked Gregor's father for explanations, raised\ntheir arms like he had, tugged excitedly at their beards and moved\nback towards their room only very slowly.", "Meanwhile Gregor's sister\nhad overcome the despair she had fallen into when her playing was\nsuddenly interrupted.", "She had let her hands drop and let violin and\nbow hang limply for a while but continued to look at the music as if\nstill playing, but then she suddenly pulled herself together, lay\nthe instrument on her mother's lap who still sat laboriously\nstruggling for breath where she was, and ran into the next room\nwhich, under pressure from her father, the three gentlemen were more\nquickly moving toward.", "Under his sister's experienced hand, the\npillows and covers on the beds flew up and were put into order and\nshe had already finished making the beds and slipped out again\nbefore the three gentlemen had reached the room.", "Gregor's father\nseemed so obsessed with what he was doing that he forgot all the\nrespect he owed to his tenants.", "He urged them and pressed them\nuntil, when he was already at the door of the room, the middle of\nthe three gentlemen shouted like thunder and stamped his foot and\nthereby brought Gregor's father to a halt.", '"I declare here and\nnow", he said, raising his hand and glancing at Gregor\'s mother and\nsister to gain their attention too, "that with regard to the\nrepugnant conditions that prevail in this flat and with this family"\n- here he looked briefly but decisively at the floor - "I give\nimmediate notice on my room.', 'For the days that I have been living\nhere I will, of course, pay nothing at all, on the contrary I will\nconsider whether to proceed with some kind of action for damages\nfrom you, and believe me it would be very easy to set out the\ngrounds for such an action."', 'He was silent and looked straight\nahead as if waiting for something.', 'And indeed, his two friends\njoined in with the words: "And we also give immediate notice."', 'With\nthat, he took hold of the door handle and slammed the door.', "Gregor's father staggered back to his seat, feeling his way with his\nhands, and fell into it; it looked as if he was stretching himself\nout for his usual evening nap but from the uncontrolled way his head\nkept nodding it could be seen that he was not sleeping at all.", 'Throughout all this, Gregor had lain still where the three gentlemen\nhad first seen him.', 'His disappointment at the failure of his plan,\nand perhaps also because he was weak from hunger, made it impossible\nfor him to move.', 'He was sure that everyone would turn on him any\nmoment, and he waited.', "He was not even startled out of this state\nwhen the violin on his mother's lap fell from her trembling fingers\nand landed loudly on the floor.", '"Father, Mother", said his sister, hitting the table with her hand\nas introduction, "we can\'t carry on like this.', "Maybe you can't see\nit, but I can.", "I don't want to call this monster my brother, all I\ncan say is: we have to try and get rid of it.", 'We\'ve done all that\'s\nhumanly possible to look after it and be patient, I don\'t think\nanyone could accuse us of doing anything wrong."', '"She\'s absolutely right", said Gregor\'s father to himself.', 'His\nmother, who still had not had time to catch her breath, began to\ncough dully, her hand held out in front of her and a deranged\nexpression in her eyes.', "Gregor's sister rushed to his mother and put her hand on her\nforehead.", "Her words seemed to give Gregor's father some more\ndefinite ideas.", 'He sat upright, played with his uniform cap between\nthe plates left by the three gentlemen after their meal, and\noccasionally looked down at Gregor as he lay there immobile.', '"We have to try and get rid of it", said Gregor\'s sister, now\nspeaking only to her father, as her mother was too occupied with\ncoughing to listen, "it\'ll be the death of both of you, I can see it\ncoming.', "We can't all work as hard as we have to and then come home\nto be tortured like this, we can't endure it.", 'I can\'t endure it any\nmore."', 'And she broke out so heavily in tears that they flowed down\nthe face of her mother, and she wiped them away with mechanical hand\nmovements.', '"My child", said her father with sympathy and obvious understanding,\n"what are we to do?"', 'His sister just shrugged her shoulders as a sign of the helplessness\nand tears that had taken hold of her, displacing her earlier\ncertainty.', '"If he could just understand us", said his father almost as a\nquestion; his sister shook her hand vigorously through her tears as\na sign that of that there was no question.', '"If he could just understand us", repeated Gregor\'s father, closing\nhis eyes in acceptance of his sister\'s certainty that that was quite\nimpossible, "then perhaps we could come to some kind of arrangement\nwith him.', 'But as it is ..."\n\n"It\'s got to go", shouted his sister, "that\'s the only way, Father.', "You've got to get rid of the idea that that's Gregor.", "We've only\nharmed ourselves by believing it for so long.", 'How can that be\nGregor?', "If it were Gregor he would have seen long ago that it's not\npossible for human beings to live with an animal like that and he\nwould have gone of his own free will.", "We wouldn't have a brother\nany more, then, but we could carry on with our lives and remember\nhim with respect.", "As it is this animal is persecuting us, it's\ndriven out our tenants, it obviously wants to take over the whole\nflat and force us to sleep on the streets.", 'Father, look, just\nlook", she suddenly screamed, "he\'s starting again!"', "In her alarm,\nwhich was totally beyond Gregor's comprehension, his sister even\nabandoned his mother as she pushed herself vigorously out of her\nchair as if more willing to sacrifice her own mother than stay\nanywhere near Gregor.", "She rushed over to behind her father, who had\nbecome excited merely because she was and stood up half raising his\nhands in front of Gregor's sister as if to protect her.", 'But Gregor had had no intention of frightening anyone, least of all\nhis sister.', 'All he had done was begin to turn round so that he\ncould go back into his room, although that was in itself quite\nstartling as his pain-wracked condition meant that turning round\nrequired a great deal of effort and he was using his head to help\nhimself do it, repeatedly raising it and striking it against the\nfloor.', 'He stopped and looked round.', 'They seemed to have realised\nhis good intention and had only been alarmed briefly.', 'Now they all\nlooked at him in unhappy silence.', 'His mother lay in her chair with\nher legs stretched out and pressed against each other, her eyes\nnearly closed with exhaustion; his sister sat next to his father\nwith her arms around his neck.', '"Maybe now they\'ll let me turn round", thought Gregor and went back\nto work.', 'He could not help panting loudly with the effort and had\nsometimes to stop and take a rest.', 'No-one was making him rush any\nmore, everything was left up to him.', 'As soon as he had finally\nfinished turning round he began to move straight ahead.', 'He was\namazed at the great distance that separated him from his room, and\ncould not understand how he had covered that distance in his weak\nstate a little while before and almost without noticing it.', 'He\nconcentrated on crawling as fast as he could and hardly noticed that\nthere was not a word, not any cry, from his family to distract him.', 'He did not turn his head until he had reached the doorway.', 'He did\nnot turn it all the way round as he felt his neck becoming stiff,\nbut it was nonetheless enough to see that nothing behind him had\nchanged, only his sister had stood up.', 'With his last glance he saw\nthat his mother had now fallen completely asleep.', 'He was hardly inside his room before the door was hurriedly shut,\nbolted and locked.', 'The sudden noise behind Gregor so startled him\nthat his little legs collapsed under him.', 'It was his sister who had\nbeen in so much of a rush.', 'She had been standing there waiting and\nsprung forward lightly, Gregor had not heard her coming at all, and\nas she turned the key in the lock she said loudly to her parents "At\nlast!".', '"What now, then?', '", Gregor asked himself as he looked round in the\ndarkness.', 'He soon made the discovery that he could no longer move\nat all.', 'This was no surprise to him, it seemed rather that being\nable to actually move around on those spindly little legs until then\nwas unnatural.', 'He also felt relatively comfortable.', 'It is true\nthat his entire body was aching, but the pain seemed to be slowly\ngetting weaker and weaker and would finally disappear altogether.', 'He could already hardly feel the decayed apple in his back or the\ninflamed area around it, which was entirely covered in white dust.', 'He thought back of his family with emotion and love.', 'If it was\npossible, he felt that he must go away even more strongly than his\nsister.', 'He remained in this state of empty and peaceful rumination\nuntil he heard the clock tower strike three in the morning.', 'He\nwatched as it slowly began to get light everywhere outside the\nwindow too.', 'Then, without his willing it, his head sank down\ncompletely, and his last breath flowed weakly from his nostrils.', "When the cleaner came in early in the morning - they'd often asked\nher not to keep slamming the doors but with her strength and in her\nhurry she still did, so that everyone in the flat knew when she'd\narrived and from then on it was impossible to sleep in peace - she\nmade her usual brief look in on Gregor and at first found nothing\nspecial.", 'She thought he was laying there so still on purpose,\nplaying the martyr; she attributed all possible understanding to\nhim.', 'She happened to be holding the long broom in her hand, so she\ntried to tickle Gregor with it from the doorway.', 'When she had no\nsuccess with that she tried to make a nuisance of herself and poked\nat him a little, and only when she found she could shove him across\nthe floor with no resistance at all did she start to pay attention.', 'She soon realised what had really happened, opened her eyes wide,\nwhistled to herself, but did not waste time to yank open the bedroom\ndoors and shout loudly into the darkness of the bedrooms: "Come and\n\'ave a look at this, it\'s dead, just lying there, stone dead!"', 'Mr. and Mrs. Samsa sat upright there in their marriage bed and had\nto make an effort to get over the shock caused by the cleaner before\nthey could grasp what she was saying.', 'But then, each from his own\nside, they hurried out of bed.', "Mr. Samsa threw the blanket over his\nshoulders, Mrs. Samsa just came out in her nightdress; and that is\nhow they went into Gregor's room.", 'On the way they opened the door\nto the living room where Grete had been sleeping since the three\ngentlemen had moved in; she was fully dressed as if she had never\nbeen asleep, and the paleness of her face seemed to confirm this.', '"Dead?', '", asked Mrs. Samsa, looking at the charwoman enquiringly,\neven though she could have checked for herself and could have known\nit even without checking.', '"That\'s what I said", replied the\ncleaner, and to prove it she gave Gregor\'s body another shove with\nthe broom, sending it sideways across the floor.', 'Mrs. Samsa made a\nmovement as if she wanted to hold back the broom, but did not\ncomplete it.', '"Now then", said Mr. Samsa, "let\'s give thanks to God\nfor that".', 'He crossed himself, and the three women followed his\nexample.', 'Grete, who had not taken her eyes from the corpse, said:\n"Just look how thin he was.', "He didn't eat anything for so long.", 'The food came out again just the same as when it went in".', "Gregor's\nbody was indeed completely dried up and flat, they had not seen it\nuntil then, but now he was not lifted up on his little legs, nor did\nhe do anything to make them look away.", '"Grete, come with us in here for a little while", said Mrs. Samsa\nwith a pained smile, and Grete followed her parents into the bedroom\nbut not without looking back at the body.', 'The cleaner shut the door\nand opened the window wide.', 'Although it was still early in the\nmorning the fresh air had something of warmth mixed in with it.', 'It\nwas already the end of March, after all.', 'The three gentlemen stepped out of their room and looked round in\namazement for their breakfasts; they had been forgotten about.', '"Where is our breakfast?', '", the middle gentleman asked the cleaner\nirritably.', "She just put her finger on her lips and made a quick and\nsilent sign to the men that they might like to come into Gregor's\nroom.", "They did so, and stood around Gregor's corpse with their\nhands in the pockets of their well-worn coats.", 'It was now quite\nlight in the room.', 'Then the door of the bedroom opened and Mr. Samsa appeared in his\nuniform with his wife on one arm and his daughter on the other.', "All\nof them had been crying a little; Grete now and then pressed her\nface against her father's arm.", '"Leave my home.', 'Now!', '", said Mr. Samsa, indicating the door and\nwithout letting the women from him.', '"What do you mean?', '", asked the\nmiddle of the three gentlemen somewhat disconcerted, and he smiled\nsweetly.', 'The other two held their hands behind their backs and\ncontinually rubbed them together in gleeful anticipation of a loud\nquarrel which could only end in their favour.', '"I mean just what I\nsaid", answered Mr. Samsa, and, with his two companions, went in a\nstraight line towards the man.', 'At first, he stood there still,\nlooking at the ground as if the contents of his head were\nrearranging themselves into new positions.', '"Alright, we\'ll go\nthen", he said, and looked up at Mr. Samsa as if he had been\nsuddenly overcome with humility and wanted permission again from\nMr. Samsa for his decision.', 'Mr. Samsa merely opened his eyes wide\nand briefly nodded to him several times.', 'At that, and without\ndelay, the man actually did take long strides into the front\nhallway; his two friends had stopped rubbing their hands some time\nbefore and had been listening to what was being said.', 'Now they\njumped off after their friend as if taken with a sudden fear that\nMr. Samsa might go into the hallway in front of them and break the\nconnection with their leader.', 'Once there, all three took their hats\nfrom the stand, took their sticks from the holder, bowed without a\nword and left the premises.', "Mr. Samsa and the two women followed\nthem out onto the landing; but they had had no reason to mistrust\nthe men's intentions and as they leaned over the landing they saw how\nthe three gentlemen made slow but steady progress down the many\nsteps.", "As they turned the corner on each floor they disappeared and\nwould reappear a few moments later; the further down they went, the\nmore that the Samsa family lost interest in them; when a butcher's\nboy, proud of posture with his tray on his head, passed them on his\nway up and came nearer than they were, Mr. Samsa and the women came\naway from the landing and went, as if relieved, back into the flat.", 'They decided the best way to make use of that day was for relaxation\nand to go for a walk; not only had they earned a break from work but\nthey were in serious need of it.', 'So they sat at the table and wrote\nthree letters of excusal, Mr. Samsa to his employers, Mrs. Samsa\nto her contractor and Grete to her principal.', "The cleaner came in\nwhile they were writing to tell them she was going, she'd finished\nher work for that morning.", 'The three of them at first just nodded\nwithout looking up from what they were writing, and it was only when\nthe cleaner still did not seem to want to leave that they looked up\nin irritation.', '"Well?', '", asked Mr. Samsa.', 'The charwoman stood in\nthe doorway with a smile on her face as if she had some tremendous\ngood news to report, but would only do it if she was clearly asked\nto.', 'The almost vertical little ostrich feather on her hat, which\nhad been a source of irritation to Mr. Samsa all the time she had\nbeen working for them, swayed gently in all directions.', '"What is it\nyou want then?', '", asked Mrs. Samsa, whom the cleaner had the most\nrespect for.', '"Yes", she answered, and broke into a friendly laugh\nthat made her unable to speak straight away, "well then, that thing\nin there, you needn\'t worry about how you\'re going to get rid of it.', 'That\'s all been sorted out."', 'Mrs. Samsa and Grete bent down over\ntheir letters as if intent on continuing with what they were\nwriting; Mr. Samsa saw that the cleaner wanted to start describing\neverything in detail but, with outstretched hand, he made it quite\nclear that she was not to.', 'So, as she was prevented from telling\nthem all about it, she suddenly remembered what a hurry she was in\nand, clearly peeved, called out "Cheerio then, everyone", turned\nround sharply and left, slamming the door terribly as she went.', '"Tonight she gets sacked", said Mr. Samsa, but he received no reply\nfrom either his wife or his daughter as the charwoman seemed to have\ndestroyed the peace they had only just gained.', 'They got up and went\nover to the window where they remained with their arms around each\nother.', 'Mr. Samsa twisted round in his chair to look at them and sat\nthere watching for a while.', 'Then he called out: "Come here, then.', "Let's forget about all that old stuff, shall we.", 'Come and give me a\nbit of attention".', 'The two women immediately did as he said,\nhurrying over to him where they kissed him and hugged him and then\nthey quickly finished their letters.', 'After that, the three of them left the flat together, which was\nsomething they had not done for months, and took the tram out to the\nopen country outside the town.', 'They had the tram, filled with warm\nsunshine, all to themselves.', 'Leant back comfortably on their seats,\nthey discussed their prospects and found that on closer examination\nthey were not at all bad - until then they had never asked each\nother about their work but all three had jobs which were very good\nand held particularly good promise for the future.', 'The greatest\nimprovement for the time being, of course, would be achieved quite\neasily by moving house; what they needed now was a flat that was\nsmaller and cheaper than the current one which had been chosen by\nGregor, one that was in a better location and, most of all, more\npractical.', 'All the time, Grete was becoming livelier.', 'With all the\nworry they had been having of late her cheeks had become pale, but,\nwhile they were talking, Mr. and Mrs. Samsa were struck, almost\nsimultaneously, with the thought of how their daughter was\nblossoming into a well built and beautiful young lady.', 'They became\nquieter.', "Just from each other's glance and almost without knowing\nit they agreed that it would soon be time to find a good man for\nher.", 'And, as if in confirmation of their new dreams and good\nintentions, as soon as they reached their destination Grete was the\nfirst to get up and stretch out her young body.', 'Updated editions will replace the previous one--the old editions\nwill be renamed.', 'Creating the works from public domain print editions means that no\none owns a United States copyright in these works, so the Foundation\n(and you!)', 'can copy and distribute it in the United States without\npermission and without paying copyright royalties.', 'Special rules,\nset forth in the General Terms of Use part of this license, apply to\ncopying and distributing Project Gutenberg-tm electronic works to\nprotect the PROJECT GUTENBERG-tm concept and trademark.', 'Project\nGutenberg is a registered trademark, and may not be used if you\ncharge for the eBooks, unless you receive specific permission.', 'If you\ndo not charge anything for copies of this eBook, complying with the\nrules is very easy.', 'You may use this eBook for nearly any purpose\nsuch as creation of derivative works, reports, performances and\nresearch.', 'They may be modified and printed and given away--you may do\npractically ANYTHING with public domain eBooks.', 'Redistribution is\nsubject to the trademark license, especially commercial\nredistribution.', 'Section 1.', 'General Terms of Use and Redistributing Project Gutenberg-tm\nelectronic works\n\n1.A.', 'By reading or using any part of this Project Gutenberg-tm\nelectronic work, you indicate that you have read, understand, agree to\nand accept all the terms of this license and intellectual property\n(trademark/copyright) agreement.', 'If you do not agree to abide by all\nthe terms of this agreement, you must cease using and return or destroy\nall copies of Project Gutenberg-tm electronic works in your possession.', 'If you paid a fee for obtaining a copy of or access to a Project\nGutenberg-tm electronic work and you do not agree to be bound by the\nterms of this agreement, you may obtain a refund from the person or\nentity to whom you paid the fee as set forth in paragraph 1.E.8.', '1.B.', '"Project Gutenberg" is a registered trademark.', 'It may only be\nused on or associated in any way with an electronic work by people who\nagree to be bound by the terms of this agreement.', 'There are a few\nthings that you can do with most Project Gutenberg-tm electronic works\neven without complying with the full terms of this agreement.', 'See\nparagraph 1.C below.', 'There are a lot of things you can do with Project\nGutenberg-tm electronic works if you follow the terms of this agreement\nand help preserve free future access to Project Gutenberg-tm electronic\nworks.', 'See paragraph 1.E below.', '1.C.', 'The Project Gutenberg Literary Archive Foundation ("the Foundation"\nor PGLAF), owns a compilation copyright in the collection of Project\nGutenberg-tm electronic works.', 'Nearly all the individual works in the\ncollection are in the public domain in the United States.', 'If an\nindividual work is in the public domain in the United States and you are\nlocated in the United States, we do not claim a right to prevent you from\ncopying, distributing, performing, displaying or creating derivative\nworks based on the work as long as all references to Project Gutenberg\nare removed.', 'Of course, we hope that you will support the Project\nGutenberg-tm mission of promoting free access to electronic works by\nfreely sharing Project Gutenberg-tm works in compliance with the terms of\nthis agreement for keeping the Project Gutenberg-tm name associated with\nthe work.', 'You can easily comply with the terms of this agreement by\nkeeping this work in the same format with its attached full Project\nGutenberg-tm License when you share it without charge with others.', 'This particular work is one of the few copyrighted individual works\nincluded with the permission of the copyright holder.', 'Information on\nthe copyright owner for this particular work and the terms of use\nimposed by the copyright holder on this work are set forth at the\nbeginning of this work.', '1.D.', 'The copyright laws of the place where you are located also govern\nwhat you can do with this work.', 'Copyright laws in most countries are in\na constant state of change.', 'If you are outside the United States, check\nthe laws of your country in addition to the terms of this agreement\nbefore downloading, copying, displaying, performing, distributing or\ncreating derivative works based on this work or any other Project\nGutenberg-tm work.', 'The Foundation makes no representations concerning\nthe copyright status of any work in any country outside the United\nStates.', '1.E.', 'Unless you have removed all references to Project Gutenberg:\n\n1.E.1.', 'The following sentence, with active links to, or other immediate\naccess to, the full Project Gutenberg-tm License must appear prominently\nwhenever any copy of a Project Gutenberg-tm work (any work on which the\nphrase "Project Gutenberg" appears, or with which the phrase "Project\nGutenberg" is associated) is accessed, displayed, performed, viewed,\ncopied or distributed:\n\nThis eBook is for the use of anyone anywhere at no cost and with\nalmost no restrictions whatsoever.', 'You may copy it, give it away or\nre-use it under the terms of the Project Gutenberg License included\nwith this eBook or online at www.gutenberg.org\n\n1.E.2.', 'If an individual Project Gutenberg-tm electronic work is derived\nfrom the public domain (does not contain a notice indicating that it is\nposted with permission of the copyright holder), the work can be copied\nand distributed to anyone in the United States without paying any fees\nor charges.', 'If you are redistributing or providing access to a work\nwith the phrase "Project Gutenberg" associated with or appearing on the\nwork, you must comply either with the requirements of paragraphs 1.E.1\nthrough 1.E.7 or obtain permission for the use of the work and the\nProject Gutenberg-tm trademark as set forth in paragraphs 1.E.8 or\n1.E.9.', '1.E.3.', 'If an individual Project Gutenberg-tm electronic work is posted\nwith the permission of the copyright holder, your use and distribution\nmust comply with both paragraphs 1.E.1 through 1.E.7 and any additional\nterms imposed by the copyright holder.', 'Additional terms will be linked\nto the Project Gutenberg-tm License for all works posted with the\npermission of the copyright holder found at the beginning of this work.', '1.E.4.', 'Do not unlink or detach or remove the full Project Gutenberg-tm\nLicense terms from this work, or any files containing a part of this\nwork or any other work associated with Project Gutenberg-tm.', '1.E.5.', 'Do not copy, display, perform, distribute or redistribute this\nelectronic work, or any part of this electronic work, without\nprominently displaying the sentence set forth in paragraph 1.E.1 with\nactive links or immediate access to the full terms of the Project\nGutenberg-tm License.', '1.E.6.', 'You may convert to and distribute this work in any binary,\ncompressed, marked up, nonproprietary or proprietary form, including any\nword processing or hypertext form.', 'However, if you provide access to or\ndistribute copies of a Project Gutenberg-tm work in a format other than\n"Plain Vanilla ASCII" or other format used in the official version\nposted on the official Project Gutenberg-tm web site (www.gutenberg.org),\nyou must, at no additional cost, fee or expense to the user, provide a\ncopy, a means of exporting a copy, or a means of obtaining a copy upon\nrequest, of the work in its original "Plain Vanilla ASCII" or other\nform.', 'Any alternate format must include the full Project Gutenberg-tm\nLicense as specified in paragraph 1.E.1.', '1.E.7.', 'Do not charge a fee for access to, viewing, displaying,\nperforming, copying or distributing any Project Gutenberg-tm works\nunless you comply with paragraph 1.E.8 or 1.E.9.', '1.E.8.', 'You may charge a reasonable fee for copies of or providing\naccess to or distributing Project Gutenberg-tm electronic works provided\nthat\n\n- You pay a royalty fee of 20% of the gross profits you derive from\n the use of Project Gutenberg-tm works calculated using the method\n you already use to calculate your applicable taxes.', 'The fee is\n owed to the owner of the Project Gutenberg-tm trademark, but he\n has agreed to donate royalties under this paragraph to the\n Project Gutenberg Literary Archive Foundation.', 'Royalty payments\n must be paid within 60 days following each date on which you\n prepare (or are legally required to prepare) your periodic tax\n returns.', 'Royalty payments should be clearly marked as such and\n sent to the Project Gutenberg Literary Archive Foundation at the\n address specified in Section 4, "Information about donations to\n the Project Gutenberg Literary Archive Foundation."', '- You provide a full refund of any money paid by a user who notifies\n you in writing (or by e-mail) within 30 days of receipt that s/he\n does not agree to the terms of the full Project Gutenberg-tm\n License.', 'You must require such a user to return or\n destroy all copies of the works possessed in a physical medium\n and discontinue all use of and all access to other copies of\n Project Gutenberg-tm works.', '- You provide, in accordance with paragraph 1.F.3, a full refund of any\n money paid for a work or a replacement copy, if a defect in the\n electronic work is discovered and reported to you within 90 days\n of receipt of the work.', '- You comply with all other terms of this agreement for free\n distribution of Project Gutenberg-tm works.', '1.E.9.', 'If you wish to charge a fee or distribute a Project Gutenberg-tm\nelectronic work or group of works on different terms than are set\nforth in this agreement, you must obtain permission in writing from\nboth the Project Gutenberg Literary Archive Foundation and Michael\nHart, the owner of the Project Gutenberg-tm trademark.', 'Contact the\nFoundation as set forth in Section 3 below.', '1.F.', '1.F.1.', 'Project Gutenberg volunteers and employees expend considerable\neffort to identify, do copyright research on, transcribe and proofread\npublic domain works in creating the Project Gutenberg-tm\ncollection.', 'Despite these efforts, Project Gutenberg-tm electronic\nworks, and the medium on which they may be stored, may contain\n"Defects," such as, but not limited to, incomplete, inaccurate or\ncorrupt data, transcription errors, a copyright or other intellectual\nproperty infringement, a defective or damaged disk or other medium, a\ncomputer virus, or computer codes that damage or cannot be read by\nyour equipment.', '1.F.2.', 'LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right\nof Replacement or Refund" described in paragraph 1.F.3, the Project\nGutenberg Literary Archive Foundation, the owner of the Project\nGutenberg-tm trademark, and any other party distributing a Project\nGutenberg-tm electronic work under this agreement, disclaim all\nliability to you for damages, costs and expenses, including legal\nfees.', 'YOU AGREE THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT\nLIABILITY, BREACH OF WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE\nPROVIDED IN PARAGRAPH F3.', 'YOU AGREE THAT THE FOUNDATION, THE\nTRADEMARK OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE\nLIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE OR\nINCIDENTAL DAMAGES EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH\nDAMAGE.', '1.F.3.', 'LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a\ndefect in this electronic work within 90 days of receiving it, you can\nreceive a refund of the money (if any) you paid for it by sending a\nwritten explanation to the person you received the work from.', 'If you\nreceived the work on a physical medium, you must return the medium with\nyour written explanation.', 'The person or entity that provided you with\nthe defective work may elect to provide a replacement copy in lieu of a\nrefund.', 'If you received the work electronically, the person or entity\nproviding it to you may choose to give you a second opportunity to\nreceive the work electronically in lieu of a refund.', 'If the second copy\nis also defective, you may demand a refund in writing without further\nopportunities to fix the problem.', '1.F.4.', "Except for the limited right of replacement or refund set forth\nin paragraph 1.F.3, this work is provided to you 'AS-IS,' WITH NO OTHER\nWARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\nWARRANTIES OF MERCHANTIBILITY OR FITNESS FOR ANY PURPOSE.", '1.F.5.', 'Some states do not allow disclaimers of certain implied\nwarranties or the exclusion or limitation of certain types of damages.', 'If any disclaimer or limitation set forth in this agreement violates the\nlaw of the state applicable to this agreement, the agreement shall be\ninterpreted to make the maximum disclaimer or limitation permitted by\nthe applicable state law.', 'The invalidity or unenforceability of any\nprovision of this agreement shall not void the remaining provisions.', '1.F.6.', 'INDEMNITY - You agree to indemnify and hold the Foundation, the\ntrademark owner, any agent or employee of the Foundation, anyone\nproviding copies of Project Gutenberg-tm electronic works in accordance\nwith this agreement, and any volunteers associated with the production,\npromotion and distribution of Project Gutenberg-tm electronic works,\nharmless from all liability, costs and expenses, including legal fees,\nthat arise directly or indirectly from any of the following which you do\nor cause to occur: (a) distribution of this or any Project Gutenberg-tm\nwork, (b) alteration, modification, or additions or deletions to any\nProject Gutenberg-tm work, and (c) any Defect you cause.', 'Section 2.', 'Information about the Mission of Project Gutenberg-tm\n\nProject Gutenberg-tm is synonymous with the free distribution of\nelectronic works in formats readable by the widest variety of computers\nincluding obsolete, old, middle-aged and new computers.', 'It exists\nbecause of the efforts of hundreds of volunteers and donations from\npeople in all walks of life.', "Volunteers and financial support to provide volunteers with the\nassistance they need, is critical to reaching Project Gutenberg-tm's\ngoals and ensuring that the Project Gutenberg-tm collection will\nremain freely available for generations to come.", 'In 2001, the Project\nGutenberg Literary Archive Foundation was created to provide a secure\nand permanent future for Project Gutenberg-tm and future generations.', 'To learn more about the Project Gutenberg Literary Archive Foundation\nand how your efforts and donations can help, see Sections 3 and 4\nand the Foundation web page at https://www.pglaf.org.', 'Section 3.', 'Information about the Project Gutenberg Literary Archive\nFoundation\n\nThe Project Gutenberg Literary Archive Foundation is a non profit\n501(c)(3) educational corporation organized under the laws of the\nstate of Mississippi and granted tax exempt status by the Internal\nRevenue Service.', "The Foundation's EIN or federal tax identification\nnumber is 64-6221541.", 'Its 501(c)(3) letter is posted at\nhttps://pglaf.org/fundraising.', "Contributions to the Project Gutenberg\nLiterary Archive Foundation are tax deductible to the full extent\npermitted by U.S. federal laws and your state's laws.", "The Foundation's principal office is located at 4557 Melan Dr. S.\nFairbanks, AK, 99712., but its volunteers and employees are scattered\nthroughout numerous locations.", 'Its business office is located at\n809 North 1500 West, Salt Lake City, UT 84116, (801) 596-1887, email\nbusiness@pglaf.org.', "Email contact links and up to date contact\ninformation can be found at the Foundation's web site and official\npage at https://pglaf.org\n\nSection 4.", 'Information about Donations to the Project Gutenberg\nLiterary Archive Foundation\n\nProject Gutenberg-tm depends upon and cannot survive without wide\nspread public support and donations to carry out its mission of\nincreasing the number of public domain and licensed works that can be\nfreely distributed in machine readable form accessible by the widest\narray of equipment including outdated equipment.', 'Many small donations\n($1 to $5,000) are particularly important to maintaining tax exempt\nstatus with the IRS.', 'The Foundation is committed to complying with the laws regulating\ncharities and charitable donations in all 50 states of the United\nStates.', 'Compliance requirements are not uniform and it takes a\nconsiderable effort, much paperwork and many fees to meet and keep up\nwith these requirements.', 'We do not solicit donations in locations\nwhere we have not received written confirmation of compliance.', 'To\nSEND DONATIONS or determine the status of compliance for any\nparticular state visit https://pglaf.org\n\nWhile we cannot and do not solicit contributions from states where we\nhave not met the solicitation requirements, we know of no prohibition\nagainst accepting unsolicited donations from donors in such states who\napproach us with offers to donate.', 'International donations are gratefully accepted, but we cannot make\nany statements concerning tax treatment of donations received from\noutside the United States.', 'U.S. laws alone swamp our small staff.', 'Please check the Project Gutenberg Web pages for current donation\nmethods and addresses.', 'Donations are accepted in a number of other\nways including including checks, online payments and credit card\ndonations.', 'To donate, please visit: https://pglaf.org/donate\n\n\nSection 5.', 'General Information About Project Gutenberg-tm electronic\nworks.', 'Professor Michael S. Hart was the originator of the Project Gutenberg-tm\nconcept of a library of electronic works that could be freely shared\nwith anyone.', 'For thirty years, he produced and distributed Project\nGutenberg-tm eBooks with only a loose network of volunteer support.', 'Project Gutenberg-tm eBooks are often created from several printed\neditions, all of which are confirmed as Public Domain in the U.S.\nunless a copyright notice is included.', 'Thus, we do not necessarily\nkeep eBooks in compliance with any particular paper edition.', 'Most people start at our Web site which has the main PG search facility:\n\n\nThis Web site includes information about Project Gutenberg-tm,\nincluding how to make donations to the Project Gutenberg Literary\nArchive Foundation, how to help produce our new eBooks, and how to\nsubscribe to our email newsletter to hear about new eBooks.']
# load data
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
from nltk.tokenize import word_tokenize
tokens = word_tokenize(text)
print(tokens)
['One', 'morning', ',', 'when', 'Gregor', 'Samsa', 'woke', 'from', 'troubled', 'dreams', ',', 'he', 'found', 'himself', 'transformed', 'in', 'his', 'bed', 'into', 'a', 'horrible', 'vermin', '.', 'He', 'lay', 'on', 'his', 'armour-like', 'back', ',', 'and', 'if', 'he', 'lifted', 'his', 'head', 'a', 'little', 'he', 'could', 'see', 'his', 'brown', 'belly', ',', 'slightly', 'domed', 'and', 'divided', 'by', 'arches', 'into', 'stiff', 'sections', '.', 'The', 'bedding', 'was', 'hardly', 'able', 'to', 'cover', 'it', 'and', 'seemed', 'ready', 'to', 'slide', 'off', 'any', 'moment', '.', 'His', 'many', 'legs', ',', 'pitifully', 'thin', 'compared', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him', ',', 'waved', 'about', 'helplessly', 'as', 'he', 'looked', '.', '``', 'What', "'s", 'happened', 'to', 'me', '?', "''", 'he', 'thought', '.', 'It', 'was', "n't", 'a', 'dream', '.', 'His', 'room', ',', 'a', 'proper', 'human', 'room', 'although', 'a', 'little', 'too', 'small', ',', 'lay', 'peacefully', 'between', 'its', 'four', 'familiar', 'walls', '.', 'A', 'collection', 'of', 'textile', 'samples', 'lay', 'spread', 'out', 'on', 'the', 'table', '-', 'Samsa', 'was', 'a', 'travelling', 'salesman', '-', 'and', 'above', 'it', 'there', 'hung', 'a', 'picture', 'that', 'he', 'had', 'recently', 'cut', 'out', 'of', 'an', 'illustrated', 'magazine', 'and', 'housed', 'in', 'a', 'nice', ',', 'gilded', 'frame', '.', 'It', 'showed', 'a', 'lady', 'fitted', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright', ',', 'raising', 'a', 'heavy', 'fur', 'muff', 'that', 'covered', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'towards', 'the', 'viewer', '.', 'Gregor', 'then', 'turned', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather', '.', 'Drops', 'of', 'rain', 'could', 'be', 'heard', 'hitting', 'the', 'pane', ',', 'which', 'made', 'him', 'feel', 'quite', 'sad', '.', '``', 'How', 'about', 'if', 'I', 'sleep', 'a', 'little', 'bit', 'longer', 'and', 'forget', 'all', 'this', 'nonsense', "''", ',', 'he', 'thought', ',', 'but', 'that', 'was', 'something', 'he', 'was', 'unable', 'to', 'do', 'because', 'he', 'was', 'used', 'to', 'sleeping', 'on', 'his', 'right', ',', 'and', 'in', 'his', 'present', 'state', 'could', "n't", 'get', 'into', 'that', 'position', '.', 'However', 'hard', 'he', 'threw', 'himself', 'onto', 'his', 'right', ',', 'he', 'always', 'rolled', 'back', 'to', 'where', 'he', 'was', '.', 'He', 'must', 'have', 'tried', 'it', 'a', 'hundred', 'times', ',', 'shut', 'his', 'eyes', 'so', 'that', 'he', 'would', "n't", 'have', 'to', 'look', 'at', 'the', 'floundering', 'legs', ',', 'and', 'only', 'stopped', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild', ',', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'before', '.', '``', 'Oh', ',', 'God', "''", ',', 'he', 'thought', ',', '``', 'what', 'a', 'strenuous', 'career', 'it', 'is', 'that', "I've", 'chosen', '!', 'Travelling', 'day', 'in', 'and', 'day', 'out', '.', 'Doing', 'business', 'like', 'this', 'takes', 'much', 'more', 'effort', 'than', 'doing', 'your', 'own', 'business', 'at', 'home', ',', 'and', 'on', 'top', 'of', 'that', 'there', "'s", 'the', 'curse', 'of', 'travelling', ',', 'worries', 'about', 'making', 'train', 'connections', ',', 'bad', 'and', 'irregular', 'food', ',', 'contact', 'with', 'different', 'people', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyone', 'or', 'become', 'friendly', 'with', 'them', '.', 'It', 'can', 'all', 'go', 'to', 'Hell', '!', "''", 'He', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'his', 'belly', ';', 'pushed', 'himself', 'slowly', 'up', 'on', 'his', 'back', 'towards', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'his', 'head', 'better', ';', 'found', 'where', 'the', 'itch', 'was', ',', 'and', 'saw', 'that', 'it', 'was', 'covered', 'with', 'lots', 'of', 'little', 'white', 'spots', 'which', 'he', 'did', "n't", 'know', 'what', 'to', 'make', 'of', ';', 'and', 'when', 'he', 'tried', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'his', 'legs', 'he', 'drew', 'it', 'quickly', 'back', 'because', 'as', 'soon', 'as', 'he', 'touched', 'it', 'he', 'was', 'overcome', 'by', 'a', 'cold', 'shudder', '.', 'He', 'slid', 'back', 'into', 'his', 'former', 'position', '.', '``', 'Getting', 'up', 'early', 'all', 'the', 'time', "''", ',', 'he', 'thought', ',', '``', 'it', 'makes', 'you', 'stupid', '.', 'You', "'ve", 'got', 'to', 'get', 'enough', 'sleep', '.', 'Other', 'travelling', 'salesmen', 'live', 'a', 'life', 'of', 'luxury', '.', 'For', 'instance', ',', 'whenever', 'I', 'go', 'back', 'to', 'the', 'guest', 'house', 'during', 'the', 'morning', 'to', 'copy', 'out', 'the', 'contract', ',', 'these', 'gentlemen', 'are', 'always', 'still', 'sitting', 'there', 'eating', 'their', 'breakfasts', '.', 'I', 'ought', 'to', 'just', 'try', 'that', 'with', 'my', 'boss', ';', 'I', "'d", 'get', 'kicked', 'out', 'on', 'the', 'spot', '.', 'But', 'who', 'knows', ',', 'maybe', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me', '.', 'If', 'I', 'did', "n't", 'have', 'my', 'parents', 'to', 'think', 'about', 'I', "'d", 'have', 'given', 'in', 'my', 'notice', 'a', 'long', 'time', 'ago', ',', 'I', "'d", 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'I', 'think', ',', 'tell', 'him', 'everything', 'I', 'would', ',', 'let', 'him', 'know', 'just', 'what', 'I', 'feel', '.', 'He', "'d", 'fall', 'right', 'off', 'his', 'desk', '!', 'And', 'it', "'s", 'a', 'funny', 'sort', 'of', 'business', 'to', 'be', 'sitting', 'up', 'there', 'at', 'your', 'desk', ',', 'talking', 'down', 'at', 'your', 'subordinates', 'from', 'up', 'there', ',', 'especially', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'because', 'the', 'boss', 'is', 'hard', 'of', 'hearing', '.', 'Well', ',', 'there', "'s", 'still', 'some', 'hope', ';', 'once', 'I', "'ve", 'got', 'the', 'money', 'together', 'to', 'pay', 'off', 'my', 'parents', "'", 'debt', 'to', 'him', '-', 'another', 'five', 'or', 'six', 'years', 'I', 'suppose', '-', 'that', "'s", 'definitely', 'what', 'I', "'ll", 'do', '.', 'That', "'s", 'when', 'I', "'ll", 'make', 'the', 'big', 'change', '.', 'First', 'of', 'all', 'though', ',', 'I', "'ve", 'got', 'to', 'get', 'up', ',', 'my', 'train', 'leaves', 'at', 'five', '.', "''", 'And', 'he', 'looked', 'over', 'at', 'the', 'alarm', 'clock', ',', 'ticking', 'on', 'the', 'chest', 'of', 'drawers', '.', '``', 'God', 'in', 'Heaven', '!', "''", 'he', 'thought', '.', 'It', 'was', 'half', 'past', 'six', 'and', 'the', 'hands', 'were', 'quietly', 'moving', 'forwards', ',', 'it', 'was', 'even', 'later', 'than', 'half', 'past', ',', 'more', 'like', 'quarter', 'to', 'seven', '.', 'Had', 'the', 'alarm', 'clock', 'not', 'rung', '?', 'He', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', "o'clock", 'as', 'it', 'should', 'have', 'been', ';', 'it', 'certainly', 'must', 'have', 'rung', '.', 'Yes', ',', 'but', 'was', 'it', 'possible', 'to', 'quietly', 'sleep', 'through', 'that', 'furniture-rattling', 'noise', '?', 'True', ',', 'he', 'had', 'not', 'slept', 'peacefully', ',', 'but', 'probably', 'all', 'the', 'more', 'deeply', 'because', 'of', 'that', '.', 'What', 'should', 'he', 'do', 'now', '?', 'The', 'next', 'train', 'went', 'at', 'seven', ';', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collection', 'of', 'samples', 'was', 'still', 'not', 'packed', ',', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularly', 'fresh', 'and', 'lively', '.', 'And', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'his', 'boss', "'s", 'anger', 'as', 'the', 'office', 'assistant', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', "o'clock", 'train', 'go', ',', 'he', 'would', 'have', 'put', 'in', 'his', 'report', 'about', 'Gregor', "'s", 'not', 'being', 'there', 'a', 'long', 'time', 'ago', '.', 'The', 'office', 'assistant', 'was', 'the', 'boss', "'s", 'man', ',', 'spineless', ',', 'and', 'with', 'no', 'understanding', '.', 'What', 'about', 'if', 'he', 'reported', 'sick', '?', 'But', 'that', 'would', 'be', 'extremely', 'strained', 'and', 'suspicious', 'as', 'in', 'fifteen', 'years', 'of', 'service', 'Gregor', 'had', 'never', 'once', 'yet', 'been', 'ill.', 'His', 'boss', 'would', 'certainly', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medical', 'insurance', 'company', ',', 'accuse', 'his', 'parents', 'of', 'having', 'a', 'lazy', 'son', ',', 'and', 'accept', 'the', 'doctor', "'s", 'recommendation', 'not', 'to', 'make', 'any', 'claim', 'as', 'the', 'doctor', 'believed', 'that', 'no-one', 'was', 'ever', 'ill', 'but', 'that', 'many', 'were', 'workshy', '.', 'And', "what's", 'more', ',', 'would', 'he', 'have', 'been', 'entirely', 'wrong', 'in', 'this', 'case', '?', 'Gregor', 'did', 'in', 'fact', ',', 'apart', 'from', 'excessive', 'sleepiness', 'after', 'sleeping', 'for', 'so', 'long', ',', 'feel', 'completely', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual', '.', 'He', 'was', 'still', 'hurriedly', 'thinking', 'all', 'this', 'through', ',', 'unable', 'to', 'decide', 'to', 'get', 'out', 'of', 'the', 'bed', ',', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven', '.', 'There', 'was', 'a', 'cautious', 'knock', 'at', 'the', 'door', 'near', 'his', 'head', '.', '``', 'Gregor', "''", ',', 'somebody', 'called', '-', 'it', 'was', 'his', 'mother', '-', '``', 'it', "'s", 'quarter', 'to', 'seven', '.', 'Did', "n't", 'you', 'want', 'to', 'go', 'somewhere', '?', "''", 'That', 'gentle', 'voice', '!', 'Gregor', 'was', 'shocked', 'when', 'he', 'heard', 'his', 'own', 'voice', 'answering', ',', 'it', 'could', 'hardly', 'be', 'recognised', 'as', 'the', 'voice', 'he', 'had', 'had', 'before', '.', 'As', 'if', 'from', 'deep', 'inside', 'him', ',', 'there', 'was', 'a', 'painful', 'and', 'uncontrollable', 'squeaking', 'mixed', 'in', 'with', 'it', ',', 'the', 'words', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'was', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear', ',', 'leaving', 'the', 'hearer', 'unsure', 'whether', 'he', 'had', 'heard', 'properly', 'or', 'not', '.', 'Gregor', 'had', 'wanted', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everything', ',', 'but', 'in', 'the', 'circumstances', 'contented', 'himself', 'with', 'saying', ':', '``', 'Yes', ',', 'mother', ',', 'yes', ',', 'thank-you', ',', 'I', "'m", 'getting', 'up', 'now', '.', "''", 'The', 'change', 'in', 'Gregor', "'s", 'voice', 'probably', 'could', 'not', 'be', 'noticed', 'outside', 'through', 'the', 'wooden', 'door', ',', 'as', 'his', 'mother', 'was', 'satisfied', 'with', 'this', 'explanation', 'and', 'shuffled', 'away', '.', 'But', 'this', 'short', 'conversation', 'made', 'the', 'other', 'members', 'of', 'the', 'family', 'aware', 'that', 'Gregor', ',', 'against', 'their', 'expectations', 'was', 'still', 'at', 'home', ',', 'and', 'soon', 'his', 'father', 'came', 'knocking', 'at', 'one', 'of', 'the', 'side', 'doors', ',', 'gently', ',', 'but', 'with', 'his', 'fist', '.', '``', 'Gregor', ',', 'Gregor', "''", ',', 'he', 'called', ',', '``', 'what', "'s", 'wrong', '?', "''", 'And', 'after', 'a', 'short', 'while', 'he', 'called', 'again', 'with', 'a', 'warning', 'deepness', 'in', 'his', 'voice', ':', '``', 'Gregor', '!', 'Gregor', '!', "''", 'At', 'the', 'other', 'side', 'door', 'his', 'sister', 'came', 'plaintively', ':', "''", 'Gregor', '?', 'Are', "n't", 'you', 'well', '?', 'Do', 'you', 'need', 'anything', '?', "''", 'Gregor', 'answered', 'to', 'both', 'sides', ':', '``', 'I', "'m", 'ready', ',', 'now', "''", ',', 'making', 'an', 'effort', 'to', 'remove', 'all', 'the', 'strangeness', 'from', 'his', 'voice', 'by', 'enunciating', 'very', 'carefully', 'and', 'putting', 'long', 'pauses', 'between', 'each', ',', 'individual', 'word', '.', 'His', 'father', 'went', 'back', 'to', 'his', 'breakfast', ',', 'but', 'his', 'sister', 'whispered', ':', '``', 'Gregor', ',', 'open', 'the', 'door', ',', 'I', 'beg', 'of', 'you', '.', "''", 'Gregor', ',', 'however', ',', 'had', 'no', 'thought', 'of', 'opening', 'the', 'door', ',', 'and', 'instead', 'congratulated', 'himself', 'for', 'his', 'cautious', 'habit', ',', 'acquired', 'from', 'his', 'travelling', ',', 'of', 'locking', 'all', 'doors', 'at', 'night', 'even', 'when', 'he', 'was', 'at', 'home', '.', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'to', 'get', 'up', 'in', 'peace', 'without', 'being', 'disturbed', ',', 'to', 'get', 'dressed', ',', 'and', 'most', 'of', 'all', 'to', 'have', 'his', 'breakfast', '.', 'Only', 'then', 'would', 'he', 'consider', 'what', 'to', 'do', 'next', ',', 'as', 'he', 'was', 'well', 'aware', 'that', 'he', 'would', 'not', 'bring', 'his', 'thoughts', 'to', 'any', 'sensible', 'conclusions', 'by', 'lying', 'in', 'bed', '.', 'He', 'remembered', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed', ',', 'perhaps', 'caused', 'by', 'lying', 'awkwardly', ',', 'but', 'that', 'had', 'always', 'turned', 'out', 'to', 'be', 'pure', 'imagination', 'and', 'he', 'wondered', 'how', 'his', 'imaginings', 'would', 'slowly', 'resolve', 'themselves', 'today', '.', 'He', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'change', 'in', 'his', 'voice', 'was', 'nothing', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'serious', 'cold', ',', 'which', 'was', 'an', 'occupational', 'hazard', 'for', 'travelling', 'salesmen', '.', 'It', 'was', 'a', 'simple', 'matter', 'to', 'throw', 'off', 'the', 'covers', ';', 'he', 'only', 'had', 'to', 'blow', 'himself', 'up', 'a', 'little', 'and', 'they', 'fell', 'off', 'by', 'themselves', '.', 'But', 'it', 'became', 'difficult', 'after', 'that', ',', 'especially', 'as', 'he', 'was', 'so', 'exceptionally', 'broad', '.', 'He', 'would', 'have', 'used', 'his', 'arms', 'and', 'his', 'hands', 'to', 'push', 'himself', 'up', ';', 'but', 'instead', 'of', 'them', 'he', 'only', 'had', 'all', 'those', 'little', 'legs', 'continuously', 'moving', 'in', 'different', 'directions', ',', 'and', 'which', 'he', 'was', 'moreover', 'unable', 'to', 'control', '.', 'If', 'he', 'wanted', 'to', 'bend', 'one', 'of', 'them', ',', 'then', 'that', 'was', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out', ';', 'and', 'if', 'he', 'finally', 'managed', 'to', 'do', 'what', 'he', 'wanted', 'with', 'that', 'leg', ',', 'all', 'the', 'others', 'seemed', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'painfully', '.', '``', 'This', 'is', 'something', 'that', 'ca', "n't", 'be', 'done', 'in', 'bed', "''", ',', 'Gregor', 'said', 'to', 'himself', ',', '``', 'so', 'do', "n't", 'keep', 'trying', 'to', 'do', 'it', "''", '.', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'get', 'the', 'lower', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', ',', 'but', 'he', 'had', 'never', 'seen', 'this', 'lower', 'part', ',', 'and', 'could', 'not', 'imagine', 'what', 'it', 'looked', 'like', ';', 'it', 'turned', 'out', 'to', 'be', 'too', 'hard', 'to', 'move', ';', 'it', 'went', 'so', 'slowly', ';', 'and', 'finally', ',', 'almost', 'in', 'a', 'frenzy', ',', 'when', 'he', 'carelessly', 'shoved', 'himself', 'forwards', 'with', 'all', 'the', 'force', 'he', 'could', 'gather', ',', 'he', 'chose', 'the', 'wrong', 'direction', ',', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost', ',', 'and', 'learned', 'from', 'the', 'burning', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'his', 'body', 'might', 'well', ',', 'at', 'present', ',', 'be', 'the', 'most', 'sensitive', '.', 'So', 'then', 'he', 'tried', 'to', 'get', 'the', 'top', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'first', ',', 'carefully', 'turning', 'his', 'head', 'to', 'the', 'side', '.', 'This', 'he', 'managed', 'quite', 'easily', ',', 'and', 'despite', 'its', 'breadth', 'and', 'its', 'weight', ',', 'the', 'bulk', 'of', 'his', 'body', 'eventually', 'followed', 'slowly', 'in', 'the', 'direction', 'of', 'the', 'head', '.', 'But', 'when', 'he', 'had', 'at', 'last', 'got', 'his', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occurred', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracle', 'if', 'his', 'head', 'were', 'not', 'injured', ',', 'so', 'he', 'became', 'afraid', 'to', 'carry', 'on', 'pushing', 'himself', 'forward', 'the', 'same', 'way', '.', 'And', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'any', 'price', ';', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'consciousness', '.', 'It', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier', ',', 'but', 'when', 'he', 'lay', 'there', 'sighing', ',', 'and', 'was', 'once', 'more', 'watching', 'his', 'legs', 'as', 'they', 'struggled', 'against', 'each', 'other', 'even', 'harder', 'than', 'before', ',', 'if', 'that', 'was', 'possible', ',', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bringing', 'peace', 'and', 'order', 'to', 'this', 'chaos', '.', 'He', 'told', 'himself', 'once', 'more', 'that', 'it', 'was', 'not', 'possible', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensible', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatever', 'way', 'he', 'could', 'at', 'whatever', 'sacrifice', '.', 'At', 'the', 'same', 'time', ',', 'though', ',', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consideration', 'was', 'much', 'better', 'than', 'rushing', 'to', 'desperate', 'conclusions', '.', 'At', 'times', 'like', 'this', 'he', 'would', 'direct', 'his', 'eyes', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearly', 'as', 'he', 'could', ',', 'but', 'unfortunately', ',', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'was', 'enveloped', 'in', 'morning', 'fog', 'and', 'the', 'view', 'had', 'little', 'confidence', 'or', 'cheer', 'to', 'offer', 'him', '.', '``', 'Seven', "o'clock", ',', 'already', "''", ',', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again', ',', '``', 'seven', "o'clock", ',', 'and', 'there', "'s", 'still', 'a', 'fog', 'like', 'this', '.', "''", 'And', 'he', 'lay', 'there', 'quietly', 'a', 'while', 'longer', ',', 'breathing', 'lightly', 'as', 'if', 'he', 'perhaps', 'expected', 'the', 'total', 'stillness', 'to', 'bring', 'things', 'back', 'to', 'their', 'real', 'and', 'natural', 'state', '.', 'But', 'then', 'he', 'said', 'to', 'himself', ':', '``', 'Before', 'it', 'strikes', 'quarter', 'past', 'seven', 'I', "'ll", 'definitely', 'have', 'to', 'have', 'got', 'properly', 'out', 'of', 'bed', '.', 'And', 'by', 'then', 'somebody', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', 'what', "'s", 'happened', 'to', 'me', 'as', 'well', ',', 'as', 'they', 'open', 'up', 'at', 'work', 'before', 'seven', "o'clock", '.', "''", 'And', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swinging', 'the', 'entire', 'length', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time', '.', 'If', 'he', 'succeeded', 'in', 'falling', 'out', 'of', 'bed', 'in', 'this', 'way', 'and', 'kept', 'his', 'head', 'raised', 'as', 'he', 'did', 'so', 'he', 'could', 'probably', 'avoid', 'injuring', 'it', '.', 'His', 'back', 'seemed', 'to', 'be', 'quite', 'hard', ',', 'and', 'probably', 'nothing', 'would', 'happen', 'to', 'it', 'falling', 'onto', 'the', 'carpet', '.', 'His', 'main', 'concern', 'was', 'for', 'the', 'loud', 'noise', 'he', 'was', 'bound', 'to', 'make', ',', 'and', 'which', 'even', 'through', 'all', 'the', 'doors', 'would', 'probably', 'raise', 'concern', 'if', 'not', 'alarm', '.', 'But', 'it', 'was', 'something', 'that', 'had', 'to', 'be', 'risked', '.', 'When', 'Gregor', 'was', 'already', 'sticking', 'half', 'way', 'out', 'of', 'the', 'bed', '-', 'the', 'new', 'method', 'was', 'more', 'of', 'a', 'game', 'than', 'an', 'effort', ',', 'all', 'he', 'had', 'to', 'do', 'was', 'rock', 'back', 'and', 'forth', '-', 'it', 'occurred', 'to', 'him', 'how', 'simple', 'everything', 'would', 'be', 'if', 'somebody', 'came', 'to', 'help', 'him', '.', 'Two', 'strong', 'people', '-', 'he', 'had', 'his', 'father', 'and', 'the', 'maid', 'in', 'mind', '-', 'would', 'have', 'been', 'more', 'than', 'enough', ';', 'they', 'would', 'only', 'have', 'to', 'push', 'their', 'arms', 'under', 'the', 'dome', 'of', 'his', 'back', ',', 'peel', 'him', 'away', 'from', 'the', 'bed', ',', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'careful', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor', ',', 'where', ',', 'hopefully', ',', 'the', 'little', 'legs', 'would', 'find', 'a', 'use', '.', 'Should', 'he', 'really', 'call', 'for', 'help', 'though', ',', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'doors', 'were', 'locked', '?', 'Despite', 'all', 'the', 'difficulty', 'he', 'was', 'in', ',', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'this', 'thought', '.', 'After', 'a', 'while', 'he', 'had', 'already', 'moved', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'his', 'balance', 'if', 'he', 'rocked', 'too', 'hard', '.', 'The', 'time', 'was', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decision', 'very', 'soon', '.', 'Then', 'there', 'was', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat', '.', '``', 'That', "'ll", 'be', 'someone', 'from', 'work', "''", ',', 'he', 'said', 'to', 'himself', ',', 'and', 'froze', 'very', 'still', ',', 'although', 'his', 'little', 'legs', 'only', 'became', 'all', 'the', 'more', 'lively', 'as', 'they', 'danced', 'around', '.', 'For', 'a', 'moment', 'everything', 'remained', 'quiet', '.', '``', 'They', "'re", 'not', 'opening', 'the', 'door', "''", ',', 'Gregor', 'said', 'to', 'himself', ',', 'caught', 'in', 'some', 'nonsensical', 'hope', '.', 'But', 'then', 'of', 'course', ',', 'the', 'maid', "'s", 'firm', 'steps', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'opened', 'it', '.', 'Gregor', 'only', 'needed', 'to', 'hear', 'the', 'visitor', "'s", 'first', 'words', 'of', 'greeting', 'and', 'he', 'knew', 'who', 'it', 'was', '-', 'the', 'chief', 'clerk', 'himself', '.', 'Why', 'did', 'Gregor', 'have', 'to', 'be', 'the', 'only', 'one', 'condemned', 'to', 'work', 'for', 'a', 'company', 'where', 'they', 'immediately', 'became', 'highly', 'suspicious', 'at', 'the', 'slightest', 'shortcoming', '?', 'Were', 'all', 'employees', ',', 'every', 'one', 'of', 'them', ',', 'louts', ',', 'was', 'there', 'not', 'one', 'of', 'them', 'who', 'was', 'faithful', 'and', 'devoted', 'who', 'would', 'go', 'so', 'mad', 'with', 'pangs', 'of', 'conscience', 'that', 'he', 'could', "n't", 'get', 'out', 'of', 'bed', 'if', 'he', 'did', "n't", 'spend', 'at', 'least', 'a', 'couple', 'of', 'hours', 'in', 'the', 'morning', 'on', 'company', 'business', '?', 'Was', 'it', 'really', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'trainees', 'make', 'enquiries', '-', 'assuming', 'enquiries', 'were', 'even', 'necessary', '-', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself', ',', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole', ',', 'innocent', 'family', 'that', 'this', 'was', 'so', 'suspicious', 'that', 'only', 'the', 'chief', 'clerk', 'could', 'be', 'trusted', 'to', 'have', 'the', 'wisdom', 'to', 'investigate', 'it', '?', 'And', 'more', 'because', 'these', 'thoughts', 'had', 'made', 'him', 'upset', 'than', 'through', 'any', 'proper', 'decision', ',', 'he', 'swang', 'himself', 'with', 'all', 'his', 'force', 'out', 'of', 'the', 'bed', '.', 'There', 'was', 'a', 'loud', 'thump', ',', 'but', 'it', "wasn't", 'really', 'a', 'loud', 'noise', '.', 'His', 'fall', 'was', 'softened', 'a', 'little', 'by', 'the', 'carpet', ',', 'and', 'Gregor', "'s", 'back', 'was', 'also', 'more', 'elastic', 'than', 'he', 'had', 'thought', ',', 'which', 'made', 'the', 'sound', 'muffled', 'and', 'not', 'too', 'noticeable', '.', 'He', 'had', 'not', 'held', 'his', 'head', 'carefully', 'enough', ',', 'though', ',', 'and', 'hit', 'it', 'as', 'he', 'fell', ';', 'annoyed', 'and', 'in', 'pain', ',', 'he', 'turned', 'it', 'and', 'rubbed', 'it', 'against', 'the', 'carpet', '.', '``', 'Something', "'s", 'fallen', 'down', 'in', 'there', "''", ',', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left', '.', 'Gregor', 'tried', 'to', 'imagine', 'whether', 'something', 'of', 'the', 'sort', 'that', 'had', 'happened', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too', ';', 'you', 'had', 'to', 'concede', 'that', 'it', 'was', 'possible', '.', 'But', 'as', 'if', 'in', 'gruff', 'reply', 'to', 'this', 'question', ',', 'the', 'chief', 'clerk', "'s", 'firm', 'footsteps', 'in', 'his', 'highly', 'polished', 'boots', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoining', 'room', '.', 'From', 'the', 'room', 'on', 'his', 'right', ',', 'Gregor', "'s", 'sister', 'whispered', 'to', 'him', 'to', 'let', 'him', 'know', ':', '``', 'Gregor', ',', 'the', 'chief', 'clerk', 'is', 'here', '.', "''", '``', 'Yes', ',', 'I', 'know', "''", ',', 'said', 'Gregor', 'to', 'himself', ';', 'but', 'without', 'daring', 'to', 'raise', 'his', 'voice', 'loud', 'enough', 'for', 'his', 'sister', 'to', 'hear', 'him', '.', '``', 'Gregor', "''", ',', 'said', 'his', 'father', 'now', 'from', 'the', 'room', 'to', 'his', 'left', ',', '``', 'the', 'chief', 'clerk', 'has', 'come', 'round', 'and', 'wants', 'to', 'know', 'why', 'you', 'did', "n't", 'leave', 'on', 'the', 'early', 'train', '.', 'We', 'do', "n't", 'know', 'what', 'to', 'say', 'to', 'him', '.', 'And', 'anyway', ',', 'he', 'wants', 'to', 'speak', 'to', 'you', 'personally', '.', 'So', 'please', 'open', 'up', 'this', 'door', '.', "I'm", 'sure', 'he', "'ll", 'be', 'good', 'enough', 'to', 'forgive', 'the', 'untidiness', 'of', 'your', 'room', '.', "''", 'Then', 'the', 'chief', 'clerk', 'called', '``', 'Good', 'morning', ',', 'Mr.', 'Samsa', "''", '.', '``', 'He', "isn't", 'well', "''", ',', 'said', 'his', 'mother', 'to', 'the', 'chief', 'clerk', ',', 'while', 'his', 'father', 'continued', 'to', 'speak', 'through', 'the', 'door', '.', '``', 'He', 'is', "n't", 'well', ',', 'please', 'believe', 'me', '.', 'Why', 'else', 'would', 'Gregor', 'have', 'missed', 'a', 'train', '!', 'The', 'lad', 'only', 'ever', 'thinks', 'about', 'the', 'business', '.', 'It', 'nearly', 'makes', 'me', 'cross', 'the', 'way', 'he', 'never', 'goes', 'out', 'in', 'the', 'evenings', ';', 'he', "'s", 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stayed', 'home', 'every', 'evening', '.', 'He', 'sits', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'reads', 'the', 'paper', 'or', 'studies', 'train', 'timetables', '.', 'His', 'idea', 'of', 'relaxation', 'is', 'working', 'with', 'his', 'fretsaw', '.', 'He', "'s", 'made', 'a', 'little', 'frame', ',', 'for', 'instance', ',', 'it', 'only', 'took', 'him', 'two', 'or', 'three', 'evenings', ',', 'you', "'ll", 'be', 'amazed', 'how', 'nice', 'it', 'is', ';', 'it', "'s", 'hanging', 'up', 'in', 'his', 'room', ';', 'you', "'ll", 'see', 'it', 'as', 'soon', 'as', 'Gregor', 'opens', 'the', 'door', '.', 'Anyway', ',', 'I', "'m", 'glad', 'you', "'re", 'here', ';', 'we', "wouldn't", 'have', 'been', 'able', 'to', 'get', 'Gregor', 'to', 'open', 'the', 'door', 'by', 'ourselves', ';', 'he', "'s", 'so', 'stubborn', ';', 'and', 'I', "'m", 'sure', 'he', 'is', "n't", 'well', ',', 'he', 'said', 'this', 'morning', 'that', 'he', 'is', ',', 'but', 'he', 'is', "n't", '.', "''", '``', 'I', "'ll", 'be', 'there', 'in', 'a', 'moment', "''", ',', 'said', 'Gregor', 'slowly', 'and', 'thoughtfully', ',', 'but', 'without', 'moving', 'so', 'that', 'he', 'would', 'not', 'miss', 'any', 'word', 'of', 'the', 'conversation', '.', '``', 'Well', 'I', 'ca', "n't", 'think', 'of', 'any', 'other', 'way', 'of', 'explaining', 'it', ',', 'Mrs.', 'Samsa', "''", ',', 'said', 'the', 'chief', 'clerk', ',', '``', 'I', 'hope', "it's", 'nothing', 'serious', '.', 'But', 'on', 'the', 'other', 'hand', ',', 'I', 'must', 'say', 'that', 'if', 'we', 'people', 'in', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'then', ',', 'fortunately', 'or', 'unfortunately', 'as', 'you', 'like', ',', 'we', 'simply', 'have', 'to', 'overcome', 'it', 'because', 'of', 'business', 'considerations', '.', "''", '``', 'Can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then', '?', '``', ',', 'asked', 'his', 'father', 'impatiently', ',', 'knocking', 'at', 'the', 'door', 'again', '.', '``', 'No', "''", ',', 'said', 'Gregor', '.', 'In', 'the', 'room', 'on', 'his', 'right', 'there', 'followed', 'a', 'painful', 'silence', ';', 'in', 'the', 'room', 'on', 'his', 'left', 'his', 'sister', 'began', 'to', 'cry', '.', 'So', 'why', 'did', 'his', 'sister', 'not', 'go', 'and', 'join', 'the', 'others', '?', 'She', 'had', 'probably', 'only', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dressed', '.', 'And', 'why', 'was', 'she', 'crying', '?', 'Was', 'it', 'because', 'he', 'had', 'not', 'got', 'up', ',', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in', ',', 'because', 'he', 'was', 'in', 'danger', 'of', 'losing', 'his', 'job', 'and', 'if', 'that', 'happened', 'his', 'boss', 'would', 'once', 'more', 'pursue', 'their', 'parents', 'with', 'the', 'same', 'demands', 'as', 'before', '?', 'There', 'was', 'no', 'need', 'to', 'worry', 'about', 'things', 'like', 'that', 'yet', '.', 'Gregor', 'was', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intention', 'of', 'abandoning', 'his', 'family', '.', 'For', 'the', 'time', 'being', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet', ',', 'and', 'no-one', 'who', 'knew', 'the', 'condition', 'he', 'was', 'in', 'would', 'seriously', 'have', 'expected', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in', '.', 'It', 'was', 'only', 'a', 'minor', 'discourtesy', ',', 'and', 'a', 'suitable', 'excuse', 'could', 'easily', 'be', 'found', 'for', 'it', 'later', 'on', ',', 'it', 'was', 'not', 'something', 'for', 'which', 'Gregor', 'could', 'be', 'sacked', 'on', 'the', 'spot', '.', 'And', 'it', 'seemed', 'to', 'Gregor', 'much', 'more', 'sensible', 'to', 'leave', 'him', 'now', 'in', 'peace', 'instead', 'of', 'disturbing', 'him', 'with', 'talking', 'at', 'him', 'and', 'crying', '.', 'But', 'the', 'others', 'did', "n't", 'know', 'what', 'was', 'happening', ',', 'they', 'were', 'worried', ',', 'that', 'would', 'excuse', 'their', 'behaviour', '.', 'The', 'chief', 'clerk', 'now', 'raised', 'his', 'voice', ',', '``', 'Mr.', 'Samsa', "''", ',', 'he', 'called', 'to', 'him', ',', "''", 'what', 'is', 'wrong', '?', 'You', 'barricade', 'yourself', 'in', 'your', 'room', ',', 'give', 'us', 'no', 'more', 'than', 'yes', 'or', 'no', 'for', 'an', 'answer', ',', 'you', 'are', 'causing', 'serious', 'and', 'unnecessary', 'concern', 'to', 'your', 'parents', 'and', 'you', 'fail', '-', 'and', 'I', 'mention', 'this', 'just', 'by', 'the', 'way', '-', 'you', 'fail', 'to', 'carry', 'out', 'your', 'business', 'duties', 'in', 'a', 'way', 'that', 'is', 'quite', 'unheard', 'of', '.', 'I', "'m", 'speaking', 'here', 'on', 'behalf', 'of', 'your', 'parents', 'and', 'of', 'your', 'employer', ',', 'and', 'really', 'must', 'request', 'a', 'clear', 'and', 'immediate', 'explanation', '.', 'I', 'am', 'astonished', ',', 'quite', 'astonished', '.', 'I', 'thought', 'I', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensible', 'person', ',', 'and', 'now', 'you', 'suddenly', 'seem', 'to', 'be', 'showing', 'off', 'with', 'peculiar', 'whims', '.', 'This', 'morning', ',', 'your', 'employer', 'did', 'suggest', 'a', 'possible', 'reason', 'for', 'your', 'failure', 'to', 'appear', ',', 'it', "'s", 'true', '-', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'was', 'recently', 'entrusted', 'to', 'you', '-', 'but', 'I', 'came', 'near', 'to', 'giving', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explanation', '.', 'But', 'now', 'that', 'I', 'see', 'your', 'incomprehensible', 'stubbornness', 'I', 'no', 'longer', 'feel', 'any', 'wish', 'whatsoever', 'to', 'intercede', 'on', 'your', 'behalf', '.', 'And', 'nor', 'is', 'your', 'position', 'all', 'that', 'secure', '.', 'I', 'had', 'originally', 'intended', 'to', 'say', 'all', 'this', 'to', 'you', 'in', 'private', ',', 'but', 'since', 'you', 'cause', 'me', 'to', 'waste', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'I', 'do', "n't", 'see', 'why', 'your', 'parents', 'should', 'not', 'also', 'learn', 'of', 'it', '.', 'Your', 'turnover', 'has', 'been', 'very', 'unsatisfactory', 'of', 'late', ';', 'I', 'grant', 'you', 'that', 'it', "'s", 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especially', 'good', 'business', ',', 'we', 'recognise', 'that', ';', 'but', 'there', 'simply', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'business', 'at', 'all', ',', 'Mr.', 'Samsa', ',', 'we', 'can', 'not', 'allow', 'there', 'to', 'be', '.', "''", '``', 'But', 'Sir', "''", ',', 'called', 'Gregor', ',', 'beside', 'himself', 'and', 'forgetting', 'all', 'else', 'in', 'the', 'excitement', ',', '``', 'I', "'ll", 'open', 'up', 'immediately', ',', 'just', 'a', 'moment', '.', "I'm", 'slightly', 'unwell', ',', 'an', 'attack', 'of', 'dizziness', ',', 'I', 'have', "n't", 'been', 'able', 'to', 'get', 'up', '.', 'I', "'m", 'still', 'in', 'bed', 'now', '.', 'I', "'m", 'quite', 'fresh', 'again', 'now', ',', 'though', '.', "I'm", 'just', 'getting', 'out', 'of', 'bed', '.', 'Just', 'a', 'moment', '.', 'Be', 'patient', '!', 'It', "'s", 'not', 'quite', 'as', 'easy', 'as', 'I', "'d", 'thought', '.', 'I', "'m", 'quite', 'alright', 'now', ',', 'though', '.', "It's", 'shocking', ',', 'what', 'can', 'suddenly', 'happen', 'to', 'a', 'person', '!', 'I', 'was', 'quite', 'alright', 'last', 'night', ',', 'my', 'parents', 'know', 'about', 'it', ',', 'perhaps', 'better', 'than', 'me', ',', 'I', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'already', '.', 'They', 'must', 'have', 'noticed', 'it', '.', 'I', 'do', "n't", 'know', 'why', 'I', 'did', "n't", 'let', 'you', 'know', 'at', 'work', '!', 'But', 'you', 'always', 'think', 'you', 'can', 'get', 'over', 'an', 'illness', 'without', 'staying', 'at', 'home', '.', 'Please', ',', 'do', "n't", 'make', 'my', 'parents', 'suffer', '!', 'There', "'s", 'no', 'basis', 'for', 'any', 'of', 'the', 'accusations', 'you', "'re", 'making', ';', 'nobody', "'s", 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'any', 'of', 'these', 'things', '.', 'Maybe', 'you', 'have', "n't", 'read', 'the', 'latest', 'contracts', 'I', 'sent', 'in', '.', 'I', "'ll", 'set', 'off', 'with', 'the', 'eight', "o'clock", 'train', ',', 'as', 'well', ',', 'these', 'few', 'hours', 'of', 'rest', 'have', 'given', 'me', 'strength', '.', 'You', 'do', "n't", 'need', 'to', 'wait', ',', 'sir', ';', 'I', "'ll", 'be', 'in', 'the', 'office', 'soon', 'after', 'you', ',', 'and', 'please', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him', '!', "''", 'And', 'while', 'Gregor', 'gushed', 'out', 'these', 'words', ',', 'hardly', 'knowing', 'what', 'he', 'was', 'saying', ',', 'he', 'made', 'his', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawers', '-', 'this', 'was', 'easily', 'done', ',', 'probably', 'because', 'of', 'the', 'practise', 'he', 'had', 'already', 'had', 'in', 'bed', '-', 'where', 'he', 'now', 'tried', 'to', 'get', 'himself', 'upright', '.', 'He', 'really', 'did', 'want', 'to', 'open', 'the', 'door', ',', 'really', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk', ';', 'the', 'others', 'were', 'being', 'so', 'insistent', ',', 'and', 'he', 'was', 'curious', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him', '.', 'If', 'they', 'were', 'shocked', 'then', 'it', 'would', 'no', 'longer', 'be', "Gregor's", 'responsibility', 'and', 'he', 'could', 'rest', '.', 'If', ',', 'however', ',', 'they', 'took', 'everything', 'calmly', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset', ',', 'and', 'if', 'he', 'hurried', 'he', 'really', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', "o'clock", '.', 'The', 'first', 'few', 'times', 'he', 'tried', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawers', 'he', 'just', 'slid', 'down', 'again', ',', 'but', 'he', 'finally', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright', ';', 'the', 'lower', 'part', 'of', 'his', 'body', 'was', 'in', 'serious', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'any', 'attention', 'to', 'it', '.', 'Now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearby', 'chair', 'and', 'held', 'tightly', 'to', 'the', 'edges', 'of', 'it', 'with', 'his', 'little', 'legs', '.', 'By', 'now', 'he', 'had', 'also', 'calmed', 'down', ',', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'was', 'saying', '.', '``', 'Did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that', '?', "''", 'the', 'chief', 'clerk', 'asked', 'his', 'parents', ',', '``', 'surely', 'he', "'s", 'not', 'trying', 'to', 'make', 'fools', 'of', 'us', "''", '.', '``', 'Oh', ',', 'God', '!', "''", 'called', 'his', 'mother', ',', 'who', 'was', 'already', 'in', 'tears', ',', '``', 'he', 'could', 'be', 'seriously', 'ill', 'and', 'we', "'re", 'making', 'him', 'suffer', '.', 'Grete', '!', 'Grete', '!', "''", 'she', 'then', 'cried', '.', '``', 'Mother', '?', "''", 'his', 'sister', 'called', 'from', 'the', 'other', 'side', '.', 'They', 'communicated', 'across', 'Gregor', "'s", 'room', '.', '``', 'You', "'ll", 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away', '.', 'Gregor', 'is', 'ill.', 'Quick', ',', 'get', 'the', 'doctor', '.', 'Did', 'you', 'hear', 'the', 'way', 'Gregor', 'spoke', 'just', 'now', '?', "''", '``', 'That', 'was', 'the', 'voice', 'of', 'an', 'animal', "''", ',', 'said', 'the', 'chief', 'clerk', ',', 'with', 'a', 'calmness', 'that', 'was', 'in', 'contrast', 'with', 'his', "mother's", 'screams', '.', '``', 'Anna', '!', 'Anna', '!', "''", 'his', 'father', 'called', 'into', 'the', 'kitchen', 'through', 'the', 'entrance', 'hall', ',', 'clapping', 'his', 'hands', ',', '``', 'get', 'a', 'locksmith', 'here', ',', 'now', '!', "''", 'And', 'the', 'two', 'girls', ',', 'their', 'skirts', 'swishing', ',', 'immediately', 'ran', 'out', 'through', 'the', 'hall', ',', 'wrenching', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went', '.', 'How', 'had', 'his', 'sister', 'managed', 'to', 'get', 'dressed', 'so', 'quickly', '?', 'There', 'was', 'no', 'sound', 'of', 'the', 'door', 'banging', 'shut', 'again', ';', 'they', 'must', 'have', 'left', 'it', 'open', ';', 'people', 'often', 'do', 'in', 'homes', 'where', 'something', 'awful', 'has', 'happened', '.', 'Gregor', ',', 'in', 'contrast', ',', 'had', 'become', 'much', 'calmer', '.', 'So', 'they', "couldn't", 'understand', 'his', 'words', 'any', 'more', ',', 'although', 'they', 'seemed', 'clear', 'enough', 'to', 'him', ',', 'clearer', 'than', 'before', '-', 'perhaps', 'his', 'ears', 'had', 'become', 'used', 'to', 'the', 'sound', '.', 'They', 'had', 'realised', ',', 'though', ',', 'that', 'there', 'was', 'something', 'wrong', 'with', 'him', ',', 'and', 'were', 'ready', 'to', 'help', '.', 'The', 'first', 'response', 'to', 'his', 'situation', 'had', 'been', 'confident', 'and', 'wise', ',', 'and', 'that', 'made', 'him', 'feel', 'better', '.', 'He', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'people', ',', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expected', 'great', 'and', 'surprising', 'achievements', '-', 'although', 'he', 'did', 'not', 'really', 'distinguish', 'one', 'from', 'the', 'other', '.', 'Whatever', 'was', 'said', 'next', 'would', 'be', 'crucial', ',', 'so', ',', 'in', 'order', 'to', 'make', 'his', 'voice', 'as', 'clear', 'as', 'possible', ',', 'he', 'coughed', 'a', 'little', ',', 'but', 'taking', 'care', 'to', 'do', 'this', 'not', 'too', 'loudly', 'as', 'even', 'this', 'might', 'well', 'sound', 'different', 'from', 'the', 'way', 'that', 'a', 'human', 'coughs', 'and', 'he', 'was', 'no', 'longer', 'sure', 'he', 'could', 'judge', 'this', 'for', 'himself', '.', 'Meanwhile', ',', 'it', 'had', 'become', 'very', 'quiet', 'in', 'the', 'next', 'room', '.', 'Perhaps', 'his', 'parents', 'were', 'sat', 'at', 'the', 'table', 'whispering', 'with', 'the', 'chief', 'clerk', ',', 'or', 'perhaps', 'they', 'were', 'all', 'pressed', 'against', 'the', 'door', 'and', 'listening', '.', 'Gregor', 'slowly', 'pushed', 'his', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair', '.', 'Once', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door', ',', 'holding', 'himself', 'upright', 'against', 'it', 'using', 'the', 'adhesive', 'on', 'the', 'tips', 'of', 'his', 'legs', '.', 'He', 'rested', 'there', 'a', 'little', 'while', 'to', 'recover', 'from', 'the', 'effort', 'involved', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turning', 'the', 'key', 'in', 'the', 'lock', 'with', 'his', 'mouth', '.', 'He', 'seemed', ',', 'unfortunately', ',', 'to', 'have', 'no', 'proper', 'teeth', '-', 'how', 'was', 'he', ',', 'then', ',', 'to', 'grasp', 'the', 'key', '?', '-', 'but', 'the', 'lack', 'of', 'teeth', 'was', ',', 'of', 'course', ',', 'made', 'up', 'for', 'with', 'a', 'very', 'strong', 'jaw', ';', 'using', 'the', 'jaw', ',', 'he', 'really', 'was', 'able', 'to', 'start', 'the', 'key', 'turning', ',', 'ignoring', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'causing', 'some', 'kind', 'of', 'damage', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'his', 'mouth', ',', 'flowed', 'over', 'the', 'key', 'and', 'dripped', 'onto', 'the', 'floor', '.', '``', 'Listen', "''", ',', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room', ',', '``', 'he', "'s", 'turning', 'the', 'key', '.', "''", 'Gregor', 'was', 'greatly', 'encouraged', 'by', 'this', ';', 'but', 'they', 'all', 'should', 'have', 'been', 'calling', 'to', 'him', ',', 'his', 'father', 'and', 'his', 'mother', 'too', ':', '``', 'Well', 'done', ',', 'Gregor', "''", ',', 'they', 'should', 'have', 'cried', ',', '``', 'keep', 'at', 'it', ',', 'keep', 'hold', 'of', 'the', 'lock', '!', "''", 'And', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedly', 'following', 'his', 'efforts', ',', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'his', 'strength', ',', 'paying', 'no', 'attention', 'to', 'the', 'pain', 'he', 'was', 'causing', 'himself', '.', 'As', 'the', 'key', 'turned', 'round', 'he', 'turned', 'around', 'the', 'lock', 'with', 'it', ',', 'only', 'holding', 'himself', 'upright', 'with', 'his', 'mouth', ',', 'and', 'hung', 'onto', 'the', 'key', 'or', 'pushed', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'his', 'body', 'as', 'needed', '.', 'The', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snapped', 'back', 'was', 'Gregor', "'s", 'sign', 'that', 'he', 'could', 'break', 'his', 'concentration', ',', 'and', 'as', 'he', 'regained', 'his', 'breath', 'he', 'said', 'to', 'himself', ':', "''", 'So', ',', 'I', 'did', "n't", 'need', 'the', 'locksmith', 'after', 'all', "''", '.', 'Then', 'he', 'lay', 'his', 'head', 'on', 'the', 'handle', 'of', 'the', 'door', 'to', 'open', 'it', 'completely', '.', 'Because', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'this', 'way', ',', 'it', 'was', 'already', 'wide', 'open', 'before', 'he', 'could', 'be', 'seen', '.', 'He', 'had', 'first', 'to', 'slowly', 'turn', 'himself', 'around', 'one', 'of', 'the', 'double', 'doors', ',', 'and', 'he', 'had', 'to', 'do', 'it', 'very', 'carefully', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'his', 'back', 'before', 'entering', 'the', 'room', '.', 'He', 'was', 'still', 'occupied', 'with', 'this', 'difficult', 'movement', ',', 'unable', 'to', 'pay', 'attention', 'to', 'anything', 'else', ',', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', '``', 'Oh', '!', '``', ',', 'which', 'sounded', 'like', 'the', 'soughing', 'of', 'the', 'wind', '.', 'Now', 'he', 'also', 'saw', 'him', '-', 'he', 'was', 'the', 'nearest', 'to', 'the', 'door', '-', 'his', 'hand', 'pressed', 'against', 'his', 'open', 'mouth', 'and', 'slowly', 'retreating', 'as', 'if', 'driven', 'by', 'a', 'steady', 'and', 'invisible', 'force', '.', 'Gregor', "'s", 'mother', ',', 'her', 'hair', 'still', 'dishevelled', 'from', 'bed', 'despite', 'the', 'chief', 'clerk', "'s", 'being', 'there', ',', 'looked', 'at', 'his', 'father', '.', 'Then', 'she', 'unfolded', 'her', 'arms', ',', 'took', 'two', 'steps', 'forward', 'towards', 'Gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirts', 'that', 'spread', 'themselves', 'out', 'around', 'her', 'as', 'her', 'head', 'disappeared', 'down', 'onto', 'her', 'breast', '.', 'His', 'father', 'looked', 'hostile', ',', 'and', 'clenched', 'his', 'fists', 'as', 'if', 'wanting', 'to', 'knock', 'Gregor', 'back', 'into', 'his', 'room', '.', 'Then', 'he', 'looked', 'uncertainly', 'round', 'the', 'living', 'room', ',', 'covered', 'his', 'eyes', 'with', 'his', 'hands', 'and', 'wept', 'so', 'that', 'his', 'powerful', 'chest', 'shook', '.', 'So', 'Gregor', 'did', 'not', 'go', 'into', 'the', 'room', ',', 'but', 'leant', 'against', 'the', 'inside', 'of', 'the', 'other', 'door', 'which', 'was', 'still', 'held', 'bolted', 'in', 'place', '.', 'In', 'this', 'way', 'only', 'half', 'of', 'his', 'body', 'could', 'be', 'seen', ',', 'along', 'with', 'his', 'head', 'above', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peered', 'out', 'at', 'the', 'others', '.', 'Meanwhile', 'the', 'day', 'had', 'become', 'much', 'lighter', ';', 'part', 'of', 'the', 'endless', ',', 'grey-black', 'building', 'on', 'the', 'other', 'side', 'of', 'the', 'street', '-', 'which', 'was', 'a', 'hospital', '-', 'could', 'be', 'seen', 'quite', 'clearly', 'with', 'the', 'austere', 'and', 'regular', 'line', 'of', 'windows', 'piercing', 'its', 'facade', ';', 'the', 'rain', 'was', 'still', 'falling', ',', 'now', 'throwing', 'down', 'large', ',', 'individual', 'droplets', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time', '.', 'The', 'washing', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'table', ';', 'there', 'was', 'so', 'much', 'of', 'it', 'because', ',', 'for', 'Gregor', "'s", 'father', ',', 'breakfast', 'was', 'the', 'most', 'important', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'several', 'hours', 'as', 'he', 'sat', 'reading', 'a', 'number', 'of', 'different', 'newspapers', '.', 'On', 'the', 'wall', 'exactly', 'opposite', 'there', 'was', 'photograph', 'of', 'Gregor', 'when', 'he', 'was', 'a', 'lieutenant', 'in', 'the', 'army', ',', 'his', 'sword', 'in', 'his', 'hand', 'and', 'a', 'carefree', 'smile', 'on', 'his', 'face', 'as', 'he', 'called', 'forth', 'respect', 'for', 'his', 'uniform', 'and', 'bearing', '.', 'The', 'door', 'to', 'the', 'entrance', 'hall', 'was', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'was', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'landing', 'and', 'the', 'stairs', 'where', 'they', 'began', 'their', 'way', 'down', 'below', '.', '``', 'Now', ',', 'then', "''", ',', 'said', 'Gregor', ',', 'well', 'aware', 'that', 'he', 'was', 'the', 'only', 'one', 'to', 'have', 'kept', 'calm', ',', '``', 'I', "'ll", 'get', 'dressed', 'straight', 'away', 'now', ',', 'pack', 'up', 'my', 'samples', 'and', 'set', 'off', '.', 'Will', 'you', 'please', 'just', 'let', 'me', 'leave', '?', 'You', 'can', 'see', "''", ',', 'he', 'said', 'to', 'the', 'chief', 'clerk', ',', '``', 'that', 'I', "'m", 'not', 'stubborn', 'and', 'I', 'like', 'to', 'do', 'my', 'job', ';', 'being', 'a', 'commercial', 'traveller', 'is', 'arduous', 'but', 'without', 'travelling', 'I', 'could', "n't", 'earn', 'my', 'living', '.', 'So', 'where', 'are', 'you', 'going', ',', 'in', 'to', 'the', 'office', '?', 'Yes', '?', 'Will', 'you', 'report', 'everything', 'accurately', ',', 'then', '?', 'It', "'s", 'quite', 'possible', 'for', 'someone', 'to', 'be', 'temporarily', 'unable', 'to', 'work', ',', 'but', 'that', "'s", 'just', 'the', 'right', 'time', 'to', 'remember', 'what', "'s", 'been', 'achieved', 'in', 'the', 'past', 'and', 'consider', 'that', 'later', 'on', ',', 'once', 'the', 'difficulty', 'has', 'been', 'removed', ',', 'he', 'will', 'certainly', 'work', 'with', 'all', 'the', 'more', 'diligence', 'and', 'concentration', '.', 'You', "'re", 'well', 'aware', 'that', 'I', "'m", 'seriously', 'in', 'debt', 'to', 'our', 'employer', 'as', 'well', 'as', 'having', 'to', 'look', 'after', 'my', 'parents', 'and', 'my', 'sister', ',', 'so', 'that', 'I', "'m", 'trapped', 'in', 'a', 'difficult', 'situation', ',', 'but', 'I', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again', '.', 'Please', 'do', "n't", 'make', 'things', 'any', 'harder', 'for', 'me', 'than', 'they', 'are', 'already', ',', 'and', 'do', "n't", 'take', 'sides', 'against', 'me', 'at', 'the', 'office', '.', 'I', 'know', 'that', 'nobody', 'likes', 'the', 'travellers', '.', 'They', 'think', 'we', 'earn', 'an', 'enormous', 'wage', 'as', 'well', 'as', 'having', 'a', 'soft', 'time', 'of', 'it', '.', "That's", 'just', 'prejudice', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it', '.', 'But', 'you', ',', 'sir', ',', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff', ',', 'in', 'fact', ',', 'if', 'I', 'can', 'say', 'this', 'in', 'confidence', ',', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', '-', 'it', "'s", 'very', 'easy', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistakes', 'about', 'his', 'employees', 'and', 'judge', 'them', 'more', 'harshly', 'than', 'he', 'should', '.', 'And', 'you', "'re", 'also', 'well', 'aware', 'that', 'we', 'travellers', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'office', ',', 'so', 'that', 'we', 'can', 'very', 'easily', 'fall', 'victim', 'to', 'gossip', 'and', 'chance', 'and', 'groundless', 'complaints', ',', 'and', 'it', "'s", 'almost', 'impossible', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing', ',', 'we', 'do', "n't", 'usually', 'even', 'hear', 'about', 'them', ',', 'or', 'if', 'at', 'all', 'it', "'s", 'when', 'we', 'arrive', 'back', 'home', 'exhausted', 'from', 'a', 'trip', ',', 'and', 'that', "'s", 'when', 'we', 'feel', 'the', 'harmful', 'effects', 'of', 'what', "'s", 'been', 'going', 'on', 'without', 'even', 'knowing', 'what', 'caused', 'them', '.', 'Please', ',', 'do', "n't", 'go', 'away', ',', 'at', 'least', 'first', 'say', 'something', 'to', 'show', 'that', 'you', 'grant', 'that', 'I', "'m", 'at', 'least', 'partly', 'right', '!', "''", 'But', 'the', 'chief', 'clerk', 'had', 'turned', 'away', 'as', 'soon', 'as', 'Gregor', 'had', 'started', 'to', 'speak', ',', 'and', ',', 'with', 'protruding', 'lips', ',', 'only', 'stared', 'back', 'at', 'him', 'over', 'his', 'trembling', 'shoulders', 'as', 'he', 'left', '.', 'He', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'Gregor', 'was', 'speaking', ',', 'but', 'moved', 'steadily', 'towards', 'the', 'door', 'without', 'taking', 'his', 'eyes', 'off', 'him', '.', 'He', 'moved', 'very', 'gradually', ',', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibition', 'on', 'leaving', 'the', 'room', '.', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'entrance', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement', ',', 'drew', 'his', 'foot', 'from', 'the', 'living', 'room', ',', 'and', 'rushed', 'forward', 'in', 'a', 'panic', '.', 'In', 'the', 'hall', ',', 'he', 'stretched', 'his', 'right', 'hand', 'far', 'out', 'towards', 'the', 'stairway', 'as', 'if', 'out', 'there', ',', 'there', 'were', 'some', 'supernatural', 'force', 'waiting', 'to', 'save', 'him', '.', 'Gregor', 'realised', 'that', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'this', 'mood', 'if', 'his', 'position', 'in', 'the', 'firm', 'was', 'not', 'to', 'be', 'put', 'into', 'extreme', 'danger', '.', 'That', 'was', 'something', 'his', 'parents', 'did', 'not', 'understand', 'very', 'well', ';', 'over', 'the', 'years', ',', 'they', 'had', 'become', 'convinced', 'that', 'this', 'job', 'would', 'provide', 'for', 'Gregor', 'for', 'his', 'entire', 'life', ',', 'and', 'besides', ',', 'they', 'had', 'so', 'much', 'to', 'worry', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'any', 'thought', 'for', 'the', 'future', '.', 'Gregor', ',', 'though', ',', 'did', 'think', 'about', 'the', 'future', '.', 'The', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back', ',', 'calmed', 'down', ',', 'convinced', 'and', 'finally', 'won', 'over', ';', 'the', 'future', 'of', 'Gregor', 'and', 'his', 'family', 'depended', 'on', 'it', '!', 'If', 'only', 'his', 'sister', 'were', 'here', '!', 'She', 'was', 'clever', ';', 'she', 'was', 'already', 'in', 'tears', 'while', 'Gregor', 'was', 'still', 'lying', 'peacefully', 'on', 'his', 'back', '.', 'And', 'the', 'chief', 'clerk', 'was', 'a', 'lover', 'of', 'women', ',', 'surely', 'she', 'could', 'persuade', 'him', ';', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entrance', 'hall', 'and', 'talk', 'him', 'out', 'of', 'his', 'shocked', 'state', '.', 'But', 'his', 'sister', 'was', 'not', 'there', ',', 'Gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself', '.', 'And', 'without', 'considering', 'that', 'he', 'still', 'was', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'his', 'present', 'state', ',', 'or', 'that', 'his', 'speech', 'still', 'might', 'not', '-', 'or', 'probably', 'would', 'not', '-', 'be', 'understood', ',', 'he', 'let', 'go', 'of', 'the', 'door', ';', 'pushed', 'himself', 'through', 'the', 'opening', ';', 'tried', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'landing', 'who', ',', 'ridiculously', ',', 'was', 'holding', 'on', 'to', 'the', 'banister', 'with', 'both', 'hands', ';', 'but', 'Gregor', 'fell', 'immediately', 'over', 'and', ',', 'with', 'a', 'little', 'scream', 'as', 'he', 'sought', 'something', 'to', 'hold', 'onto', ',', 'landed', 'on', 'his', 'numerous', 'little', 'legs', '.', 'Hardly', 'had', 'that', 'happened', 'than', ',', 'for', 'the', 'first', 'time', 'that', 'day', ',', 'he', 'began', 'to', 'feel', 'alright', 'with', 'his', 'body', ';', 'the', 'little', 'legs', 'had', 'the', 'solid', 'ground', 'under', 'them', ';', 'to', 'his', 'pleasure', ',', 'they', 'did', 'exactly', 'as', 'he', 'told', 'them', ';', 'they', 'were', 'even', 'making', 'the', 'effort', 'to', 'carry', 'him', 'where', 'he', 'wanted', 'to', 'go', ';', 'and', 'he', 'was', 'soon', 'believing', 'that', 'all', 'his', 'sorrows', 'would', 'soon', 'be', 'finally', 'at', 'an', 'end', '.', 'He', 'held', 'back', 'the', 'urge', 'to', 'move', 'but', 'swayed', 'from', 'side', 'to', 'side', 'as', 'he', 'crouched', 'there', 'on', 'the', 'floor', '.', 'His', 'mother', 'was', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seemed', ',', 'at', 'first', ',', 'quite', 'engrossed', 'in', 'herself', ',', 'but', 'then', 'she', 'suddenly', 'jumped', 'up', 'with', 'her', 'arms', 'outstretched', 'and', 'her', 'fingers', 'spread', 'shouting', ':', '``', 'Help', ',', 'for', 'pity', "'s", 'sake', ',', 'Help', '!', "''", 'The', 'way', 'she', 'held', 'her', 'head', 'suggested', 'she', 'wanted', 'to', 'see', 'Gregor', 'better', ',', 'but', 'the', 'unthinking', 'way', 'she', 'was', 'hurrying', 'backwards', 'showed', 'that', 'she', 'did', 'not', ';', 'she', 'had', 'forgotten', 'that', 'the', 'table', 'was', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'things', 'on', 'it', ';', 'when', 'she', 'reached', 'the', 'table', 'she', 'sat', 'quickly', 'down', 'on', 'it', 'without', 'knowing', 'what', 'she', 'was', 'doing', ';', 'without', 'even', 'seeming', 'to', 'notice', 'that', 'the', 'coffee', 'pot', 'had', 'been', 'knocked', 'over', 'and', 'a', 'gush', 'of', 'coffee', 'was', 'pouring', 'down', 'onto', 'the', 'carpet', '.', '``', 'Mother', ',', 'mother', "''", ',', 'said', 'Gregor', 'gently', ',', 'looking', 'up', 'at', 'her', '.', 'He', 'had', 'completely', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment', ',', 'but', 'could', 'not', 'help', 'himself', 'snapping', 'in', 'the', 'air', 'with', 'his', 'jaws', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffee', '.', 'That', 'set', 'his', 'mother', 'screaming', 'anew', ',', 'she', 'fled', 'from', 'the', 'table', 'and', 'into', 'the', 'arms', 'of', 'his', 'father', 'as', 'he', 'rushed', 'towards', 'her', '.', 'Gregor', ',', 'though', ',', 'had', 'no', 'time', 'to', 'spare', 'for', 'his', 'parents', 'now', ';', 'the', 'chief', 'clerk', 'had', 'already', 'reached', 'the', 'stairs', ';', 'with', 'his', 'chin', 'on', 'the', 'banister', ',', 'he', 'looked', 'back', 'for', 'the', 'last', 'time', '.', 'Gregor', 'made', 'a', 'run', 'for', 'him', ';', 'he', 'wanted', 'to', 'be', 'sure', 'of', 'reaching', 'him', ';', 'the', 'chief', 'clerk', 'must', 'have', 'expected', 'something', ',', 'as', 'he', 'leapt', 'down', 'several', 'steps', 'at', 'once', 'and', 'disappeared', ';', 'his', 'shouts', 'resounding', 'all', 'around', 'the', 'staircase', '.', 'The', 'flight', 'of', 'the', 'chief', 'clerk', 'seemed', ',', 'unfortunately', ',', 'to', 'put', "Gregor's", 'father', 'into', 'a', 'panic', 'as', 'well', '.', 'Until', 'then', 'he', 'had', 'been', 'relatively', 'self', 'controlled', ',', 'but', 'now', ',', 'instead', 'of', 'running', 'after', 'the', 'chief', 'clerk', 'himself', ',', 'or', 'at', 'least', 'not', 'impeding', 'Gregor', 'as', 'he', 'ran', 'after', 'him', ',', 'Gregor', "'s", 'father', 'seized', 'the', 'chief', 'clerk', "'s", 'stick', 'in', 'his', 'right', 'hand', '(', 'the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair', ',', 'along', 'with', 'his', 'hat', 'and', 'overcoat', ')', ',', 'picked', 'up', 'a', 'large', 'newspaper', 'from', 'the', 'table', 'with', 'his', 'left', ',', 'and', 'used', 'them', 'to', 'drive', 'Gregor', 'back', 'into', 'his', 'room', ',', 'stamping', 'his', 'foot', 'at', 'him', 'as', 'he', 'went', '.', 'Gregor', "'s", 'appeals', 'to', 'his', 'father', 'were', 'of', 'no', 'help', ',', 'his', 'appeals', 'were', 'simply', 'not', 'understood', ',', 'however', 'much', 'he', 'humbly', 'turned', 'his', 'head', 'his', 'father', 'merely', 'stamped', 'his', 'foot', 'all', 'the', 'harder', '.', 'Across', 'the', 'room', ',', 'despite', 'the', 'chilly', 'weather', ',', 'Gregor', "'s", 'mother', 'had', 'pulled', 'open', 'a', 'window', ',', 'leant', 'far', 'out', 'of', 'it', 'and', 'pressed', 'her', 'hands', 'to', 'her', 'face', '.', 'A', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'towards', 'the', 'stairway', ',', 'the', 'curtains', 'flew', 'up', ',', 'the', 'newspapers', 'on', 'the', 'table', 'fluttered', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor', '.', 'Nothing', 'would', 'stop', 'Gregor', "'s", 'father', 'as', 'he', 'drove', 'him', 'back', ',', 'making', 'hissing', 'noises', 'at', 'him', 'like', 'a', 'wild', 'man', '.', 'Gregor', 'had', 'never', 'had', 'any', 'practice', 'in', 'moving', 'backwards', 'and', 'was', 'only', 'able', 'to', 'go', 'very', 'slowly', '.', 'If', 'Gregor', 'had', 'only', 'been', 'allowed', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'his', 'room', 'straight', 'away', ',', 'but', 'he', 'was', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'his', 'father', 'would', 'become', 'impatient', ',', 'and', 'there', 'was', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'his', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'his', 'father', "'s", 'hand', 'any', 'moment', '.', 'Eventually', ',', 'though', ',', 'Gregor', 'realised', 'that', 'he', 'had', 'no', 'choice', 'as', 'he', 'saw', ',', 'to', 'his', 'disgust', ',', 'that', 'he', 'was', 'quite', 'incapable', 'of', 'going', 'backwards', 'in', 'a', 'straight', 'line', ';', 'so', 'he', 'began', ',', 'as', 'quickly', 'as', 'possible', 'and', 'with', 'frequent', 'anxious', 'glances', 'at', 'his', 'father', ',', 'to', 'turn', 'himself', 'round', '.', 'It', 'went', 'very', 'slowly', ',', 'but', 'perhaps', 'his', 'father', 'was', 'able', 'to', 'see', 'his', 'good', 'intentions', 'as', 'he', 'did', 'nothing', 'to', 'hinder', 'him', ',', 'in', 'fact', 'now', 'and', 'then', 'he', 'used', 'the', 'tip', 'of', 'his', 'stick', 'to', 'give', 'directions', 'from', 'a', 'distance', 'as', 'to', 'which', 'way', 'to', 'turn', '.', 'If', 'only', 'his', 'father', 'would', 'stop', 'that', 'unbearable', 'hissing', '!', 'It', 'was', 'making', 'Gregor', 'quite', 'confused', '.', 'When', 'he', 'had', 'nearly', 'finished', 'turning', 'round', ',', 'still', 'listening', 'to', 'that', 'hissing', ',', 'he', 'made', 'a', 'mistake', 'and', 'turned', 'himself', 'back', 'a', 'little', 'the', 'way', 'he', 'had', 'just', 'come', '.', 'He', 'was', 'pleased', 'when', 'he', 'finally', 'had', 'his', 'head', 'in', 'front', 'of', 'the', 'doorway', ',', 'but', 'then', 'saw', 'that', 'it', 'was', 'too', 'narrow', ',', 'and', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulty', '.', 'In', 'his', 'present', 'mood', ',', 'it', 'obviously', 'did', 'not', 'occur', 'to', 'his', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'double', 'doors', 'so', 'that', 'Gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through', '.', 'He', 'was', 'merely', 'fixed', 'on', 'the', 'idea', 'that', 'Gregor', 'should', 'be', 'got', 'back', 'into', 'his', 'room', 'as', 'quickly', 'as', 'possible', '.', 'Nor', 'would', 'he', 'ever', 'have', 'allowed', 'Gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'preparation', 'for', 'getting', 'through', 'the', 'doorway', '.', 'What', 'he', 'did', ',', 'making', 'more', 'noise', 'than', 'ever', ',', 'was', 'to', 'drive', 'Gregor', 'forwards', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'nothing', 'in', 'the', 'way', ';', 'it', 'sounded', 'to', 'Gregor', 'as', 'if', 'there', 'was', 'now', 'more', 'than', 'one', 'father', 'behind', 'him', ';', 'it', 'was', 'not', 'a', 'pleasant', 'experience', ',', 'and', 'Gregor', 'pushed', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen', '.', 'One', 'side', 'of', 'his', 'body', 'lifted', 'itself', ',', 'he', 'lay', 'at', 'an', 'angle', 'in', 'the', 'doorway', ',', 'one', 'flank', 'scraped', 'on', 'the', 'white', 'door', 'and', 'was', 'painfully', 'injured', ',', 'leaving', 'vile', 'brown', 'flecks', 'on', 'it', ',', 'soon', 'he', 'was', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'able', 'to', 'move', 'at', 'all', 'by', 'himself', ',', 'the', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'pressed', 'painfully', 'against', 'the', 'ground', '.', 'Then', 'his', 'father', 'gave', 'him', 'a', 'hefty', 'shove', 'from', 'behind', 'which', 'released', 'him', 'from', 'where', 'he', 'was', 'held', 'and', 'sent', 'him', 'flying', ',', 'and', 'heavily', 'bleeding', ',', 'deep', 'into', 'his', 'room', '.', 'The', 'door', 'was', 'slammed', 'shut', 'with', 'the', 'stick', ',', 'then', ',', 'finally', ',', 'all', 'was', 'quiet', '.', 'II', 'It', 'was', 'not', 'until', 'it', 'was', 'getting', 'dark', 'that', 'evening', 'that', 'Gregor', 'awoke', 'from', 'his', 'deep', 'and', 'coma-like', 'sleep', '.', 'He', 'would', 'have', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'if', 'he', 'had', "n't", 'been', 'disturbed', ',', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fully', 'rested', '.', 'But', 'he', 'had', 'the', 'impression', 'that', 'some', 'hurried', 'steps', 'and', 'the', 'sound', 'of', 'the', 'door', 'leading', 'into', 'the', 'front', 'room', 'being', 'carefully', 'shut', 'had', 'woken', 'him', '.', 'The', 'light', 'from', 'the', 'electric', 'street', 'lamps', 'shone', 'palely', 'here', 'and', 'there', 'onto', 'the', 'ceiling', 'and', 'tops', 'of', 'the', 'furniture', ',', 'but', 'down', 'below', ',', 'where', 'Gregor', 'was', ',', 'it', 'was', 'dark', '.', 'He', 'pushed', 'himself', 'over', 'to', 'the', 'door', ',', 'feeling', 'his', 'way', 'clumsily', 'with', 'his', 'antennae', '-', 'of', 'which', 'he', 'was', 'now', 'beginning', 'to', 'learn', 'the', 'value', '-', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happening', 'there', '.', 'The', 'whole', 'of', 'his', 'left', 'side', 'seemed', 'like', 'one', ',', 'painfully', 'stretched', 'scar', ',', 'and', 'he', 'limped', 'badly', 'on', 'his', 'two', 'rows', 'of', 'legs', '.', 'One', 'of', 'the', 'legs', 'had', 'been', 'badly', 'injured', 'in', 'the', 'events', 'of', 'that', 'morning', '-', 'it', 'was', 'nearly', 'a', 'miracle', 'that', 'only', 'one', 'of', 'them', 'had', 'been', '-', 'and', 'dragged', 'along', 'lifelessly', '.', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'door', 'that', 'he', 'realised', 'what', 'it', 'actually', 'was', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it', ';', 'it', 'was', 'the', 'smell', 'of', 'something', 'to', 'eat', '.', 'By', 'the', 'door', 'there', 'was', 'a', 'dish', 'filled', 'with', 'sweetened', 'milk', 'with', 'little', 'pieces', 'of', 'white', 'bread', 'floating', 'in', 'it', '.', 'He', 'was', 'so', 'pleased', 'he', 'almost', 'laughed', ',', 'as', 'he', 'was', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morning', ',', 'and', 'immediately', 'dipped', 'his', 'head', 'into', 'the', 'milk', ',', 'nearly', 'covering', 'his', 'eyes', 'with', 'it', '.', 'But', 'he', 'soon', 'drew', 'his', 'head', 'back', 'again', 'in', 'disappointment', ';', 'not', 'only', 'did', 'the', 'pain', 'in', 'his', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', '-', 'he', 'was', 'only', 'able', 'to', 'eat', 'if', 'his', 'whole', 'body', 'worked', 'together', 'as', 'a', 'snuffling', 'whole', '-', 'but', 'the', 'milk', 'did', 'not', 'taste', 'at', 'all', 'nice', '.', 'Milk', 'like', 'this', 'was', 'normally', 'his', 'favourite', 'drink', ',', 'and', 'his', 'sister', 'had', 'certainly', 'left', 'it', 'there', 'for', 'him', 'because', 'of', 'that', ',', 'but', 'he', 'turned', ',', 'almost', 'against', 'his', 'own', 'will', ',', 'away', 'from', 'the', 'dish', 'and', 'crawled', 'back', 'into', 'the', 'centre', 'of', 'the', 'room', '.', 'Through', 'the', 'crack', 'in', 'the', 'door', ',', 'Gregor', 'could', 'see', 'that', 'the', 'gas', 'had', 'been', 'lit', 'in', 'the', 'living', 'room', '.', 'His', 'father', 'at', 'this', 'time', 'would', 'normally', 'be', 'sat', 'with', 'his', 'evening', 'paper', ',', 'reading', 'it', 'out', 'in', 'a', 'loud', 'voice', 'to', 'Gregor', "'s", 'mother', ',', 'and', 'sometimes', 'to', 'his', 'sister', ',', 'but', 'there', 'was', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard', '.', 'Gregor', "'s", 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'this', 'reading', ',', 'but', 'maybe', 'his', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'times', '.', 'It', 'was', 'so', 'quiet', 'all', 'around', 'too', ',', 'even', 'though', 'there', 'must', 'have', 'been', 'somebody', 'in', 'the', 'flat', '.', '``', 'What', 'a', 'quiet', 'life', 'it', 'is', 'the', 'family', 'lead', "''", ',', 'said', 'Gregor', 'to', 'himself', ',', 'and', ',', 'gazing', 'into', 'the', 'darkness', ',', 'felt', 'a', 'great', 'pride', 'that', 'he', 'was', 'able', 'to', 'provide', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'his', 'sister', 'and', 'parents', '.', 'But', 'what', 'now', ',', 'if', 'all', 'this', 'peace', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horrible', 'and', 'frightening', 'end', '?', 'That', 'was', 'something', 'that', 'Gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much', ',', 'so', 'he', 'started', 'to', 'move', 'about', ',', 'crawling', 'up', 'and', 'down', 'the', 'room', '.', 'Once', 'during', 'that', 'long', 'evening', ',', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'was', 'opened', 'very', 'slightly', 'and', 'hurriedly', 'closed', 'again', ';', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same', ';', 'it', 'seemed', 'that', 'someone', 'needed', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it', '.', 'Gregor', 'went', 'and', 'waited', 'immediately', 'by', 'the', 'door', ',', 'resolved', 'either', 'to', 'bring', 'the', 'timorous', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'was', ';', 'but', 'the', 'door', 'was', 'opened', 'no', 'more', 'that', 'night', 'and', 'Gregor', 'waited', 'in', 'vain', '.', 'The', 'previous', 'morning', 'while', 'the', 'doors', 'were', 'locked', 'everyone', 'had', 'wanted', 'to', 'get', 'in', 'there', 'to', 'him', ',', 'but', 'now', ',', 'now', 'that', 'he', 'had', 'opened', 'up', 'one', 'of', 'the', 'doors', 'and', 'the', 'other', 'had', 'clearly', 'been', 'unlocked', 'some', 'time', 'during', 'the', 'day', ',', 'no-one', 'came', ',', 'and', 'the', 'keys', 'were', 'in', 'the', 'other', 'sides', '.', 'It', 'was', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'living', 'room', 'was', 'put', 'out', ',', 'and', 'now', 'it', 'was', 'easy', 'to', 'see', 'that', 'his', 'parents', 'and', 'sister', 'had', 'stayed', 'awake', 'all', 'that', 'time', ',', 'as', 'they', 'all', 'could', 'be', 'distinctly', 'heard', 'as', 'they', 'went', 'away', 'together', 'on', 'tip-toe', '.', 'It', 'was', 'clear', 'that', 'no-one', 'would', 'come', 'into', 'Gregor', "'s", 'room', 'any', 'more', 'until', 'morning', ';', 'that', 'gave', 'him', 'plenty', 'of', 'time', 'to', 'think', 'undisturbed', 'about', 'how', 'he', 'would', 'have', 'to', 're-arrange', 'his', 'life', '.', 'For', 'some', 'reason', ',', 'the', 'tall', ',', 'empty', 'room', 'where', 'he', 'was', 'forced', 'to', 'remain', 'made', 'him', 'feel', 'uneasy', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor', ',', 'even', 'though', 'he', 'had', 'been', 'living', 'in', 'it', 'for', 'five', 'years', '.', 'Hardly', 'aware', 'of', 'what', 'he', 'was', 'doing', 'other', 'than', 'a', 'slight', 'feeling', 'of', 'shame', ',', 'he', 'hurried', 'under', 'the', 'couch', '.', 'It', 'pressed', 'down', 'on', 'his', 'back', 'a', 'little', ',', 'and', 'he', 'was', 'no', 'longer', 'able', 'to', 'lift', 'his', 'head', ',', 'but', 'he', 'nonetheless', 'felt', 'immediately', 'at', 'ease', 'and', 'his', 'only', 'regret', 'was', 'that', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath', '.', 'He', 'spent', 'the', 'whole', 'night', 'there', '.', 'Some', 'of', 'the', 'time', 'he', 'passed', 'in', 'a', 'light', 'sleep', ',', 'although', 'he', 'frequently', 'woke', 'from', 'it', 'in', 'alarm', 'because', 'of', 'his', 'hunger', ',', 'and', 'some', 'of', 'the', 'time', 'was', 'spent', 'in', 'worries', 'and', 'vague', 'hopes', 'which', ',', 'however', ',', 'always', 'led', 'to', 'the', 'same', 'conclusion', ':', 'for', 'the', 'time', 'being', 'he', 'must', 'remain', 'calm', ',', 'he', 'must', 'show', 'patience', 'and', 'the', 'greatest', 'consideration', 'so', 'that', 'his', 'family', 'could', 'bear', 'the', 'unpleasantness', 'that', 'he', ',', 'in', 'his', 'present', 'condition', ',', 'was', 'forced', 'to', 'impose', 'on', 'them', '.', 'Gregor', 'soon', 'had', 'the', 'opportunity', 'to', 'test', 'the', 'strength', 'of', 'his', 'decisions', ',', 'as', 'early', 'the', 'next', 'morning', ',', 'almost', 'before', 'the', 'night', 'had', 'ended', ',', 'his', 'sister', ',', 'nearly', 'fully', 'dressed', ',', 'opened', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'looked', 'anxiously', 'in', '.', 'She', 'did', 'not', 'see', 'him', 'straight', 'away', ',', 'but', 'when', 'she', 'did', 'notice', 'him', 'under', 'the', 'couch', '-', 'he', 'had', 'to', 'be', 'somewhere', ',', 'for', 'God', "'s", 'sake', ',', 'he', 'could', "n't", 'have', 'flown', 'away', '-', 'she', 'was', 'so', 'shocked', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slammed', 'the', 'door', 'shut', 'again', 'from', 'outside', '.', 'But', 'she', 'seemed', 'to', 'regret', 'her', 'behaviour', ',', 'as', 'she', 'opened', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tip-toe', 'as', 'if', 'entering', 'the', 'room', 'of', 'someone', 'seriously', 'ill', 'or', 'even', 'of', 'a', 'stranger', '.', 'Gregor', 'had', 'pushed', 'his', 'head', 'forward', ',', 'right', 'to', 'the', 'edge', 'of', 'the', 'couch', ',', 'and', 'watched', 'her', '.', 'Would', 'she', 'notice', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'was', ',', 'realise', 'that', 'it', 'was', 'not', 'from', 'any', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'was', 'more', 'suitable', '?', 'If', 'she', 'did', "n't", 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungry', 'than', 'draw', 'her', 'attention', 'to', 'it', ',', 'although', 'he', 'did', 'feel', 'a', 'terrible', 'urge', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch', ',', 'throw', 'himself', 'at', 'his', 'sister', "'s", 'feet', 'and', 'beg', 'her', 'for', 'something', 'good', 'to', 'eat', '.', 'However', ',', 'his', 'sister', 'noticed', 'the', 'full', 'dish', 'immediately', 'and', 'looked', 'at', 'it', 'and', 'the', 'few', 'drops', 'of', 'milk', 'splashed', 'around', 'it', 'with', 'some', 'surprise', '.', 'She', 'immediately', 'picked', 'it', 'up', '-', 'using', 'a', 'rag', ',', 'not', 'her', 'bare', 'hands', '-', 'and', 'carried', 'it', 'out', '.', 'Gregor', 'was', 'extremely', 'curious', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'its', 'place', ',', 'imagining', 'the', 'wildest', 'possibilities', ',', 'but', 'he', 'never', 'could', 'have', 'guessed', 'what', 'his', 'sister', ',', 'in', 'her', 'goodness', ',', 'actually', 'did', 'bring', '.', 'In', 'order', 'to', 'test', 'his', 'taste', ',', 'she', 'brought', 'him', 'a', 'whole', 'selection', 'of', 'things', ',', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspaper', '.', 'There', 'were', 'old', ',', 'half-rotten', 'vegetables', ';', 'bones', 'from', 'the', 'evening', 'meal', ',', 'covered', 'in', 'white', 'sauce', 'that', 'had', 'gone', 'hard', ';', 'a', 'few', 'raisins', 'and', 'almonds', ';', 'some', 'cheese', 'that', 'Gregor', 'had', 'declared', 'inedible', 'two', 'days', 'before', ';', 'a', 'dry', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt', '.', 'As', 'well', 'as', 'all', 'that', 'she', 'had', 'poured', 'some', 'water', 'into', 'the', 'dish', ',', 'which', 'had', 'probably', 'been', 'permanently', 'set', 'aside', 'for', "Gregor's", 'use', ',', 'and', 'placed', 'it', 'beside', 'them', '.', 'Then', ',', 'out', 'of', 'consideration', 'for', 'Gregor', "'s", 'feelings', ',', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her', ',', 'she', 'hurried', 'out', 'again', 'and', 'even', 'turned', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'Gregor', 'would', 'know', 'he', 'could', 'make', 'things', 'as', 'comfortable', 'for', 'himself', 'as', 'he', 'liked', '.', 'Gregor', "'s", 'little', 'legs', 'whirred', ',', 'at', 'last', 'he', 'could', 'eat', '.', 'What', "'s", 'more', ',', 'his', 'injuries', 'must', 'already', 'have', 'completely', 'healed', 'as', 'he', 'found', 'no', 'difficulty', 'in', 'moving', '.', 'This', 'amazed', 'him', ',', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'his', 'finger', 'slightly', 'with', 'a', 'knife', ',', 'he', 'thought', 'of', 'how', 'his', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'before', 'yesterday', '.', '``', 'Am', 'I', 'less', 'sensitive', 'than', 'I', 'used', 'to', 'be', ',', 'then', '?', '``', ',', 'he', 'thought', ',', 'and', 'was', 'already', 'sucking', 'greedily', 'at', 'the', 'cheese', 'which', 'had', 'immediately', ',', 'almost', 'compellingly', ',', 'attracted', 'him', 'much', 'more', 'than', 'the', 'other', 'foods', 'on', 'the', 'newspaper', '.', 'Quickly', 'one', 'after', 'another', ',', 'his', 'eyes', 'watering', 'with', 'pleasure', ',', 'he', 'consumed', 'the', 'cheese', ',', 'the', 'vegetables', 'and', 'the', 'sauce', ';', 'the', 'fresh', 'foods', ',', 'on', 'the', 'other', 'hand', ',', 'he', 'did', "n't", 'like', 'at', 'all', ',', 'and', 'even', 'dragged', 'the', 'things', 'he', 'did', 'want', 'to', 'eat', 'a', 'little', 'way', 'away', 'from', 'them', 'because', 'he', 'could', "n't", 'stand', 'the', 'smell', '.', 'Long', 'after', 'he', 'had', 'finished', 'eating', 'and', 'lay', 'lethargic', 'in', 'the', 'same', 'place', ',', 'his', 'sister', 'slowly', 'turned', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw', '.', 'He', 'was', 'immediately', 'startled', ',', 'although', 'he', 'had', 'been', 'half', 'asleep', ',', 'and', 'he', 'hurried', 'back', 'under', 'the', 'couch', '.', 'But', 'he', 'needed', 'great', 'self-control', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'his', 'sister', 'was', 'in', 'the', 'room', ',', 'as', 'eating', 'so', 'much', 'food', 'had', 'rounded', 'out', 'his', 'body', 'a', 'little', 'and', 'he', 'could', 'hardly', 'breathe', 'in', 'that', 'narrow', 'space', '.', 'Half', 'suffocating', ',', 'he', 'watched', 'with', 'bulging', 'eyes', 'as', 'his', 'sister', 'unselfconsciously', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'left-overs', ',', 'mixing', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touched', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'used', 'any', 'more', '.', 'She', 'quickly', 'dropped', 'it', 'all', 'into', 'a', 'bin', ',', 'closed', 'it', 'with', 'its', 'wooden', 'lid', ',', 'and', 'carried', 'everything', 'out', '.', 'She', 'had', 'hardly', 'turned', 'her', 'back', 'before', 'Gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretched', 'himself', '.', 'This', 'was', 'how', 'Gregor', 'received', 'his', 'food', 'each', 'day', 'now', ',', 'once', 'in', 'the', 'morning', 'while', 'his', 'parents', 'and', 'the', 'maid', 'were', 'still', 'asleep', ',', 'and', 'the', 'second', 'time', 'after', 'everyone', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'his', 'parents', 'would', 'sleep', 'for', 'a', 'little', 'while', 'then', 'as', 'well', ',', 'and', "Gregor's", 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand', '.', 'Gregor', "'s", 'father', 'and', 'mother', 'certainly', 'did', 'not', 'want', 'him', 'to', 'starve', 'either', ',', 'but', 'perhaps', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'any', 'more', 'experience', 'of', 'his', 'feeding', 'than', 'being', 'told', 'about', 'it', ',', 'and', 'perhaps', 'his', 'sister', 'wanted', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'indeed', 'suffering', 'enough', '.', 'It', 'was', 'impossible', 'for', 'Gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morning', 'to', 'get', 'them', 'out', 'of', 'the', 'flat', '.', 'As', 'nobody', 'could', 'understand', 'him', ',', 'nobody', ',', 'not', 'even', 'his', 'sister', ',', 'thought', 'that', 'he', 'could', 'understand', 'them', ',', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'his', 'sister', "'s", 'sighs', 'and', 'appeals', 'to', 'the', 'saints', 'as', 'she', 'moved', 'about', 'his', 'room', '.', 'It', 'was', 'only', 'later', ',', 'when', 'she', 'had', 'become', 'a', 'little', 'more', 'used', 'to', 'everything', '-', 'there', 'was', ',', 'of', 'course', ',', 'no', 'question', 'of', 'her', 'ever', 'becoming', 'fully', 'used', 'to', 'the', 'situation', '-', 'that', 'Gregor', 'would', 'sometimes', 'catch', 'a', 'friendly', 'comment', ',', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'construed', 'as', 'friendly', '.', '``', 'He', "'s", 'enjoyed', 'his', 'dinner', 'today', "''", ',', 'she', 'might', 'say', 'when', 'he', 'had', 'diligently', 'cleared', 'away', 'all', 'the', 'food', 'left', 'for', 'him', ',', 'or', 'if', 'he', 'left', 'most', 'of', 'it', ',', 'which', 'slowly', 'became', 'more', 'and', 'more', 'frequent', ',', 'she', 'would', 'often', 'say', ',', 'sadly', ',', '``', 'now', 'everything', "'s", 'just', 'been', 'left', 'there', 'again', "''", '.', 'Although', 'Gregor', 'was', "n't", 'able', 'to', 'hear', 'any', 'news', 'directly', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'was', 'said', 'in', 'the', 'next', 'rooms', ',', 'and', 'whenever', 'he', 'heard', 'anyone', 'speaking', 'he', 'would', 'scurry', 'straight', 'to', 'the', 'appropriate', 'door', 'and', 'press', 'his', 'whole', 'body', 'against', 'it', '.', 'There', 'was', 'seldom', 'any', 'conversation', ',', 'especially', 'at', 'first', ',', 'that', 'was', 'not', 'about', 'him', 'in', 'some', 'way', ',', 'even', 'if', 'only', 'in', 'secret', '.', 'For', 'two', 'whole', 'days', ',', 'all', 'the', 'talk', 'at', 'every', 'mealtime', 'was', 'about', 'what', 'they', 'should', 'do', 'now', ';', 'but', 'even', 'between', 'meals', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'always', 'at', 'least', 'two', 'members', 'of', 'the', 'family', 'at', 'home', '-', 'nobody', 'wanted', 'to', 'be', 'at', 'home', 'by', 'themselves', 'and', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'leave', 'the', 'flat', 'entirely', 'empty', '.', 'And', 'on', 'the', 'very', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knees', 'and', 'begged', 'Gregor', "'s", 'mother', 'to', 'let', 'her', 'go', 'without', 'delay', '.', 'It', 'was', 'not', 'very', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happened', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour', ',', 'tearfully', 'thanking', 'Gregor', "'s", 'mother', 'for', 'her', 'dismissal', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enormous', 'service', '.', 'She', 'even', 'swore', 'emphatically', 'not', 'to', 'tell', 'anyone', 'the', 'slightest', 'about', 'what', 'had', 'happened', ',', 'even', 'though', 'no-one', 'had', 'asked', 'that', 'of', 'her', '.', 'Now', 'Gregor', "'s", 'sister', 'also', 'had', 'to', 'help', 'his', 'mother', 'with', 'the', 'cooking', ';', 'although', 'that', 'was', 'not', 'so', 'much', 'bother', 'as', 'no-one', 'ate', 'very', 'much', '.', 'Gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccessfully', 'urge', 'another', 'to', 'eat', ',', 'and', 'receive', 'no', 'more', 'answer', 'than', '``', 'no', 'thanks', ',', 'I', "'ve", 'had', 'enough', "''", 'or', 'something', 'similar', '.', 'No-one', 'drank', 'very', 'much', 'either', '.', 'His', 'sister', 'would', 'sometimes', 'ask', 'his', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer', ',', 'hoping', 'for', 'the', 'chance', 'to', 'go', 'and', 'fetch', 'it', 'herself', '.', 'When', 'his', 'father', 'then', 'said', 'nothing', 'she', 'would', 'add', ',', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish', ',', 'that', 'she', 'could', 'send', 'the', 'housekeeper', 'for', 'it', ',', 'but', 'then', 'his', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big', ',', 'loud', '``', 'No', "''", ',', 'and', 'no', 'more', 'would', 'be', 'said', '.', 'Even', 'before', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end', ',', 'his', 'father', 'had', 'explained', 'to', 'Gregor', "'s", 'mother', 'and', 'sister', 'what', 'their', 'finances', 'and', 'prospects', 'were', '.', 'Now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'table', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'little', 'cash', 'box', 'he', 'had', 'saved', 'from', 'his', 'business', 'when', 'it', 'had', 'collapsed', 'five', 'years', 'earlier', '.', 'Gregor', 'heard', 'how', 'he', 'opened', 'the', 'complicated', 'lock', 'and', 'then', 'closed', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'wanted', '.', 'What', 'he', 'heard', 'his', 'father', 'say', 'was', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'Gregor', 'heard', 'since', 'he', 'had', 'first', 'been', 'incarcerated', 'in', 'his', 'room', '.', 'He', 'had', 'thought', 'that', 'nothing', 'at', 'all', 'remained', 'from', 'his', 'father', "'s", 'business', ',', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anything', 'different', ',', 'and', 'Gregor', 'had', 'never', 'asked', 'him', 'about', 'it', 'anyway', '.', 'Their', 'business', 'misfortune', 'had', 'reduced', 'the', 'family', 'to', 'a', 'state', 'of', 'total', 'despair', ',', 'and', 'Gregor', "'s", 'only', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrange', 'things', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickly', 'as', 'possible', '.', 'So', 'then', 'he', 'started', 'working', 'especially', 'hard', ',', 'with', 'a', 'fiery', 'vigour', 'that', 'raised', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travelling', 'representative', 'almost', 'overnight', ',', 'bringing', 'with', 'it', 'the', 'chance', 'to', 'earn', 'money', 'in', 'quite', 'different', 'ways', '.', 'Gregor', 'converted', 'his', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'table', 'at', 'home', 'for', 'the', 'benefit', 'of', 'his', 'astonished', 'and', 'delighted', 'family', '.', 'They', 'had', 'been', 'good', 'times', 'and', 'they', 'had', 'never', 'come', 'again', ',', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour', ',', 'even', 'though', 'Gregor', 'had', 'later', 'earned', 'so', 'much', 'that', 'he', 'was', 'in', 'a', 'position', 'to', 'bear', 'the', 'costs', 'of', 'the', 'whole', 'family', ',', 'and', 'did', 'bear', 'them', '.', 'They', 'had', 'even', 'got', 'used', 'to', 'it', ',', 'both', 'Gregor', 'and', 'the', 'family', ',', 'they', 'took', 'the', 'money', 'with', 'gratitude', 'and', 'he', 'was', 'glad', 'to', 'provide', 'it', ',', 'although', 'there', 'was', 'no', 'longer', 'much', 'warm', 'affection', 'given', 'in', 'return', '.', 'Gregor', 'only', 'remained', 'close', 'to', 'his', 'sister', 'now', '.', 'Unlike', 'him', ',', 'she', 'was', 'very', 'fond', 'of', 'music', 'and', 'a', 'gifted', 'and', 'expressive', 'violinist', ',', 'it', 'was', 'his', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'next', 'year', 'even', 'though', 'it', 'would', 'cause', 'great', 'expense', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way', '.', 'During', 'Gregor', "'s", 'short', 'periods', 'in', 'town', ',', 'conversation', 'with', 'his', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatory', 'but', 'it', 'was', 'only', 'ever', 'mentioned', 'as', 'a', 'lovely', 'dream', 'that', 'could', 'never', 'be', 'realised', '.', 'Their', 'parents', 'did', 'not', 'like', 'to', 'hear', 'this', 'innocent', 'talk', ',', 'but', 'Gregor', 'thought', 'about', 'it', 'quite', 'hard', 'and', 'decided', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'planned', 'with', 'a', 'grand', 'announcement', 'of', 'it', 'on', 'Christmas', 'day', '.', 'That', 'was', 'the', 'sort', 'of', 'totally', 'pointless', 'thing', 'that', 'went', 'through', 'his', 'mind', 'in', 'his', 'present', 'state', ',', 'pressed', 'upright', 'against', 'the', 'door', 'and', 'listening', '.', 'There', 'were', 'times', 'when', 'he', 'simply', 'became', 'too', 'tired', 'to', 'continue', 'listening', ',', 'when', 'his', 'head', 'would', 'fall', 'wearily', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start', ',', 'as', 'even', 'the', 'slightest', 'noise', 'he', 'caused', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent', '.', '``', 'What', "'s", 'that', 'he', "'s", 'doing', 'now', "''", ',', 'his', 'father', 'would', 'say', 'after', 'a', 'while', ',', 'clearly', 'having', 'gone', 'over', 'to', 'the', 'door', ',', 'and', 'only', 'then', 'would', 'the', 'interrupted', 'conversation', 'slowly', 'be', 'taken', 'up', 'again', '.', 'When', 'explaining', 'things', ',', 'his', 'father', 'repeated', 'himself', 'several', 'times', ',', 'partly', 'because', 'it', 'was', 'a', 'long', 'time', 'since', 'he', 'had', 'been', 'occupied', 'with', 'these', 'matters', 'himself', 'and', 'partly', 'because', 'Gregor', "'s", 'mother', 'did', 'not', 'understand', 'everything', 'the', 'first', 'time', '.', 'From', 'these', 'repeated', 'explanations', 'Gregor', 'learned', ',', 'to', 'his', 'pleasure', ',', 'that', 'despite', 'all', 'their', 'misfortunes', 'there', 'was', 'still', 'some', 'money', 'available', 'from', 'the', 'old', 'days', '.', 'It', 'was', 'not', 'a', 'lot', ',', 'but', 'it', 'had', 'not', 'been', 'touched', 'in', 'the', 'meantime', 'and', 'some', 'interest', 'had', 'accumulated', '.', 'Besides', 'that', ',', 'they', 'had', 'not', 'been', 'using', 'up', 'all', 'the', 'money', 'that', 'Gregor', 'had', 'been', 'bringing', 'home', 'every', 'month', ',', 'keeping', 'only', 'a', 'little', 'for', 'himself', ',', 'so', 'that', 'that', ',', 'too', ',', 'had', 'been', 'accumulating', '.', 'Behind', 'the', 'door', ',', 'Gregor', 'nodded', 'with', 'enthusiasm', 'in', 'his', 'pleasure', 'at', 'this', 'unexpected', 'thrift', 'and', 'caution', '.', 'He', 'could', 'actually', 'have', 'used', 'this', 'surplus', 'money', 'to', 'reduce', 'his', 'father', "'s", 'debt', 'to', 'his', 'boss', ',', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer', ',', 'but', 'now', 'it', 'was', 'certainly', 'better', 'the', 'way', 'his', 'father', 'had', 'done', 'things', '.', 'This', 'money', ',', 'however', ',', 'was', 'certainly', 'not', 'enough', 'to', 'enable', 'the', 'family', 'to', 'live', 'off', 'the', 'interest', ';', 'it', 'was', 'enough', 'to', 'maintain', 'them', 'for', ',', 'perhaps', ',', 'one', 'or', 'two', 'years', ',', 'no', 'more', '.', 'That', "'s", 'to', 'say', ',', 'it', 'was', 'money', 'that', 'should', 'not', 'really', 'be', 'touched', 'but', 'set', 'aside', 'for', 'emergencies', ';', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earned', '.', 'His', 'father', 'was', 'healthy', 'but', 'old', ',', 'and', 'lacking', 'in', 'self', 'confidence', '.', 'During', 'the', 'five', 'years', 'that', 'he', 'had', 'not', 'been', 'working', '-', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', '-', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'become', 'very', 'slow', 'and', 'clumsy', '.', 'Would', 'Gregor', "'s", 'elderly', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money', '?', 'She', 'suffered', 'from', 'asthma', 'and', 'it', 'was', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home', ',', 'every', 'other', 'day', 'would', 'be', 'spent', 'struggling', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window', '.', 'Would', 'his', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money', '?', 'She', 'was', 'still', 'a', 'child', 'of', 'seventeen', ',', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'very', 'enviable', ',', 'consisting', 'of', 'wearing', 'nice', 'clothes', ',', 'sleeping', 'late', ',', 'helping', 'out', 'in', 'the', 'business', ',', 'joining', 'in', 'with', 'a', 'few', 'modest', 'pleasures', 'and', 'most', 'of', 'all', 'playing', 'the', 'violin', '.', 'Whenever', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money', ',', 'Gregor', 'would', 'always', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool', ',', 'leather', 'sofa', 'next', 'to', 'it', ',', 'as', 'he', 'became', 'quite', 'hot', 'with', 'shame', 'and', 'regret', '.', 'He', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through', ',', 'not', 'sleeping', 'a', 'wink', 'but', 'scratching', 'at', 'the', 'leather', 'for', 'hours', 'on', 'end', '.', 'Or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'pushing', 'a', 'chair', 'to', 'the', 'window', ',', 'climbing', 'up', 'onto', 'the', 'sill', 'and', ',', 'propped', 'up', 'in', 'the', 'chair', ',', 'leaning', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it', '.', 'He', 'had', 'used', 'to', 'feel', 'a', 'great', 'sense', 'of', 'freedom', 'from', 'doing', 'this', ',', 'but', 'doing', 'it', 'now', 'was', 'obviously', 'something', 'more', 'remembered', 'than', 'experienced', ',', 'as', 'what', 'he', 'actually', 'saw', 'in', 'this', 'way', 'was', 'becoming', 'less', 'distinct', 'every', 'day', ',', 'even', 'things', 'that', 'were', 'quite', 'near', ';', 'he', 'had', 'used', 'to', 'curse', 'the', 'ever-present', 'view', 'of', 'the', 'hospital', 'across', 'the', 'street', ',', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all', ',', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'lived', 'in', 'Charlottenstrasse', ',', 'which', 'was', 'a', 'quiet', 'street', 'despite', 'being', 'in', 'the', 'middle', 'of', 'the', 'city', ',', 'he', 'could', 'have', 'thought', 'that', 'he', 'was', 'looking', 'out', 'the', 'window', 'at', 'a', 'barren', 'waste', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingled', 'inseparably', '.', 'His', 'observant', 'sister', 'only', 'needed', 'to', 'notice', 'the', 'chair', 'twice', 'before', 'she', 'would', 'always', 'push', 'it', 'back', 'to', 'its', 'exact', 'position', 'by', 'the', 'window', 'after', 'she', 'had', 'tidied', 'up', 'the', 'room', ',', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on', '.', 'If', 'Gregor', 'had', 'only', 'been', 'able', 'to', 'speak', 'to', 'his', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it', ';', 'but', 'as', 'it', 'was', 'it', 'caused', 'him', 'pain', '.', 'His', 'sister', ',', 'naturally', ',', 'tried', 'as', 'far', 'as', 'possible', 'to', 'pretend', 'there', 'was', 'nothing', 'burdensome', 'about', 'it', ',', 'and', 'the', 'longer', 'it', 'went', 'on', ',', 'of', 'course', ',', 'the', 'better', 'she', 'was', 'able', 'to', 'do', 'so', ',', 'but', 'as', 'time', 'went', 'by', 'Gregor', 'was', 'also', 'able', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better', '.', 'It', 'had', 'even', 'become', 'very', 'unpleasant', 'for', 'him', ',', 'now', ',', 'whenever', 'she', 'entered', 'the', 'room', '.', 'No', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickly', 'close', 'the', 'door', 'as', 'a', 'precaution', 'so', 'that', 'no-one', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', 'Gregor', "'s", 'room', ',', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedly', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffocating', '.', 'Even', 'if', 'it', 'was', 'cold', ',', 'she', 'would', 'stay', 'at', 'the', 'window', 'breathing', 'deeply', 'for', 'a', 'little', 'while', '.', 'She', 'would', 'alarm', 'Gregor', 'twice', 'a', 'day', 'with', 'this', 'running', 'about', 'and', 'noise', 'making', ';', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shivering', 'the', 'whole', 'while', ',', 'knowing', 'full', 'well', 'that', 'she', 'would', 'certainly', 'have', 'liked', 'to', 'spare', 'him', 'this', 'ordeal', ',', 'but', 'it', 'was', 'impossible', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'windows', 'closed', '.', 'One', 'day', ',', 'about', 'a', 'month', 'after', 'Gregor', "'s", 'transformation', 'when', 'his', 'sister', 'no', 'longer', 'had', 'any', 'particular', 'reason', 'to', 'be', 'shocked', 'at', 'his', 'appearance', ',', 'she', 'came', 'into', 'the', 'room', 'a', 'little', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'staring', 'out', 'the', 'window', ',', 'motionless', ',', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horrible', '.', 'In', 'itself', ',', 'his', 'sister', "'s", 'not', 'coming', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surprise', 'for', 'Gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immediately', 'open', 'the', 'window', 'while', 'he', 'was', 'still', 'there', ',', 'but', 'not', 'only', 'did', 'she', 'not', 'come', 'in', ',', 'she', 'went', 'straight', 'back', 'and', 'closed', 'the', 'door', 'behind', 'her', ',', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threatened', 'her', 'and', 'tried', 'to', 'bite', 'her', '.', 'Gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch', ',', 'of', 'course', ',', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'before', 'his', 'sister', 'came', 'back', 'and', 'she', 'seemed', 'much', 'more', 'uneasy', 'than', 'usual', '.', 'It', 'made', 'him', 'realise', 'that', 'she', 'still', 'found', 'his', 'appearance', 'unbearable', 'and', 'would', 'continue', 'to', 'do', 'so', ',', 'she', 'probably', 'even', 'had', 'to', 'overcome', 'the', 'urge', 'to', 'flee', 'when', 'she', 'saw', 'the', 'little', 'bit', 'of', 'him', 'that', 'protruded', 'from', 'under', 'the', 'couch', '.', 'One', 'day', ',', 'in', 'order', 'to', 'spare', 'her', 'even', 'this', 'sight', ',', 'he', 'spent', 'four', 'hours', 'carrying', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'his', 'back', 'and', 'arranged', 'it', 'so', 'that', 'he', 'was', 'completely', 'covered', 'and', 'his', 'sister', 'would', 'not', 'be', 'able', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down', '.', 'If', 'she', 'did', 'not', 'think', 'this', 'sheet', 'was', 'necessary', 'then', 'all', 'she', 'had', 'to', 'do', 'was', 'take', 'it', 'off', 'again', ',', 'as', 'it', 'was', 'clear', 'enough', 'that', 'it', 'was', 'no', 'pleasure', 'for', 'Gregor', 'to', 'cut', 'himself', 'off', 'so', 'completely', '.', 'She', 'left', 'the', 'sheet', 'where', 'it', 'was', '.', 'Gregor', 'even', 'thought', 'he', 'glimpsed', 'a', 'look', 'of', 'gratitude', 'one', 'time', 'when', 'he', 'carefully', 'looked', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'his', 'sister', 'liked', 'the', 'new', 'arrangement', '.', 'For', 'the', 'first', 'fourteen', 'days', ',', 'Gregor', "'s", 'parents', 'could', 'not', 'bring', 'themselves', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him', '.', 'He', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreciated', 'all', 'the', 'new', 'work', 'his', 'sister', 'was', 'doing', 'even', 'though', ',', 'before', ',', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'was', 'somewhat', 'useless', 'and', 'frequently', 'been', 'annoyed', 'with', 'her', '.', 'But', 'now', 'the', 'two', 'of', 'them', ',', 'father', 'and', 'mother', ',', 'would', 'often', 'both', 'wait', 'outside', 'the', 'door', 'of', 'Gregor', "'s", 'room', 'while', 'his', 'sister', 'tidied', 'up', 'in', 'there', ',', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactly', 'how', 'everything', 'looked', ',', 'what', 'Gregor', 'had', 'eaten', ',', 'how', 'he', 'had', 'behaved', 'this', 'time', 'and', 'whether', ',', 'perhaps', ',', 'any', 'slight', 'improvement', 'could', 'be', 'seen', '.', 'His', 'mother', 'also', 'wanted', 'to', 'go', 'in', 'and', 'visit', 'Gregor', 'relatively', 'soon', 'but', 'his', 'father', 'and', 'sister', 'at', 'first', 'persuaded', 'her', 'against', 'it', '.', 'Gregor', 'listened', 'very', 'closely', 'to', 'all', 'this', ',', 'and', 'approved', 'fully', '.', 'Later', ',', 'though', ',', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'force', ',', 'which', 'made', 'her', 'call', 'out', ':', "''", 'Let', 'me', 'go', 'and', 'see', 'Gregor', ',', 'he', 'is', 'my', 'unfortunate', 'son', '!', 'Ca', "n't", 'you', 'understand', 'I', 'have', 'to', 'see', 'him', '?', '``', ',', 'and', 'Gregor', 'would', 'think', 'to', 'himself', 'that', 'maybe', 'it', 'would', 'be', 'better', 'if', 'his', 'mother', 'came', 'in', ',', 'not', 'every', 'day', 'of', 'course', ',', 'but', 'one', 'day', 'a', 'week', ',', 'perhaps', ';', 'she', 'could', 'understand', 'everything', 'much', 'better', 'than', 'his', 'sister', 'who', ',', 'for', 'all', 'her', 'courage', ',', 'was', 'still', 'just', 'a', 'child', 'after', 'all', ',', 'and', 'really', 'might', 'not', 'have', 'had', 'an', 'adult', "'s", 'appreciation', 'of', 'the', 'burdensome', 'job', 'she', 'had', 'taken', 'on', '.', 'Gregor', "'s", 'wish', 'to', 'see', 'his', 'mother', 'was', 'soon', 'realised', '.', 'Out', 'of', 'consideration', 'for', 'his', 'parents', ',', 'Gregor', 'wanted', 'to', 'avoid', 'being', 'seen', 'at', 'the', 'window', 'during', 'the', 'day', ',', 'the', 'few', 'square', 'meters', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about', ',', 'it', 'was', 'hard', 'to', 'just', 'lie', 'quietly', 'through', 'the', 'night', ',', 'his', 'food', 'soon', 'stopped', 'giving', 'him', 'any', 'pleasure', 'at', 'all', ',', 'and', 'so', ',', 'to', 'entertain', 'himself', ',', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawling', 'up', 'and', 'down', 'the', 'walls', 'and', 'ceiling', '.', 'He', 'was', 'especially', 'fond', 'of', 'hanging', 'from', 'the', 'ceiling', ';', 'it', 'was', 'quite', 'different', 'from', 'lying', 'on', 'the', 'floor', ';', 'he', 'could', 'breathe', 'more', 'freely', ';', 'his', 'body', 'had', 'a', 'light', 'swing', 'to', 'it', ';', 'and', 'up', 'there', ',', 'relaxed', 'and', 'almost', 'happy', ',', 'it', 'might', 'happen', 'that', 'he', 'would', 'surprise', 'even', 'himself', 'by', 'letting', 'go', 'of', 'the', 'ceiling', 'and', 'landing', 'on', 'the', 'floor', 'with', 'a', 'crash', '.', 'But', 'now', ',', 'of', 'course', ',', 'he', 'had', 'far', 'better', 'control', 'of', 'his', 'body', 'than', 'before', 'and', ',', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that', ',', 'caused', 'himself', 'no', 'damage', '.', 'Very', 'soon', 'his', 'sister', 'noticed', 'Gregor', "'s", 'new', 'way', 'of', 'entertaining', 'himself', '-', 'he', 'had', ',', 'after', 'all', ',', 'left', 'traces', 'of', 'the', 'adhesive', 'from', 'his', 'feet', 'as', 'he', 'crawled', 'about', '-', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easy', 'as', 'possible', 'for', 'him', 'by', 'removing', 'the', 'furniture', 'that', 'got', 'in', 'his', 'way', ',', 'especially', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', '.', 'Now', ',', 'this', 'was', 'not', 'something', 'that', 'she', 'would', 'be', 'able', 'to', 'do', 'by', 'herself', ';', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father', ';', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carried', 'on', 'bravely', 'since', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainly', 'would', 'not', 'have', 'helped', 'in', 'this', ',', 'she', 'had', 'even', 'asked', 'to', 'be', 'allowed', 'to', 'keep', 'the', 'kitchen', 'locked', 'at', 'all', 'times', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'was', 'especially', 'important', ';', 'so', 'his', 'sister', 'had', 'no', 'choice', 'but', 'to', 'choose', 'some', 'time', 'when', 'Gregor', "'s", 'father', 'was', 'not', 'there', 'and', 'fetch', 'his', 'mother', 'to', 'help', 'her', '.', 'As', 'she', 'approached', 'the', 'room', ',', 'Gregor', 'could', 'hear', 'his', 'mother', 'express', 'her', 'joy', ',', 'but', 'once', 'at', 'the', 'door', 'she', 'went', 'silent', '.', 'First', ',', 'of', 'course', ',', 'his', 'sister', 'came', 'in', 'and', 'looked', 'round', 'to', 'see', 'that', 'everything', 'in', 'the', 'room', 'was', 'alright', ';', 'and', 'only', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter', '.', 'Gregor', 'had', 'hurriedly', 'pulled', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'folds', 'into', 'it', 'so', 'that', 'everything', 'really', 'looked', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chance', '.', 'Gregor', 'also', 'refrained', ',', 'this', 'time', ',', 'from', 'spying', 'out', 'from', 'under', 'the', 'sheet', ';', 'he', 'gave', 'up', 'the', 'chance', 'to', 'see', 'his', 'mother', 'until', 'later', 'and', 'was', 'simply', 'glad', 'that', 'she', 'had', 'come', '.', '``', 'You', 'can', 'come', 'in', ',', 'he', 'ca', "n't", 'be', 'seen', "''", ',', 'said', 'his', 'sister', ',', 'obviously', 'leading', 'her', 'in', 'by', 'the', 'hand', '.', 'The', 'old', 'chest', 'of', 'drawers', 'was', 'too', 'heavy', 'for', 'a', 'pair', 'of', 'feeble', 'women', 'to', 'be', 'heaving', 'about', ',', 'but', 'Gregor', 'listened', 'as', 'they', 'pushed', 'it', 'from', 'its', 'place', ',', 'his', 'sister', 'always', 'taking', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignoring', 'her', 'mother', "'s", 'warnings', 'that', 'she', 'would', 'strain', 'herself', '.', 'This', 'lasted', 'a', 'very', 'long', 'time', '.', 'After', 'labouring', 'at', 'it', 'for', 'fifteen', 'minutes', 'or', 'more', 'his', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leave', 'the', 'chest', 'where', 'it', 'was', ',', 'for', 'one', 'thing', 'it', 'was', 'too', 'heavy', 'for', 'them', 'to', 'get', 'the', 'job', 'finished', 'before', 'Gregor', "'s", 'father', 'got', 'home', 'and', 'leaving', 'it', 'in', 'the', 'middle', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'his', 'way', 'even', 'more', ',', 'and', 'for', 'another', 'thing', 'it', 'was', "n't", 'even', 'sure', 'that', 'taking', 'the', 'furniture', 'away', 'would', 'really', 'be', 'any', 'help', 'to', 'him', '.', 'She', 'thought', 'just', 'the', 'opposite', ';', 'the', 'sight', 'of', 'the', 'bare', 'walls', 'saddened', 'her', 'right', 'to', 'her', 'heart', ';', 'and', 'why', 'would', "n't", 'Gregor', 'feel', 'the', 'same', 'way', 'about', 'it', ',', 'he', "'d", 'been', 'used', 'to', 'this', 'furniture', 'in', 'his', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandoned', 'to', 'be', 'in', 'an', 'empty', 'room', 'like', 'that', '.', 'Then', ',', 'quietly', ',', 'almost', 'whispering', 'as', 'if', 'wanting', 'Gregor', '(', 'whose', 'whereabouts', 'she', 'did', 'not', 'know', ')', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voice', ',', 'as', 'she', 'was', 'convinced', 'that', 'he', 'did', 'not', 'understand', 'her', 'words', ',', 'she', 'added', '``', 'and', 'by', 'taking', 'the', 'furniture', 'away', ',', 'wo', "n't", 'it', 'seem', 'like', 'we', "'re", 'showing', 'that', 'we', "'ve", 'given', 'up', 'all', 'hope', 'of', 'improvement', 'and', 'we', "'re", 'abandoning', 'him', 'to', 'cope', 'for', 'himself', '?', 'I', 'think', 'it', "'d", 'be', 'best', 'to', 'leave', 'the', 'room', 'exactly', 'the', 'way', 'it', 'was', 'before', 'so', 'that', 'when', 'Gregor', 'comes', 'back', 'to', 'us', 'again', "he'll", 'find', 'everything', 'unchanged', 'and', 'he', "'ll", 'be', 'able', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier', "''", '.', 'Hearing', 'these', 'words', 'from', 'his', 'mother', 'made', 'Gregor', 'realise', 'that', 'the', 'lack', 'of', 'any', 'direct', 'human', 'communication', ',', 'along', 'with', 'the', 'monotonous', 'life', 'led', 'by', 'the', 'family', 'during', 'these', 'two', 'months', ',', 'must', 'have', 'made', 'him', 'confused', '-', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explaining', 'to', 'himself', 'why', 'he', 'had', 'seriously', 'wanted', 'his', 'room', 'emptied', 'out', '.', 'Had', 'he', 'really', 'wanted', 'to', 'transform', 'his', 'room', 'into', 'a', 'cave', ',', 'a', 'warm', 'room', 'fitted', 'out', 'with', 'the', 'nice', 'furniture', 'he', 'had', 'inherited', '?', 'That', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimpeded', 'in', 'any', 'direction', ',', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickly', 'forget', 'his', 'past', 'when', 'he', 'had', 'still', 'been', 'human', '.', 'He', 'had', 'come', 'very', 'close', 'to', 'forgetting', ',', 'and', 'it', 'had', 'only', 'been', 'the', 'voice', 'of', 'his', 'mother', ',', 'unheard', 'for', 'so', 'long', ',', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it', '.', 'Nothing', 'should', 'be', 'removed', ';', 'everything', 'had', 'to', 'stay', ';', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influence', 'the', 'furniture', 'had', 'on', 'his', 'condition', ';', 'and', 'if', 'the', 'furniture', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessly', 'that', 'was', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantage', '.', 'His', 'sister', ',', 'unfortunately', ',', 'did', 'not', 'agree', ';', 'she', 'had', 'become', 'used', 'to', 'the', 'idea', ',', 'not', 'without', 'reason', ',', 'that', 'she', 'was', 'Gregor', "'s", 'spokesman', 'to', 'his', 'parents', 'about', 'the', 'things', 'that', 'concerned', 'him', '.', 'This', 'meant', 'that', 'his', 'mother', "'s", 'advice', 'now', 'was', 'sufficient', 'reason', 'for', 'her', 'to', 'insist', 'on', 'removing', 'not', 'only', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', ',', 'as', 'she', 'had', 'thought', 'at', 'first', ',', 'but', 'all', 'the', 'furniture', 'apart', 'from', 'the', 'all-important', 'couch', '.', 'It', 'was', 'more', 'than', 'childish', 'perversity', ',', 'of', 'course', ',', 'or', 'the', 'unexpected', 'confidence', 'she', 'had', 'recently', 'acquired', ',', 'that', 'made', 'her', 'insist', ';', 'she', 'had', 'indeed', 'noticed', 'that', 'Gregor', 'needed', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in', ',', 'whereas', 'the', 'furniture', ',', 'as', 'far', 'as', 'anyone', 'could', 'see', ',', 'was', 'of', 'no', 'use', 'to', 'him', 'at', 'all', '.', 'Girls', 'of', 'that', 'age', ',', 'though', ',', 'do', 'become', 'enthusiastic', 'about', 'things', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenever', 'they', 'can', '.', 'Perhaps', 'this', 'was', 'what', 'tempted', 'Grete', 'to', 'make', "Gregor's", 'situation', 'seem', 'even', 'more', 'shocking', 'than', 'it', 'was', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him', '.', 'Grete', 'would', 'probably', 'be', 'the', 'only', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'dominated', 'by', 'Gregor', 'crawling', 'about', 'the', 'bare', 'walls', 'by', 'himself', '.', 'So', 'she', 'refused', 'to', 'let', 'her', 'mother', 'dissuade', 'her', '.', 'Gregor', "'s", 'mother', 'already', 'looked', 'uneasy', 'in', 'his', 'room', ',', 'she', 'soon', 'stopped', 'speaking', 'and', 'helped', 'Gregor', "'s", 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawers', 'out', 'with', 'what', 'strength', 'she', 'had', '.', 'The', 'chest', 'of', 'drawers', 'was', 'something', 'that', 'Gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to', ',', 'but', 'the', 'writing', 'desk', 'had', 'to', 'stay', '.', 'Hardly', 'had', 'the', 'two', 'women', 'pushed', 'the', 'chest', 'of', 'drawers', ',', 'groaning', ',', 'out', 'of', 'the', 'room', 'than', 'Gregor', 'poked', 'his', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it', '.', 'He', 'meant', 'to', 'be', 'as', 'careful', 'and', 'considerate', 'as', 'he', 'could', ',', 'but', ',', 'unfortunately', ',', 'it', 'was', 'his', 'mother', 'who', 'came', 'back', 'first', 'while', 'Grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arms', 'round', 'the', 'chest', ',', 'pushing', 'and', 'pulling', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without', ',', 'of', 'course', ',', 'moving', 'it', 'an', 'inch', '.', 'His', 'mother', 'was', 'not', 'used', 'to', 'the', 'sight', 'of', 'Gregor', ',', 'he', 'might', 'have', 'made', 'her', 'ill', ',', 'so', 'Gregor', 'hurried', 'backwards', 'to', 'the', 'far', 'end', 'of', 'the', 'couch', '.', 'In', 'his', 'startlement', ',', 'though', ',', 'he', 'was', 'not', 'able', 'to', 'prevent', 'the', 'sheet', 'at', 'its', 'front', 'from', 'moving', 'a', 'little', '.', 'It', 'was', 'enough', 'to', 'attract', 'his', 'mother', "'s", 'attention', '.', 'She', 'stood', 'very', 'still', ',', 'remained', 'there', 'a', 'moment', ',', 'and', 'then', 'went', 'back', 'out', 'to', 'Grete', '.', 'Gregor', 'kept', 'trying', 'to', 'assure', 'himself', 'that', 'nothing', 'unusual', 'was', 'happening', ',', 'it', 'was', 'just', 'a', 'few', 'pieces', 'of', 'furniture', 'being', 'moved', 'after', 'all', ',', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'going', 'to', 'and', 'fro', ',', 'their', 'little', 'calls', 'to', 'each', 'other', ',', 'the', 'scraping', 'of', 'the', 'furniture', 'on', 'the', 'floor', ',', 'all', 'these', 'things', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'being', 'assailed', 'from', 'all', 'sides', '.', 'With', 'his', 'head', 'and', 'legs', 'pulled', 'in', 'against', 'him', 'and', 'his', 'body', 'pressed', 'to', 'the', 'floor', ',', 'he', 'was', 'forced', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'this', 'much', 'longer', '.', 'They', 'were', 'emptying', 'his', 'room', 'out', ';', 'taking', 'away', 'everything', 'that', 'was', 'dear', 'to', 'him', ';', 'they', 'had', 'already', 'taken', 'out', 'the', 'chest', 'containing', 'his', 'fretsaw', 'and', 'other', 'tools', ';', 'now', 'they', 'threatened', 'to', 'remove', 'the', 'writing', 'desk', 'with', 'its', 'place', 'clearly', 'worn', 'into', 'the', 'floor', ',', 'the', 'desk', 'where', 'he', 'had', 'done', 'his', 'homework', 'as', 'a', 'business', 'trainee', ',', 'at', 'high', 'school', ',', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'school', '--', 'he', 'really', 'could', 'not', 'wait', 'any', 'longer', 'to', 'see', 'whether', 'the', 'two', 'women', "'s", 'intentions', 'were', 'good', '.', 'He', 'had', 'nearly', 'forgotten', 'they', 'were', 'there', 'anyway', ',', 'as', 'they', 'were', 'now', 'too', 'tired', 'to', 'say', 'anything', 'while', 'they', 'worked', 'and', 'he', 'could', 'only', 'hear', 'their', 'feet', 'as', 'they', 'stepped', 'heavily', 'on', 'the', 'floor', '.', 'So', ',', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catching', 'their', 'breath', ',', 'he', 'sallied', 'out', ',', 'changed', 'direction', 'four', 'times', 'not', 'knowing', 'what', 'he', 'should', 'save', 'first', 'before', 'his', 'attention', 'was', 'suddenly', 'caught', 'by', 'the', 'picture', 'on', 'the', 'wall', '-', 'which', 'was', 'already', 'denuded', 'of', 'everything', 'else', 'that', 'had', 'been', 'on', 'it', '-', 'of', 'the', 'lady', 'dressed', 'in', 'copious', 'fur', '.', 'He', 'hurried', 'up', 'onto', 'the', 'picture', 'and', 'pressed', 'himself', 'against', 'its', 'glass', ',', 'it', 'held', 'him', 'firmly', 'and', 'felt', 'good', 'on', 'his', 'hot', 'belly', '.', 'This', 'picture', 'at', 'least', ',', 'now', 'totally', 'covered', 'by', 'Gregor', ',', 'would', 'certainly', 'be', 'taken', 'away', 'by', 'no-one', '.', 'He', 'turned', 'his', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'living', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back', '.', 'They', 'had', 'not', 'allowed', 'themselves', 'a', 'long', 'rest', 'and', 'came', 'back', 'quite', 'soon', ';', 'Grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'was', 'nearly', 'carrying', 'her', '.', '``', 'What', 'shall', 'we', 'take', 'now', ',', 'then', '?', '``', ',', 'said', 'Grete', 'and', 'looked', 'around', '.', 'Her', 'eyes', 'met', 'those', 'of', 'Gregor', 'on', 'the', 'wall', '.', 'Perhaps', 'only', 'because', 'her', 'mother', 'was', 'there', ',', 'she', 'remained', 'calm', ',', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said', ',', 'albeit', 'hurriedly', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voice', ':', '``', 'Come', 'on', ',', 'let', "'s", 'go', 'back', 'in', 'the', 'living', 'room', 'for', 'a', 'while', '?', "''", 'Gregor', 'could', 'see', 'what', 'Grete', 'had', 'in', 'mind', ',', 'she', 'wanted', 'to', 'take', 'her', 'mother', 'somewhere', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall', '.', 'Well', ',', 'she', 'could', 'certainly', 'try', 'it', '!', 'He', 'sat', 'unyielding', 'on', 'his', 'picture', '.', 'He', 'would', 'rather', 'jump', 'at', 'Grete', "'s", 'face', '.', 'But', 'Grete', "'s", 'words', 'had', 'made', 'her', 'mother', 'quite', 'worried', ',', 'she', 'stepped', 'to', 'one', 'side', ',', 'saw', 'the', 'enormous', 'brown', 'patch', 'against', 'the', 'flowers', 'of', 'the', 'wallpaper', ',', 'and', 'before', 'she', 'even', 'realised', 'it', 'was', 'Gregor', 'that', 'she', 'saw', 'screamed', ':', '``', 'Oh', 'God', ',', 'oh', 'God', '!', "''", 'Arms', 'outstretched', ',', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everything', 'and', 'stayed', 'there', 'immobile', '.', '``', 'Gregor', '!', "''", 'shouted', 'his', 'sister', ',', 'glowering', 'at', 'him', 'and', 'shaking', 'her', 'fist', '.', 'That', 'was', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directly', 'since', 'his', 'transformation', '.', 'She', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smelling', 'salts', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint', ';', 'Gregor', 'wanted', 'to', 'help', 'too', '-', 'he', 'could', 'save', 'his', 'picture', 'later', ',', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'force', ';', 'then', 'he', ',', 'too', ',', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advise', 'his', 'sister', 'like', 'in', 'the', 'old', 'days', ';', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'doing', 'nothing', ';', 'she', 'was', 'looking', 'into', 'various', 'bottles', ',', 'he', 'startled', 'her', 'when', 'she', 'turned', 'round', ';', 'a', 'bottle', 'fell', 'to', 'the', 'ground', 'and', 'broke', ';', 'a', 'splinter', 'cut', 'Gregor', "'s", 'face', ',', 'some', 'kind', 'of', 'caustic', 'medicine', 'splashed', 'all', 'over', 'him', ';', 'now', ',', 'without', 'delaying', 'any', 'longer', ',', 'Grete', 'took', 'hold', 'of', 'all', 'the', 'bottles', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother', ';', 'she', 'slammed', 'the', 'door', 'shut', 'with', 'her', 'foot', '.', 'So', 'now', 'Gregor', 'was', 'shut', 'out', 'from', 'his', 'mother', ',', 'who', ',', 'because', 'of', 'him', ',', 'might', 'be', 'near', 'to', 'death', ';', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'his', 'sister', 'away', ',', 'and', 'she', 'had', 'to', 'stay', 'with', 'his', 'mother', ';', 'there', 'was', 'nothing', 'for', 'him', 'to', 'do', 'but', 'wait', ';', 'and', ',', 'oppressed', 'with', 'anxiety', 'and', 'self-reproach', ',', 'he', 'began', 'to', 'crawl', 'about', ',', 'he', 'crawled', 'over', 'everything', ',', 'walls', ',', 'furniture', ',', 'ceiling', ',', 'and', 'finally', 'in', 'his', 'confusion', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middle', 'of', 'the', 'dinner', 'table', '.', 'He', 'lay', 'there', 'for', 'a', 'while', ',', 'numb', 'and', 'immobile', ',', 'all', 'around', 'him', 'it', 'was', 'quiet', ',', 'maybe', 'that', 'was', 'a', 'good', 'sign', '.', 'Then', 'there', 'was', 'someone', 'at', 'the', 'door', '.', 'The', 'maid', ',', 'of', 'course', ',', 'had', 'locked', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'Grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it', '.', 'His', 'father', 'had', 'arrived', 'home', '.', '``', 'What', "'s", 'happened', '?', "''", 'were', 'his', 'first', 'words', ';', 'Grete', "'s", 'appearance', 'must', 'have', 'made', 'everything', 'clear', 'to', 'him', '.', 'She', 'answered', 'him', 'with', 'subdued', 'voice', ',', 'and', 'openly', 'pressed', 'her', 'face', 'into', 'his', 'chest', ':', '``', "Mother's", 'fainted', ',', 'but', 'she', "'s", 'better', 'now', '.', 'Gregor', 'got', 'out', '.', "''", '``', 'Just', 'as', 'I', 'expected', "''", ',', 'said', 'his', 'father', ',', '``', 'just', 'as', 'I', 'always', 'said', ',', 'but', 'you', 'women', 'would', "n't", 'listen', ',', 'would', 'you', '.', "''", 'It', 'was', 'clear', 'to', 'Gregor', 'that', 'Grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'his', 'father', 'took', 'it', 'to', 'mean', 'that', 'something', 'bad', 'had', 'happened', ',', 'that', 'he', 'was', 'responsible', 'for', 'some', 'act', 'of', 'violence', '.', 'That', 'meant', 'Gregor', 'would', 'now', 'have', 'to', 'try', 'to', 'calm', 'his', 'father', ',', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'things', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possible', '.', 'So', 'he', 'fled', 'to', 'the', 'door', 'of', 'his', 'room', 'and', 'pressed', 'himself', 'against', 'it', 'so', 'that', 'his', 'father', ',', 'when', 'he', 'came', 'in', 'from', 'the', 'hall', ',', 'could', 'see', 'straight', 'away', 'that', 'Gregor', 'had', 'the', 'best', 'intentions', 'and', 'would', 'go', 'back', 'into', 'his', 'room', 'without', 'delay', ',', 'that', 'it', 'would', 'not', 'be', 'necessary', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'only', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear', '.', 'His', 'father', ',', 'though', ',', 'was', 'not', 'in', 'the', 'mood', 'to', 'notice', 'subtleties', 'like', 'that', ';', '``', 'Ah', '!', '``', ',', 'he', 'shouted', 'as', 'he', 'came', 'in', ',', 'sounding', 'as', 'if', 'he', 'were', 'both', 'angry', 'and', 'glad', 'at', 'the', 'same', 'time', '.', 'Gregor', 'drew', 'his', 'head', 'back', 'from', 'the', 'door', 'and', 'lifted', 'it', 'towards', 'his', 'father', '.', 'He', 'really', 'had', 'not', 'imagined', 'his', 'father', 'the', 'way', 'he', 'stood', 'there', 'now', ';', 'of', 'late', ',', 'with', 'his', 'new', 'habit', 'of', 'crawling', 'about', ',', 'he', 'had', 'neglected', 'to', 'pay', 'attention', 'to', 'what', 'was', 'going', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'before', '.', 'He', 'really', 'ought', 'to', 'have', 'expected', 'things', 'to', 'have', 'changed', ',', 'but', 'still', ',', 'still', ',', 'was', 'that', 'really', 'his', 'father', '?', 'The', 'same', 'tired', 'man', 'as', 'used', 'to', 'be', 'laying', 'there', 'entombed', 'in', 'his', 'bed', 'when', 'Gregor', 'came', 'back', 'from', 'his', 'business', 'trips', ',', 'who', 'would', 'receive', 'him', 'sitting', 'in', 'the', 'armchair', 'in', 'his', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'evenings', ';', 'who', 'was', 'hardly', 'even', 'able', 'to', 'stand', 'up', 'but', ',', 'as', 'a', 'sign', 'of', 'his', 'pleasure', ',', 'would', 'just', 'raise', 'his', 'arms', 'and', 'who', ',', 'on', 'the', 'couple', 'of', 'times', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'together', 'on', 'a', 'Sunday', 'or', 'public', 'holiday', 'wrapped', 'up', 'tightly', 'in', 'his', 'overcoat', 'between', 'Gregor', 'and', 'his', 'mother', ',', 'would', 'always', 'labour', 'his', 'way', 'forward', 'a', 'little', 'more', 'slowly', 'than', 'them', ',', 'who', 'were', 'already', 'walking', 'slowly', 'for', 'his', 'sake', ';', 'who', 'would', 'place', 'his', 'stick', 'down', 'carefully', 'and', ',', 'if', 'he', 'wanted', 'to', 'say', 'something', 'would', 'invariably', 'stop', 'and', 'gather', 'his', 'companions', 'around', 'him', '.', 'He', 'was', 'standing', 'up', 'straight', 'enough', 'now', ';', 'dressed', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'buttons', ',', 'the', 'sort', 'worn', 'by', 'the', 'employees', 'at', 'the', 'banking', 'institute', ';', 'above', 'the', 'high', ',', 'stiff', 'collar', 'of', 'the', 'coat', 'his', 'strong', 'double-chin', 'emerged', ';', 'under', 'the', 'bushy', 'eyebrows', ',', 'his', 'piercing', ',', 'dark', 'eyes', 'looked', 'out', 'fresh', 'and', 'alert', ';', 'his', 'normally', 'unkempt', 'white', 'hair', 'was', 'combed', 'down', 'painfully', 'close', 'to', 'his', 'scalp', '.', 'He', 'took', 'his', 'cap', ',', 'with', 'its', 'gold', 'monogram', 'from', ',', 'probably', ',', 'some', 'bank', ',', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa', ',', 'put', 'his', 'hands', 'in', 'his', 'trouser', 'pockets', ',', 'pushing', 'back', 'the', 'bottom', 'of', 'his', 'long', 'uniform', 'coat', ',', 'and', ',', 'with', 'look', 'of', 'determination', ',', 'walked', 'towards', 'Gregor', '.', 'He', 'probably', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind', ',', 'but', 'nonetheless', 'lifted', 'his', 'feet', 'unusually', 'high', '.', 'Gregor', 'was', 'amazed', 'at', 'the', 'enormous', 'size', 'of', 'the', 'soles', 'of', 'his', 'boots', ',', 'but', 'wasted', 'no', 'time', 'with', 'that', '-', 'he', 'knew', 'full', 'well', ',', 'right', 'from', 'the', 'first', 'day', 'of', 'his', 'new', 'life', ',', 'that', 'his', 'father', 'thought', 'it', 'necessary', 'to', 'always', 'be', 'extremely', 'strict', 'with', 'him', '.', 'And', 'so', 'he', 'ran', 'up', 'to', 'his', 'father', ',', 'stopped', 'when', 'his', 'father', 'stopped', ',', 'scurried', 'forwards', 'again', 'when', 'he', 'moved', ',', 'even', 'slightly', '.', 'In', 'this', 'way', 'they', 'went', 'round', 'the', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening', ',', 'without', 'even', 'giving', 'the', 'impression', 'of', 'a', 'chase', 'as', 'everything', 'went', 'so', 'slowly', '.', 'Gregor', 'remained', 'all', 'this', 'time', 'on', 'the', 'floor', ',', 'largely', 'because', 'he', 'feared', 'his', 'father', 'might', 'see', 'it', 'as', 'especially', 'provoking', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceiling', '.', 'Whatever', 'he', 'did', ',', 'Gregor', 'had', 'to', 'admit', 'that', 'he', 'certainly', 'would', 'not', 'be', 'able', 'to', 'keep', 'up', 'this', 'running', 'about', 'for', 'long', ',', 'as', 'for', 'each', 'step', 'his', 'father', 'took', 'he', 'had', 'to', 'carry', 'out', 'countless', 'movements', '.', 'He', 'became', 'noticeably', 'short', 'of', 'breath', ',', 'even', 'in', 'his', 'earlier', 'life', 'his', 'lungs', 'had', 'not', 'been', 'very', 'reliable', '.', 'Now', ',', 'as', 'he', 'lurched', 'about', 'in', 'his', 'efforts', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'running', 'he', 'could', 'hardly', 'keep', 'his', 'eyes', 'open', ';', 'his', 'thoughts', 'became', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'any', 'other', 'way', 'of', 'saving', 'himself', 'than', 'running', ';', 'he', 'almost', 'forgot', 'that', 'the', 'walls', 'were', 'there', 'for', 'him', 'to', 'use', 'although', ',', 'here', ',', 'they', 'were', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'of', 'notches', 'and', 'protrusions', '-', 'then', ',', 'right', 'beside', 'him', ',', 'lightly', 'tossed', ',', 'something', 'flew', 'down', 'and', 'rolled', 'in', 'front', 'of', 'him', '.', 'It', 'was', 'an', 'apple', ';', 'then', 'another', 'one', 'immediately', 'flew', 'at', 'him', ';', 'Gregor', 'froze', 'in', 'shock', ';', 'there', 'was', 'no', 'longer', 'any', 'point', 'in', 'running', 'as', 'his', 'father', 'had', 'decided', 'to', 'bombard', 'him', '.', 'He', 'had', 'filled', 'his', 'pockets', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now', ',', 'without', 'even', 'taking', 'the', 'time', 'for', 'careful', 'aim', ',', 'threw', 'one', 'apple', 'after', 'another', '.', 'These', 'little', ',', 'red', 'apples', 'rolled', 'about', 'on', 'the', 'floor', ',', 'knocking', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electric', 'motors', '.', 'An', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'against', 'Gregor', "'s", 'back', 'and', 'slid', 'off', 'without', 'doing', 'any', 'harm', '.', 'Another', 'one', 'however', ',', 'immediately', 'following', 'it', ',', 'hit', 'squarely', 'and', 'lodged', 'in', 'his', 'back', ';', 'Gregor', 'wanted', 'to', 'drag', 'himself', 'away', ',', 'as', 'if', 'he', 'could', 'remove', 'the', 'surprising', ',', 'the', 'incredible', 'pain', 'by', 'changing', 'his', 'position', ';', 'but', 'he', 'felt', 'as', 'if', 'nailed', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out', ',', 'all', 'his', 'senses', 'in', 'confusion', '.', 'The', 'last', 'thing', 'he', 'saw', 'was', 'the', 'door', 'of', 'his', 'room', 'being', 'pulled', 'open', ',', 'his', 'sister', 'was', 'screaming', ',', 'his', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blouse', '(', 'as', 'his', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'clothes', 'after', 'she', 'had', 'fainted', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breathe', ')', ',', 'she', 'ran', 'to', 'his', 'father', ',', 'her', 'skirts', 'unfastened', 'and', 'sliding', 'one', 'after', 'another', 'to', 'the', 'ground', ',', 'stumbling', 'over', 'the', 'skirts', 'she', 'pushed', 'herself', 'to', 'his', 'father', ',', 'her', 'arms', 'around', 'him', ',', 'uniting', 'herself', 'with', 'him', 'totally', '-', 'now', 'Gregor', 'lost', 'his', 'ability', 'to', 'see', 'anything', '-', 'her', 'hands', 'behind', 'his', 'father', "'s", 'head', 'begging', 'him', 'to', 'spare', 'Gregor', "'s", 'life', '.', 'III', 'No-one', 'dared', 'to', 'remove', 'the', 'apple', 'lodged', 'in', 'Gregor', "'s", 'flesh', ',', 'so', 'it', 'remained', 'there', 'as', 'a', 'visible', 'reminder', 'of', 'his', 'injury', '.', 'He', 'had', 'suffered', 'it', 'there', 'for', 'more', 'than', 'a', 'month', ',', 'and', 'his', 'condition', 'seemed', 'serious', 'enough', 'to', 'remind', 'even', 'his', 'father', 'that', 'Gregor', ',', 'despite', 'his', 'current', 'sad', 'and', 'revolting', 'form', ',', 'was', 'a', 'family', 'member', 'who', 'could', 'not', 'be', 'treated', 'as', 'an', 'enemy', '.', 'On', 'the', 'contrary', ',', 'as', 'a', 'family', 'there', 'was', 'a', 'duty', 'to', 'swallow', 'any', 'revulsion', 'for', 'him', 'and', 'to', 'be', 'patient', ',', 'just', 'to', 'be', 'patient', '.', 'Because', 'of', 'his', 'injuries', ',', 'Gregor', 'had', 'lost', 'much', 'of', 'his', 'mobility', '-', 'probably', 'permanently', '.', 'He', 'had', 'been', 'reduced', 'to', 'the', 'condition', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long', ',', 'long', 'minutes', 'to', 'crawl', 'across', 'his', 'room', '-', 'crawling', 'over', 'the', 'ceiling', 'was', 'out', 'of', 'the', 'question', '-', 'but', 'this', 'deterioration', 'in', 'his', 'condition', 'was', 'fully', '(', 'in', 'his', 'opinion', ')', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'living', 'room', 'being', 'left', 'open', 'every', 'evening', '.', 'He', 'got', 'into', 'the', 'habit', 'of', 'closely', 'watching', 'it', 'for', 'one', 'or', 'two', 'hours', 'before', 'it', 'was', 'opened', 'and', 'then', ',', 'lying', 'in', 'the', 'darkness', 'of', 'his', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'living', 'room', ',', 'he', 'could', 'watch', 'the', 'family', 'in', 'the', 'light', 'of', 'the', 'dinner', 'table', 'and', 'listen', 'to', 'their', 'conversation', '-', 'with', 'everyone', "'s", 'permission', ',', 'in', 'a', 'way', ',', 'and', 'thus', 'quite', 'differently', 'from', 'before', '.', 'They', 'no', 'longer', 'held', 'the', 'lively', 'conversations', 'of', 'earlier', 'times', ',', 'of', 'course', ',', 'the', 'ones', 'that', 'Gregor', 'always', 'thought', 'about', 'with', 'longing', 'when', 'he', 'was', 'tired', 'and', 'getting', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room', '.', 'All', 'of', 'them', 'were', 'usually', 'very', 'quiet', 'nowadays', '.', 'Soon', 'after', 'dinner', ',', 'his', 'father', 'would', 'go', 'to', 'sleep', 'in', 'his', 'chair', ';', 'his', 'mother', 'and', 'sister', 'would', 'urge', 'each', 'other', 'to', 'be', 'quiet', ';', 'his', 'mother', ',', 'bent', 'deeply', 'under', 'the', 'lamp', ',', 'would', 'sew', 'fancy', 'underwear', 'for', 'a', 'fashion', 'shop', ';', 'his', 'sister', ',', 'who', 'had', 'taken', 'a', 'sales', 'job', ',', 'learned', 'shorthand', 'and', 'French', 'in', 'the', 'evenings', 'so', 'that', 'she', 'might', 'be', 'able', 'to', 'get', 'a', 'better', 'position', 'later', 'on', '.', 'Sometimes', 'his', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', 'Gregor', "'s", 'mother', "''", 'you', "'re", 'doing', 'so', 'much', 'sewing', 'again', 'today', '!', '``', ',', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'dozing', '-', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchange', 'a', 'tired', 'grin', '.', 'With', 'a', 'kind', 'of', 'stubbornness', ',', 'Gregor', "'s", 'father', 'refused', 'to', 'take', 'his', 'uniform', 'off', 'even', 'at', 'home', ';', 'while', 'his', 'nightgown', 'hung', 'unused', 'on', 'its', 'peg', 'Gregor', "'s", 'father', 'would', 'slumber', 'where', 'he', 'was', ',', 'fully', 'dressed', ',', 'as', 'if', 'always', 'ready', 'to', 'serve', 'and', 'expecting', 'to', 'hear', 'the', 'voice', 'of', 'his', 'superior', 'even', 'here', '.', 'The', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with', ',', 'but', 'as', 'a', 'result', 'of', 'this', 'it', 'slowly', 'became', 'even', 'shabbier', 'despite', 'the', 'efforts', 'of', 'Gregor', "'s", 'mother', 'and', 'sister', 'to', 'look', 'after', 'it', '.', 'Gregor', 'would', 'often', 'spend', 'the', 'whole', 'evening', 'looking', 'at', 'all', 'the', 'stains', 'on', 'this', 'coat', ',', 'with', 'its', 'gold', 'buttons', 'always', 'kept', 'polished', 'and', 'shiny', ',', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep', ',', 'highly', 'uncomfortable', 'but', 'peaceful', '.', 'As', 'soon', 'as', 'it', 'struck', 'ten', ',', 'Gregor', "'s", 'mother', 'would', 'speak', 'gently', 'to', 'his', 'father', 'to', 'wake', 'him', 'and', 'try', 'to', 'persuade', 'him', 'to', 'go', 'to', 'bed', ',', 'as', 'he', 'could', "n't", 'sleep', 'properly', 'where', 'he', 'was', 'and', 'he', 'really', 'had', 'to', 'get', 'his', 'sleep', 'if', 'he', 'was', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work', '.', 'But', 'since', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'become', 'more', 'obstinate', 'and', 'would', 'always', 'insist', 'on', 'staying', 'longer', 'at', 'the', 'table', ',', 'even', 'though', 'he', 'regularly', 'fell', 'asleep', 'and', 'it', 'was', 'then', 'harder', 'than', 'ever', 'to', 'persuade', 'him', 'to', 'exchange', 'the', 'chair', 'for', 'his', 'bed', '.', 'Then', ',', 'however', 'much', 'mother', 'and', 'sister', 'would', 'importune', 'him', 'with', 'little', 'reproaches', 'and', 'warnings', 'he', 'would', 'keep', 'slowly', 'shaking', 'his', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'his', 'eyes', 'closed', 'and', 'refusing', 'to', 'get', 'up', '.', 'Gregor', "'s", 'mother', 'would', 'tug', 'at', 'his', 'sleeve', ',', 'whisper', 'endearments', 'into', 'his', 'ear', ',', 'Gregor', "'s", 'sister', 'would', 'leave', 'her', 'work', 'to', 'help', 'her', 'mother', ',', 'but', 'nothing', 'would', 'have', 'any', 'effect', 'on', 'him', '.', 'He', 'would', 'just', 'sink', 'deeper', 'into', 'his', 'chair', '.', 'Only', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arms', 'he', 'would', 'abruptly', 'open', 'his', 'eyes', ',', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say', ':', '``', 'What', 'a', 'life', '!', 'This', 'is', 'what', 'peace', 'I', 'get', 'in', 'my', 'old', 'age', '!', "''", 'And', 'supported', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'carefully', 'as', 'if', 'he', 'were', 'carrying', 'the', 'greatest', 'load', 'himself', ',', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door', ',', 'send', 'them', 'off', 'and', 'carry', 'on', 'by', 'himself', 'while', 'Gregor', "'s", 'mother', 'would', 'throw', 'down', 'her', 'needle', 'and', 'his', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'his', 'father', 'and', 'continue', 'being', 'of', 'help', 'to', 'him', '.', 'Who', ',', 'in', 'this', 'tired', 'and', 'overworked', 'family', ',', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attention', 'to', 'Gregor', 'than', 'was', 'absolutely', 'necessary', '?', 'The', 'household', 'budget', 'became', 'even', 'smaller', ';', 'so', 'now', 'the', 'maid', 'was', 'dismissed', ';', 'an', 'enormous', ',', 'thick-boned', 'charwoman', 'with', 'white', 'hair', 'that', 'flapped', 'around', 'her', 'head', 'came', 'every', 'morning', 'and', 'evening', 'to', 'do', 'the', 'heaviest', 'work', ';', 'everything', 'else', 'was', 'looked', 'after', 'by', 'Gregor', "'s", 'mother', 'on', 'top', 'of', 'the', 'large', 'amount', 'of', 'sewing', 'work', 'she', 'did', '.', 'Gregor', 'even', 'learned', ',', 'listening', 'to', 'the', 'evening', 'conversation', 'about', 'what', 'price', 'they', 'had', 'hoped', 'for', ',', 'that', 'several', 'items', 'of', 'jewellery', 'belonging', 'to', 'the', 'family', 'had', 'been', 'sold', ',', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'very', 'fond', 'of', 'wearing', 'them', 'at', 'functions', 'and', 'celebrations', '.', 'But', 'the', 'loudest', 'complaint', 'was', 'that', 'although', 'the', 'flat', 'was', 'much', 'too', 'big', 'for', 'their', 'present', 'circumstances', ',', 'they', 'could', 'not', 'move', 'out', 'of', 'it', ',', 'there', 'was', 'no', 'imaginable', 'way', 'of', 'transferring', 'Gregor', 'to', 'the', 'new', 'address', '.', 'He', 'could', 'see', 'quite', 'well', ',', 'though', ',', 'that', 'there', 'were', 'more', 'reasons', 'than', 'consideration', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move', ',', 'it', 'would', 'have', 'been', 'quite', 'easy', 'to', 'transport', 'him', 'in', 'any', 'suitable', 'crate', 'with', 'a', 'few', 'air', 'holes', 'in', 'it', ';', 'the', 'main', 'thing', 'holding', 'the', 'family', 'back', 'from', 'their', 'decision', 'to', 'move', 'was', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair', ',', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortune', 'unlike', 'anything', 'experienced', 'by', 'anyone', 'else', 'they', 'knew', 'or', 'were', 'related', 'to', '.', 'They', 'carried', 'out', 'absolutely', 'everything', 'that', 'the', 'world', 'expects', 'from', 'poor', 'people', ',', 'Gregor', "'s", 'father', 'brought', 'bank', 'employees', 'their', 'breakfast', ',', 'his', 'mother', 'sacrificed', 'herself', 'by', 'washing', 'clothes', 'for', 'strangers', ',', 'his', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'customers', ',', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'any', 'more', '.', 'And', 'the', 'injury', 'in', 'Gregor', "'s", 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'was', 'new', '.', 'After', 'they', 'had', 'come', 'back', 'from', 'taking', 'his', 'father', 'to', 'bed', 'Gregor', "'s", 'mother', 'and', 'sister', 'would', 'now', 'leave', 'their', 'work', 'where', 'it', 'was', 'and', 'sit', 'close', 'together', ',', 'cheek', 'to', 'cheek', ';', 'his', 'mother', 'would', 'point', 'to', 'Gregor', "'s", 'room', 'and', 'say', '``', 'Close', 'that', 'door', ',', 'Grete', "''", ',', 'and', 'then', ',', 'when', 'he', 'was', 'in', 'the', 'dark', 'again', ',', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tears', 'would', 'mingle', ',', 'or', 'they', 'would', 'simply', 'sit', 'there', 'staring', 'dry-eyed', 'at', 'the', 'table', '.', 'Gregor', 'hardly', 'slept', 'at', 'all', ',', 'either', 'night', 'or', 'day', '.', 'Sometimes', 'he', 'would', 'think', 'of', 'taking', 'over', 'the', 'family', "'s", 'affairs', ',', 'just', 'like', 'before', ',', 'the', 'next', 'time', 'the', 'door', 'was', 'opened', ';', 'he', 'had', 'long', 'forgotten', 'about', 'his', 'boss', 'and', 'the', 'chief', 'clerk', ',', 'but', 'they', 'would', 'appear', 'again', 'in', 'his', 'thoughts', ',', 'the', 'salesmen', 'and', 'the', 'apprentices', ',', 'that', 'stupid', 'teaboy', ',', 'two', 'or', 'three', 'friends', 'from', 'other', 'businesses', ',', 'one', 'of', 'the', 'chambermaids', 'from', 'a', 'provincial', 'hotel', ',', 'a', 'tender', 'memory', 'that', 'appeared', 'and', 'disappeared', 'again', ',', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'his', 'attention', 'had', 'been', 'serious', 'but', 'too', 'slow', ',', '-', 'all', 'of', 'them', 'appeared', 'to', 'him', ',', 'mixed', 'together', 'with', 'strangers', 'and', 'others', 'he', 'had', 'forgotten', ',', 'but', 'instead', 'of', 'helping', 'him', 'and', 'his', 'family', 'they', 'were', 'all', 'of', 'them', 'inaccessible', ',', 'and', 'he', 'was', 'glad', 'when', 'they', 'disappeared', '.', 'Other', 'times', 'he', 'was', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'his', 'family', ',', 'he', 'was', 'filled', 'with', 'simple', 'rage', 'about', 'the', 'lack', 'of', 'attention', 'he', 'was', 'shown', ',', 'and', 'although', 'he', 'could', 'think', 'of', 'nothing', 'he', 'would', 'have', 'wanted', ',', 'he', 'made', 'plans', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantry', 'where', 'he', 'could', 'take', 'all', 'the', 'things', 'he', 'was', 'entitled', 'to', ',', 'even', 'if', 'he', 'was', 'not', 'hungry', '.', 'Gregor', "'s", 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'please', 'him', 'but', 'would', 'hurriedly', 'push', 'some', 'food', 'or', 'other', 'into', 'his', 'room', 'with', 'her', 'foot', 'before', 'she', 'rushed', 'out', 'to', 'work', 'in', 'the', 'morning', 'and', 'at', 'midday', ',', 'and', 'in', 'the', 'evening', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom', ',', 'indifferent', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', '-', 'more', 'often', 'than', 'not', '-', 'had', 'been', 'left', 'totally', 'untouched', '.', 'She', 'still', 'cleared', 'up', 'the', 'room', 'in', 'the', 'evening', ',', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'any', 'quicker', 'about', 'it', '.', 'Smears', 'of', 'dirt', 'were', 'left', 'on', 'the', 'walls', ',', 'here', 'and', 'there', 'were', 'little', 'balls', 'of', 'dust', 'and', 'filth', '.', 'At', 'first', ',', 'Gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'places', 'when', 'his', 'sister', 'arrived', 'as', 'a', 'reproach', 'to', 'her', ',', 'but', 'he', 'could', 'have', 'stayed', 'there', 'for', 'weeks', 'without', 'his', 'sister', 'doing', 'anything', 'about', 'it', ';', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simply', 'decided', 'to', 'leave', 'him', 'to', 'it', '.', 'At', 'the', 'same', 'time', 'she', 'became', 'touchy', 'in', 'a', 'way', 'that', 'was', 'quite', 'new', 'for', 'her', 'and', 'which', 'everyone', 'in', 'the', 'family', 'understood', '-', 'cleaning', 'up', 'Gregor', "'s", 'room', 'was', 'for', 'her', 'and', 'her', 'alone', '.', 'Gregor', "'s", 'mother', 'did', 'once', 'thoroughly', 'clean', 'his', 'room', ',', 'and', 'needed', 'to', 'use', 'several', 'bucketfuls', 'of', 'water', 'to', 'do', 'it', '-', 'although', 'that', 'much', 'dampness', 'also', 'made', 'Gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch', ',', 'bitter', 'and', 'immobile', '.', 'But', 'his', 'mother', 'was', 'to', 'be', 'punished', 'still', 'more', 'for', 'what', 'she', 'had', 'done', ',', 'as', 'hardly', 'had', 'his', 'sister', 'arrived', 'home', 'in', 'the', 'evening', 'than', 'she', 'noticed', 'the', 'change', 'in', 'Gregor', "'s", 'room', 'and', ',', 'highly', 'aggrieved', ',', 'ran', 'back', 'into', 'the', 'living', 'room', 'where', ',', 'despite', 'her', 'mothers', 'raised', 'and', 'imploring', 'hands', ',', 'she', 'broke', 'into', 'convulsive', 'tears', '.', 'Her', 'father', ',', 'of', 'course', ',', 'was', 'startled', 'out', 'of', 'his', 'chair', 'and', 'the', 'two', 'parents', 'looked', 'on', 'astonished', 'and', 'helpless', ';', 'then', 'they', ',', 'too', ',', 'became', 'agitated', ';', 'Gregor', "'s", 'father', ',', 'standing', 'to', 'the', 'right', 'of', 'his', 'mother', ',', 'accused', 'her', 'of', 'not', 'leaving', 'the', 'cleaning', 'of', 'Gregor', "'s", 'room', 'to', 'his', 'sister', ';', 'from', 'her', 'left', ',', 'Gregor', "'s", 'sister', 'screamed', 'at', 'her', 'that', 'she', 'was', 'never', 'to', 'clean', 'Gregor', "'s", 'room', 'again', ';', 'while', 'his', 'mother', 'tried', 'to', 'draw', 'his', 'father', ',', 'who', 'was', 'beside', 'himself', 'with', 'anger', ',', 'into', 'the', 'bedroom', ';', 'his', 'sister', ',', 'quaking', 'with', 'tears', ',', 'thumped', 'on', 'the', 'table', 'with', 'her', 'small', 'fists', ';', 'and', 'Gregor', 'hissed', 'in', 'anger', 'that', 'no-one', 'had', 'even', 'thought', 'of', 'closing', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'this', 'and', 'all', 'its', 'noise', '.', 'Gregor', "'s", 'sister', 'was', 'exhausted', 'from', 'going', 'out', 'to', 'work', ',', 'and', 'looking', 'after', 'Gregor', 'as', 'she', 'had', 'done', 'before', 'was', 'even', 'more', 'work', 'for', 'her', ',', 'but', 'even', 'so', 'his', 'mother', 'ought', 'certainly', 'not', 'to', 'have', 'taken', 'her', 'place', '.', 'Gregor', ',', 'on', 'the', 'other', 'hand', ',', 'ought', 'not', 'to', 'be', 'neglected', '.', 'Now', ',', 'though', ',', 'the', 'charwoman', 'was', 'here', '.', 'This', 'elderly', 'widow', ',', 'with', 'a', 'robust', 'bone', 'structure', 'that', 'made', 'her', 'able', 'to', 'withstand', 'the', 'hardest', 'of', 'things', 'in', 'her', 'long', 'life', ',', 'was', "n't", 'really', 'repelled', 'by', 'Gregor', '.', 'Just', 'by', 'chance', 'one', 'day', ',', 'rather', 'than', 'any', 'real', 'curiosity', ',', 'she', 'opened', 'the', 'door', 'to', "Gregor's", 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him', '.', 'He', 'was', 'taken', 'totally', 'by', 'surprise', ',', 'no-one', 'was', 'chasing', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amazement', 'with', 'her', 'hands', 'crossed', 'in', 'front', 'of', 'her', '.', 'From', 'then', 'on', 'she', 'never', 'failed', 'to', 'open', 'the', 'door', 'slightly', 'every', 'evening', 'and', 'morning', 'and', 'look', 'briefly', 'in', 'on', 'him', '.', 'At', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'words', 'that', 'she', 'probably', 'considered', 'friendly', ',', 'such', 'as', '``', 'come', 'on', 'then', ',', 'you', 'old', 'dung-beetle', '!', '``', ',', 'or', '``', 'look', 'at', 'the', 'old', 'dung-beetle', 'there', '!', "''", 'Gregor', 'never', 'responded', 'to', 'being', 'spoken', 'to', 'in', 'that', 'way', ',', 'but', 'just', 'remained', 'where', 'he', 'was', 'without', 'moving', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'opened', '.', 'If', 'only', 'they', 'had', 'told', 'this', 'charwoman', 'to', 'clean', 'up', 'his', 'room', 'every', 'day', 'instead', 'of', 'letting', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenever', 'she', 'felt', 'like', 'it', '!', 'One', 'day', ',', 'early', 'in', 'the', 'morning', 'while', 'a', 'heavy', 'rain', 'struck', 'the', 'windowpanes', ',', 'perhaps', 'indicating', 'that', 'spring', 'was', 'coming', ',', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'once', 'again', '.', 'Gregor', 'was', 'so', 'resentful', 'of', 'it', 'that', 'he', 'started', 'to', 'move', 'toward', 'her', ',', 'he', 'was', 'slow', 'and', 'infirm', ',', 'but', 'it', 'was', 'like', 'a', 'kind', 'of', 'attack', '.', 'Instead', 'of', 'being', 'afraid', ',', 'the', 'charwoman', 'just', 'lifted', 'up', 'one', 'of', 'the', 'chairs', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open', ',', 'clearly', 'intending', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slammed', 'down', 'into', 'Gregor', "'s", 'back', '.', '``', 'Are', "n't", 'you', 'coming', 'any', 'closer', ',', 'then', '?', '``', ',', 'she', 'asked', 'when', 'Gregor', 'turned', 'round', 'again', ',', 'and', 'she', 'calmly', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner', '.', 'Gregor', 'had', 'almost', 'entirely', 'stopped', 'eating', '.', 'Only', 'if', 'he', 'happened', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepared', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'his', 'mouth', 'to', 'play', 'with', 'it', ',', 'leave', 'it', 'there', 'a', 'few', 'hours', 'and', 'then', ',', 'more', 'often', 'than', 'not', ',', 'spit', 'it', 'out', 'again', '.', 'At', 'first', 'he', 'thought', 'it', 'was', 'distress', 'at', 'the', 'state', 'of', 'his', 'room', 'that', 'stopped', 'him', 'eating', ',', 'but', 'he', 'had', 'soon', 'got', 'used', 'to', 'the', 'changes', 'made', 'there', '.', 'They', 'had', 'got', 'into', 'the', 'habit', 'of', 'putting', 'things', 'into', 'this', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywhere', 'else', ',', 'and', 'there', 'were', 'now', 'many', 'such', 'things', 'as', 'one', 'of', 'the', 'rooms', 'in', 'the', 'flat', 'had', 'been', 'rented', 'out', 'to', 'three', 'gentlemen', '.', 'These', 'earnest', 'gentlemen', '-', 'all', 'three', 'of', 'them', 'had', 'full', 'beards', ',', 'as', 'Gregor', 'learned', 'peering', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', '-', 'were', 'painfully', 'insistent', 'on', 'things', "'", 'being', 'tidy', '.', 'This', 'meant', 'not', 'only', 'in', 'their', 'own', 'room', 'but', ',', 'since', 'they', 'had', 'taken', 'a', 'room', 'in', 'this', 'establishment', ',', 'in', 'the', 'entire', 'flat', 'and', 'especially', 'in', 'the', 'kitchen', '.', 'Unnecessary', 'clutter', 'was', 'something', 'they', 'could', 'not', 'tolerate', ',', 'especially', 'if', 'it', 'was', 'dirty', '.', 'They', 'had', 'moreover', 'brought', 'most', 'of', 'their', 'own', 'furnishings', 'and', 'equipment', 'with', 'them', '.', 'For', 'this', 'reason', ',', 'many', 'things', 'had', 'become', 'superfluous', 'which', ',', 'although', 'they', 'could', 'not', 'be', 'sold', ',', 'the', 'family', 'did', 'not', 'wish', 'to', 'discard', '.', 'All', 'these', 'things', 'found', 'their', 'way', 'into', 'Gregor', "'s", 'room', '.', 'The', 'dustbins', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too', '.', 'The', 'charwoman', 'was', 'always', 'in', 'a', 'hurry', ',', 'and', 'anything', 'she', 'could', "n't", 'use', 'for', 'the', 'time', 'being', 'she', 'would', 'just', 'chuck', 'in', 'there', '.', 'He', ',', 'fortunately', ',', 'would', 'usually', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it', '.', 'The', 'woman', 'most', 'likely', 'meant', 'to', 'fetch', 'the', 'things', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportunity', ',', 'or', 'to', 'throw', 'everything', 'out', 'in', 'one', 'go', ',', 'but', 'what', 'actually', 'happened', 'was', 'that', 'they', 'were', 'left', 'where', 'they', 'landed', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'Gregor', 'made', 'his', 'way', 'through', 'the', 'junk', 'and', 'moved', 'it', 'somewhere', 'else', '.', 'At', 'first', 'he', 'moved', 'it', 'because', ',', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about', ',', 'he', 'was', 'forced', 'to', ',', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'moving', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tired', 'to', 'death', ',', 'and', 'he', 'would', 'remain', 'immobile', 'for', 'hours', 'afterwards', '.', 'The', 'gentlemen', 'who', 'rented', 'the', 'room', 'would', 'sometimes', 'take', 'their', 'evening', 'meal', 'at', 'home', 'in', 'the', 'living', 'room', 'that', 'was', 'used', 'by', 'everyone', ',', 'and', 'so', 'the', 'door', 'to', 'this', 'room', 'was', 'often', 'kept', 'closed', 'in', 'the', 'evening', '.', 'But', 'Gregor', 'found', 'it', 'easy', 'to', 'give', 'up', 'having', 'the', 'door', 'open', ',', 'he', 'had', ',', 'after', 'all', ',', 'often', 'failed', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'was', 'open', 'and', ',', 'without', 'the', 'family', 'having', 'noticed', 'it', ',', 'lain', 'in', 'his', 'room', 'in', 'its', 'darkest', 'corner', '.', 'One', 'time', ',', 'though', ',', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'living', 'room', 'slightly', 'open', ',', 'and', 'it', 'remained', 'open', 'when', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'came', 'in', 'in', 'the', 'evening', 'and', 'the', 'light', 'was', 'put', 'on', '.', 'They', 'sat', 'up', 'at', 'the', 'table', 'where', ',', 'formerly', ',', 'Gregor', 'had', 'taken', 'his', 'meals', 'with', 'his', 'father', 'and', 'mother', ',', 'they', 'unfolded', 'the', 'serviettes', 'and', 'picked', 'up', 'their', 'knives', 'and', 'forks', '.', 'Gregor', "'s", 'mother', 'immediately', 'appeared', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'his', 'sister', 'with', 'a', 'dish', 'piled', 'high', 'with', 'potatoes', '.', 'The', 'food', 'was', 'steaming', ',', 'and', 'filled', 'the', 'room', 'with', 'its', 'smell', '.', 'The', 'gentlemen', 'bent', 'over', 'the', 'dishes', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'wanted', 'to', 'test', 'the', 'food', 'before', 'eating', 'it', ',', 'and', 'the', 'gentleman', 'in', 'the', 'middle', ',', 'who', 'seemed', 'to', 'count', 'as', 'an', 'authority', 'for', 'the', 'other', 'two', ',', 'did', 'indeed', 'cut', 'off', 'a', 'piece', 'of', 'meat', 'while', 'it', 'was', 'still', 'in', 'its', 'dish', ',', 'clearly', 'wishing', 'to', 'establish', 'whether', 'it', 'was', 'sufficiently', 'cooked', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen', '.', 'It', 'was', 'to', 'his', 'satisfaction', ',', 'and', 'Gregor', "'s", 'mother', 'and', 'sister', ',', 'who', 'had', 'been', 'looking', 'on', 'anxiously', ',', 'began', 'to', 'breathe', 'again', 'and', 'smiled', '.', 'The', 'family', 'themselves', 'ate', 'in', 'the', 'kitchen', '.', 'Nonetheless', ',', "Gregor's", 'father', 'came', 'into', 'the', 'living', 'room', 'before', 'he', 'went', 'into', 'the', 'kitchen', ',', 'bowed', 'once', 'with', 'his', 'cap', 'in', 'his', 'hand', 'and', 'did', 'his', 'round', 'of', 'the', 'table', '.', 'The', 'gentlemen', 'stood', 'as', 'one', ',', 'and', 'mumbled', 'something', 'into', 'their', 'beards', '.', 'Then', ',', 'once', 'they', 'were', 'alone', ',', 'they', 'ate', 'in', 'near', 'perfect', 'silence', '.', 'It', 'seemed', 'remarkable', 'to', 'Gregor', 'that', 'above', 'all', 'the', 'various', 'noises', 'of', 'eating', 'their', 'chewing', 'teeth', 'could', 'still', 'be', 'heard', ',', 'as', 'if', 'they', 'had', 'wanted', 'to', 'show', 'Gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'was', 'not', 'possible', 'to', 'perform', 'anything', 'with', 'jaws', 'that', 'are', 'toothless', 'however', 'nice', 'they', 'might', 'be', '.', '``', 'I', "'d", 'like', 'to', 'eat', 'something', "''", ',', 'said', 'Gregor', 'anxiously', ',', '``', 'but', 'not', 'anything', 'like', 'they', "'re", 'eating', '.', 'They', 'do', 'feed', 'themselves', '.', 'And', 'here', 'I', 'am', ',', 'dying', '!', "''", 'Throughout', 'all', 'this', 'time', ',', 'Gregor', 'could', 'not', 'remember', 'having', 'heard', 'the', 'violin', 'being', 'played', ',', 'but', 'this', 'evening', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen', '.', 'The', 'three', 'gentlemen', 'had', 'already', 'finished', 'their', 'meal', ',', 'the', 'one', 'in', 'the', 'middle', 'had', 'produced', 'a', 'newspaper', ',', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'others', ',', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chairs', 'reading', 'them', 'and', 'smoking', '.', 'When', 'the', 'violin', 'began', 'playing', 'they', 'became', 'attentive', ',', 'stood', 'up', 'and', 'went', 'on', 'tip-toe', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'pressed', 'against', 'each', 'other', '.', 'Someone', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen', ',', 'as', 'Gregor', "'s", 'father', 'called', 'out', ':', '``', 'Is', 'the', 'playing', 'perhaps', 'unpleasant', 'for', 'the', 'gentlemen', '?', 'We', 'can', 'stop', 'it', 'straight', 'away', '.', "''", '``', 'On', 'the', 'contrary', "''", ',', 'said', 'the', 'middle', 'gentleman', ',', '``', 'would', 'the', 'young', 'lady', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room', ',', 'where', 'it', 'is', ',', 'after', 'all', ',', 'much', 'more', 'cosy', 'and', 'comfortable', '?', "''", '``', 'Oh', 'yes', ',', 'we', "'d", 'love', 'to', "''", ',', 'called', 'back', 'Gregor', "'s", 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself', '.', 'The', 'gentlemen', 'stepped', 'back', 'into', 'the', 'room', 'and', 'waited', '.', 'Gregor', "'s", 'father', 'soon', 'appeared', 'with', 'the', 'music', 'stand', ',', 'his', 'mother', 'with', 'the', 'music', 'and', 'his', 'sister', 'with', 'the', 'violin', '.', 'She', 'calmly', 'prepared', 'everything', 'for', 'her', 'to', 'begin', 'playing', ';', 'his', 'parents', ',', 'who', 'had', 'never', 'rented', 'a', 'room', 'out', 'before', 'and', 'therefore', 'showed', 'an', 'exaggerated', 'courtesy', 'towards', 'the', 'three', 'gentlemen', ',', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chairs', ';', 'his', 'father', 'leant', 'against', 'the', 'door', 'with', 'his', 'right', 'hand', 'pushed', 'in', 'between', 'two', 'buttons', 'on', 'his', 'uniform', 'coat', ';', 'his', 'mother', ',', 'though', ',', 'was', 'offered', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', '-', 'leaving', 'the', 'chair', 'where', 'the', 'gentleman', 'happened', 'to', 'have', 'placed', 'it', '-', 'out', 'of', 'the', 'way', 'in', 'a', 'corner', '.', 'His', 'sister', 'began', 'to', 'play', ';', 'father', 'and', 'mother', 'paid', 'close', 'attention', ',', 'one', 'on', 'each', 'side', ',', 'to', 'the', 'movements', 'of', 'her', 'hands', '.', 'Drawn', 'in', 'by', 'the', 'playing', ',', 'Gregor', 'had', 'dared', 'to', 'come', 'forward', 'a', 'little', 'and', 'already', 'had', 'his', 'head', 'in', 'the', 'living', 'room', '.', 'Before', ',', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'considerate', 'he', 'was', 'but', 'now', 'it', 'hardly', 'occurred', 'to', 'him', 'that', 'he', 'had', 'become', 'so', 'thoughtless', 'about', 'the', 'others', '.', 'What', "'s", 'more', ',', 'there', 'was', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'was', 'covered', 'in', 'the', 'dust', 'that', 'lay', 'everywhere', 'in', 'his', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement', ';', 'he', 'carried', 'threads', ',', 'hairs', ',', 'and', 'remains', 'of', 'food', 'about', 'on', 'his', 'back', 'and', 'sides', ';', 'he', 'was', 'much', 'too', 'indifferent', 'to', 'everything', 'now', 'to', 'lay', 'on', 'his', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'used', 'to', 'do', 'several', 'times', 'a', 'day', '.', 'And', 'despite', 'this', 'condition', ',', 'he', 'was', 'not', 'too', 'shy', 'to', 'move', 'forward', 'a', 'little', 'onto', 'the', 'immaculate', 'floor', 'of', 'the', 'living', 'room', '.', 'No-one', 'noticed', 'him', ',', 'though', '.', 'The', 'family', 'was', 'totally', 'preoccupied', 'with', 'the', 'violin', 'playing', ';', 'at', 'first', ',', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hands', 'in', 'their', 'pockets', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'notes', 'being', 'played', ',', 'and', 'they', 'must', 'have', 'disturbed', 'Gregor', "'s", 'sister', ',', 'but', 'soon', ',', 'in', 'contrast', 'with', 'the', 'family', ',', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'heads', 'sunk', 'and', 'talking', 'to', 'each', 'other', 'at', 'half', 'volume', ',', 'and', 'they', 'stayed', 'by', 'the', 'window', 'while', 'Gregor', "'s", 'father', 'observed', 'them', 'anxiously', '.', 'It', 'really', 'now', 'seemed', 'very', 'obvious', 'that', 'they', 'had', 'expected', 'to', 'hear', 'some', 'beautiful', 'or', 'entertaining', 'violin', 'playing', 'but', 'had', 'been', 'disappointed', ',', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'performance', 'and', 'it', 'was', 'only', 'now', 'out', 'of', 'politeness', 'that', 'they', 'allowed', 'their', 'peace', 'to', 'be', 'disturbed', '.', 'It', 'was', 'especially', 'unnerving', ',', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarettes', 'upwards', 'from', 'their', 'mouth', 'and', 'noses', '.', 'Yet', 'Gregor', "'s", 'sister', 'was', 'playing', 'so', 'beautifully', '.', 'Her', 'face', 'was', 'leant', 'to', 'one', 'side', ',', 'following', 'the', 'lines', 'of', 'music', 'with', 'a', 'careful', 'and', 'melancholy', 'expression', '.', 'Gregor', 'crawled', 'a', 'little', 'further', 'forward', ',', 'keeping', 'his', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eyes', 'if', 'the', 'chance', 'came', '.', 'Was', 'he', 'an', 'animal', 'if', 'music', 'could', 'captivate', 'him', 'so', '?', 'It', 'seemed', 'to', 'him', 'that', 'he', 'was', 'being', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourishment', 'he', 'had', 'been', 'yearning', 'for', '.', 'He', 'was', 'determined', 'to', 'make', 'his', 'way', 'forward', 'to', 'his', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'his', 'room', 'with', 'her', 'violin', ',', 'as', 'no-one', 'appreciated', 'her', 'playing', 'here', 'as', 'much', 'as', 'he', 'would', '.', 'He', 'never', 'wanted', 'to', 'let', 'her', 'out', 'of', 'his', 'room', ',', 'not', 'while', 'he', 'lived', ',', 'anyway', ';', 'his', 'shocking', 'appearance', 'should', ',', 'for', 'once', ',', 'be', 'of', 'some', 'use', 'to', 'him', ';', 'he', 'wanted', 'to', 'be', 'at', 'every', 'door', 'of', 'his', 'room', 'at', 'once', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attackers', ';', 'his', 'sister', 'should', 'not', 'be', 'forced', 'to', 'stay', 'with', 'him', ',', 'though', ',', 'but', 'stay', 'of', 'her', 'own', 'free', 'will', ';', 'she', 'would', 'sit', 'beside', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'always', 'intended', 'to', 'send', 'her', 'to', 'the', 'conservatory', ',', 'how', 'he', 'would', 'have', 'told', 'everyone', 'about', 'it', 'last', 'Christmas', '-', 'had', 'Christmas', 'really', 'come', 'and', 'gone', 'already', '?', '-', 'if', 'this', 'misfortune', 'had', "n't", 'got', 'in', 'the', 'way', ',', 'and', 'refuse', 'to', 'let', 'anyone', 'dissuade', 'him', 'from', 'it', '.', 'On', 'hearing', 'all', 'this', ',', 'his', 'sister', 'would', 'break', 'out', 'in', 'tears', 'of', 'emotion', ',', 'and', 'Gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck', ',', 'which', ',', 'since', 'she', 'had', 'been', 'going', 'out', 'to', 'work', ',', 'she', 'had', 'kept', 'free', 'without', 'any', 'necklace', 'or', 'collar', '.', '``', 'Mr', '.', 'Samsa', '!', '``', ',', 'shouted', 'the', 'middle', 'gentleman', 'to', 'Gregor', "'s", 'father', ',', 'pointing', ',', 'without', 'wasting', 'any', 'more', 'words', ',', 'with', 'his', 'forefinger', 'at', 'Gregor', 'as', 'he', 'slowly', 'moved', 'forward', '.', 'The', 'violin', 'went', 'silent', ',', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'first', 'smiled', 'at', 'his', 'two', 'friends', ',', 'shaking', 'his', 'head', ',', 'and', 'then', 'looked', 'back', 'at', 'Gregor', '.', 'His', 'father', 'seemed', 'to', 'think', 'it', 'more', 'important', 'to', 'calm', 'the', 'three', 'gentlemen', 'before', 'driving', 'Gregor', 'out', ',', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seemed', 'to', 'think', 'Gregor', 'was', 'more', 'entertaining', 'than', 'the', 'violin', 'playing', 'had', 'been', '.', 'He', 'rushed', 'up', 'to', 'them', 'with', 'his', 'arms', 'spread', 'out', 'and', 'attempted', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'trying', 'to', 'block', 'their', 'view', 'of', 'Gregor', 'with', 'his', 'body', '.', 'Now', 'they', 'did', 'become', 'a', 'little', 'annoyed', ',', 'and', 'it', 'was', 'not', 'clear', 'whether', 'it', 'was', 'his', 'father', "'s", 'behaviour', 'that', 'annoyed', 'them', 'or', 'the', 'dawning', 'realisation', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'Gregor', 'in', 'the', 'next', 'room', 'without', 'knowing', 'it', '.', 'They', 'asked', 'Gregor', "'s", 'father', 'for', 'explanations', ',', 'raised', 'their', 'arms', 'like', 'he', 'had', ',', 'tugged', 'excitedly', 'at', 'their', 'beards', 'and', 'moved', 'back', 'towards', 'their', 'room', 'only', 'very', 'slowly', '.', 'Meanwhile', 'Gregor', "'s", 'sister', 'had', 'overcome', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'playing', 'was', 'suddenly', 'interrupted', '.', 'She', 'had', 'let', 'her', 'hands', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limply', 'for', 'a', 'while', 'but', 'continued', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'playing', ',', 'but', 'then', 'she', 'suddenly', 'pulled', 'herself', 'together', ',', 'lay', 'the', 'instrument', 'on', 'her', 'mother', "'s", 'lap', 'who', 'still', 'sat', 'laboriously', 'struggling', 'for', 'breath', 'where', 'she', 'was', ',', 'and', 'ran', 'into', 'the', 'next', 'room', 'which', ',', 'under', 'pressure', 'from', 'her', 'father', ',', 'the', 'three', 'gentlemen', 'were', 'more', 'quickly', 'moving', 'toward', '.', 'Under', 'his', 'sister', "'s", 'experienced', 'hand', ',', 'the', 'pillows', 'and', 'covers', 'on', 'the', 'beds', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'already', 'finished', 'making', 'the', 'beds', 'and', 'slipped', 'out', 'again', 'before', 'the', 'three', 'gentlemen', 'had', 'reached', 'the', 'room', '.', 'Gregor', "'s", 'father', 'seemed', 'so', 'obsessed', 'with', 'what', 'he', 'was', 'doing', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owed', 'to', 'his', 'tenants', '.', 'He', 'urged', 'them', 'and', 'pressed', 'them', 'until', ',', 'when', 'he', 'was', 'already', 'at', 'the', 'door', 'of', 'the', 'room', ',', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'and', 'stamped', 'his', 'foot', 'and', 'thereby', 'brought', 'Gregor', "'s", 'father', 'to', 'a', 'halt', '.', '``', 'I', 'declare', 'here', 'and', 'now', "''", ',', 'he', 'said', ',', 'raising', 'his', 'hand', 'and', 'glancing', 'at', 'Gregor', "'s", 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attention', 'too', ',', '``', 'that', 'with', 'regard', 'to', 'the', 'repugnant', 'conditions', 'that', 'prevail', 'in', 'this', 'flat', 'and', 'with', 'this', 'family', "''", '-', 'here', 'he', 'looked', 'briefly', 'but', 'decisively', 'at', 'the', 'floor', '-', '``', 'I', 'give', 'immediate', 'notice', 'on', 'my', 'room', '.', 'For', 'the', 'days', 'that', 'I', 'have', 'been', 'living', 'here', 'I', 'will', ',', 'of', 'course', ',', 'pay', 'nothing', 'at', 'all', ',', 'on', 'the', 'contrary', 'I', 'will', 'consider', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damages', 'from', 'you', ',', 'and', 'believe', 'me', 'it', 'would', 'be', 'very', 'easy', 'to', 'set', 'out', 'the', 'grounds', 'for', 'such', 'an', 'action', '.', "''", 'He', 'was', 'silent', 'and', 'looked', 'straight', 'ahead', 'as', 'if', 'waiting', 'for', 'something', '.', 'And', 'indeed', ',', 'his', 'two', 'friends', 'joined', 'in', 'with', 'the', 'words', ':', '``', 'And', 'we', 'also', 'give', 'immediate', 'notice', '.', "''", 'With', 'that', ',', 'he', 'took', 'hold', 'of', 'the', 'door', 'handle', 'and', 'slammed', 'the', 'door', '.', 'Gregor', "'s", 'father', 'staggered', 'back', 'to', 'his', 'seat', ',', 'feeling', 'his', 'way', 'with', 'his', 'hands', ',', 'and', 'fell', 'into', 'it', ';', 'it', 'looked', 'as', 'if', 'he', 'was', 'stretching', 'himself', 'out', 'for', 'his', 'usual', 'evening', 'nap', 'but', 'from', 'the', 'uncontrolled', 'way', 'his', 'head', 'kept', 'nodding', 'it', 'could', 'be', 'seen', 'that', 'he', 'was', 'not', 'sleeping', 'at', 'all', '.', 'Throughout', 'all', 'this', ',', 'Gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him', '.', 'His', 'disappointment', 'at', 'the', 'failure', 'of', 'his', 'plan', ',', 'and', 'perhaps', 'also', 'because', 'he', 'was', 'weak', 'from', 'hunger', ',', 'made', 'it', 'impossible', 'for', 'him', 'to', 'move', '.', 'He', 'was', 'sure', 'that', 'everyone', 'would', 'turn', 'on', 'him', 'any', 'moment', ',', 'and', 'he', 'waited', '.', 'He', 'was', 'not', 'even', 'startled', 'out', 'of', 'this', 'state', 'when', 'the', 'violin', 'on', 'his', 'mother', "'s", 'lap', 'fell', 'from', 'her', 'trembling', 'fingers', 'and', 'landed', 'loudly', 'on', 'the', 'floor', '.', '``', 'Father', ',', 'Mother', "''", ',', 'said', 'his', 'sister', ',', 'hitting', 'the', 'table', 'with', 'her', 'hand', 'as', 'introduction', ',', '``', 'we', 'ca', "n't", 'carry', 'on', 'like', 'this', '.', 'Maybe', 'you', 'ca', "n't", 'see', 'it', ',', 'but', 'I', 'can', '.', 'I', 'do', "n't", 'want', 'to', 'call', 'this', 'monster', 'my', 'brother', ',', 'all', 'I', 'can', 'say', 'is', ':', 'we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', '.', 'We', "'ve", 'done', 'all', "that's", 'humanly', 'possible', 'to', 'look', 'after', 'it', 'and', 'be', 'patient', ',', 'I', 'do', "n't", 'think', 'anyone', 'could', 'accuse', 'us', 'of', 'doing', 'anything', 'wrong', '.', "''", '``', 'She', "'s", 'absolutely', 'right', "''", ',', 'said', 'Gregor', "'s", 'father', 'to', 'himself', '.', 'His', 'mother', ',', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath', ',', 'began', 'to', 'cough', 'dully', ',', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'deranged', 'expression', 'in', 'her', 'eyes', '.', 'Gregor', "'s", 'sister', 'rushed', 'to', 'his', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead', '.', 'Her', 'words', 'seemed', 'to', 'give', 'Gregor', "'s", 'father', 'some', 'more', 'definite', 'ideas', '.', 'He', 'sat', 'upright', ',', 'played', 'with', 'his', 'uniform', 'cap', 'between', 'the', 'plates', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal', ',', 'and', 'occasionally', 'looked', 'down', 'at', 'Gregor', 'as', 'he', 'lay', 'there', 'immobile', '.', '``', 'We', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', "''", ',', 'said', 'Gregor', "'s", 'sister', ',', 'now', 'speaking', 'only', 'to', 'her', 'father', ',', 'as', 'her', 'mother', 'was', 'too', 'occupied', 'with', 'coughing', 'to', 'listen', ',', '``', 'it', "'ll", 'be', 'the', 'death', 'of', 'both', 'of', 'you', ',', 'I', 'can', 'see', 'it', 'coming', '.', 'We', 'ca', "n't", 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortured', 'like', 'this', ',', 'we', 'ca', "n't", 'endure', 'it', '.', 'I', 'ca', "n't", 'endure', 'it', 'any', 'more', '.', "''", 'And', 'she', 'broke', 'out', 'so', 'heavily', 'in', 'tears', 'that', 'they', 'flowed', 'down', 'the', 'face', 'of', 'her', 'mother', ',', 'and', 'she', 'wiped', 'them', 'away', 'with', 'mechanical', 'hand', 'movements', '.', '``', 'My', 'child', "''", ',', 'said', 'her', 'father', 'with', 'sympathy', 'and', 'obvious', 'understanding', ',', "''", 'what', 'are', 'we', 'to', 'do', '?', "''", 'His', 'sister', 'just', 'shrugged', 'her', 'shoulders', 'as', 'a', 'sign', 'of', 'the', 'helplessness', 'and', 'tears', 'that', 'had', 'taken', 'hold', 'of', 'her', ',', 'displacing', 'her', 'earlier', 'certainty', '.', '``', 'If', 'he', 'could', 'just', 'understand', 'us', "''", ',', 'said', 'his', 'father', 'almost', 'as', 'a', 'question', ';', 'his', 'sister', 'shook', 'her', 'hand', 'vigorously', 'through', 'her', 'tears', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'was', 'no', 'question', '.', '``', 'If', 'he', 'could', 'just', 'understand', 'us', "''", ',', 'repeated', 'Gregor', "'s", 'father', ',', 'closing', 'his', 'eyes', 'in', 'acceptance', 'of', 'his', 'sister', "'s", 'certainty', 'that', 'that', 'was', 'quite', 'impossible', ',', '``', 'then', 'perhaps', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrangement', 'with', 'him', '.', 'But', 'as', 'it', 'is', '...', "''", "''", 'It', "'s", 'got', 'to', 'go', "''", ',', 'shouted', 'his', 'sister', ',', '``', 'that', "'s", 'the', 'only', 'way', ',', 'Father', '.', 'You', "'ve", 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', 'that', "'s", 'Gregor', '.', 'We', "'ve", 'only', 'harmed', 'ourselves', 'by', 'believing', 'it', 'for', 'so', 'long', '.', 'How', 'can', 'that', 'be', 'Gregor', '?', 'If', 'it', 'were', 'Gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', 'it', "'s", 'not', 'possible', 'for', 'human', 'beings', 'to', 'live', 'with', 'an', 'animal', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'his', 'own', 'free', 'will', '.', 'We', 'would', "n't", 'have', 'a', 'brother', 'any', 'more', ',', 'then', ',', 'but', 'we', 'could', 'carry', 'on', 'with', 'our', 'lives', 'and', 'remember', 'him', 'with', 'respect', '.', 'As', 'it', 'is', 'this', 'animal', 'is', 'persecuting', 'us', ',', "it's", 'driven', 'out', 'our', 'tenants', ',', 'it', 'obviously', 'wants', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'force', 'us', 'to', 'sleep', 'on', 'the', 'streets', '.', 'Father', ',', 'look', ',', 'just', 'look', "''", ',', 'she', 'suddenly', 'screamed', ',', '``', 'he', "'s", 'starting', 'again', '!', "''", 'In', 'her', 'alarm', ',', 'which', 'was', 'totally', 'beyond', 'Gregor', "'s", 'comprehension', ',', 'his', 'sister', 'even', 'abandoned', 'his', 'mother', 'as', 'she', 'pushed', 'herself', 'vigorously', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'willing', 'to', 'sacrifice', 'her', 'own', 'mother', 'than', 'stay', 'anywhere', 'near', 'Gregor', '.', 'She', 'rushed', 'over', 'to', 'behind', 'her', 'father', ',', 'who', 'had', 'become', 'excited', 'merely', 'because', 'she', 'was', 'and', 'stood', 'up', 'half', 'raising', 'his', 'hands', 'in', 'front', 'of', 'Gregor', "'s", 'sister', 'as', 'if', 'to', 'protect', 'her', '.', 'But', 'Gregor', 'had', 'had', 'no', 'intention', 'of', 'frightening', 'anyone', ',', 'least', 'of', 'all', 'his', 'sister', '.', 'All', 'he', 'had', 'done', 'was', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'his', 'room', ',', 'although', 'that', 'was', 'in', 'itself', 'quite', 'startling', 'as', 'his', 'pain-wracked', 'condition', 'meant', 'that', 'turning', 'round', 'required', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'was', 'using', 'his', 'head', 'to', 'help', 'himself', 'do', 'it', ',', 'repeatedly', 'raising', 'it', 'and', 'striking', 'it', 'against', 'the', 'floor', '.', 'He', 'stopped', 'and', 'looked', 'round', '.', 'They', 'seemed', 'to', 'have', 'realised', 'his', 'good', 'intention', 'and', 'had', 'only', 'been', 'alarmed', 'briefly', '.', 'Now', 'they', 'all', 'looked', 'at', 'him', 'in', 'unhappy', 'silence', '.', 'His', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'legs', 'stretched', 'out', 'and', 'pressed', 'against', 'each', 'other', ',', 'her', 'eyes', 'nearly', 'closed', 'with', 'exhaustion', ';', 'his', 'sister', 'sat', 'next', 'to', 'his', 'father', 'with', 'her', 'arms', 'around', 'his', 'neck', '.', '``', 'Maybe', 'now', 'they', "'ll", 'let', 'me', 'turn', 'round', "''", ',', 'thought', 'Gregor', 'and', 'went', 'back', 'to', 'work', '.', 'He', 'could', 'not', 'help', 'panting', 'loudly', 'with', 'the', 'effort', 'and', 'had', 'sometimes', 'to', 'stop', 'and', 'take', 'a', 'rest', '.', 'No-one', 'was', 'making', 'him', 'rush', 'any', 'more', ',', 'everything', 'was', 'left', 'up', 'to', 'him', '.', 'As', 'soon', 'as', 'he', 'had', 'finally', 'finished', 'turning', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead', '.', 'He', 'was', 'amazed', 'at', 'the', 'great', 'distance', 'that', 'separated', 'him', 'from', 'his', 'room', ',', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'covered', 'that', 'distance', 'in', 'his', 'weak', 'state', 'a', 'little', 'while', 'before', 'and', 'almost', 'without', 'noticing', 'it', '.', 'He', 'concentrated', 'on', 'crawling', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardly', 'noticed', 'that', 'there', 'was', 'not', 'a', 'word', ',', 'not', 'any', 'cry', ',', 'from', 'his', 'family', 'to', 'distract', 'him', '.', 'He', 'did', 'not', 'turn', 'his', 'head', 'until', 'he', 'had', 'reached', 'the', 'doorway', '.', 'He', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'his', 'neck', 'becoming', 'stiff', ',', 'but', 'it', 'was', 'nonetheless', 'enough', 'to', 'see', 'that', 'nothing', 'behind', 'him', 'had', 'changed', ',', 'only', 'his', 'sister', 'had', 'stood', 'up', '.', 'With', 'his', 'last', 'glance', 'he', 'saw', 'that', 'his', 'mother', 'had', 'now', 'fallen', 'completely', 'asleep', '.', 'He', 'was', 'hardly', 'inside', 'his', 'room', 'before', 'the', 'door', 'was', 'hurriedly', 'shut', ',', 'bolted', 'and', 'locked', '.', 'The', 'sudden', 'noise', 'behind', 'Gregor', 'so', 'startled', 'him', 'that', 'his', 'little', 'legs', 'collapsed', 'under', 'him', '.', 'It', 'was', 'his', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush', '.', 'She', 'had', 'been', 'standing', 'there', 'waiting', 'and', 'sprung', 'forward', 'lightly', ',', 'Gregor', 'had', 'not', 'heard', 'her', 'coming', 'at', 'all', ',', 'and', 'as', 'she', 'turned', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudly', 'to', 'her', 'parents', '``', 'At', 'last', '!', "''", '.', '``', 'What', 'now', ',', 'then', '?', '``', ',', 'Gregor', 'asked', 'himself', 'as', 'he', 'looked', 'round', 'in', 'the', 'darkness', '.', 'He', 'soon', 'made', 'the', 'discovery', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all', '.', 'This', 'was', 'no', 'surprise', 'to', 'him', ',', 'it', 'seemed', 'rather', 'that', 'being', 'able', 'to', 'actually', 'move', 'around', 'on', 'those', 'spindly', 'little', 'legs', 'until', 'then', 'was', 'unnatural', '.', 'He', 'also', 'felt', 'relatively', 'comfortable', '.', 'It', 'is', 'true', 'that', 'his', 'entire', 'body', 'was', 'aching', ',', 'but', 'the', 'pain', 'seemed', 'to', 'be', 'slowly', 'getting', 'weaker', 'and', 'weaker', 'and', 'would', 'finally', 'disappear', 'altogether', '.', 'He', 'could', 'already', 'hardly', 'feel', 'the', 'decayed', 'apple', 'in', 'his', 'back', 'or', 'the', 'inflamed', 'area', 'around', 'it', ',', 'which', 'was', 'entirely', 'covered', 'in', 'white', 'dust', '.', 'He', 'thought', 'back', 'of', 'his', 'family', 'with', 'emotion', 'and', 'love', '.', 'If', 'it', 'was', 'possible', ',', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongly', 'than', 'his', 'sister', '.', 'He', 'remained', 'in', 'this', 'state', 'of', 'empty', 'and', 'peaceful', 'rumination', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morning', '.', 'He', 'watched', 'as', 'it', 'slowly', 'began', 'to', 'get', 'light', 'everywhere', 'outside', 'the', 'window', 'too', '.', 'Then', ',', 'without', 'his', 'willing', 'it', ',', 'his', 'head', 'sank', 'down', 'completely', ',', 'and', 'his', 'last', 'breath', 'flowed', 'weakly', 'from', 'his', 'nostrils', '.', 'When', 'the', 'cleaner', 'came', 'in', 'early', 'in', 'the', 'morning', '-', 'they', "'d", 'often', 'asked', 'her', 'not', 'to', 'keep', 'slamming', 'the', 'doors', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurry', 'she', 'still', 'did', ',', 'so', 'that', 'everyone', 'in', 'the', 'flat', 'knew', 'when', "she'd", 'arrived', 'and', 'from', 'then', 'on', 'it', 'was', 'impossible', 'to', 'sleep', 'in', 'peace', '-', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'Gregor', 'and', 'at', 'first', 'found', 'nothing', 'special', '.', 'She', 'thought', 'he', 'was', 'laying', 'there', 'so', 'still', 'on', 'purpose', ',', 'playing', 'the', 'martyr', ';', 'she', 'attributed', 'all', 'possible', 'understanding', 'to', 'him', '.', 'She', 'happened', 'to', 'be', 'holding', 'the', 'long', 'broom', 'in', 'her', 'hand', ',', 'so', 'she', 'tried', 'to', 'tickle', 'Gregor', 'with', 'it', 'from', 'the', 'doorway', '.', 'When', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tried', 'to', 'make', 'a', 'nuisance', 'of', 'herself', 'and', 'poked', 'at', 'him', 'a', 'little', ',', 'and', 'only', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resistance', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attention', '.', 'She', 'soon', 'realised', 'what', 'had', 'really', 'happened', ',', 'opened', 'her', 'eyes', 'wide', ',', 'whistled', 'to', 'herself', ',', 'but', 'did', 'not', 'waste', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'doors', 'and', 'shout', 'loudly', 'into', 'the', 'darkness', 'of', 'the', 'bedrooms', ':', '``', 'Come', 'and', "'ave", 'a', 'look', 'at', 'this', ',', 'it', "'s", 'dead', ',', 'just', 'lying', 'there', ',', 'stone', 'dead', '!', "''", 'Mr.', 'and', 'Mrs.', 'Samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriage', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caused', 'by', 'the', 'cleaner', 'before', 'they', 'could', 'grasp', 'what', 'she', 'was', 'saying', '.', 'But', 'then', ',', 'each', 'from', 'his', 'own', 'side', ',', 'they', 'hurried', 'out', 'of', 'bed', '.', 'Mr.', 'Samsa', 'threw', 'the', 'blanket', 'over', 'his', 'shoulders', ',', 'Mrs.', 'Samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress', ';', 'and', 'that', 'is', 'how', 'they', 'went', 'into', 'Gregor', "'s", 'room', '.', 'On', 'the', 'way', 'they', 'opened', 'the', 'door', 'to', 'the', 'living', 'room', 'where', 'Grete', 'had', 'been', 'sleeping', 'since', 'the', 'three', 'gentlemen', 'had', 'moved', 'in', ';', 'she', 'was', 'fully', 'dressed', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep', ',', 'and', 'the', 'paleness', 'of', 'her', 'face', 'seemed', 'to', 'confirm', 'this', '.', '``', 'Dead', '?', '``', ',', 'asked', 'Mrs.', 'Samsa', ',', 'looking', 'at', 'the', 'charwoman', 'enquiringly', ',', 'even', 'though', 'she', 'could', 'have', 'checked', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'checking', '.', '``', 'That', "'s", 'what', 'I', 'said', "''", ',', 'replied', 'the', 'cleaner', ',', 'and', 'to', 'prove', 'it', 'she', 'gave', 'Gregor', "'s", 'body', 'another', 'shove', 'with', 'the', 'broom', ',', 'sending', 'it', 'sideways', 'across', 'the', 'floor', '.', 'Mrs.', 'Samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'wanted', 'to', 'hold', 'back', 'the', 'broom', ',', 'but', 'did', 'not', 'complete', 'it', '.', '``', 'Now', 'then', "''", ',', 'said', 'Mr.', 'Samsa', ',', '``', 'let', "'s", 'give', 'thanks', 'to', 'God', 'for', 'that', "''", '.', 'He', 'crossed', 'himself', ',', 'and', 'the', 'three', 'women', 'followed', 'his', 'example', '.', 'Grete', ',', 'who', 'had', 'not', 'taken', 'her', 'eyes', 'from', 'the', 'corpse', ',', 'said', ':', "''", 'Just', 'look', 'how', 'thin', 'he', 'was', '.', 'He', 'did', "n't", 'eat', 'anything', 'for', 'so', 'long', '.', 'The', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in', "''", '.', "Gregor's", 'body', 'was', 'indeed', 'completely', 'dried', 'up', 'and', 'flat', ',', 'they', 'had', 'not', 'seen', 'it', 'until', 'then', ',', 'but', 'now', 'he', 'was', 'not', 'lifted', 'up', 'on', 'his', 'little', 'legs', ',', 'nor', 'did', 'he', 'do', 'anything', 'to', 'make', 'them', 'look', 'away', '.', '``', 'Grete', ',', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'little', 'while', "''", ',', 'said', 'Mrs.', 'Samsa', 'with', 'a', 'pained', 'smile', ',', 'and', 'Grete', 'followed', 'her', 'parents', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'looking', 'back', 'at', 'the', 'body', '.', 'The', 'cleaner', 'shut', 'the', 'door', 'and', 'opened', 'the', 'window', 'wide', '.', 'Although', 'it', 'was', 'still', 'early', 'in', 'the', 'morning', 'the', 'fresh', 'air', 'had', 'something', 'of', 'warmth', 'mixed', 'in', 'with', 'it', '.', 'It', 'was', 'already', 'the', 'end', 'of', 'March', ',', 'after', 'all', '.', 'The', 'three', 'gentlemen', 'stepped', 'out', 'of', 'their', 'room', 'and', 'looked', 'round', 'in', 'amazement', 'for', 'their', 'breakfasts', ';', 'they', 'had', 'been', 'forgotten', 'about', '.', '``', 'Where', 'is', 'our', 'breakfast', '?', '``', ',', 'the', 'middle', 'gentleman', 'asked', 'the', 'cleaner', 'irritably', '.', 'She', 'just', 'put', 'her', 'finger', 'on', 'her', 'lips', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', "Gregor's", 'room', '.', 'They', 'did', 'so', ',', 'and', 'stood', 'around', 'Gregor', "'s", 'corpse', 'with', 'their', 'hands', 'in', 'the', 'pockets', 'of', 'their', 'well-worn', 'coats', '.', 'It', 'was', 'now', 'quite', 'light', 'in', 'the', 'room', '.', 'Then', 'the', 'door', 'of', 'the', 'bedroom', 'opened', 'and', 'Mr.', 'Samsa', 'appeared', 'in', 'his', 'uniform', 'with', 'his', 'wife', 'on', 'one', 'arm', 'and', 'his', 'daughter', 'on', 'the', 'other', '.', 'All', 'of', 'them', 'had', 'been', 'crying', 'a', 'little', ';', 'Grete', 'now', 'and', 'then', 'pressed', 'her', 'face', 'against', 'her', 'father', "'s", 'arm', '.', '``', 'Leave', 'my', 'home', '.', 'Now', '!', '``', ',', 'said', 'Mr.', 'Samsa', ',', 'indicating', 'the', 'door', 'and', 'without', 'letting', 'the', 'women', 'from', 'him', '.', '``', 'What', 'do', 'you', 'mean', '?', '``', ',', 'asked', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcerted', ',', 'and', 'he', 'smiled', 'sweetly', '.', 'The', 'other', 'two', 'held', 'their', 'hands', 'behind', 'their', 'backs', 'and', 'continually', 'rubbed', 'them', 'together', 'in', 'gleeful', 'anticipation', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'only', 'end', 'in', 'their', 'favour', '.', '``', 'I', 'mean', 'just', 'what', 'I', 'said', "''", ',', 'answered', 'Mr.', 'Samsa', ',', 'and', ',', 'with', 'his', 'two', 'companions', ',', 'went', 'in', 'a', 'straight', 'line', 'towards', 'the', 'man', '.', 'At', 'first', ',', 'he', 'stood', 'there', 'still', ',', 'looking', 'at', 'the', 'ground', 'as', 'if', 'the', 'contents', 'of', 'his', 'head', 'were', 'rearranging', 'themselves', 'into', 'new', 'positions', '.', '``', 'Alright', ',', 'we', "'ll", 'go', 'then', "''", ',', 'he', 'said', ',', 'and', 'looked', 'up', 'at', 'Mr.', 'Samsa', 'as', 'if', 'he', 'had', 'been', 'suddenly', 'overcome', 'with', 'humility', 'and', 'wanted', 'permission', 'again', 'from', 'Mr.', 'Samsa', 'for', 'his', 'decision', '.', 'Mr.', 'Samsa', 'merely', 'opened', 'his', 'eyes', 'wide', 'and', 'briefly', 'nodded', 'to', 'him', 'several', 'times', '.', 'At', 'that', ',', 'and', 'without', 'delay', ',', 'the', 'man', 'actually', 'did', 'take', 'long', 'strides', 'into', 'the', 'front', 'hallway', ';', 'his', 'two', 'friends', 'had', 'stopped', 'rubbing', 'their', 'hands', 'some', 'time', 'before', 'and', 'had', 'been', 'listening', 'to', 'what', 'was', 'being', 'said', '.', 'Now', 'they', 'jumped', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'Mr.', 'Samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connection', 'with', 'their', 'leader', '.', 'Once', 'there', ',', 'all', 'three', 'took', 'their', 'hats', 'from', 'the', 'stand', ',', 'took', 'their', 'sticks', 'from', 'the', 'holder', ',', 'bowed', 'without', 'a', 'word', 'and', 'left', 'the', 'premises', '.', 'Mr.', 'Samsa', 'and', 'the', 'two', 'women', 'followed', 'them', 'out', 'onto', 'the', 'landing', ';', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', 'men', "'s", 'intentions', 'and', 'as', 'they', 'leaned', 'over', 'the', 'landing', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steady', 'progress', 'down', 'the', 'many', 'steps', '.', 'As', 'they', 'turned', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappeared', 'and', 'would', 'reappear', 'a', 'few', 'moments', 'later', ';', 'the', 'further', 'down', 'they', 'went', ',', 'the', 'more', 'that', 'the', 'Samsa', 'family', 'lost', 'interest', 'in', 'them', ';', 'when', 'a', "butcher's", 'boy', ',', 'proud', 'of', 'posture', 'with', 'his', 'tray', 'on', 'his', 'head', ',', 'passed', 'them', 'on', 'his', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were', ',', 'Mr.', 'Samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'landing', 'and', 'went', ',', 'as', 'if', 'relieved', ',', 'back', 'into', 'the', 'flat', '.', 'They', 'decided', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'was', 'for', 'relaxation', 'and', 'to', 'go', 'for', 'a', 'walk', ';', 'not', 'only', 'had', 'they', 'earned', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'serious', 'need', 'of', 'it', '.', 'So', 'they', 'sat', 'at', 'the', 'table', 'and', 'wrote', 'three', 'letters', 'of', 'excusal', ',', 'Mr.', 'Samsa', 'to', 'his', 'employers', ',', 'Mrs.', 'Samsa', 'to', 'her', 'contractor', 'and', 'Grete', 'to', 'her', 'principal', '.', 'The', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'writing', 'to', 'tell', 'them', 'she', 'was', 'going', ',', 'she', "'d", 'finished', 'her', 'work', 'for', 'that', 'morning', '.', 'The', 'three', 'of', 'them', 'at', 'first', 'just', 'nodded', 'without', 'looking', 'up', 'from', 'what', 'they', 'were', 'writing', ',', 'and', 'it', 'was', 'only', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leave', 'that', 'they', 'looked', 'up', 'in', 'irritation', '.', '``', 'Well', '?', '``', ',', 'asked', 'Mr.', 'Samsa', '.', 'The', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremendous', 'good', 'news', 'to', 'report', ',', 'but', 'would', 'only', 'do', 'it', 'if', 'she', 'was', 'clearly', 'asked', 'to', '.', 'The', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'on', 'her', 'hat', ',', 'which', 'had', 'been', 'a', 'source', 'of', 'irritation', 'to', 'Mr.', 'Samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'working', 'for', 'them', ',', 'swayed', 'gently', 'in', 'all', 'directions', '.', '``', 'What', 'is', 'it', 'you', 'want', 'then', '?', '``', ',', 'asked', 'Mrs.', 'Samsa', ',', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for', '.', '``', 'Yes', "''", ',', 'she', 'answered', ',', 'and', 'broke', 'into', 'a', 'friendly', 'laugh', 'that', 'made', 'her', 'unable', 'to', 'speak', 'straight', 'away', ',', '``', 'well', 'then', ',', 'that', 'thing', 'in', 'there', ',', 'you', 'need', "n't", 'worry', 'about', 'how', 'you', "'re", 'going', 'to', 'get', 'rid', 'of', 'it', '.', 'That', "'s", 'all', 'been', 'sorted', 'out', '.', "''", 'Mrs.', 'Samsa', 'and', 'Grete', 'bent', 'down', 'over', 'their', 'letters', 'as', 'if', 'intent', 'on', 'continuing', 'with', 'what', 'they', 'were', 'writing', ';', 'Mr.', 'Samsa', 'saw', 'that', 'the', 'cleaner', 'wanted', 'to', 'start', 'describing', 'everything', 'in', 'detail', 'but', ',', 'with', 'outstretched', 'hand', ',', 'he', 'made', 'it', 'quite', 'clear', 'that', 'she', 'was', 'not', 'to', '.', 'So', ',', 'as', 'she', 'was', 'prevented', 'from', 'telling', 'them', 'all', 'about', 'it', ',', 'she', 'suddenly', 'remembered', 'what', 'a', 'hurry', 'she', 'was', 'in', 'and', ',', 'clearly', 'peeved', ',', 'called', 'out', '``', 'Cheerio', 'then', ',', 'everyone', "''", ',', 'turned', 'round', 'sharply', 'and', 'left', ',', 'slamming', 'the', 'door', 'terribly', 'as', 'she', 'went', '.', '``', 'Tonight', 'she', 'gets', 'sacked', "''", ',', 'said', 'Mr.', 'Samsa', ',', 'but', 'he', 'received', 'no', 'reply', 'from', 'either', 'his', 'wife', 'or', 'his', 'daughter', 'as', 'the', 'charwoman', 'seemed', 'to', 'have', 'destroyed', 'the', 'peace', 'they', 'had', 'only', 'just', 'gained', '.', 'They', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remained', 'with', 'their', 'arms', 'around', 'each', 'other', '.', 'Mr.', 'Samsa', 'twisted', 'round', 'in', 'his', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watching', 'for', 'a', 'while', '.', 'Then', 'he', 'called', 'out', ':', '``', 'Come', 'here', ',', 'then', '.', 'Let', "'s", 'forget', 'about', 'all', 'that', 'old', 'stuff', ',', 'shall', 'we', '.', 'Come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attention', "''", '.', 'The', 'two', 'women', 'immediately', 'did', 'as', 'he', 'said', ',', 'hurrying', 'over', 'to', 'him', 'where', 'they', 'kissed', 'him', 'and', 'hugged', 'him', 'and', 'then', 'they', 'quickly', 'finished', 'their', 'letters', '.', 'After', 'that', ',', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'together', ',', 'which', 'was', 'something', 'they', 'had', 'not', 'done', 'for', 'months', ',', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'country', 'outside', 'the', 'town', '.', 'They', 'had', 'the', 'tram', ',', 'filled', 'with', 'warm', 'sunshine', ',', 'all', 'to', 'themselves', '.', 'Leant', 'back', 'comfortably', 'on', 'their', 'seats', ',', 'they', 'discussed', 'their', 'prospects', 'and', 'found', 'that', 'on', 'closer', 'examination', 'they', 'were', 'not', 'at', 'all', 'bad', '-', 'until', 'then', 'they', 'had', 'never', 'asked', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'jobs', 'which', 'were', 'very', 'good', 'and', 'held', 'particularly', 'good', 'promise', 'for', 'the', 'future', '.', 'The', 'greatest', 'improvement', 'for', 'the', 'time', 'being', ',', 'of', 'course', ',', 'would', 'be', 'achieved', 'quite', 'easily', 'by', 'moving', 'house', ';', 'what', 'they', 'needed', 'now', 'was', 'a', 'flat', 'that', 'was', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'Gregor', ',', 'one', 'that', 'was', 'in', 'a', 'better', 'location', 'and', ',', 'most', 'of', 'all', ',', 'more', 'practical', '.', 'All', 'the', 'time', ',', 'Grete', 'was', 'becoming', 'livelier', '.', 'With', 'all', 'the', 'worry', 'they', 'had', 'been', 'having', 'of', 'late', 'her', 'cheeks', 'had', 'become', 'pale', ',', 'but', ',', 'while', 'they', 'were', 'talking', ',', 'Mr.', 'and', 'Mrs.', 'Samsa', 'were', 'struck', ',', 'almost', 'simultaneously', ',', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'was', 'blossoming', 'into', 'a', 'well', 'built', 'and', 'beautiful', 'young', 'lady', '.', 'They', 'became', 'quieter', '.', 'Just', 'from', 'each', 'other', "'s", 'glance', 'and', 'almost', 'without', 'knowing', 'it', 'they', 'agreed', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her', '.', 'And', ',', 'as', 'if', 'in', 'confirmation', 'of', 'their', 'new', 'dreams', 'and', 'good', 'intentions', ',', 'as', 'soon', 'as', 'they', 'reached', 'their', 'destination', 'Grete', 'was', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'body', '.', 'Updated', 'editions', 'will', 'replace', 'the', 'previous', 'one', '--', 'the', 'old', 'editions', 'will', 'be', 'renamed', '.', 'Creating', 'the', 'works', 'from', 'public', 'domain', 'print', 'editions', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works', ',', 'so', 'the', 'Foundation', '(', 'and', 'you', '!', ')', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United', 'States', 'without', 'permission', 'and', 'without', 'paying', 'copyright', 'royalties', '.', 'Special', 'rules', ',', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part', 'of', 'this', 'license', ',', 'apply', 'to', 'copying', 'and', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERG-tm', 'concept', 'and', 'trademark', '.', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark', ',', 'and', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks', ',', 'unless', 'you', 'receive', 'specific', 'permission', '.', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'eBook', ',', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy', '.', 'You', 'may', 'use', 'this', 'eBook', 'for', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works', ',', 'reports', ',', 'performances', 'and', 'research', '.', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given', 'away', '--', 'you', 'may', 'do', 'practically', 'ANYTHING', 'with', 'public', 'domain', 'eBooks', '.', 'Redistribution', 'is', 'subject', 'to', 'the', 'trademark', 'license', ',', 'especially', 'commercial', 'redistribution', '.', 'A', '.', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg-tm', 'electronic', 'work', ',', 'you', 'indicate', 'that', 'you', 'have', 'read', ',', 'understand', ',', 'agree', 'to', 'and', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property', '(', 'trademark/copyright', ')', 'agreement', '.', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'the', 'terms', 'of', 'this', 'agreement', ',', 'you', 'must', 'cease', 'using', 'and', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'your', 'possession', '.', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', ',', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1.E.8', '.', '1.B', '.', '``', 'Project', 'Gutenberg', "''", 'is', 'a', 'registered', 'trademark', '.', 'It', 'may', 'only', 'be', 'used', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', '.', 'There', 'are', 'a', 'few', 'things', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'even', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement', '.', 'See', 'paragraph', '1.C', 'below', '.', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this', 'agreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg-tm', 'electronic', 'works', '.', 'See', 'paragraph', '1.E', 'below', '.', '1.C', '.', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '(', '``', 'the', 'Foundation', "''", 'or', 'PGLAF', ')', ',', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', '.', 'Nearly', 'all', 'the', 'individual', 'works', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', '.', 'If', 'an', 'individual', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States', ',', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying', ',', 'distributing', ',', 'performing', ',', 'displaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed', '.', 'Of', 'course', ',', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'free', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg-tm', 'works', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the', 'Project', 'Gutenberg-tm', 'name', 'associated', 'with', 'the', 'work', '.', 'You', 'can', 'easily', 'comply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the', 'same', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg-tm', 'License', 'when', 'you', 'share', 'it', 'without', 'charge', 'with', 'others', '.', 'This', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyrighted', 'individual', 'works', 'included', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', '.', 'Information', 'on', 'the', 'copyright', 'owner', 'for', 'this', 'particular', 'work', 'and', 'the', 'terms', 'of', 'use', 'imposed', 'by', 'the', 'copyright', 'holder', 'on', 'this', 'work', 'are', 'set', 'forth', 'at', 'the', 'beginning', 'of', 'this', 'work', '.', '1.D', '.', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'this', 'work', '.', 'Copyright', 'laws', 'in', 'most', 'countries', 'are', 'in', 'a', 'constant', 'state', 'of', 'change', '.', 'If', 'you', 'are', 'outside', 'the', 'United', 'States', ',', 'check', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this', 'agreement', 'before', 'downloading', ',', 'copying', ',', 'displaying', ',', 'performing', ',', 'distributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'other', 'Project', 'Gutenberg-tm', 'work', '.', 'The', 'Foundation', 'makes', 'no', 'representations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'country', 'outside', 'the', 'United', 'States', '.', '1.E', '.', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg', ':', '1.E.1', '.', 'The', 'following', 'sentence', ',', 'with', 'active', 'links', 'to', ',', 'or', 'other', 'immediate', 'access', 'to', ',', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'must', 'appear', 'prominently', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', '(', 'any', 'work', 'on', 'which', 'the', 'phrase', '``', 'Project', 'Gutenberg', "''", 'appears', ',', 'or', 'with', 'which', 'the', 'phrase', '``', 'Project', 'Gutenberg', "''", 'is', 'associated', ')', 'is', 'accessed', ',', 'displayed', ',', 'performed', ',', 'viewed', ',', 'copied', 'or', 'distributed', ':', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever', '.', 'You', 'may', 'copy', 'it', ',', 'give', 'it', 'away', 'or', 're-use', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org', '1.E.2', '.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'derived', 'from', 'the', 'public', 'domain', '(', 'does', 'not', 'contain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the', 'copyright', 'holder', ')', ',', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in', 'the', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges', '.', 'If', 'you', 'are', 'redistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '``', 'Project', 'Gutenberg', "''", 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work', ',', 'you', 'must', 'comply', 'either', 'with', 'the', 'requirements', 'of', 'paragraphs', '1.E.1', 'through', '1.E.7', 'or', 'obtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenberg-tm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1.E.8', 'or', '1.E.9', '.', '1.E.3', '.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', ',', 'your', 'use', 'and', 'distribution', 'must', 'comply', 'with', 'both', 'paragraphs', '1.E.1', 'through', '1.E.7', 'and', 'any', 'additional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder', '.', 'Additional', 'terms', 'will', 'be', 'linked', 'to', 'the', 'Project', 'Gutenberg-tm', 'License', 'for', 'all', 'works', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'beginning', 'of', 'this', 'work', '.', '1.E.4', '.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'terms', 'from', 'this', 'work', ',', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this', 'work', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg-tm', '.', '1.E.5', '.', 'Do', 'not', 'copy', ',', 'display', ',', 'perform', ',', 'distribute', 'or', 'redistribute', 'this', 'electronic', 'work', ',', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work', ',', 'without', 'prominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.E.1', 'with', 'active', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project', 'Gutenberg-tm', 'License', '.', '1.E.6', '.', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary', ',', 'compressed', ',', 'marked', 'up', ',', 'nonproprietary', 'or', 'proprietary', 'form', ',', 'including', 'any', 'word', 'processing', 'or', 'hypertext', 'form', '.', 'However', ',', 'if', 'you', 'provide', 'access', 'to', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', 'in', 'a', 'format', 'other', 'than', "''", 'Plain', 'Vanilla', 'ASCII', "''", 'or', 'other', 'format', 'used', 'in', 'the', 'official', 'version', 'posted', 'on', 'the', 'official', 'Project', 'Gutenberg-tm', 'web', 'site', '(', 'www.gutenberg.org', ')', ',', 'you', 'must', ',', 'at', 'no', 'additional', 'cost', ',', 'fee', 'or', 'expense', 'to', 'the', 'user', ',', 'provide', 'a', 'copy', ',', 'a', 'means', 'of', 'exporting', 'a', 'copy', ',', 'or', 'a', 'means', 'of', 'obtaining', 'a', 'copy', 'upon', 'request', ',', 'of', 'the', 'work', 'in', 'its', 'original', '``', 'Plain', 'Vanilla', 'ASCII', "''", 'or', 'other', 'form', '.', 'Any', 'alternate', 'format', 'must', 'include', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'as', 'specified', 'in', 'paragraph', '1.E.1', '.', '1.E.7', '.', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to', ',', 'viewing', ',', 'displaying', ',', 'performing', ',', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg-tm', 'works', 'unless', 'you', 'comply', 'with', 'paragraph', '1.E.8', 'or', '1.E.9', '.', '1.E.8', '.', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'access', 'to', 'or', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'provided', 'that', '-', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20', '%', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from', 'the', 'use', 'of', 'Project', 'Gutenberg-tm', 'works', 'calculated', 'using', 'the', 'method', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes', '.', 'The', 'fee', 'is', 'owed', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark', ',', 'but', 'he', 'has', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '.', 'Royalty', 'payments', 'must', 'be', 'paid', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(', 'or', 'are', 'legally', 'required', 'to', 'prepare', ')', 'your', 'periodic', 'tax', 'returns', '.', 'Royalty', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in', 'Section', '4', ',', '``', 'Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '.', "''", '-', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies', 'you', 'in', 'writing', '(', 'or', 'by', 'e-mail', ')', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', '.', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg-tm', 'works', '.', '-', 'You', 'provide', ',', 'in', 'accordance', 'with', 'paragraph', '1.F.3', ',', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy', ',', 'if', 'a', 'defect', 'in', 'the', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of', 'receipt', 'of', 'the', 'work', '.', '-', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works', '.', '1.E.9', '.', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'are', 'set', 'forth', 'in', 'this', 'agreement', ',', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'from', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'Michael', 'Hart', ',', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark', '.', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below', '.', '1.F', '.', '1.F.1', '.', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable', 'effort', 'to', 'identify', ',', 'do', 'copyright', 'research', 'on', ',', 'transcribe', 'and', 'proofread', 'public', 'domain', 'works', 'in', 'creating', 'the', 'Project', 'Gutenberg-tm', 'collection', '.', 'Despite', 'these', 'efforts', ',', 'Project', 'Gutenberg-tm', 'electronic', 'works', ',', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored', ',', 'may', 'contain', "''", 'Defects', ',', "''", 'such', 'as', ',', 'but', 'not', 'limited', 'to', ',', 'incomplete', ',', 'inaccurate', 'or', 'corrupt', 'data', ',', 'transcription', 'errors', ',', 'a', 'copyright', 'or', 'other', 'intellectual', 'property', 'infringement', ',', 'a', 'defective', 'or', 'damaged', 'disk', 'or', 'other', 'medium', ',', 'a', 'computer', 'virus', ',', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'can', 'not', 'be', 'read', 'by', 'your', 'equipment', '.', '1.F.2', '.', 'LIMITED', 'WARRANTY', ',', 'DISCLAIMER', 'OF', 'DAMAGES', '-', 'Except', 'for', 'the', '``', 'Right', 'of', 'Replacement', 'or', 'Refund', "''", 'described', 'in', 'paragraph', '1.F.3', ',', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', ',', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark', ',', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'under', 'this', 'agreement', ',', 'disclaim', 'all', 'liability', 'to', 'you', 'for', 'damages', ',', 'costs', 'and', 'expenses', ',', 'including', 'legal', 'fees', '.', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE', ',', 'STRICT', 'LIABILITY', ',', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE', 'PROVIDED', 'IN', 'PARAGRAPH', 'F3', '.', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION', ',', 'THE', 'TRADEMARK', 'OWNER', ',', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE', 'LIABLE', 'TO', 'YOU', 'FOR', 'ACTUAL', ',', 'DIRECT', ',', 'INDIRECT', ',', 'CONSEQUENTIAL', ',', 'PUNITIVE', 'OR', 'INCIDENTAL', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH', 'DAMAGE', '.', '1.F.3', '.', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '-', 'If', 'you', 'discover', 'a', 'defect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it', ',', 'you', 'can', 'receive', 'a', 'refund', 'of', 'the', 'money', '(', 'if', 'any', ')', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a', 'written', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from', '.', 'If', 'you', 'received', 'the', 'work', 'on', 'a', 'physical', 'medium', ',', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explanation', '.', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you', 'with', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in', 'lieu', 'of', 'a', 'refund', '.', 'If', 'you', 'received', 'the', 'work', 'electronically', ',', 'the', 'person', 'or', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second', 'opportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund', '.', 'If', 'the', 'second', 'copy', 'is', 'also', 'defective', ',', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing', 'without', 'further', 'opportunities', 'to', 'fix', 'the', 'problem', '.', '1.F.4', '.', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1.F.3', ',', 'this', 'work', 'is', 'provided', 'to', 'you', "'AS-IS", ',', "'", 'WITH', 'NO', 'OTHER', 'WARRANTIES', 'OF', 'ANY', 'KIND', ',', 'EXPRESS', 'OR', 'IMPLIED', ',', 'INCLUDING', 'BUT', 'NOT', 'LIMITED', 'TO', 'WARRANTIES', 'OF', 'MERCHANTIBILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE', '.', '1.F.5', '.', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'warranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'damages', '.', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'violates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement', ',', 'the', 'agreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or', 'limitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law', '.', 'The', 'invalidity', 'or', 'unenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the', 'remaining', 'provisions', '.', '1.F.6', '.', 'INDEMNITY', '-', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation', ',', 'the', 'trademark', 'owner', ',', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation', ',', 'anyone', 'providing', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'accordance', 'with', 'this', 'agreement', ',', 'and', 'any', 'volunteers', 'associated', 'with', 'the', 'production', ',', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', ',', 'harmless', 'from', 'all', 'liability', ',', 'costs', 'and', 'expenses', ',', 'including', 'legal', 'fees', ',', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'the', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur', ':', '(', 'a', ')', 'distribution', 'of', 'this', 'or', 'any', 'Project', 'Gutenberg-tm', 'work', ',', '(', 'b', ')', 'alteration', ',', 'modification', ',', 'or', 'additions', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg-tm', 'work', ',', 'and', '(', 'c', ')', 'any', 'Defect', 'you', 'cause', '.', 'Section', '2', '.', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenberg-tm', 'Project', 'Gutenberg-tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of', 'electronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of', 'computers', 'including', 'obsolete', ',', 'old', ',', 'middle-aged', 'and', 'new', 'computers', '.', 'It', 'exists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations', 'from', 'people', 'in', 'all', 'walks', 'of', 'life', '.', 'Volunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the', 'assistance', 'they', 'need', ',', 'is', 'critical', 'to', 'reaching', 'Project', "Gutenberg-tm's", 'goals', 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenberg-tm', 'collection', 'will', 'remain', 'freely', 'available', 'for', 'generations', 'to', 'come', '.', 'In', '2001', ',', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure', 'and', 'permanent', 'future', 'for', 'Project', 'Gutenberg-tm', 'and', 'future', 'generations', '.', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help', ',', 'see', 'Sections', '3', 'and', '4', 'and', 'the', 'Foundation', 'web', 'page', 'at', 'https', ':', '//www.pglaf.org', '.', 'Section', '3', '.', 'Information', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit', '501', '(', 'c', ')', '(', '3', ')', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the', 'state', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal', 'Revenue', 'Service', '.', 'The', 'Foundation', "'s", 'EIN', 'or', 'federal', 'tax', 'identification', 'number', 'is', '64-6221541', '.', 'Its', '501', '(', 'c', ')', '(', '3', ')', 'letter', 'is', 'posted', 'at', 'https', ':', '//pglaf.org/fundraising', '.', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by', 'U.S.', 'federal', 'laws', 'and', 'your', 'state', "'s", 'laws', '.', 'The', 'Foundation', "'s", 'principal', 'office', 'is', 'located', 'at', '4557', 'Melan', 'Dr.', 'S.', 'Fairbanks', ',', 'AK', ',', '99712.', ',', 'but', 'its', 'volunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'locations', '.', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West', ',', 'Salt', 'Lake', 'City', ',', 'UT', '84116', ',', '(', '801', ')', '596-1887', ',', 'email', 'business', '@', 'pglaf.org', '.', 'Email', 'contact', 'links', 'and', 'up', 'to', 'date', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', 'Foundation', "'s", 'web', 'site', 'and', 'official', 'page', 'at', 'https', ':', '//pglaf.org', 'Section', '4', '.', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Project', 'Gutenberg-tm', 'depends', 'upon', 'and', 'can', 'not', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'increasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be', 'freely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest', 'array', 'of', 'equipment', 'including', 'outdated', 'equipment', '.', 'Many', 'small', 'donations', '(', '$', '1', 'to', '$', '5,000', ')', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'status', 'with', 'the', 'IRS', '.', 'The', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating', 'charities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United', 'States', '.', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a', 'considerable', 'effort', ',', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requirements', '.', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'where', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance', '.', 'To', 'SEND', 'DONATIONS', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'state', 'visit', 'https', ':', '//pglaf.org', 'While', 'we', 'can', 'not', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'have', 'not', 'met', 'the', 'solicitation', 'requirements', ',', 'we', 'know', 'of', 'no', 'prohibition', 'against', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'approach', 'us', 'with', 'offers', 'to', 'donate', '.', 'International', 'donations', 'are', 'gratefully', 'accepted', ',', 'but', 'we', 'can', 'not', 'make', 'any', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'outside', 'the', 'United', 'States', '.', 'U.S.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff', '.', 'Please', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation', 'methods', 'and', 'addresses', '.', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other', 'ways', 'including', 'including', 'checks', ',', 'online', 'payments', 'and', 'credit', 'card', 'donations', '.', 'To', 'donate', ',', 'please', 'visit', ':', 'https', ':', '//pglaf.org/donate', 'Section', '5', '.', 'General', 'Information', 'About', 'Project', 'Gutenberg-tm', 'electronic', 'works', '.', 'Professor', 'Michael', 'S.', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project', 'Gutenberg-tm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'freely', 'shared', 'with', 'anyone', '.', 'For', 'thirty', 'years', ',', 'he', 'produced', 'and', 'distributed', 'Project', 'Gutenberg-tm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of', 'volunteer', 'support', '.', 'Project', 'Gutenberg-tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'editions', ',', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'Public', 'Domain', 'in', 'the', 'U.S.', 'unless', 'a', 'copyright', 'notice', 'is', 'included', '.', 'Thus', ',', 'we', 'do', 'not', 'necessarily', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'edition', '.', 'Most', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search', 'facility', ':', 'https', ':', '//www.gutenberg.org', 'This', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg-tm', ',', 'including', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', ',', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks', ',', 'and', 'how', 'to', 'subscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks', '.', 'The', 'Project', 'Gutenberg', 'EBook', 'of', 'Metamorphosis', ',', 'by', 'Franz', 'Kafka', 'Translated', 'by', 'David', 'Wyllie', '.', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever', '.', 'You', 'may', 'copy', 'it', ',', 'give', 'it', 'away', 'or', 're-use', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org', 'One', 'morning', ',', 'when', 'Gregor', 'Samsa', 'woke', 'from', 'troubled', 'dreams', ',', 'he', 'found', 'himself', 'transformed', 'in', 'his', 'bed', 'into', 'a', 'horrible', 'vermin', '.', 'He', 'lay', 'on', 'his', 'armour-like', 'back', ',', 'and', 'if', 'he', 'lifted', 'his', 'head', 'a', 'little', 'he', 'could', 'see', 'his', 'brown', 'belly', ',', 'slightly', 'domed', 'and', 'divided', 'by', 'arches', 'into', 'stiff', 'sections', '.', 'The', 'bedding', 'was', 'hardly', 'able', 'to', 'cover', 'it', 'and', 'seemed', 'ready', 'to', 'slide', 'off', 'any', 'moment', '.', 'His', 'many', 'legs', ',', 'pitifully', 'thin', 'compared', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him', ',', 'waved', 'about', 'helplessly', 'as', 'he', 'looked', '.', '``', 'What', "'s", 'happened', 'to', 'me', '?', "''", 'he', 'thought', '.', 'It', 'was', "n't", 'a', 'dream', '.', 'His', 'room', ',', 'a', 'proper', 'human', 'room', 'although', 'a', 'little', 'too', 'small', ',', 'lay', 'peacefully', 'between', 'its', 'four', 'familiar', 'walls', '.', 'A', 'collection', 'of', 'textile', 'samples', 'lay', 'spread', 'out', 'on', 'the', 'table', '-', 'Samsa', 'was', 'a', 'travelling', 'salesman', '-', 'and', 'above', 'it', 'there', 'hung', 'a', 'picture', 'that', 'he', 'had', 'recently', 'cut', 'out', 'of', 'an', 'illustrated', 'magazine', 'and', 'housed', 'in', 'a', 'nice', ',', 'gilded', 'frame', '.', 'It', 'showed', 'a', 'lady', 'fitted', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright', ',', 'raising', 'a', 'heavy', 'fur', 'muff', 'that', 'covered', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'towards', 'the', 'viewer', '.', 'Gregor', 'then', 'turned', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather', '.', 'Drops', 'of', 'rain', 'could', 'be', 'heard', 'hitting', 'the', 'pane', ',', 'which', 'made', 'him', 'feel', 'quite', 'sad', '.', '``', 'How', 'about', 'if', 'I', 'sleep', 'a', 'little', 'bit', 'longer', 'and', 'forget', 'all', 'this', 'nonsense', "''", ',', 'he', 'thought', ',', 'but', 'that', 'was', 'something', 'he', 'was', 'unable', 'to', 'do', 'because', 'he', 'was', 'used', 'to', 'sleeping', 'on', 'his', 'right', ',', 'and', 'in', 'his', 'present', 'state', 'could', "n't", 'get', 'into', 'that', 'position', '.', 'However', 'hard', 'he', 'threw', 'himself', 'onto', 'his', 'right', ',', 'he', 'always', 'rolled', 'back', 'to', 'where', 'he', 'was', '.', 'He', 'must', 'have', 'tried', 'it', 'a', 'hundred', 'times', ',', 'shut', 'his', 'eyes', 'so', 'that', 'he', 'would', "n't", 'have', 'to', 'look', 'at', 'the', 'floundering', 'legs', ',', 'and', 'only', 'stopped', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild', ',', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'before', '.', '``', 'Oh', ',', 'God', "''", ',', 'he', 'thought', ',', '``', 'what', 'a', 'strenuous', 'career', 'it', 'is', 'that', "I've", 'chosen', '!', 'Travelling', 'day', 'in', 'and', 'day', 'out', '.', 'Doing', 'business', 'like', 'this', 'takes', 'much', 'more', 'effort', 'than', 'doing', 'your', 'own', 'business', 'at', 'home', ',', 'and', 'on', 'top', 'of', 'that', 'there', "'s", 'the', 'curse', 'of', 'travelling', ',', 'worries', 'about', 'making', 'train', 'connections', ',', 'bad', 'and', 'irregular', 'food', ',', 'contact', 'with', 'different', 'people', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyone', 'or', 'become', 'friendly', 'with', 'them', '.', 'It', 'can', 'all', 'go', 'to', 'Hell', '!', "''", 'He', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'his', 'belly', ';', 'pushed', 'himself', 'slowly', 'up', 'on', 'his', 'back', 'towards', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'his', 'head', 'better', ';', 'found', 'where', 'the', 'itch', 'was', ',', 'and', 'saw', 'that', 'it', 'was', 'covered', 'with', 'lots', 'of', 'little', 'white', 'spots', 'which', 'he', 'did', "n't", 'know', 'what', 'to', 'make', 'of', ';', 'and', 'when', 'he', 'tried', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'his', 'legs', 'he', 'drew', 'it', 'quickly', 'back', 'because', 'as', 'soon', 'as', 'he', 'touched', 'it', 'he', 'was', 'overcome', 'by', 'a', 'cold', 'shudder', '.', 'He', 'slid', 'back', 'into', 'his', 'former', 'position', '.', '``', 'Getting', 'up', 'early', 'all', 'the', 'time', "''", ',', 'he', 'thought', ',', '``', 'it', 'makes', 'you', 'stupid', '.', 'You', "'ve", 'got', 'to', 'get', 'enough', 'sleep', '.', 'Other', 'travelling', 'salesmen', 'live', 'a', 'life', 'of', 'luxury', '.', 'For', 'instance', ',', 'whenever', 'I', 'go', 'back', 'to', 'the', 'guest', 'house', 'during', 'the', 'morning', 'to', 'copy', 'out', 'the', 'contract', ',', 'these', 'gentlemen', 'are', 'always', 'still', 'sitting', 'there', 'eating', 'their', 'breakfasts', '.', 'I', 'ought', 'to', 'just', 'try', 'that', 'with', 'my', 'boss', ';', 'I', "'d", 'get', 'kicked', 'out', 'on', 'the', 'spot', '.', 'But', 'who', 'knows', ',', 'maybe', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me', '.', 'If', 'I', 'did', "n't", 'have', 'my', 'parents', 'to', 'think', 'about', 'I', "'d", 'have', 'given', 'in', 'my', 'notice', 'a', 'long', 'time', 'ago', ',', 'I', "'d", 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'I', 'think', ',', 'tell', 'him', 'everything', 'I', 'would', ',', 'let', 'him', 'know', 'just', 'what', 'I', 'feel', '.', 'He', "'d", 'fall', 'right', 'off', 'his', 'desk', '!', 'And', 'it', "'s", 'a', 'funny', 'sort', 'of', 'business', 'to', 'be', 'sitting', 'up', 'there', 'at', 'your', 'desk', ',', 'talking', 'down', 'at', 'your', 'subordinates', 'from', 'up', 'there', ',', 'especially', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'because', 'the', 'boss', 'is', 'hard', 'of', 'hearing', '.', 'Well', ',', 'there', "'s", 'still', 'some', 'hope', ';', 'once', 'I', "'ve", 'got', 'the', 'money', 'together', 'to', 'pay', 'off', 'my', 'parents', "'", 'debt', 'to', 'him', '-', 'another', 'five', 'or', 'six', 'years', 'I', 'suppose', '-', 'that', "'s", 'definitely', 'what', 'I', "'ll", 'do', '.', 'That', "'s", 'when', 'I', "'ll", 'make', 'the', 'big', 'change', '.', 'First', 'of', 'all', 'though', ',', 'I', "'ve", 'got', 'to', 'get', 'up', ',', 'my', 'train', 'leaves', 'at', 'five', '.', "''", 'And', 'he', 'looked', 'over', 'at', 'the', 'alarm', 'clock', ',', 'ticking', 'on', 'the', 'chest', 'of', 'drawers', '.', '``', 'God', 'in', 'Heaven', '!', "''", 'he', 'thought', '.', 'It', 'was', 'half', 'past', 'six', 'and', 'the', 'hands', 'were', 'quietly', 'moving', 'forwards', ',', 'it', 'was', 'even', 'later', 'than', 'half', 'past', ',', 'more', 'like', 'quarter', 'to', 'seven', '.', 'Had', 'the', 'alarm', 'clock', 'not', 'rung', '?', 'He', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', "o'clock", 'as', 'it', 'should', 'have', 'been', ';', 'it', 'certainly', 'must', 'have', 'rung', '.', 'Yes', ',', 'but', 'was', 'it', 'possible', 'to', 'quietly', 'sleep', 'through', 'that', 'furniture-rattling', 'noise', '?', 'True', ',', 'he', 'had', 'not', 'slept', 'peacefully', ',', 'but', 'probably', 'all', 'the', 'more', 'deeply', 'because', 'of', 'that', '.', 'What', 'should', 'he', 'do', 'now', '?', 'The', 'next', 'train', 'went', 'at', 'seven', ';', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collection', 'of', 'samples', 'was', 'still', 'not', 'packed', ',', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularly', 'fresh', 'and', 'lively', '.', 'And', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'his', 'boss', "'s", 'anger', 'as', 'the', 'office', 'assistant', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', "o'clock", 'train', 'go', ',', 'he', 'would', 'have', 'put', 'in', 'his', 'report', 'about', 'Gregor', "'s", 'not', 'being', 'there', 'a', 'long', 'time', 'ago', '.', 'The', 'office', 'assistant', 'was', 'the', 'boss', "'s", 'man', ',', 'spineless', ',', 'and', 'with', 'no', 'understanding', '.', 'What', 'about', 'if', 'he', 'reported', 'sick', '?', 'But', 'that', 'would', 'be', 'extremely', 'strained', 'and', 'suspicious', 'as', 'in', 'fifteen', 'years', 'of', 'service', 'Gregor', 'had', 'never', 'once', 'yet', 'been', 'ill.', 'His', 'boss', 'would', 'certainly', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medical', 'insurance', 'company', ',', 'accuse', 'his', 'parents', 'of', 'having', 'a', 'lazy', 'son', ',', 'and', 'accept', 'the', 'doctor', "'s", 'recommendation', 'not', 'to', 'make', 'any', 'claim', 'as', 'the', 'doctor', 'believed', 'that', 'no-one', 'was', 'ever', 'ill', 'but', 'that', 'many', 'were', 'workshy', '.', 'And', "what's", 'more', ',', 'would', 'he', 'have', 'been', 'entirely', 'wrong', 'in', 'this', 'case', '?', 'Gregor', 'did', 'in', 'fact', ',', 'apart', 'from', 'excessive', 'sleepiness', 'after', 'sleeping', 'for', 'so', 'long', ',', 'feel', 'completely', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual', '.', 'He', 'was', 'still', 'hurriedly', 'thinking', 'all', 'this', 'through', ',', 'unable', 'to', 'decide', 'to', 'get', 'out', 'of', 'the', 'bed', ',', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven', '.', 'There', 'was', 'a', 'cautious', 'knock', 'at', 'the', 'door', 'near', 'his', 'head', '.', '``', 'Gregor', "''", ',', 'somebody', 'called', '-', 'it', 'was', 'his', 'mother', '-', '``', 'it', "'s", 'quarter', 'to', 'seven', '.', 'Did', "n't", 'you', 'want', 'to', 'go', 'somewhere', '?', "''", 'That', 'gentle', 'voice', '!', 'Gregor', 'was', 'shocked', 'when', 'he', 'heard', 'his', 'own', 'voice', 'answering', ',', 'it', 'could', 'hardly', 'be', 'recognised', 'as', 'the', 'voice', 'he', 'had', 'had', 'before', '.', 'As', 'if', 'from', 'deep', 'inside', 'him', ',', 'there', 'was', 'a', 'painful', 'and', 'uncontrollable', 'squeaking', 'mixed', 'in', 'with', 'it', ',', 'the', 'words', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'was', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear', ',', 'leaving', 'the', 'hearer', 'unsure', 'whether', 'he', 'had', 'heard', 'properly', 'or', 'not', '.', 'Gregor', 'had', 'wanted', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everything', ',', 'but', 'in', 'the', 'circumstances', 'contented', 'himself', 'with', 'saying', ':', '``', 'Yes', ',', 'mother', ',', 'yes', ',', 'thank-you', ',', 'I', "'m", 'getting', 'up', 'now', '.', "''", 'The', 'change', 'in', 'Gregor', "'s", 'voice', 'probably', 'could', 'not', 'be', 'noticed', 'outside', 'through', 'the', 'wooden', 'door', ',', 'as', 'his', 'mother', 'was', 'satisfied', 'with', 'this', 'explanation', 'and', 'shuffled', 'away', '.', 'But', 'this', 'short', 'conversation', 'made', 'the', 'other', 'members', 'of', 'the', 'family', 'aware', 'that', 'Gregor', ',', 'against', 'their', 'expectations', 'was', 'still', 'at', 'home', ',', 'and', 'soon', 'his', 'father', 'came', 'knocking', 'at', 'one', 'of', 'the', 'side', 'doors', ',', 'gently', ',', 'but', 'with', 'his', 'fist', '.', '``', 'Gregor', ',', 'Gregor', "''", ',', 'he', 'called', ',', '``', 'what', "'s", 'wrong', '?', "''", 'And', 'after', 'a', 'short', 'while', 'he', 'called', 'again', 'with', 'a', 'warning', 'deepness', 'in', 'his', 'voice', ':', '``', 'Gregor', '!', 'Gregor', '!', "''", 'At', 'the', 'other', 'side', 'door', 'his', 'sister', 'came', 'plaintively', ':', "''", 'Gregor', '?', 'Are', "n't", 'you', 'well', '?', 'Do', 'you', 'need', 'anything', '?', "''", 'Gregor', 'answered', 'to', 'both', 'sides', ':', '``', 'I', "'m", 'ready', ',', 'now', "''", ',', 'making', 'an', 'effort', 'to', 'remove', 'all', 'the', 'strangeness', 'from', 'his', 'voice', 'by', 'enunciating', 'very', 'carefully', 'and', 'putting', 'long', 'pauses', 'between', 'each', ',', 'individual', 'word', '.', 'His', 'father', 'went', 'back', 'to', 'his', 'breakfast', ',', 'but', 'his', 'sister', 'whispered', ':', '``', 'Gregor', ',', 'open', 'the', 'door', ',', 'I', 'beg', 'of', 'you', '.', "''", 'Gregor', ',', 'however', ',', 'had', 'no', 'thought', 'of', 'opening', 'the', 'door', ',', 'and', 'instead', 'congratulated', 'himself', 'for', 'his', 'cautious', 'habit', ',', 'acquired', 'from', 'his', 'travelling', ',', 'of', 'locking', 'all', 'doors', 'at', 'night', 'even', 'when', 'he', 'was', 'at', 'home', '.', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'to', 'get', 'up', 'in', 'peace', 'without', 'being', 'disturbed', ',', 'to', 'get', 'dressed', ',', 'and', 'most', 'of', 'all', 'to', 'have', 'his', 'breakfast', '.', 'Only', 'then', 'would', 'he', 'consider', 'what', 'to', 'do', 'next', ',', 'as', 'he', 'was', 'well', 'aware', 'that', 'he', 'would', 'not', 'bring', 'his', 'thoughts', 'to', 'any', 'sensible', 'conclusions', 'by', 'lying', 'in', 'bed', '.', 'He', 'remembered', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed', ',', 'perhaps', 'caused', 'by', 'lying', 'awkwardly', ',', 'but', 'that', 'had', 'always', 'turned', 'out', 'to', 'be', 'pure', 'imagination', 'and', 'he', 'wondered', 'how', 'his', 'imaginings', 'would', 'slowly', 'resolve', 'themselves', 'today', '.', 'He', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'change', 'in', 'his', 'voice', 'was', 'nothing', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'serious', 'cold', ',', 'which', 'was', 'an', 'occupational', 'hazard', 'for', 'travelling', 'salesmen', '.', 'It', 'was', 'a', 'simple', 'matter', 'to', 'throw', 'off', 'the', 'covers', ';', 'he', 'only', 'had', 'to', 'blow', 'himself', 'up', 'a', 'little', 'and', 'they', 'fell', 'off', 'by', 'themselves', '.', 'But', 'it', 'became', 'difficult', 'after', 'that', ',', 'especially', 'as', 'he', 'was', 'so', 'exceptionally', 'broad', '.', 'He', 'would', 'have', 'used', 'his', 'arms', 'and', 'his', 'hands', 'to', 'push', 'himself', 'up', ';', 'but', 'instead', 'of', 'them', 'he', 'only', 'had', 'all', 'those', 'little', 'legs', 'continuously', 'moving', 'in', 'different', 'directions', ',', 'and', 'which', 'he', 'was', 'moreover', 'unable', 'to', 'control', '.', 'If', 'he', 'wanted', 'to', 'bend', 'one', 'of', 'them', ',', 'then', 'that', 'was', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out', ';', 'and', 'if', 'he', 'finally', 'managed', 'to', 'do', 'what', 'he', 'wanted', 'with', 'that', 'leg', ',', 'all', 'the', 'others', 'seemed', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'painfully', '.', '``', 'This', 'is', 'something', 'that', 'ca', "n't", 'be', 'done', 'in', 'bed', "''", ',', 'Gregor', 'said', 'to', 'himself', ',', '``', 'so', 'do', "n't", 'keep', 'trying', 'to', 'do', 'it', "''", '.', 'The', 'first', 'thing', 'he', 'wanted', 'to', 'do', 'was', 'get', 'the', 'lower', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', ',', 'but', 'he', 'had', 'never', 'seen', 'this', 'lower', 'part', ',', 'and', 'could', 'not', 'imagine', 'what', 'it', 'looked', 'like', ';', 'it', 'turned', 'out', 'to', 'be', 'too', 'hard', 'to', 'move', ';', 'it', 'went', 'so', 'slowly', ';', 'and', 'finally', ',', 'almost', 'in', 'a', 'frenzy', ',', 'when', 'he', 'carelessly', 'shoved', 'himself', 'forwards', 'with', 'all', 'the', 'force', 'he', 'could', 'gather', ',', 'he', 'chose', 'the', 'wrong', 'direction', ',', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost', ',', 'and', 'learned', 'from', 'the', 'burning', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'his', 'body', 'might', 'well', ',', 'at', 'present', ',', 'be', 'the', 'most', 'sensitive', '.', 'So', 'then', 'he', 'tried', 'to', 'get', 'the', 'top', 'part', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'first', ',', 'carefully', 'turning', 'his', 'head', 'to', 'the', 'side', '.', 'This', 'he', 'managed', 'quite', 'easily', ',', 'and', 'despite', 'its', 'breadth', 'and', 'its', 'weight', ',', 'the', 'bulk', 'of', 'his', 'body', 'eventually', 'followed', 'slowly', 'in', 'the', 'direction', 'of', 'the', 'head', '.', 'But', 'when', 'he', 'had', 'at', 'last', 'got', 'his', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occurred', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracle', 'if', 'his', 'head', 'were', 'not', 'injured', ',', 'so', 'he', 'became', 'afraid', 'to', 'carry', 'on', 'pushing', 'himself', 'forward', 'the', 'same', 'way', '.', 'And', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'any', 'price', ';', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'consciousness', '.', 'It', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier', ',', 'but', 'when', 'he', 'lay', 'there', 'sighing', ',', 'and', 'was', 'once', 'more', 'watching', 'his', 'legs', 'as', 'they', 'struggled', 'against', 'each', 'other', 'even', 'harder', 'than', 'before', ',', 'if', 'that', 'was', 'possible', ',', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bringing', 'peace', 'and', 'order', 'to', 'this', 'chaos', '.', 'He', 'told', 'himself', 'once', 'more', 'that', 'it', 'was', 'not', 'possible', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensible', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatever', 'way', 'he', 'could', 'at', 'whatever', 'sacrifice', '.', 'At', 'the', 'same', 'time', ',', 'though', ',', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consideration', 'was', 'much', 'better', 'than', 'rushing', 'to', 'desperate', 'conclusions', '.', 'At', 'times', 'like', 'this', 'he', 'would', 'direct', 'his', 'eyes', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearly', 'as', 'he', 'could', ',', 'but', 'unfortunately', ',', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'was', 'enveloped', 'in', 'morning', 'fog', 'and', 'the', 'view', 'had', 'little', 'confidence', 'or', 'cheer', 'to', 'offer', 'him', '.', '``', 'Seven', "o'clock", ',', 'already', "''", ',', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again', ',', '``', 'seven', "o'clock", ',', 'and', 'there', "'s", 'still', 'a', 'fog', 'like', 'this', '.', "''", 'And', 'he', 'lay', 'there', 'quietly', 'a', 'while', 'longer', ',', 'breathing', 'lightly', 'as', 'if', 'he', 'perhaps', 'expected', 'the', 'total', 'stillness', 'to', 'bring', 'things', 'back', 'to', 'their', 'real', 'and', 'natural', 'state', '.', 'But', 'then', 'he', 'said', 'to', 'himself', ':', '``', 'Before', 'it', 'strikes', 'quarter', 'past', 'seven', 'I', "'ll", 'definitely', 'have', 'to', 'have', 'got', 'properly', 'out', 'of', 'bed', '.', 'And', 'by', 'then', 'somebody', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', 'what', "'s", 'happened', 'to', 'me', 'as', 'well', ',', 'as', 'they', 'open', 'up', 'at', 'work', 'before', 'seven', "o'clock", '.', "''", 'And', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swinging', 'the', 'entire', 'length', 'of', 'his', 'body', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time', '.', 'If', 'he', 'succeeded', 'in', 'falling', 'out', 'of', 'bed', 'in', 'this', 'way', 'and', 'kept', 'his', 'head', 'raised', 'as', 'he', 'did', 'so', 'he', 'could', 'probably', 'avoid', 'injuring', 'it', '.', 'His', 'back', 'seemed', 'to', 'be', 'quite', 'hard', ',', 'and', 'probably', 'nothing', 'would', 'happen', 'to', 'it', 'falling', 'onto', 'the', 'carpet', '.', 'His', 'main', 'concern', 'was', 'for', 'the', 'loud', 'noise', 'he', 'was', 'bound', 'to', 'make', ',', 'and', 'which', 'even', 'through', 'all', 'the', 'doors', 'would', 'probably', 'raise', 'concern', 'if', 'not', 'alarm', '.', 'But', 'it', 'was', 'something', 'that', 'had', 'to', 'be', 'risked', '.', 'When', 'Gregor', 'was', 'already', 'sticking', 'half', 'way', 'out', 'of', 'the', 'bed', '-', 'the', 'new', 'method', 'was', 'more', 'of', 'a', 'game', 'than', 'an', 'effort', ',', 'all', 'he', 'had', 'to', 'do', 'was', 'rock', 'back', 'and', 'forth', '-', 'it', 'occurred', 'to', 'him', 'how', 'simple', 'everything', 'would', 'be', 'if', 'somebody', 'came', 'to', 'help', 'him', '.', 'Two', 'strong', 'people', '-', 'he', 'had', 'his', 'father', 'and', 'the', 'maid', 'in', 'mind', '-', 'would', 'have', 'been', 'more', 'than', 'enough', ';', 'they', 'would', 'only', 'have', 'to', 'push', 'their', 'arms', 'under', 'the', 'dome', 'of', 'his', 'back', ',', 'peel', 'him', 'away', 'from', 'the', 'bed', ',', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'careful', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor', ',', 'where', ',', 'hopefully', ',', 'the', 'little', 'legs', 'would', 'find', 'a', 'use', '.', 'Should', 'he', 'really', 'call', 'for', 'help', 'though', ',', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'doors', 'were', 'locked', '?', 'Despite', 'all', 'the', 'difficulty', 'he', 'was', 'in', ',', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'this', 'thought', '.', 'After', 'a', 'while', 'he', 'had', 'already', 'moved', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'his', 'balance', 'if', 'he', 'rocked', 'too', 'hard', '.', 'The', 'time', 'was', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decision', 'very', 'soon', '.', 'Then', 'there', 'was', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat', '.', '``', 'That', "'ll", 'be', 'someone', 'from', 'work', "''", ',', 'he', 'said', 'to', 'himself', ',', 'and', 'froze', 'very', 'still', ',', 'although', 'his', 'little', 'legs', 'only', 'became', 'all', 'the', 'more', 'lively', 'as', 'they', 'danced', 'around', '.', 'For', 'a', 'moment', 'everything', 'remained', 'quiet', '.', '``', 'They', "'re", 'not', 'opening', 'the', 'door', "''", ',', 'Gregor', 'said', 'to', 'himself', ',', 'caught', 'in', 'some', 'nonsensical', 'hope', '.', 'But', 'then', 'of', 'course', ',', 'the', 'maid', "'s", 'firm', 'steps', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'opened', 'it', '.', 'Gregor', 'only', 'needed', 'to', 'hear', 'the', 'visitor', "'s", 'first', 'words', 'of', 'greeting', 'and', 'he', 'knew', 'who', 'it', 'was', '-', 'the', 'chief', 'clerk', 'himself', '.', 'Why', 'did', 'Gregor', 'have', 'to', 'be', 'the', 'only', 'one', 'condemned', 'to', 'work', 'for', 'a', 'company', 'where', 'they', 'immediately', 'became', 'highly', 'suspicious', 'at', 'the', 'slightest', 'shortcoming', '?', 'Were', 'all', 'employees', ',', 'every', 'one', 'of', 'them', ',', 'louts', ',', 'was', 'there', 'not', 'one', 'of', 'them', 'who', 'was', 'faithful', 'and', 'devoted', 'who', 'would', 'go', 'so', 'mad', 'with', 'pangs', 'of', 'conscience', 'that', 'he', 'could', "n't", 'get', 'out', 'of', 'bed', 'if', 'he', 'did', "n't", 'spend', 'at', 'least', 'a', 'couple', 'of', 'hours', 'in', 'the', 'morning', 'on', 'company', 'business', '?', 'Was', 'it', 'really', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'trainees', 'make', 'enquiries', '-', 'assuming', 'enquiries', 'were', 'even', 'necessary', '-', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself', ',', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole', ',', 'innocent', 'family', 'that', 'this', 'was', 'so', 'suspicious', 'that', 'only', 'the', 'chief', 'clerk', 'could', 'be', 'trusted', 'to', 'have', 'the', 'wisdom', 'to', 'investigate', 'it', '?', 'And', 'more', 'because', 'these', 'thoughts', 'had', 'made', 'him', 'upset', 'than', 'through', 'any', 'proper', 'decision', ',', 'he', 'swang', 'himself', 'with', 'all', 'his', 'force', 'out', 'of', 'the', 'bed', '.', 'There', 'was', 'a', 'loud', 'thump', ',', 'but', 'it', "wasn't", 'really', 'a', 'loud', 'noise', '.', 'His', 'fall', 'was', 'softened', 'a', 'little', 'by', 'the', 'carpet', ',', 'and', 'Gregor', "'s", 'back', 'was', 'also', 'more', 'elastic', 'than', 'he', 'had', 'thought', ',', 'which', 'made', 'the', 'sound', 'muffled', 'and', 'not', 'too', 'noticeable', '.', 'He', 'had', 'not', 'held', 'his', 'head', 'carefully', 'enough', ',', 'though', ',', 'and', 'hit', 'it', 'as', 'he', 'fell', ';', 'annoyed', 'and', 'in', 'pain', ',', 'he', 'turned', 'it', 'and', 'rubbed', 'it', 'against', 'the', 'carpet', '.', '``', 'Something', "'s", 'fallen', 'down', 'in', 'there', "''", ',', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left', '.', 'Gregor', 'tried', 'to', 'imagine', 'whether', 'something', 'of', 'the', 'sort', 'that', 'had', 'happened', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too', ';', 'you', 'had', 'to', 'concede', 'that', 'it', 'was', 'possible', '.', 'But', 'as', 'if', 'in', 'gruff', 'reply', 'to', 'this', 'question', ',', 'the', 'chief', 'clerk', "'s", 'firm', 'footsteps', 'in', 'his', 'highly', 'polished', 'boots', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoining', 'room', '.', 'From', 'the', 'room', 'on', 'his', 'right', ',', 'Gregor', "'s", 'sister', 'whispered', 'to', 'him', 'to', 'let', 'him', 'know', ':', '``', 'Gregor', ',', 'the', 'chief', 'clerk', 'is', 'here', '.', "''", '``', 'Yes', ',', 'I', 'know', "''", ',', 'said', 'Gregor', 'to', 'himself', ';', 'but', 'without', 'daring', 'to', 'raise', 'his', 'voice', 'loud', 'enough', 'for', 'his', 'sister', 'to', 'hear', 'him', '.', '``', 'Gregor', "''", ',', 'said', 'his', 'father', 'now', 'from', 'the', 'room', 'to', 'his', 'left', ',', '``', 'the', 'chief', 'clerk', 'has', 'come', 'round', 'and', 'wants', 'to', 'know', 'why', 'you', 'did', "n't", 'leave', 'on', 'the', 'early', 'train', '.', 'We', 'do', "n't", 'know', 'what', 'to', 'say', 'to', 'him', '.', 'And', 'anyway', ',', 'he', 'wants', 'to', 'speak', 'to', 'you', 'personally', '.', 'So', 'please', 'open', 'up', 'this', 'door', '.', "I'm", 'sure', 'he', "'ll", 'be', 'good', 'enough', 'to', 'forgive', 'the', 'untidiness', 'of', 'your', 'room', '.', "''", 'Then', 'the', 'chief', 'clerk', 'called', '``', 'Good', 'morning', ',', 'Mr.', 'Samsa', "''", '.', '``', 'He', "isn't", 'well', "''", ',', 'said', 'his', 'mother', 'to', 'the', 'chief', 'clerk', ',', 'while', 'his', 'father', 'continued', 'to', 'speak', 'through', 'the', 'door', '.', '``', 'He', 'is', "n't", 'well', ',', 'please', 'believe', 'me', '.', 'Why', 'else', 'would', 'Gregor', 'have', 'missed', 'a', 'train', '!', 'The', 'lad', 'only', 'ever', 'thinks', 'about', 'the', 'business', '.', 'It', 'nearly', 'makes', 'me', 'cross', 'the', 'way', 'he', 'never', 'goes', 'out', 'in', 'the', 'evenings', ';', 'he', "'s", 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stayed', 'home', 'every', 'evening', '.', 'He', 'sits', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'reads', 'the', 'paper', 'or', 'studies', 'train', 'timetables', '.', 'His', 'idea', 'of', 'relaxation', 'is', 'working', 'with', 'his', 'fretsaw', '.', 'He', "'s", 'made', 'a', 'little', 'frame', ',', 'for', 'instance', ',', 'it', 'only', 'took', 'him', 'two', 'or', 'three', 'evenings', ',', 'you', "'ll", 'be', 'amazed', 'how', 'nice', 'it', 'is', ';', 'it', "'s", 'hanging', 'up', 'in', 'his', 'room', ';', 'you', "'ll", 'see', 'it', 'as', 'soon', 'as', 'Gregor', 'opens', 'the', 'door', '.', 'Anyway', ',', 'I', "'m", 'glad', 'you', "'re", 'here', ';', 'we', "wouldn't", 'have', 'been', 'able', 'to', 'get', 'Gregor', 'to', 'open', 'the', 'door', 'by', 'ourselves', ';', 'he', "'s", 'so', 'stubborn', ';', 'and', 'I', "'m", 'sure', 'he', 'is', "n't", 'well', ',', 'he', 'said', 'this', 'morning', 'that', 'he', 'is', ',', 'but', 'he', 'is', "n't", '.', "''", '``', 'I', "'ll", 'be', 'there', 'in', 'a', 'moment', "''", ',', 'said', 'Gregor', 'slowly', 'and', 'thoughtfully', ',', 'but', 'without', 'moving', 'so', 'that', 'he', 'would', 'not', 'miss', 'any', 'word', 'of', 'the', 'conversation', '.', '``', 'Well', 'I', 'ca', "n't", 'think', 'of', 'any', 'other', 'way', 'of', 'explaining', 'it', ',', 'Mrs.', 'Samsa', "''", ',', 'said', 'the', 'chief', 'clerk', ',', '``', 'I', 'hope', "it's", 'nothing', 'serious', '.', 'But', 'on', 'the', 'other', 'hand', ',', 'I', 'must', 'say', 'that', 'if', 'we', 'people', 'in', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'then', ',', 'fortunately', 'or', 'unfortunately', 'as', 'you', 'like', ',', 'we', 'simply', 'have', 'to', 'overcome', 'it', 'because', 'of', 'business', 'considerations', '.', "''", '``', 'Can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then', '?', '``', ',', 'asked', 'his', 'father', 'impatiently', ',', 'knocking', 'at', 'the', 'door', 'again', '.', '``', 'No', "''", ',', 'said', 'Gregor', '.', 'In', 'the', 'room', 'on', 'his', 'right', 'there', 'followed', 'a', 'painful', 'silence', ';', 'in', 'the', 'room', 'on', 'his', 'left', 'his', 'sister', 'began', 'to', 'cry', '.', 'So', 'why', 'did', 'his', 'sister', 'not', 'go', 'and', 'join', 'the', 'others', '?', 'She', 'had', 'probably', 'only', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dressed', '.', 'And', 'why', 'was', 'she', 'crying', '?', 'Was', 'it', 'because', 'he', 'had', 'not', 'got', 'up', ',', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in', ',', 'because', 'he', 'was', 'in', 'danger', 'of', 'losing', 'his', 'job', 'and', 'if', 'that', 'happened', 'his', 'boss', 'would', 'once', 'more', 'pursue', 'their', 'parents', 'with', 'the', 'same', 'demands', 'as', 'before', '?', 'There', 'was', 'no', 'need', 'to', 'worry', 'about', 'things', 'like', 'that', 'yet', '.', 'Gregor', 'was', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intention', 'of', 'abandoning', 'his', 'family', '.', 'For', 'the', 'time', 'being', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet', ',', 'and', 'no-one', 'who', 'knew', 'the', 'condition', 'he', 'was', 'in', 'would', 'seriously', 'have', 'expected', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in', '.', 'It', 'was', 'only', 'a', 'minor', 'discourtesy', ',', 'and', 'a', 'suitable', 'excuse', 'could', 'easily', 'be', 'found', 'for', 'it', 'later', 'on', ',', 'it', 'was', 'not', 'something', 'for', 'which', 'Gregor', 'could', 'be', 'sacked', 'on', 'the', 'spot', '.', 'And', 'it', 'seemed', 'to', 'Gregor', 'much', 'more', 'sensible', 'to', 'leave', 'him', 'now', 'in', 'peace', 'instead', 'of', 'disturbing', 'him', 'with', 'talking', 'at', 'him', 'and', 'crying', '.', 'But', 'the', 'others', 'did', "n't", 'know', 'what', 'was', 'happening', ',', 'they', 'were', 'worried', ',', 'that', 'would', 'excuse', 'their', 'behaviour', '.', 'The', 'chief', 'clerk', 'now', 'raised', 'his', 'voice', ',', '``', 'Mr.', 'Samsa', "''", ',', 'he', 'called', 'to', 'him', ',', "''", 'what', 'is', 'wrong', '?', 'You', 'barricade', 'yourself', 'in', 'your', 'room', ',', 'give', 'us', 'no', 'more', 'than', 'yes', 'or', 'no', 'for', 'an', 'answer', ',', 'you', 'are', 'causing', 'serious', 'and', 'unnecessary', 'concern', 'to', 'your', 'parents', 'and', 'you', 'fail', '-', 'and', 'I', 'mention', 'this', 'just', 'by', 'the', 'way', '-', 'you', 'fail', 'to', 'carry', 'out', 'your', 'business', 'duties', 'in', 'a', 'way', 'that', 'is', 'quite', 'unheard', 'of', '.', 'I', "'m", 'speaking', 'here', 'on', 'behalf', 'of', 'your', 'parents', 'and', 'of', 'your', 'employer', ',', 'and', 'really', 'must', 'request', 'a', 'clear', 'and', 'immediate', 'explanation', '.', 'I', 'am', 'astonished', ',', 'quite', 'astonished', '.', 'I', 'thought', 'I', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensible', 'person', ',', 'and', 'now', 'you', 'suddenly', 'seem', 'to', 'be', 'showing', 'off', 'with', 'peculiar', 'whims', '.', 'This', 'morning', ',', 'your', 'employer', 'did', 'suggest', 'a', 'possible', 'reason', 'for', 'your', 'failure', 'to', 'appear', ',', 'it', "'s", 'true', '-', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'was', 'recently', 'entrusted', 'to', 'you', '-', 'but', 'I', 'came', 'near', 'to', 'giving', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explanation', '.', 'But', 'now', 'that', 'I', 'see', 'your', 'incomprehensible', 'stubbornness', 'I', 'no', 'longer', 'feel', 'any', 'wish', 'whatsoever', 'to', 'intercede', 'on', 'your', 'behalf', '.', 'And', 'nor', 'is', 'your', 'position', 'all', 'that', 'secure', '.', 'I', 'had', 'originally', 'intended', 'to', 'say', 'all', 'this', 'to', 'you', 'in', 'private', ',', 'but', 'since', 'you', 'cause', 'me', 'to', 'waste', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'I', 'do', "n't", 'see', 'why', 'your', 'parents', 'should', 'not', 'also', 'learn', 'of', 'it', '.', 'Your', 'turnover', 'has', 'been', 'very', 'unsatisfactory', 'of', 'late', ';', 'I', 'grant', 'you', 'that', 'it', "'s", 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especially', 'good', 'business', ',', 'we', 'recognise', 'that', ';', 'but', 'there', 'simply', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'business', 'at', 'all', ',', 'Mr.', 'Samsa', ',', 'we', 'can', 'not', 'allow', 'there', 'to', 'be', '.', "''", '``', 'But', 'Sir', "''", ',', 'called', 'Gregor', ',', 'beside', 'himself', 'and', 'forgetting', 'all', 'else', 'in', 'the', 'excitement', ',', '``', 'I', "'ll", 'open', 'up', 'immediately', ',', 'just', 'a', 'moment', '.', "I'm", 'slightly', 'unwell', ',', 'an', 'attack', 'of', 'dizziness', ',', 'I', 'have', "n't", 'been', 'able', 'to', 'get', 'up', '.', 'I', "'m", 'still', 'in', 'bed', 'now', '.', 'I', "'m", 'quite', 'fresh', 'again', 'now', ',', 'though', '.', "I'm", 'just', 'getting', 'out', 'of', 'bed', '.', 'Just', 'a', 'moment', '.', 'Be', 'patient', '!', 'It', "'s", 'not', 'quite', 'as', 'easy', 'as', 'I', "'d", 'thought', '.', 'I', "'m", 'quite', 'alright', 'now', ',', 'though', '.', "It's", 'shocking', ',', 'what', 'can', 'suddenly', 'happen', 'to', 'a', 'person', '!', 'I', 'was', 'quite', 'alright', 'last', 'night', ',', 'my', 'parents', 'know', 'about', 'it', ',', 'perhaps', 'better', 'than', 'me', ',', 'I', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'already', '.', 'They', 'must', 'have', 'noticed', 'it', '.', 'I', 'do', "n't", 'know', 'why', 'I', 'did', "n't", 'let', 'you', 'know', 'at', 'work', '!', 'But', 'you', 'always', 'think', 'you', 'can', 'get', 'over', 'an', 'illness', 'without', 'staying', 'at', 'home', '.', 'Please', ',', 'do', "n't", 'make', 'my', 'parents', 'suffer', '!', 'There', "'s", 'no', 'basis', 'for', 'any', 'of', 'the', 'accusations', 'you', "'re", 'making', ';', 'nobody', "'s", 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'any', 'of', 'these', 'things', '.', 'Maybe', 'you', 'have', "n't", 'read', 'the', 'latest', 'contracts', 'I', 'sent', 'in', '.', 'I', "'ll", 'set', 'off', 'with', 'the', 'eight', "o'clock", 'train', ',', 'as', 'well', ',', 'these', 'few', 'hours', 'of', 'rest', 'have', 'given', 'me', 'strength', '.', 'You', 'do', "n't", 'need', 'to', 'wait', ',', 'sir', ';', 'I', "'ll", 'be', 'in', 'the', 'office', 'soon', 'after', 'you', ',', 'and', 'please', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him', '!', "''", 'And', 'while', 'Gregor', 'gushed', 'out', 'these', 'words', ',', 'hardly', 'knowing', 'what', 'he', 'was', 'saying', ',', 'he', 'made', 'his', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawers', '-', 'this', 'was', 'easily', 'done', ',', 'probably', 'because', 'of', 'the', 'practise', 'he', 'had', 'already', 'had', 'in', 'bed', '-', 'where', 'he', 'now', 'tried', 'to', 'get', 'himself', 'upright', '.', 'He', 'really', 'did', 'want', 'to', 'open', 'the', 'door', ',', 'really', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk', ';', 'the', 'others', 'were', 'being', 'so', 'insistent', ',', 'and', 'he', 'was', 'curious', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him', '.', 'If', 'they', 'were', 'shocked', 'then', 'it', 'would', 'no', 'longer', 'be', "Gregor's", 'responsibility', 'and', 'he', 'could', 'rest', '.', 'If', ',', 'however', ',', 'they', 'took', 'everything', 'calmly', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset', ',', 'and', 'if', 'he', 'hurried', 'he', 'really', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', "o'clock", '.', 'The', 'first', 'few', 'times', 'he', 'tried', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawers', 'he', 'just', 'slid', 'down', 'again', ',', 'but', 'he', 'finally', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright', ';', 'the', 'lower', 'part', 'of', 'his', 'body', 'was', 'in', 'serious', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'any', 'attention', 'to', 'it', '.', 'Now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearby', 'chair', 'and', 'held', 'tightly', 'to', 'the', 'edges', 'of', 'it', 'with', 'his', 'little', 'legs', '.', 'By', 'now', 'he', 'had', 'also', 'calmed', 'down', ',', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'was', 'saying', '.', '``', 'Did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that', '?', "''", 'the', 'chief', 'clerk', 'asked', 'his', 'parents', ',', '``', 'surely', 'he', "'s", 'not', 'trying', 'to', 'make', 'fools', 'of', 'us', "''", '.', '``', 'Oh', ',', 'God', '!', "''", 'called', 'his', 'mother', ',', 'who', 'was', 'already', 'in', 'tears', ',', '``', 'he', 'could', 'be', 'seriously', 'ill', 'and', 'we', "'re", 'making', 'him', 'suffer', '.', 'Grete', '!', 'Grete', '!', "''", 'she', 'then', 'cried', '.', '``', 'Mother', '?', "''", 'his', 'sister', 'called', 'from', 'the', 'other', 'side', '.', 'They', 'communicated', 'across', 'Gregor', "'s", 'room', '.', '``', 'You', "'ll", 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away', '.', 'Gregor', 'is', 'ill.', 'Quick', ',', 'get', 'the', 'doctor', '.', 'Did', 'you', 'hear', 'the', 'way', 'Gregor', 'spoke', 'just', 'now', '?', "''", '``', 'That', 'was', 'the', 'voice', 'of', 'an', 'animal', "''", ',', 'said', 'the', 'chief', 'clerk', ',', 'with', 'a', 'calmness', 'that', 'was', 'in', 'contrast', 'with', 'his', "mother's", 'screams', '.', '``', 'Anna', '!', 'Anna', '!', "''", 'his', 'father', 'called', 'into', 'the', 'kitchen', 'through', 'the', 'entrance', 'hall', ',', 'clapping', 'his', 'hands', ',', '``', 'get', 'a', 'locksmith', 'here', ',', 'now', '!', "''", 'And', 'the', 'two', 'girls', ',', 'their', 'skirts', 'swishing', ',', 'immediately', 'ran', 'out', 'through', 'the', 'hall', ',', 'wrenching', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went', '.', 'How', 'had', 'his', 'sister', 'managed', 'to', 'get', 'dressed', 'so', 'quickly', '?', 'There', 'was', 'no', 'sound', 'of', 'the', 'door', 'banging', 'shut', 'again', ';', 'they', 'must', 'have', 'left', 'it', 'open', ';', 'people', 'often', 'do', 'in', 'homes', 'where', 'something', 'awful', 'has', 'happened', '.', 'Gregor', ',', 'in', 'contrast', ',', 'had', 'become', 'much', 'calmer', '.', 'So', 'they', "couldn't", 'understand', 'his', 'words', 'any', 'more', ',', 'although', 'they', 'seemed', 'clear', 'enough', 'to', 'him', ',', 'clearer', 'than', 'before', '-', 'perhaps', 'his', 'ears', 'had', 'become', 'used', 'to', 'the', 'sound', '.', 'They', 'had', 'realised', ',', 'though', ',', 'that', 'there', 'was', 'something', 'wrong', 'with', 'him', ',', 'and', 'were', 'ready', 'to', 'help', '.', 'The', 'first', 'response', 'to', 'his', 'situation', 'had', 'been', 'confident', 'and', 'wise', ',', 'and', 'that', 'made', 'him', 'feel', 'better', '.', 'He', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'people', ',', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expected', 'great', 'and', 'surprising', 'achievements', '-', 'although', 'he', 'did', 'not', 'really', 'distinguish', 'one', 'from', 'the', 'other', '.', 'Whatever', 'was', 'said', 'next', 'would', 'be', 'crucial', ',', 'so', ',', 'in', 'order', 'to', 'make', 'his', 'voice', 'as', 'clear', 'as', 'possible', ',', 'he', 'coughed', 'a', 'little', ',', 'but', 'taking', 'care', 'to', 'do', 'this', 'not', 'too', 'loudly', 'as', 'even', 'this', 'might', 'well', 'sound', 'different', 'from', 'the', 'way', 'that', 'a', 'human', 'coughs', 'and', 'he', 'was', 'no', 'longer', 'sure', 'he', 'could', 'judge', 'this', 'for', 'himself', '.', 'Meanwhile', ',', 'it', 'had', 'become', 'very', 'quiet', 'in', 'the', 'next', 'room', '.', 'Perhaps', 'his', 'parents', 'were', 'sat', 'at', 'the', 'table', 'whispering', 'with', 'the', 'chief', 'clerk', ',', 'or', 'perhaps', 'they', 'were', 'all', 'pressed', 'against', 'the', 'door', 'and', 'listening', '.', 'Gregor', 'slowly', 'pushed', 'his', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair', '.', 'Once', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door', ',', 'holding', 'himself', 'upright', 'against', 'it', 'using', 'the', 'adhesive', 'on', 'the', 'tips', 'of', 'his', 'legs', '.', 'He', 'rested', 'there', 'a', 'little', 'while', 'to', 'recover', 'from', 'the', 'effort', 'involved', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turning', 'the', 'key', 'in', 'the', 'lock', 'with', 'his', 'mouth', '.', 'He', 'seemed', ',', 'unfortunately', ',', 'to', 'have', 'no', 'proper', 'teeth', '-', 'how', 'was', 'he', ',', 'then', ',', 'to', 'grasp', 'the', 'key', '?', '-', 'but', 'the', 'lack', 'of', 'teeth', 'was', ',', 'of', 'course', ',', 'made', 'up', 'for', 'with', 'a', 'very', 'strong', 'jaw', ';', 'using', 'the', 'jaw', ',', 'he', 'really', 'was', 'able', 'to', 'start', 'the', 'key', 'turning', ',', 'ignoring', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'causing', 'some', 'kind', 'of', 'damage', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'his', 'mouth', ',', 'flowed', 'over', 'the', 'key', 'and', 'dripped', 'onto', 'the', 'floor', '.', '``', 'Listen', "''", ',', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room', ',', '``', 'he', "'s", 'turning', 'the', 'key', '.', "''", 'Gregor', 'was', 'greatly', 'encouraged', 'by', 'this', ';', 'but', 'they', 'all', 'should', 'have', 'been', 'calling', 'to', 'him', ',', 'his', 'father', 'and', 'his', 'mother', 'too', ':', '``', 'Well', 'done', ',', 'Gregor', "''", ',', 'they', 'should', 'have', 'cried', ',', '``', 'keep', 'at', 'it', ',', 'keep', 'hold', 'of', 'the', 'lock', '!', "''", 'And', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedly', 'following', 'his', 'efforts', ',', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'his', 'strength', ',', 'paying', 'no', 'attention', 'to', 'the', 'pain', 'he', 'was', 'causing', 'himself', '.', 'As', 'the', 'key', 'turned', 'round', 'he', 'turned', 'around', 'the', 'lock', 'with', 'it', ',', 'only', 'holding', 'himself', 'upright', 'with', 'his', 'mouth', ',', 'and', 'hung', 'onto', 'the', 'key', 'or', 'pushed', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'his', 'body', 'as', 'needed', '.', 'The', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snapped', 'back', 'was', 'Gregor', "'s", 'sign', 'that', 'he', 'could', 'break', 'his', 'concentration', ',', 'and', 'as', 'he', 'regained', 'his', 'breath', 'he', 'said', 'to', 'himself', ':', "''", 'So', ',', 'I', 'did', "n't", 'need', 'the', 'locksmith', 'after', 'all', "''", '.', 'Then', 'he', 'lay', 'his', 'head', 'on', 'the', 'handle', 'of', 'the', 'door', 'to', 'open', 'it', 'completely', '.', 'Because', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'this', 'way', ',', 'it', 'was', 'already', 'wide', 'open', 'before', 'he', 'could', 'be', 'seen', '.', 'He', 'had', 'first', 'to', 'slowly', 'turn', 'himself', 'around', 'one', 'of', 'the', 'double', 'doors', ',', 'and', 'he', 'had', 'to', 'do', 'it', 'very', 'carefully', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'his', 'back', 'before', 'entering', 'the', 'room', '.', 'He', 'was', 'still', 'occupied', 'with', 'this', 'difficult', 'movement', ',', 'unable', 'to', 'pay', 'attention', 'to', 'anything', 'else', ',', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', '``', 'Oh', '!', '``', ',', 'which', 'sounded', 'like', 'the', 'soughing', 'of', 'the', 'wind', '.', 'Now', 'he', 'also', 'saw', 'him', '-', 'he', 'was', 'the', 'nearest', 'to', 'the', 'door', '-', 'his', 'hand', 'pressed', 'against', 'his', 'open', 'mouth', 'and', 'slowly', 'retreating', 'as', 'if', 'driven', 'by', 'a', 'steady', 'and', 'invisible', 'force', '.', 'Gregor', "'s", 'mother', ',', 'her', 'hair', 'still', 'dishevelled', 'from', 'bed', 'despite', 'the', 'chief', 'clerk', "'s", 'being', 'there', ',', 'looked', 'at', 'his', 'father', '.', 'Then', 'she', 'unfolded', 'her', 'arms', ',', 'took', 'two', 'steps', 'forward', 'towards', 'Gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirts', 'that', 'spread', 'themselves', 'out', 'around', 'her', 'as', 'her', 'head', 'disappeared', 'down', 'onto', 'her', 'breast', '.', 'His', 'father', 'looked', 'hostile', ',', 'and', 'clenched', 'his', 'fists', 'as', 'if', 'wanting', 'to', 'knock', 'Gregor', 'back', 'into', 'his', 'room', '.', 'Then', 'he', 'looked', 'uncertainly', 'round', 'the', 'living', 'room', ',', 'covered', 'his', 'eyes', 'with', 'his', 'hands', 'and', 'wept', 'so', 'that', 'his', 'powerful', 'chest', 'shook', '.', 'So', 'Gregor', 'did', 'not', 'go', 'into', 'the', 'room', ',', 'but', 'leant', 'against', 'the', 'inside', 'of', 'the', 'other', 'door', 'which', 'was', 'still', 'held', 'bolted', 'in', 'place', '.', 'In', 'this', 'way', 'only', 'half', 'of', 'his', 'body', 'could', 'be', 'seen', ',', 'along', 'with', 'his', 'head', 'above', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peered', 'out', 'at', 'the', 'others', '.', 'Meanwhile', 'the', 'day', 'had', 'become', 'much', 'lighter', ';', 'part', 'of', 'the', 'endless', ',', 'grey-black', 'building', 'on', 'the', 'other', 'side', 'of', 'the', 'street', '-', 'which', 'was', 'a', 'hospital', '-', 'could', 'be', 'seen', 'quite', 'clearly', 'with', 'the', 'austere', 'and', 'regular', 'line', 'of', 'windows', 'piercing', 'its', 'facade', ';', 'the', 'rain', 'was', 'still', 'falling', ',', 'now', 'throwing', 'down', 'large', ',', 'individual', 'droplets', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time', '.', 'The', 'washing', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'table', ';', 'there', 'was', 'so', 'much', 'of', 'it', 'because', ',', 'for', 'Gregor', "'s", 'father', ',', 'breakfast', 'was', 'the', 'most', 'important', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'several', 'hours', 'as', 'he', 'sat', 'reading', 'a', 'number', 'of', 'different', 'newspapers', '.', 'On', 'the', 'wall', 'exactly', 'opposite', 'there', 'was', 'photograph', 'of', 'Gregor', 'when', 'he', 'was', 'a', 'lieutenant', 'in', 'the', 'army', ',', 'his', 'sword', 'in', 'his', 'hand', 'and', 'a', 'carefree', 'smile', 'on', 'his', 'face', 'as', 'he', 'called', 'forth', 'respect', 'for', 'his', 'uniform', 'and', 'bearing', '.', 'The', 'door', 'to', 'the', 'entrance', 'hall', 'was', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'was', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'landing', 'and', 'the', 'stairs', 'where', 'they', 'began', 'their', 'way', 'down', 'below', '.', '``', 'Now', ',', 'then', "''", ',', 'said', 'Gregor', ',', 'well', 'aware', 'that', 'he', 'was', 'the', 'only', 'one', 'to', 'have', 'kept', 'calm', ',', '``', 'I', "'ll", 'get', 'dressed', 'straight', 'away', 'now', ',', 'pack', 'up', 'my', 'samples', 'and', 'set', 'off', '.', 'Will', 'you', 'please', 'just', 'let', 'me', 'leave', '?', 'You', 'can', 'see', "''", ',', 'he', 'said', 'to', 'the', 'chief', 'clerk', ',', '``', 'that', 'I', "'m", 'not', 'stubborn', 'and', 'I', 'like', 'to', 'do', 'my', 'job', ';', 'being', 'a', 'commercial', 'traveller', 'is', 'arduous', 'but', 'without', 'travelling', 'I', 'could', "n't", 'earn', 'my', 'living', '.', 'So', 'where', 'are', 'you', 'going', ',', 'in', 'to', 'the', 'office', '?', 'Yes', '?', 'Will', 'you', 'report', 'everything', 'accurately', ',', 'then', '?', 'It', "'s", 'quite', 'possible', 'for', 'someone', 'to', 'be', 'temporarily', 'unable', 'to', 'work', ',', 'but', 'that', "'s", 'just', 'the', 'right', 'time', 'to', 'remember', 'what', "'s", 'been', 'achieved', 'in', 'the', 'past', 'and', 'consider', 'that', 'later', 'on', ',', 'once', 'the', 'difficulty', 'has', 'been', 'removed', ',', 'he', 'will', 'certainly', 'work', 'with', 'all', 'the', 'more', 'diligence', 'and', 'concentration', '.', 'You', "'re", 'well', 'aware', 'that', 'I', "'m", 'seriously', 'in', 'debt', 'to', 'our', 'employer', 'as', 'well', 'as', 'having', 'to', 'look', 'after', 'my', 'parents', 'and', 'my', 'sister', ',', 'so', 'that', 'I', "'m", 'trapped', 'in', 'a', 'difficult', 'situation', ',', 'but', 'I', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again', '.', 'Please', 'do', "n't", 'make', 'things', 'any', 'harder', 'for', 'me', 'than', 'they', 'are', 'already', ',', 'and', 'do', "n't", 'take', 'sides', 'against', 'me', 'at', 'the', 'office', '.', 'I', 'know', 'that', 'nobody', 'likes', 'the', 'travellers', '.', 'They', 'think', 'we', 'earn', 'an', 'enormous', 'wage', 'as', 'well', 'as', 'having', 'a', 'soft', 'time', 'of', 'it', '.', "That's", 'just', 'prejudice', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it', '.', 'But', 'you', ',', 'sir', ',', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff', ',', 'in', 'fact', ',', 'if', 'I', 'can', 'say', 'this', 'in', 'confidence', ',', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', '-', 'it', "'s", 'very', 'easy', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistakes', 'about', 'his', 'employees', 'and', 'judge', 'them', 'more', 'harshly', 'than', 'he', 'should', '.', 'And', 'you', "'re", 'also', 'well', 'aware', 'that', 'we', 'travellers', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'office', ',', 'so', 'that', 'we', 'can', 'very', 'easily', 'fall', 'victim', 'to', 'gossip', 'and', 'chance', 'and', 'groundless', 'complaints', ',', 'and', 'it', "'s", 'almost', 'impossible', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing', ',', 'we', 'do', "n't", 'usually', 'even', 'hear', 'about', 'them', ',', 'or', 'if', 'at', 'all', 'it', "'s", 'when', 'we', 'arrive', 'back', 'home', 'exhausted', 'from', 'a', 'trip', ',', 'and', 'that', "'s", 'when', 'we', 'feel', 'the', 'harmful', 'effects', 'of', 'what', "'s", 'been', 'going', 'on', 'without', 'even', 'knowing', 'what', 'caused', 'them', '.', 'Please', ',', 'do', "n't", 'go', 'away', ',', 'at', 'least', 'first', 'say', 'something', 'to', 'show', 'that', 'you', 'grant', 'that', 'I', "'m", 'at', 'least', 'partly', 'right', '!', "''", 'But', 'the', 'chief', 'clerk', 'had', 'turned', 'away', 'as', 'soon', 'as', 'Gregor', 'had', 'started', 'to', 'speak', ',', 'and', ',', 'with', 'protruding', 'lips', ',', 'only', 'stared', 'back', 'at', 'him', 'over', 'his', 'trembling', 'shoulders', 'as', 'he', 'left', '.', 'He', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'Gregor', 'was', 'speaking', ',', 'but', 'moved', 'steadily', 'towards', 'the', 'door', 'without', 'taking', 'his', 'eyes', 'off', 'him', '.', 'He', 'moved', 'very', 'gradually', ',', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibition', 'on', 'leaving', 'the', 'room', '.', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'entrance', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement', ',', 'drew', 'his', 'foot', 'from', 'the', 'living', 'room', ',', 'and', 'rushed', 'forward', 'in', 'a', 'panic', '.', 'In', 'the', 'hall', ',', 'he', 'stretched', 'his', 'right', 'hand', 'far', 'out', 'towards', 'the', 'stairway', 'as', 'if', 'out', 'there', ',', 'there', 'were', 'some', 'supernatural', 'force', 'waiting', 'to', 'save', 'him', '.', 'Gregor', 'realised', 'that', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'this', 'mood', 'if', 'his', 'position', 'in', 'the', 'firm', 'was', 'not', 'to', 'be', 'put', 'into', 'extreme', 'danger', '.', 'That', 'was', 'something', 'his', 'parents', 'did', 'not', 'understand', 'very', 'well', ';', 'over', 'the', 'years', ',', 'they', 'had', 'become', 'convinced', 'that', 'this', 'job', 'would', 'provide', 'for', 'Gregor', 'for', 'his', 'entire', 'life', ',', 'and', 'besides', ',', 'they', 'had', 'so', 'much', 'to', 'worry', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'any', 'thought', 'for', 'the', 'future', '.', 'Gregor', ',', 'though', ',', 'did', 'think', 'about', 'the', 'future', '.', 'The', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back', ',', 'calmed', 'down', ',', 'convinced', 'and', 'finally', 'won', 'over', ';', 'the', 'future', 'of', 'Gregor', 'and', 'his', 'family', 'depended', 'on', 'it', '!', 'If', 'only', 'his', 'sister', 'were', 'here', '!', 'She', 'was', 'clever', ';', 'she', 'was', 'already', 'in', 'tears', 'while', 'Gregor', 'was', 'still', 'lying', 'peacefully', 'on', 'his', 'back', '.', 'And', 'the', 'chief', 'clerk', 'was', 'a', 'lover', 'of', 'women', ',', 'surely', 'she', 'could', 'persuade', 'him', ';', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entrance', 'hall', 'and', 'talk', 'him', 'out', 'of', 'his', 'shocked', 'state', '.', 'But', 'his', 'sister', 'was', 'not', 'there', ',', 'Gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself', '.', 'And', 'without', 'considering', 'that', 'he', 'still', 'was', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'his', 'present', 'state', ',', 'or', 'that', 'his', 'speech', 'still', 'might', 'not', '-', 'or', 'probably', 'would', 'not', '-', 'be', 'understood', ',', 'he', 'let', 'go', 'of', 'the', 'door', ';', 'pushed', 'himself', 'through', 'the', 'opening', ';', 'tried', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'landing', 'who', ',', 'ridiculously', ',', 'was', 'holding', 'on', 'to', 'the', 'banister', 'with', 'both', 'hands', ';', 'but', 'Gregor', 'fell', 'immediately', 'over', 'and', ',', 'with', 'a', 'little', 'scream', 'as', 'he', 'sought', 'something', 'to', 'hold', 'onto', ',', 'landed', 'on', 'his', 'numerous', 'little', 'legs', '.', 'Hardly', 'had', 'that', 'happened', 'than', ',', 'for', 'the', 'first', 'time', 'that', 'day', ',', 'he', 'began', 'to', 'feel', 'alright', 'with', 'his', 'body', ';', 'the', 'little', 'legs', 'had', 'the', 'solid', 'ground', 'under', 'them', ';', 'to', 'his', 'pleasure', ',', 'they', 'did', 'exactly', 'as', 'he', 'told', 'them', ';', 'they', 'were', 'even', 'making', 'the', 'effort', 'to', 'carry', 'him', 'where', 'he', 'wanted', 'to', 'go', ';', 'and', 'he', 'was', 'soon', 'believing', 'that', 'all', 'his', 'sorrows', 'would', 'soon', 'be', 'finally', 'at', 'an', 'end', '.', 'He', 'held', 'back', 'the', 'urge', 'to', 'move', 'but', 'swayed', 'from', 'side', 'to', 'side', 'as', 'he', 'crouched', 'there', 'on', 'the', 'floor', '.', 'His', 'mother', 'was', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seemed', ',', 'at', 'first', ',', 'quite', 'engrossed', 'in', 'herself', ',', 'but', 'then', 'she', 'suddenly', 'jumped', 'up', 'with', 'her', 'arms', 'outstretched', 'and', 'her', 'fingers', 'spread', 'shouting', ':', '``', 'Help', ',', 'for', 'pity', "'s", 'sake', ',', 'Help', '!', "''", 'The', 'way', 'she', 'held', 'her', 'head', 'suggested', 'she', 'wanted', 'to', 'see', 'Gregor', 'better', ',', 'but', 'the', 'unthinking', 'way', 'she', 'was', 'hurrying', 'backwards', 'showed', 'that', 'she', 'did', 'not', ';', 'she', 'had', 'forgotten', 'that', 'the', 'table', 'was', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'things', 'on', 'it', ';', 'when', 'she', 'reached', 'the', 'table', 'she', 'sat', 'quickly', 'down', 'on', 'it', 'without', 'knowing', 'what', 'she', 'was', 'doing', ';', 'without', 'even', 'seeming', 'to', 'notice', 'that', 'the', 'coffee', 'pot', 'had', 'been', 'knocked', 'over', 'and', 'a', 'gush', 'of', 'coffee', 'was', 'pouring', 'down', 'onto', 'the', 'carpet', '.', '``', 'Mother', ',', 'mother', "''", ',', 'said', 'Gregor', 'gently', ',', 'looking', 'up', 'at', 'her', '.', 'He', 'had', 'completely', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment', ',', 'but', 'could', 'not', 'help', 'himself', 'snapping', 'in', 'the', 'air', 'with', 'his', 'jaws', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffee', '.', 'That', 'set', 'his', 'mother', 'screaming', 'anew', ',', 'she', 'fled', 'from', 'the', 'table', 'and', 'into', 'the', 'arms', 'of', 'his', 'father', 'as', 'he', 'rushed', 'towards', 'her', '.', 'Gregor', ',', 'though', ',', 'had', 'no', 'time', 'to', 'spare', 'for', 'his', 'parents', 'now', ';', 'the', 'chief', 'clerk', 'had', 'already', 'reached', 'the', 'stairs', ';', 'with', 'his', 'chin', 'on', 'the', 'banister', ',', 'he', 'looked', 'back', 'for', 'the', 'last', 'time', '.', 'Gregor', 'made', 'a', 'run', 'for', 'him', ';', 'he', 'wanted', 'to', 'be', 'sure', 'of', 'reaching', 'him', ';', 'the', 'chief', 'clerk', 'must', 'have', 'expected', 'something', ',', 'as', 'he', 'leapt', 'down', 'several', 'steps', 'at', 'once', 'and', 'disappeared', ';', 'his', 'shouts', 'resounding', 'all', 'around', 'the', 'staircase', '.', 'The', 'flight', 'of', 'the', 'chief', 'clerk', 'seemed', ',', 'unfortunately', ',', 'to', 'put', "Gregor's", 'father', 'into', 'a', 'panic', 'as', 'well', '.', 'Until', 'then', 'he', 'had', 'been', 'relatively', 'self', 'controlled', ',', 'but', 'now', ',', 'instead', 'of', 'running', 'after', 'the', 'chief', 'clerk', 'himself', ',', 'or', 'at', 'least', 'not', 'impeding', 'Gregor', 'as', 'he', 'ran', 'after', 'him', ',', 'Gregor', "'s", 'father', 'seized', 'the', 'chief', 'clerk', "'s", 'stick', 'in', 'his', 'right', 'hand', '(', 'the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair', ',', 'along', 'with', 'his', 'hat', 'and', 'overcoat', ')', ',', 'picked', 'up', 'a', 'large', 'newspaper', 'from', 'the', 'table', 'with', 'his', 'left', ',', 'and', 'used', 'them', 'to', 'drive', 'Gregor', 'back', 'into', 'his', 'room', ',', 'stamping', 'his', 'foot', 'at', 'him', 'as', 'he', 'went', '.', 'Gregor', "'s", 'appeals', 'to', 'his', 'father', 'were', 'of', 'no', 'help', ',', 'his', 'appeals', 'were', 'simply', 'not', 'understood', ',', 'however', 'much', 'he', 'humbly', 'turned', 'his', 'head', 'his', 'father', 'merely', 'stamped', 'his', 'foot', 'all', 'the', 'harder', '.', 'Across', 'the', 'room', ',', 'despite', 'the', 'chilly', 'weather', ',', 'Gregor', "'s", 'mother', 'had', 'pulled', 'open', 'a', 'window', ',', 'leant', 'far', 'out', 'of', 'it', 'and', 'pressed', 'her', 'hands', 'to', 'her', 'face', '.', 'A', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'towards', 'the', 'stairway', ',', 'the', 'curtains', 'flew', 'up', ',', 'the', 'newspapers', 'on', 'the', 'table', 'fluttered', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor', '.', 'Nothing', 'would', 'stop', 'Gregor', "'s", 'father', 'as', 'he', 'drove', 'him', 'back', ',', 'making', 'hissing', 'noises', 'at', 'him', 'like', 'a', 'wild', 'man', '.', 'Gregor', 'had', 'never', 'had', 'any', 'practice', 'in', 'moving', 'backwards', 'and', 'was', 'only', 'able', 'to', 'go', 'very', 'slowly', '.', 'If', 'Gregor', 'had', 'only', 'been', 'allowed', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'his', 'room', 'straight', 'away', ',', 'but', 'he', 'was', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'his', 'father', 'would', 'become', 'impatient', ',', 'and', 'there', 'was', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'his', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'his', 'father', "'s", 'hand', 'any', 'moment', '.', 'Eventually', ',', 'though', ',', 'Gregor', 'realised', 'that', 'he', 'had', 'no', 'choice', 'as', 'he', 'saw', ',', 'to', 'his', 'disgust', ',', 'that', 'he', 'was', 'quite', 'incapable', 'of', 'going', 'backwards', 'in', 'a', 'straight', 'line', ';', 'so', 'he', 'began', ',', 'as', 'quickly', 'as', 'possible', 'and', 'with', 'frequent', 'anxious', 'glances', 'at', 'his', 'father', ',', 'to', 'turn', 'himself', 'round', '.', 'It', 'went', 'very', 'slowly', ',', 'but', 'perhaps', 'his', 'father', 'was', 'able', 'to', 'see', 'his', 'good', 'intentions', 'as', 'he', 'did', 'nothing', 'to', 'hinder', 'him', ',', 'in', 'fact', 'now', 'and', 'then', 'he', 'used', 'the', 'tip', 'of', 'his', 'stick', 'to', 'give', 'directions', 'from', 'a', 'distance', 'as', 'to', 'which', 'way', 'to', 'turn', '.', 'If', 'only', 'his', 'father', 'would', 'stop', 'that', 'unbearable', 'hissing', '!', 'It', 'was', 'making', 'Gregor', 'quite', 'confused', '.', 'When', 'he', 'had', 'nearly', 'finished', 'turning', 'round', ',', 'still', 'listening', 'to', 'that', 'hissing', ',', 'he', 'made', 'a', 'mistake', 'and', 'turned', 'himself', 'back', 'a', 'little', 'the', 'way', 'he', 'had', 'just', 'come', '.', 'He', 'was', 'pleased', 'when', 'he', 'finally', 'had', 'his', 'head', 'in', 'front', 'of', 'the', 'doorway', ',', 'but', 'then', 'saw', 'that', 'it', 'was', 'too', 'narrow', ',', 'and', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulty', '.', 'In', 'his', 'present', 'mood', ',', 'it', 'obviously', 'did', 'not', 'occur', 'to', 'his', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'double', 'doors', 'so', 'that', 'Gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through', '.', 'He', 'was', 'merely', 'fixed', 'on', 'the', 'idea', 'that', 'Gregor', 'should', 'be', 'got', 'back', 'into', 'his', 'room', 'as', 'quickly', 'as', 'possible', '.', 'Nor', 'would', 'he', 'ever', 'have', 'allowed', 'Gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'preparation', 'for', 'getting', 'through', 'the', 'doorway', '.', 'What', 'he', 'did', ',', 'making', 'more', 'noise', 'than', 'ever', ',', 'was', 'to', 'drive', 'Gregor', 'forwards', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'nothing', 'in', 'the', 'way', ';', 'it', 'sounded', 'to', 'Gregor', 'as', 'if', 'there', 'was', 'now', 'more', 'than', 'one', 'father', 'behind', 'him', ';', 'it', 'was', 'not', 'a', 'pleasant', 'experience', ',', 'and', 'Gregor', 'pushed', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen', '.', 'One', 'side', 'of', 'his', 'body', 'lifted', 'itself', ',', 'he', 'lay', 'at', 'an', 'angle', 'in', 'the', 'doorway', ',', 'one', 'flank', 'scraped', 'on', 'the', 'white', 'door', 'and', 'was', 'painfully', 'injured', ',', 'leaving', 'vile', 'brown', 'flecks', 'on', 'it', ',', 'soon', 'he', 'was', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'able', 'to', 'move', 'at', 'all', 'by', 'himself', ',', 'the', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'pressed', 'painfully', 'against', 'the', 'ground', '.', 'Then', 'his', 'father', 'gave', 'him', 'a', 'hefty', 'shove', 'from', 'behind', 'which', 'released', 'him', 'from', 'where', 'he', 'was', 'held', 'and', 'sent', 'him', 'flying', ',', 'and', 'heavily', 'bleeding', ',', 'deep', 'into', 'his', 'room', '.', 'The', 'door', 'was', 'slammed', 'shut', 'with', 'the', 'stick', ',', 'then', ',', 'finally', ',', 'all', 'was', 'quiet', '.', 'II', 'It', 'was', 'not', 'until', 'it', 'was', 'getting', 'dark', 'that', 'evening', 'that', 'Gregor', 'awoke', 'from', 'his', 'deep', 'and', 'coma-like', 'sleep', '.', 'He', 'would', 'have', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'if', 'he', 'had', "n't", 'been', 'disturbed', ',', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fully', 'rested', '.', 'But', 'he', 'had', 'the', 'impression', 'that', 'some', 'hurried', 'steps', 'and', 'the', 'sound', 'of', 'the', 'door', 'leading', 'into', 'the', 'front', 'room', 'being', 'carefully', 'shut', 'had', 'woken', 'him', '.', 'The', 'light', 'from', 'the', 'electric', 'street', 'lamps', 'shone', 'palely', 'here', 'and', 'there', 'onto', 'the', 'ceiling', 'and', 'tops', 'of', 'the', 'furniture', ',', 'but', 'down', 'below', ',', 'where', 'Gregor', 'was', ',', 'it', 'was', 'dark', '.', 'He', 'pushed', 'himself', 'over', 'to', 'the', 'door', ',', 'feeling', 'his', 'way', 'clumsily', 'with', 'his', 'antennae', '-', 'of', 'which', 'he', 'was', 'now', 'beginning', 'to', 'learn', 'the', 'value', '-', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happening', 'there', '.', 'The', 'whole', 'of', 'his', 'left', 'side', 'seemed', 'like', 'one', ',', 'painfully', 'stretched', 'scar', ',', 'and', 'he', 'limped', 'badly', 'on', 'his', 'two', 'rows', 'of', 'legs', '.', 'One', 'of', 'the', 'legs', 'had', 'been', 'badly', 'injured', 'in', 'the', 'events', 'of', 'that', 'morning', '-', 'it', 'was', 'nearly', 'a', 'miracle', 'that', 'only', 'one', 'of', 'them', 'had', 'been', '-', 'and', 'dragged', 'along', 'lifelessly', '.', 'It', 'was', 'only', 'when', 'he', 'had', 'reached', 'the', 'door', 'that', 'he', 'realised', 'what', 'it', 'actually', 'was', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it', ';', 'it', 'was', 'the', 'smell', 'of', 'something', 'to', 'eat', '.', 'By', 'the', 'door', 'there', 'was', 'a', 'dish', 'filled', 'with', 'sweetened', 'milk', 'with', 'little', 'pieces', 'of', 'white', 'bread', 'floating', 'in', 'it', '.', 'He', 'was', 'so', 'pleased', 'he', 'almost', 'laughed', ',', 'as', 'he', 'was', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morning', ',', 'and', 'immediately', 'dipped', 'his', 'head', 'into', 'the', 'milk', ',', 'nearly', 'covering', 'his', 'eyes', 'with', 'it', '.', 'But', 'he', 'soon', 'drew', 'his', 'head', 'back', 'again', 'in', 'disappointment', ';', 'not', 'only', 'did', 'the', 'pain', 'in', 'his', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', '-', 'he', 'was', 'only', 'able', 'to', 'eat', 'if', 'his', 'whole', 'body', 'worked', 'together', 'as', 'a', 'snuffling', 'whole', '-', 'but', 'the', 'milk', 'did', 'not', 'taste', 'at', 'all', 'nice', '.', 'Milk', 'like', 'this', 'was', 'normally', 'his', 'favourite', 'drink', ',', 'and', 'his', 'sister', 'had', 'certainly', 'left', 'it', 'there', 'for', 'him', 'because', 'of', 'that', ',', 'but', 'he', 'turned', ',', 'almost', 'against', 'his', 'own', 'will', ',', 'away', 'from', 'the', 'dish', 'and', 'crawled', 'back', 'into', 'the', 'centre', 'of', 'the', 'room', '.', 'Through', 'the', 'crack', 'in', 'the', 'door', ',', 'Gregor', 'could', 'see', 'that', 'the', 'gas', 'had', 'been', 'lit', 'in', 'the', 'living', 'room', '.', 'His', 'father', 'at', 'this', 'time', 'would', 'normally', 'be', 'sat', 'with', 'his', 'evening', 'paper', ',', 'reading', 'it', 'out', 'in', 'a', 'loud', 'voice', 'to', 'Gregor', "'s", 'mother', ',', 'and', 'sometimes', 'to', 'his', 'sister', ',', 'but', 'there', 'was', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard', '.', 'Gregor', "'s", 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'this', 'reading', ',', 'but', 'maybe', 'his', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'times', '.', 'It', 'was', 'so', 'quiet', 'all', 'around', 'too', ',', 'even', 'though', 'there', 'must', 'have', 'been', 'somebody', 'in', 'the', 'flat', '.', '``', 'What', 'a', 'quiet', 'life', 'it', 'is', 'the', 'family', 'lead', "''", ',', 'said', 'Gregor', 'to', 'himself', ',', 'and', ',', 'gazing', 'into', 'the', 'darkness', ',', 'felt', 'a', 'great', 'pride', 'that', 'he', 'was', 'able', 'to', 'provide', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'his', 'sister', 'and', 'parents', '.', 'But', 'what', 'now', ',', 'if', 'all', 'this', 'peace', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horrible', 'and', 'frightening', 'end', '?', 'That', 'was', 'something', 'that', 'Gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much', ',', 'so', 'he', 'started', 'to', 'move', 'about', ',', 'crawling', 'up', 'and', 'down', 'the', 'room', '.', 'Once', 'during', 'that', 'long', 'evening', ',', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'was', 'opened', 'very', 'slightly', 'and', 'hurriedly', 'closed', 'again', ';', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same', ';', 'it', 'seemed', 'that', 'someone', 'needed', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it', '.', 'Gregor', 'went', 'and', 'waited', 'immediately', 'by', 'the', 'door', ',', 'resolved', 'either', 'to', 'bring', 'the', 'timorous', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'was', ';', 'but', 'the', 'door', 'was', 'opened', 'no', 'more', 'that', 'night', 'and', 'Gregor', 'waited', 'in', 'vain', '.', 'The', 'previous', 'morning', 'while', 'the', 'doors', 'were', 'locked', 'everyone', 'had', 'wanted', 'to', 'get', 'in', 'there', 'to', 'him', ',', 'but', 'now', ',', 'now', 'that', 'he', 'had', 'opened', 'up', 'one', 'of', 'the', 'doors', 'and', 'the', 'other', 'had', 'clearly', 'been', 'unlocked', 'some', 'time', 'during', 'the', 'day', ',', 'no-one', 'came', ',', 'and', 'the', 'keys', 'were', 'in', 'the', 'other', 'sides', '.', 'It', 'was', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'living', 'room', 'was', 'put', 'out', ',', 'and', 'now', 'it', 'was', 'easy', 'to', 'see', 'that', 'his', 'parents', 'and', 'sister', 'had', 'stayed', 'awake', 'all', 'that', 'time', ',', 'as', 'they', 'all', 'could', 'be', 'distinctly', 'heard', 'as', 'they', 'went', 'away', 'together', 'on', 'tip-toe', '.', 'It', 'was', 'clear', 'that', 'no-one', 'would', 'come', 'into', 'Gregor', "'s", 'room', 'any', 'more', 'until', 'morning', ';', 'that', 'gave', 'him', 'plenty', 'of', 'time', 'to', 'think', 'undisturbed', 'about', 'how', 'he', 'would', 'have', 'to', 're-arrange', 'his', 'life', '.', 'For', 'some', 'reason', ',', 'the', 'tall', ',', 'empty', 'room', 'where', 'he', 'was', 'forced', 'to', 'remain', 'made', 'him', 'feel', 'uneasy', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor', ',', 'even', 'though', 'he', 'had', 'been', 'living', 'in', 'it', 'for', 'five', 'years', '.', 'Hardly', 'aware', 'of', 'what', 'he', 'was', 'doing', 'other', 'than', 'a', 'slight', 'feeling', 'of', 'shame', ',', 'he', 'hurried', 'under', 'the', 'couch', '.', 'It', 'pressed', 'down', 'on', 'his', 'back', 'a', 'little', ',', 'and', 'he', 'was', 'no', 'longer', 'able', 'to', 'lift', 'his', 'head', ',', 'but', 'he', 'nonetheless', 'felt', 'immediately', 'at', 'ease', 'and', 'his', 'only', 'regret', 'was', 'that', 'his', 'body', 'was', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath', '.', 'He', 'spent', 'the', 'whole', 'night', 'there', '.', 'Some', 'of', 'the', 'time', 'he', 'passed', 'in', 'a', 'light', 'sleep', ',', 'although', 'he', 'frequently', 'woke', 'from', 'it', 'in', 'alarm', 'because', 'of', 'his', 'hunger', ',', 'and', 'some', 'of', 'the', 'time', 'was', 'spent', 'in', 'worries', 'and', 'vague', 'hopes', 'which', ',', 'however', ',', 'always', 'led', 'to', 'the', 'same', 'conclusion', ':', 'for', 'the', 'time', 'being', 'he', 'must', 'remain', 'calm', ',', 'he', 'must', 'show', 'patience', 'and', 'the', 'greatest', 'consideration', 'so', 'that', 'his', 'family', 'could', 'bear', 'the', 'unpleasantness', 'that', 'he', ',', 'in', 'his', 'present', 'condition', ',', 'was', 'forced', 'to', 'impose', 'on', 'them', '.', 'Gregor', 'soon', 'had', 'the', 'opportunity', 'to', 'test', 'the', 'strength', 'of', 'his', 'decisions', ',', 'as', 'early', 'the', 'next', 'morning', ',', 'almost', 'before', 'the', 'night', 'had', 'ended', ',', 'his', 'sister', ',', 'nearly', 'fully', 'dressed', ',', 'opened', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'looked', 'anxiously', 'in', '.', 'She', 'did', 'not', 'see', 'him', 'straight', 'away', ',', 'but', 'when', 'she', 'did', 'notice', 'him', 'under', 'the', 'couch', '-', 'he', 'had', 'to', 'be', 'somewhere', ',', 'for', 'God', "'s", 'sake', ',', 'he', 'could', "n't", 'have', 'flown', 'away', '-', 'she', 'was', 'so', 'shocked', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slammed', 'the', 'door', 'shut', 'again', 'from', 'outside', '.', 'But', 'she', 'seemed', 'to', 'regret', 'her', 'behaviour', ',', 'as', 'she', 'opened', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tip-toe', 'as', 'if', 'entering', 'the', 'room', 'of', 'someone', 'seriously', 'ill', 'or', 'even', 'of', 'a', 'stranger', '.', 'Gregor', 'had', 'pushed', 'his', 'head', 'forward', ',', 'right', 'to', 'the', 'edge', 'of', 'the', 'couch', ',', 'and', 'watched', 'her', '.', 'Would', 'she', 'notice', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'was', ',', 'realise', 'that', 'it', 'was', 'not', 'from', 'any', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'was', 'more', 'suitable', '?', 'If', 'she', 'did', "n't", 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungry', 'than', 'draw', 'her', 'attention', 'to', 'it', ',', 'although', 'he', 'did', 'feel', 'a', 'terrible', 'urge', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch', ',', 'throw', 'himself', 'at', 'his', 'sister', "'s", 'feet', 'and', 'beg', 'her', 'for', 'something', 'good', 'to', 'eat', '.', 'However', ',', 'his', 'sister', 'noticed', 'the', 'full', 'dish', 'immediately', 'and', 'looked', 'at', 'it', 'and', 'the', 'few', 'drops', 'of', 'milk', 'splashed', 'around', 'it', 'with', 'some', 'surprise', '.', 'She', 'immediately', 'picked', 'it', 'up', '-', 'using', 'a', 'rag', ',', 'not', 'her', 'bare', 'hands', '-', 'and', 'carried', 'it', 'out', '.', 'Gregor', 'was', 'extremely', 'curious', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'its', 'place', ',', 'imagining', 'the', 'wildest', 'possibilities', ',', 'but', 'he', 'never', 'could', 'have', 'guessed', 'what', 'his', 'sister', ',', 'in', 'her', 'goodness', ',', 'actually', 'did', 'bring', '.', 'In', 'order', 'to', 'test', 'his', 'taste', ',', 'she', 'brought', 'him', 'a', 'whole', 'selection', 'of', 'things', ',', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspaper', '.', 'There', 'were', 'old', ',', 'half-rotten', 'vegetables', ';', 'bones', 'from', 'the', 'evening', 'meal', ',', 'covered', 'in', 'white', 'sauce', 'that', 'had', 'gone', 'hard', ';', 'a', 'few', 'raisins', 'and', 'almonds', ';', 'some', 'cheese', 'that', 'Gregor', 'had', 'declared', 'inedible', 'two', 'days', 'before', ';', 'a', 'dry', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt', '.', 'As', 'well', 'as', 'all', 'that', 'she', 'had', 'poured', 'some', 'water', 'into', 'the', 'dish', ',', 'which', 'had', 'probably', 'been', 'permanently', 'set', 'aside', 'for', "Gregor's", 'use', ',', 'and', 'placed', 'it', 'beside', 'them', '.', 'Then', ',', 'out', 'of', 'consideration', 'for', 'Gregor', "'s", 'feelings', ',', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her', ',', 'she', 'hurried', 'out', 'again', 'and', 'even', 'turned', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'Gregor', 'would', 'know', 'he', 'could', 'make', 'things', 'as', 'comfortable', 'for', 'himself', 'as', 'he', 'liked', '.', 'Gregor', "'s", 'little', 'legs', 'whirred', ',', 'at', 'last', 'he', 'could', 'eat', '.', 'What', "'s", 'more', ',', 'his', 'injuries', 'must', 'already', 'have', 'completely', 'healed', 'as', 'he', 'found', 'no', 'difficulty', 'in', 'moving', '.', 'This', 'amazed', 'him', ',', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'his', 'finger', 'slightly', 'with', 'a', 'knife', ',', 'he', 'thought', 'of', 'how', 'his', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'before', 'yesterday', '.', '``', 'Am', 'I', 'less', 'sensitive', 'than', 'I', 'used', 'to', 'be', ',', 'then', '?', '``', ',', 'he', 'thought', ',', 'and', 'was', 'already', 'sucking', 'greedily', 'at', 'the', 'cheese', 'which', 'had', 'immediately', ',', 'almost', 'compellingly', ',', 'attracted', 'him', 'much', 'more', 'than', 'the', 'other', 'foods', 'on', 'the', 'newspaper', '.', 'Quickly', 'one', 'after', 'another', ',', 'his', 'eyes', 'watering', 'with', 'pleasure', ',', 'he', 'consumed', 'the', 'cheese', ',', 'the', 'vegetables', 'and', 'the', 'sauce', ';', 'the', 'fresh', 'foods', ',', 'on', 'the', 'other', 'hand', ',', 'he', 'did', "n't", 'like', 'at', 'all', ',', 'and', 'even', 'dragged', 'the', 'things', 'he', 'did', 'want', 'to', 'eat', 'a', 'little', 'way', 'away', 'from', 'them', 'because', 'he', 'could', "n't", 'stand', 'the', 'smell', '.', 'Long', 'after', 'he', 'had', 'finished', 'eating', 'and', 'lay', 'lethargic', 'in', 'the', 'same', 'place', ',', 'his', 'sister', 'slowly', 'turned', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw', '.', 'He', 'was', 'immediately', 'startled', ',', 'although', 'he', 'had', 'been', 'half', 'asleep', ',', 'and', 'he', 'hurried', 'back', 'under', 'the', 'couch', '.', 'But', 'he', 'needed', 'great', 'self-control', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'his', 'sister', 'was', 'in', 'the', 'room', ',', 'as', 'eating', 'so', 'much', 'food', 'had', 'rounded', 'out', 'his', 'body', 'a', 'little', 'and', 'he', 'could', 'hardly', 'breathe', 'in', 'that', 'narrow', 'space', '.', 'Half', 'suffocating', ',', 'he', 'watched', 'with', 'bulging', 'eyes', 'as', 'his', 'sister', 'unselfconsciously', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'left-overs', ',', 'mixing', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touched', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'used', 'any', 'more', '.', 'She', 'quickly', 'dropped', 'it', 'all', 'into', 'a', 'bin', ',', 'closed', 'it', 'with', 'its', 'wooden', 'lid', ',', 'and', 'carried', 'everything', 'out', '.', 'She', 'had', 'hardly', 'turned', 'her', 'back', 'before', 'Gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretched', 'himself', '.', 'This', 'was', 'how', 'Gregor', 'received', 'his', 'food', 'each', 'day', 'now', ',', 'once', 'in', 'the', 'morning', 'while', 'his', 'parents', 'and', 'the', 'maid', 'were', 'still', 'asleep', ',', 'and', 'the', 'second', 'time', 'after', 'everyone', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'his', 'parents', 'would', 'sleep', 'for', 'a', 'little', 'while', 'then', 'as', 'well', ',', 'and', "Gregor's", 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand', '.', 'Gregor', "'s", 'father', 'and', 'mother', 'certainly', 'did', 'not', 'want', 'him', 'to', 'starve', 'either', ',', 'but', 'perhaps', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'any', 'more', 'experience', 'of', 'his', 'feeding', 'than', 'being', 'told', 'about', 'it', ',', 'and', 'perhaps', 'his', 'sister', 'wanted', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'indeed', 'suffering', 'enough', '.', 'It', 'was', 'impossible', 'for', 'Gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morning', 'to', 'get', 'them', 'out', 'of', 'the', 'flat', '.', 'As', 'nobody', 'could', 'understand', 'him', ',', 'nobody', ',', 'not', 'even', 'his', 'sister', ',', 'thought', 'that', 'he', 'could', 'understand', 'them', ',', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'his', 'sister', "'s", 'sighs', 'and', 'appeals', 'to', 'the', 'saints', 'as', 'she', 'moved', 'about', 'his', 'room', '.', 'It', 'was', 'only', 'later', ',', 'when', 'she', 'had', 'become', 'a', 'little', 'more', 'used', 'to', 'everything', '-', 'there', 'was', ',', 'of', 'course', ',', 'no', 'question', 'of', 'her', 'ever', 'becoming', 'fully', 'used', 'to', 'the', 'situation', '-', 'that', 'Gregor', 'would', 'sometimes', 'catch', 'a', 'friendly', 'comment', ',', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'construed', 'as', 'friendly', '.', '``', 'He', "'s", 'enjoyed', 'his', 'dinner', 'today', "''", ',', 'she', 'might', 'say', 'when', 'he', 'had', 'diligently', 'cleared', 'away', 'all', 'the', 'food', 'left', 'for', 'him', ',', 'or', 'if', 'he', 'left', 'most', 'of', 'it', ',', 'which', 'slowly', 'became', 'more', 'and', 'more', 'frequent', ',', 'she', 'would', 'often', 'say', ',', 'sadly', ',', '``', 'now', 'everything', "'s", 'just', 'been', 'left', 'there', 'again', "''", '.', 'Although', 'Gregor', 'was', "n't", 'able', 'to', 'hear', 'any', 'news', 'directly', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'was', 'said', 'in', 'the', 'next', 'rooms', ',', 'and', 'whenever', 'he', 'heard', 'anyone', 'speaking', 'he', 'would', 'scurry', 'straight', 'to', 'the', 'appropriate', 'door', 'and', 'press', 'his', 'whole', 'body', 'against', 'it', '.', 'There', 'was', 'seldom', 'any', 'conversation', ',', 'especially', 'at', 'first', ',', 'that', 'was', 'not', 'about', 'him', 'in', 'some', 'way', ',', 'even', 'if', 'only', 'in', 'secret', '.', 'For', 'two', 'whole', 'days', ',', 'all', 'the', 'talk', 'at', 'every', 'mealtime', 'was', 'about', 'what', 'they', 'should', 'do', 'now', ';', 'but', 'even', 'between', 'meals', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'always', 'at', 'least', 'two', 'members', 'of', 'the', 'family', 'at', 'home', '-', 'nobody', 'wanted', 'to', 'be', 'at', 'home', 'by', 'themselves', 'and', 'it', 'was', 'out', 'of', 'the', 'question', 'to', 'leave', 'the', 'flat', 'entirely', 'empty', '.', 'And', 'on', 'the', 'very', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knees', 'and', 'begged', 'Gregor', "'s", 'mother', 'to', 'let', 'her', 'go', 'without', 'delay', '.', 'It', 'was', 'not', 'very', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happened', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour', ',', 'tearfully', 'thanking', 'Gregor', "'s", 'mother', 'for', 'her', 'dismissal', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enormous', 'service', '.', 'She', 'even', 'swore', 'emphatically', 'not', 'to', 'tell', 'anyone', 'the', 'slightest', 'about', 'what', 'had', 'happened', ',', 'even', 'though', 'no-one', 'had', 'asked', 'that', 'of', 'her', '.', 'Now', 'Gregor', "'s", 'sister', 'also', 'had', 'to', 'help', 'his', 'mother', 'with', 'the', 'cooking', ';', 'although', 'that', 'was', 'not', 'so', 'much', 'bother', 'as', 'no-one', 'ate', 'very', 'much', '.', 'Gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccessfully', 'urge', 'another', 'to', 'eat', ',', 'and', 'receive', 'no', 'more', 'answer', 'than', '``', 'no', 'thanks', ',', 'I', "'ve", 'had', 'enough', "''", 'or', 'something', 'similar', '.', 'No-one', 'drank', 'very', 'much', 'either', '.', 'His', 'sister', 'would', 'sometimes', 'ask', 'his', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer', ',', 'hoping', 'for', 'the', 'chance', 'to', 'go', 'and', 'fetch', 'it', 'herself', '.', 'When', 'his', 'father', 'then', 'said', 'nothing', 'she', 'would', 'add', ',', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish', ',', 'that', 'she', 'could', 'send', 'the', 'housekeeper', 'for', 'it', ',', 'but', 'then', 'his', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big', ',', 'loud', '``', 'No', "''", ',', 'and', 'no', 'more', 'would', 'be', 'said', '.', 'Even', 'before', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end', ',', 'his', 'father', 'had', 'explained', 'to', 'Gregor', "'s", 'mother', 'and', 'sister', 'what', 'their', 'finances', 'and', 'prospects', 'were', '.', 'Now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'table', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'little', 'cash', 'box', 'he', 'had', 'saved', 'from', 'his', 'business', 'when', 'it', 'had', 'collapsed', 'five', 'years', 'earlier', '.', 'Gregor', 'heard', 'how', 'he', 'opened', 'the', 'complicated', 'lock', 'and', 'then', 'closed', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'wanted', '.', 'What', 'he', 'heard', 'his', 'father', 'say', 'was', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'Gregor', 'heard', 'since', 'he', 'had', 'first', 'been', 'incarcerated', 'in', 'his', 'room', '.', 'He', 'had', 'thought', 'that', 'nothing', 'at', 'all', 'remained', 'from', 'his', 'father', "'s", 'business', ',', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anything', 'different', ',', 'and', 'Gregor', 'had', 'never', 'asked', 'him', 'about', 'it', 'anyway', '.', 'Their', 'business', 'misfortune', 'had', 'reduced', 'the', 'family', 'to', 'a', 'state', 'of', 'total', 'despair', ',', 'and', 'Gregor', "'s", 'only', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrange', 'things', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickly', 'as', 'possible', '.', 'So', 'then', 'he', 'started', 'working', 'especially', 'hard', ',', 'with', 'a', 'fiery', 'vigour', 'that', 'raised', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travelling', 'representative', 'almost', 'overnight', ',', 'bringing', 'with', 'it', 'the', 'chance', 'to', 'earn', 'money', 'in', 'quite', 'different', 'ways', '.', 'Gregor', 'converted', 'his', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'table', 'at', 'home', 'for', 'the', 'benefit', 'of', 'his', 'astonished', 'and', 'delighted', 'family', '.', 'They', 'had', 'been', 'good', 'times', 'and', 'they', 'had', 'never', 'come', 'again', ',', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour', ',', 'even', 'though', 'Gregor', 'had', 'later', 'earned', 'so', 'much', 'that', 'he', 'was', 'in', 'a', 'position', 'to', 'bear', 'the', 'costs', 'of', 'the', 'whole', 'family', ',', 'and', 'did', 'bear', 'them', '.', 'They', 'had', 'even', 'got', 'used', 'to', 'it', ',', 'both', 'Gregor', 'and', 'the', 'family', ',', 'they', 'took', 'the', 'money', 'with', 'gratitude', 'and', 'he', 'was', 'glad', 'to', 'provide', 'it', ',', 'although', 'there', 'was', 'no', 'longer', 'much', 'warm', 'affection', 'given', 'in', 'return', '.', 'Gregor', 'only', 'remained', 'close', 'to', 'his', 'sister', 'now', '.', 'Unlike', 'him', ',', 'she', 'was', 'very', 'fond', 'of', 'music', 'and', 'a', 'gifted', 'and', 'expressive', 'violinist', ',', 'it', 'was', 'his', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatory', 'next', 'year', 'even', 'though', 'it', 'would', 'cause', 'great', 'expense', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way', '.', 'During', 'Gregor', "'s", 'short', 'periods', 'in', 'town', ',', 'conversation', 'with', 'his', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatory', 'but', 'it', 'was', 'only', 'ever', 'mentioned', 'as', 'a', 'lovely', 'dream', 'that', 'could', 'never', 'be', 'realised', '.', 'Their', 'parents', 'did', 'not', 'like', 'to', 'hear', 'this', 'innocent', 'talk', ',', 'but', 'Gregor', 'thought', 'about', 'it', 'quite', 'hard', 'and', 'decided', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'planned', 'with', 'a', 'grand', 'announcement', 'of', 'it', 'on', 'Christmas', 'day', '.', 'That', 'was', 'the', 'sort', 'of', 'totally', 'pointless', 'thing', 'that', 'went', 'through', 'his', 'mind', 'in', 'his', 'present', 'state', ',', 'pressed', 'upright', 'against', 'the', 'door', 'and', 'listening', '.', 'There', 'were', 'times', 'when', 'he', 'simply', 'became', 'too', 'tired', 'to', 'continue', 'listening', ',', 'when', 'his', 'head', 'would', 'fall', 'wearily', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start', ',', 'as', 'even', 'the', 'slightest', 'noise', 'he', 'caused', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent', '.', '``', 'What', "'s", 'that', 'he', "'s", 'doing', 'now', "''", ',', 'his', 'father', 'would', 'say', 'after', 'a', 'while', ',', 'clearly', 'having', 'gone', 'over', 'to', 'the', 'door', ',', 'and', 'only', 'then', 'would', 'the', 'interrupted', 'conversation', 'slowly', 'be', 'taken', 'up', 'again', '.', 'When', 'explaining', 'things', ',', 'his', 'father', 'repeated', 'himself', 'several', 'times', ',', 'partly', 'because', 'it', 'was', 'a', 'long', 'time', 'since', 'he', 'had', 'been', 'occupied', 'with', 'these', 'matters', 'himself', 'and', 'partly', 'because', 'Gregor', "'s", 'mother', 'did', 'not', 'understand', 'everything', 'the', 'first', 'time', '.', 'From', 'these', 'repeated', 'explanations', 'Gregor', 'learned', ',', 'to', 'his', 'pleasure', ',', 'that', 'despite', 'all', 'their', 'misfortunes', 'there', 'was', 'still', 'some', 'money', 'available', 'from', 'the', 'old', 'days', '.', 'It', 'was', 'not', 'a', 'lot', ',', 'but', 'it', 'had', 'not', 'been', 'touched', 'in', 'the', 'meantime', 'and', 'some', 'interest', 'had', 'accumulated', '.', 'Besides', 'that', ',', 'they', 'had', 'not', 'been', 'using', 'up', 'all', 'the', 'money', 'that', 'Gregor', 'had', 'been', 'bringing', 'home', 'every', 'month', ',', 'keeping', 'only', 'a', 'little', 'for', 'himself', ',', 'so', 'that', 'that', ',', 'too', ',', 'had', 'been', 'accumulating', '.', 'Behind', 'the', 'door', ',', 'Gregor', 'nodded', 'with', 'enthusiasm', 'in', 'his', 'pleasure', 'at', 'this', 'unexpected', 'thrift', 'and', 'caution', '.', 'He', 'could', 'actually', 'have', 'used', 'this', 'surplus', 'money', 'to', 'reduce', 'his', 'father', "'s", 'debt', 'to', 'his', 'boss', ',', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer', ',', 'but', 'now', 'it', 'was', 'certainly', 'better', 'the', 'way', 'his', 'father', 'had', 'done', 'things', '.', 'This', 'money', ',', 'however', ',', 'was', 'certainly', 'not', 'enough', 'to', 'enable', 'the', 'family', 'to', 'live', 'off', 'the', 'interest', ';', 'it', 'was', 'enough', 'to', 'maintain', 'them', 'for', ',', 'perhaps', ',', 'one', 'or', 'two', 'years', ',', 'no', 'more', '.', 'That', "'s", 'to', 'say', ',', 'it', 'was', 'money', 'that', 'should', 'not', 'really', 'be', 'touched', 'but', 'set', 'aside', 'for', 'emergencies', ';', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earned', '.', 'His', 'father', 'was', 'healthy', 'but', 'old', ',', 'and', 'lacking', 'in', 'self', 'confidence', '.', 'During', 'the', 'five', 'years', 'that', 'he', 'had', 'not', 'been', 'working', '-', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', '-', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'become', 'very', 'slow', 'and', 'clumsy', '.', 'Would', 'Gregor', "'s", 'elderly', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money', '?', 'She', 'suffered', 'from', 'asthma', 'and', 'it', 'was', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home', ',', 'every', 'other', 'day', 'would', 'be', 'spent', 'struggling', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window', '.', 'Would', 'his', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money', '?', 'She', 'was', 'still', 'a', 'child', 'of', 'seventeen', ',', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'very', 'enviable', ',', 'consisting', 'of', 'wearing', 'nice', 'clothes', ',', 'sleeping', 'late', ',', 'helping', 'out', 'in', 'the', 'business', ',', 'joining', 'in', 'with', 'a', 'few', 'modest', 'pleasures', 'and', 'most', 'of', 'all', 'playing', 'the', 'violin', '.', 'Whenever', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money', ',', 'Gregor', 'would', 'always', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool', ',', 'leather', 'sofa', 'next', 'to', 'it', ',', 'as', 'he', 'became', 'quite', 'hot', 'with', 'shame', 'and', 'regret', '.', 'He', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through', ',', 'not', 'sleeping', 'a', 'wink', 'but', 'scratching', 'at', 'the', 'leather', 'for', 'hours', 'on', 'end', '.', 'Or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'pushing', 'a', 'chair', 'to', 'the', 'window', ',', 'climbing', 'up', 'onto', 'the', 'sill', 'and', ',', 'propped', 'up', 'in', 'the', 'chair', ',', 'leaning', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it', '.', 'He', 'had', 'used', 'to', 'feel', 'a', 'great', 'sense', 'of', 'freedom', 'from', 'doing', 'this', ',', 'but', 'doing', 'it', 'now', 'was', 'obviously', 'something', 'more', 'remembered', 'than', 'experienced', ',', 'as', 'what', 'he', 'actually', 'saw', 'in', 'this', 'way', 'was', 'becoming', 'less', 'distinct', 'every', 'day', ',', 'even', 'things', 'that', 'were', 'quite', 'near', ';', 'he', 'had', 'used', 'to', 'curse', 'the', 'ever-present', 'view', 'of', 'the', 'hospital', 'across', 'the', 'street', ',', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all', ',', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'lived', 'in', 'Charlottenstrasse', ',', 'which', 'was', 'a', 'quiet', 'street', 'despite', 'being', 'in', 'the', 'middle', 'of', 'the', 'city', ',', 'he', 'could', 'have', 'thought', 'that', 'he', 'was', 'looking', 'out', 'the', 'window', 'at', 'a', 'barren', 'waste', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingled', 'inseparably', '.', 'His', 'observant', 'sister', 'only', 'needed', 'to', 'notice', 'the', 'chair', 'twice', 'before', 'she', 'would', 'always', 'push', 'it', 'back', 'to', 'its', 'exact', 'position', 'by', 'the', 'window', 'after', 'she', 'had', 'tidied', 'up', 'the', 'room', ',', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on', '.', 'If', 'Gregor', 'had', 'only', 'been', 'able', 'to', 'speak', 'to', 'his', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it', ';', 'but', 'as', 'it', 'was', 'it', 'caused', 'him', 'pain', '.', 'His', 'sister', ',', 'naturally', ',', 'tried', 'as', 'far', 'as', 'possible', 'to', 'pretend', 'there', 'was', 'nothing', 'burdensome', 'about', 'it', ',', 'and', 'the', 'longer', 'it', 'went', 'on', ',', 'of', 'course', ',', 'the', 'better', 'she', 'was', 'able', 'to', 'do', 'so', ',', 'but', 'as', 'time', 'went', 'by', 'Gregor', 'was', 'also', 'able', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better', '.', 'It', 'had', 'even', 'become', 'very', 'unpleasant', 'for', 'him', ',', 'now', ',', 'whenever', 'she', 'entered', 'the', 'room', '.', 'No', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickly', 'close', 'the', 'door', 'as', 'a', 'precaution', 'so', 'that', 'no-one', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', 'Gregor', "'s", 'room', ',', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedly', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffocating', '.', 'Even', 'if', 'it', 'was', 'cold', ',', 'she', 'would', 'stay', 'at', 'the', 'window', 'breathing', 'deeply', 'for', 'a', 'little', 'while', '.', 'She', 'would', 'alarm', 'Gregor', 'twice', 'a', 'day', 'with', 'this', 'running', 'about', 'and', 'noise', 'making', ';', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shivering', 'the', 'whole', 'while', ',', 'knowing', 'full', 'well', 'that', 'she', 'would', 'certainly', 'have', 'liked', 'to', 'spare', 'him', 'this', 'ordeal', ',', 'but', 'it', 'was', 'impossible', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'windows', 'closed', '.', 'One', 'day', ',', 'about', 'a', 'month', 'after', 'Gregor', "'s", 'transformation', 'when', 'his', 'sister', 'no', 'longer', 'had', 'any', 'particular', 'reason', 'to', 'be', 'shocked', 'at', 'his', 'appearance', ',', 'she', 'came', 'into', 'the', 'room', 'a', 'little', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'staring', 'out', 'the', 'window', ',', 'motionless', ',', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horrible', '.', 'In', 'itself', ',', 'his', 'sister', "'s", 'not', 'coming', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surprise', 'for', 'Gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immediately', 'open', 'the', 'window', 'while', 'he', 'was', 'still', 'there', ',', 'but', 'not', 'only', 'did', 'she', 'not', 'come', 'in', ',', 'she', 'went', 'straight', 'back', 'and', 'closed', 'the', 'door', 'behind', 'her', ',', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threatened', 'her', 'and', 'tried', 'to', 'bite', 'her', '.', 'Gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch', ',', 'of', 'course', ',', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'before', 'his', 'sister', 'came', 'back', 'and', 'she', 'seemed', 'much', 'more', 'uneasy', 'than', 'usual', '.', 'It', 'made', 'him', 'realise', 'that', 'she', 'still', 'found', 'his', 'appearance', 'unbearable', 'and', 'would', 'continue', 'to', 'do', 'so', ',', 'she', 'probably', 'even', 'had', 'to', 'overcome', 'the', 'urge', 'to', 'flee', 'when', 'she', 'saw', 'the', 'little', 'bit', 'of', 'him', 'that', 'protruded', 'from', 'under', 'the', 'couch', '.', 'One', 'day', ',', 'in', 'order', 'to', 'spare', 'her', 'even', 'this', 'sight', ',', 'he', 'spent', 'four', 'hours', 'carrying', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'his', 'back', 'and', 'arranged', 'it', 'so', 'that', 'he', 'was', 'completely', 'covered', 'and', 'his', 'sister', 'would', 'not', 'be', 'able', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down', '.', 'If', 'she', 'did', 'not', 'think', 'this', 'sheet', 'was', 'necessary', 'then', 'all', 'she', 'had', 'to', 'do', 'was', 'take', 'it', 'off', 'again', ',', 'as', 'it', 'was', 'clear', 'enough', 'that', 'it', 'was', 'no', 'pleasure', 'for', 'Gregor', 'to', 'cut', 'himself', 'off', 'so', 'completely', '.', 'She', 'left', 'the', 'sheet', 'where', 'it', 'was', '.', 'Gregor', 'even', 'thought', 'he', 'glimpsed', 'a', 'look', 'of', 'gratitude', 'one', 'time', 'when', 'he', 'carefully', 'looked', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'his', 'sister', 'liked', 'the', 'new', 'arrangement', '.', 'For', 'the', 'first', 'fourteen', 'days', ',', 'Gregor', "'s", 'parents', 'could', 'not', 'bring', 'themselves', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him', '.', 'He', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreciated', 'all', 'the', 'new', 'work', 'his', 'sister', 'was', 'doing', 'even', 'though', ',', 'before', ',', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'was', 'somewhat', 'useless', 'and', 'frequently', 'been', 'annoyed', 'with', 'her', '.', 'But', 'now', 'the', 'two', 'of', 'them', ',', 'father', 'and', 'mother', ',', 'would', 'often', 'both', 'wait', 'outside', 'the', 'door', 'of', 'Gregor', "'s", 'room', 'while', 'his', 'sister', 'tidied', 'up', 'in', 'there', ',', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactly', 'how', 'everything', 'looked', ',', 'what', 'Gregor', 'had', 'eaten', ',', 'how', 'he', 'had', 'behaved', 'this', 'time', 'and', 'whether', ',', 'perhaps', ',', 'any', 'slight', 'improvement', 'could', 'be', 'seen', '.', 'His', 'mother', 'also', 'wanted', 'to', 'go', 'in', 'and', 'visit', 'Gregor', 'relatively', 'soon', 'but', 'his', 'father', 'and', 'sister', 'at', 'first', 'persuaded', 'her', 'against', 'it', '.', 'Gregor', 'listened', 'very', 'closely', 'to', 'all', 'this', ',', 'and', 'approved', 'fully', '.', 'Later', ',', 'though', ',', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'force', ',', 'which', 'made', 'her', 'call', 'out', ':', "''", 'Let', 'me', 'go', 'and', 'see', 'Gregor', ',', 'he', 'is', 'my', 'unfortunate', 'son', '!', 'Ca', "n't", 'you', 'understand', 'I', 'have', 'to', 'see', 'him', '?', '``', ',', 'and', 'Gregor', 'would', 'think', 'to', 'himself', 'that', 'maybe', 'it', 'would', 'be', 'better', 'if', 'his', 'mother', 'came', 'in', ',', 'not', 'every', 'day', 'of', 'course', ',', 'but', 'one', 'day', 'a', 'week', ',', 'perhaps', ';', 'she', 'could', 'understand', 'everything', 'much', 'better', 'than', 'his', 'sister', 'who', ',', 'for', 'all', 'her', 'courage', ',', 'was', 'still', 'just', 'a', 'child', 'after', 'all', ',', 'and', 'really', 'might', 'not', 'have', 'had', 'an', 'adult', "'s", 'appreciation', 'of', 'the', 'burdensome', 'job', 'she', 'had', 'taken', 'on', '.', 'Gregor', "'s", 'wish', 'to', 'see', 'his', 'mother', 'was', 'soon', 'realised', '.', 'Out', 'of', 'consideration', 'for', 'his', 'parents', ',', 'Gregor', 'wanted', 'to', 'avoid', 'being', 'seen', 'at', 'the', 'window', 'during', 'the', 'day', ',', 'the', 'few', 'square', 'meters', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about', ',', 'it', 'was', 'hard', 'to', 'just', 'lie', 'quietly', 'through', 'the', 'night', ',', 'his', 'food', 'soon', 'stopped', 'giving', 'him', 'any', 'pleasure', 'at', 'all', ',', 'and', 'so', ',', 'to', 'entertain', 'himself', ',', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawling', 'up', 'and', 'down', 'the', 'walls', 'and', 'ceiling', '.', 'He', 'was', 'especially', 'fond', 'of', 'hanging', 'from', 'the', 'ceiling', ';', 'it', 'was', 'quite', 'different', 'from', 'lying', 'on', 'the', 'floor', ';', 'he', 'could', 'breathe', 'more', 'freely', ';', 'his', 'body', 'had', 'a', 'light', 'swing', 'to', 'it', ';', 'and', 'up', 'there', ',', 'relaxed', 'and', 'almost', 'happy', ',', 'it', 'might', 'happen', 'that', 'he', 'would', 'surprise', 'even', 'himself', 'by', 'letting', 'go', 'of', 'the', 'ceiling', 'and', 'landing', 'on', 'the', 'floor', 'with', 'a', 'crash', '.', 'But', 'now', ',', 'of', 'course', ',', 'he', 'had', 'far', 'better', 'control', 'of', 'his', 'body', 'than', 'before', 'and', ',', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that', ',', 'caused', 'himself', 'no', 'damage', '.', 'Very', 'soon', 'his', 'sister', 'noticed', 'Gregor', "'s", 'new', 'way', 'of', 'entertaining', 'himself', '-', 'he', 'had', ',', 'after', 'all', ',', 'left', 'traces', 'of', 'the', 'adhesive', 'from', 'his', 'feet', 'as', 'he', 'crawled', 'about', '-', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easy', 'as', 'possible', 'for', 'him', 'by', 'removing', 'the', 'furniture', 'that', 'got', 'in', 'his', 'way', ',', 'especially', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', '.', 'Now', ',', 'this', 'was', 'not', 'something', 'that', 'she', 'would', 'be', 'able', 'to', 'do', 'by', 'herself', ';', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father', ';', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carried', 'on', 'bravely', 'since', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainly', 'would', 'not', 'have', 'helped', 'in', 'this', ',', 'she', 'had', 'even', 'asked', 'to', 'be', 'allowed', 'to', 'keep', 'the', 'kitchen', 'locked', 'at', 'all', 'times', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'was', 'especially', 'important', ';', 'so', 'his', 'sister', 'had', 'no', 'choice', 'but', 'to', 'choose', 'some', 'time', 'when', 'Gregor', "'s", 'father', 'was', 'not', 'there', 'and', 'fetch', 'his', 'mother', 'to', 'help', 'her', '.', 'As', 'she', 'approached', 'the', 'room', ',', 'Gregor', 'could', 'hear', 'his', 'mother', 'express', 'her', 'joy', ',', 'but', 'once', 'at', 'the', 'door', 'she', 'went', 'silent', '.', 'First', ',', 'of', 'course', ',', 'his', 'sister', 'came', 'in', 'and', 'looked', 'round', 'to', 'see', 'that', 'everything', 'in', 'the', 'room', 'was', 'alright', ';', 'and', 'only', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter', '.', 'Gregor', 'had', 'hurriedly', 'pulled', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'folds', 'into', 'it', 'so', 'that', 'everything', 'really', 'looked', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chance', '.', 'Gregor', 'also', 'refrained', ',', 'this', 'time', ',', 'from', 'spying', 'out', 'from', 'under', 'the', 'sheet', ';', 'he', 'gave', 'up', 'the', 'chance', 'to', 'see', 'his', 'mother', 'until', 'later', 'and', 'was', 'simply', 'glad', 'that', 'she', 'had', 'come', '.', '``', 'You', 'can', 'come', 'in', ',', 'he', 'ca', "n't", 'be', 'seen', "''", ',', 'said', 'his', 'sister', ',', 'obviously', 'leading', 'her', 'in', 'by', 'the', 'hand', '.', 'The', 'old', 'chest', 'of', 'drawers', 'was', 'too', 'heavy', 'for', 'a', 'pair', 'of', 'feeble', 'women', 'to', 'be', 'heaving', 'about', ',', 'but', 'Gregor', 'listened', 'as', 'they', 'pushed', 'it', 'from', 'its', 'place', ',', 'his', 'sister', 'always', 'taking', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignoring', 'her', 'mother', "'s", 'warnings', 'that', 'she', 'would', 'strain', 'herself', '.', 'This', 'lasted', 'a', 'very', 'long', 'time', '.', 'After', 'labouring', 'at', 'it', 'for', 'fifteen', 'minutes', 'or', 'more', 'his', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leave', 'the', 'chest', 'where', 'it', 'was', ',', 'for', 'one', 'thing', 'it', 'was', 'too', 'heavy', 'for', 'them', 'to', 'get', 'the', 'job', 'finished', 'before', 'Gregor', "'s", 'father', 'got', 'home', 'and', 'leaving', 'it', 'in', 'the', 'middle', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'his', 'way', 'even', 'more', ',', 'and', 'for', 'another', 'thing', 'it', 'was', "n't", 'even', 'sure', 'that', 'taking', 'the', 'furniture', 'away', 'would', 'really', 'be', 'any', 'help', 'to', 'him', '.', 'She', 'thought', 'just', 'the', 'opposite', ';', 'the', 'sight', 'of', 'the', 'bare', 'walls', 'saddened', 'her', 'right', 'to', 'her', 'heart', ';', 'and', 'why', 'would', "n't", 'Gregor', 'feel', 'the', 'same', 'way', 'about', 'it', ',', 'he', "'d", 'been', 'used', 'to', 'this', 'furniture', 'in', 'his', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandoned', 'to', 'be', 'in', 'an', 'empty', 'room', 'like', 'that', '.', 'Then', ',', 'quietly', ',', 'almost', 'whispering', 'as', 'if', 'wanting', 'Gregor', '(', 'whose', 'whereabouts', 'she', 'did', 'not', 'know', ')', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voice', ',', 'as', 'she', 'was', 'convinced', 'that', 'he', 'did', 'not', 'understand', 'her', 'words', ',', 'she', 'added', '``', 'and', 'by', 'taking', 'the', 'furniture', 'away', ',', 'wo', "n't", 'it', 'seem', 'like', 'we', "'re", 'showing', 'that', 'we', "'ve", 'given', 'up', 'all', 'hope', 'of', 'improvement', 'and', 'we', "'re", 'abandoning', 'him', 'to', 'cope', 'for', 'himself', '?', 'I', 'think', 'it', "'d", 'be', 'best', 'to', 'leave', 'the', 'room', 'exactly', 'the', 'way', 'it', 'was', 'before', 'so', 'that', 'when', 'Gregor', 'comes', 'back', 'to', 'us', 'again', "he'll", 'find', 'everything', 'unchanged', 'and', 'he', "'ll", 'be', 'able', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier', "''", '.', 'Hearing', 'these', 'words', 'from', 'his', 'mother', 'made', 'Gregor', 'realise', 'that', 'the', 'lack', 'of', 'any', 'direct', 'human', 'communication', ',', 'along', 'with', 'the', 'monotonous', 'life', 'led', 'by', 'the', 'family', 'during', 'these', 'two', 'months', ',', 'must', 'have', 'made', 'him', 'confused', '-', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explaining', 'to', 'himself', 'why', 'he', 'had', 'seriously', 'wanted', 'his', 'room', 'emptied', 'out', '.', 'Had', 'he', 'really', 'wanted', 'to', 'transform', 'his', 'room', 'into', 'a', 'cave', ',', 'a', 'warm', 'room', 'fitted', 'out', 'with', 'the', 'nice', 'furniture', 'he', 'had', 'inherited', '?', 'That', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimpeded', 'in', 'any', 'direction', ',', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickly', 'forget', 'his', 'past', 'when', 'he', 'had', 'still', 'been', 'human', '.', 'He', 'had', 'come', 'very', 'close', 'to', 'forgetting', ',', 'and', 'it', 'had', 'only', 'been', 'the', 'voice', 'of', 'his', 'mother', ',', 'unheard', 'for', 'so', 'long', ',', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it', '.', 'Nothing', 'should', 'be', 'removed', ';', 'everything', 'had', 'to', 'stay', ';', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influence', 'the', 'furniture', 'had', 'on', 'his', 'condition', ';', 'and', 'if', 'the', 'furniture', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessly', 'that', 'was', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantage', '.', 'His', 'sister', ',', 'unfortunately', ',', 'did', 'not', 'agree', ';', 'she', 'had', 'become', 'used', 'to', 'the', 'idea', ',', 'not', 'without', 'reason', ',', 'that', 'she', 'was', 'Gregor', "'s", 'spokesman', 'to', 'his', 'parents', 'about', 'the', 'things', 'that', 'concerned', 'him', '.', 'This', 'meant', 'that', 'his', 'mother', "'s", 'advice', 'now', 'was', 'sufficient', 'reason', 'for', 'her', 'to', 'insist', 'on', 'removing', 'not', 'only', 'the', 'chest', 'of', 'drawers', 'and', 'the', 'desk', ',', 'as', 'she', 'had', 'thought', 'at', 'first', ',', 'but', 'all', 'the', 'furniture', 'apart', 'from', 'the', 'all-important', 'couch', '.', 'It', 'was', 'more', 'than', 'childish', 'perversity', ',', 'of', 'course', ',', 'or', 'the', 'unexpected', 'confidence', 'she', 'had', 'recently', 'acquired', ',', 'that', 'made', 'her', 'insist', ';', 'she', 'had', 'indeed', 'noticed', 'that', 'Gregor', 'needed', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in', ',', 'whereas', 'the', 'furniture', ',', 'as', 'far', 'as', 'anyone', 'could', 'see', ',', 'was', 'of', 'no', 'use', 'to', 'him', 'at', 'all', '.', 'Girls', 'of', 'that', 'age', ',', 'though', ',', 'do', 'become', 'enthusiastic', 'about', 'things', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenever', 'they', 'can', '.', 'Perhaps', 'this', 'was', 'what', 'tempted', 'Grete', 'to', 'make', "Gregor's", 'situation', 'seem', 'even', 'more', 'shocking', 'than', 'it', 'was', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him', '.', 'Grete', 'would', 'probably', 'be', 'the', 'only', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'dominated', 'by', 'Gregor', 'crawling', 'about', 'the', 'bare', 'walls', 'by', 'himself', '.', 'So', 'she', 'refused', 'to', 'let', 'her', 'mother', 'dissuade', 'her', '.', 'Gregor', "'s", 'mother', 'already', 'looked', 'uneasy', 'in', 'his', 'room', ',', 'she', 'soon', 'stopped', 'speaking', 'and', 'helped', 'Gregor', "'s", 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawers', 'out', 'with', 'what', 'strength', 'she', 'had', '.', 'The', 'chest', 'of', 'drawers', 'was', 'something', 'that', 'Gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to', ',', 'but', 'the', 'writing', 'desk', 'had', 'to', 'stay', '.', 'Hardly', 'had', 'the', 'two', 'women', 'pushed', 'the', 'chest', 'of', 'drawers', ',', 'groaning', ',', 'out', 'of', 'the', 'room', 'than', 'Gregor', 'poked', 'his', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it', '.', 'He', 'meant', 'to', 'be', 'as', 'careful', 'and', 'considerate', 'as', 'he', 'could', ',', 'but', ',', 'unfortunately', ',', 'it', 'was', 'his', 'mother', 'who', 'came', 'back', 'first', 'while', 'Grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arms', 'round', 'the', 'chest', ',', 'pushing', 'and', 'pulling', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without', ',', 'of', 'course', ',', 'moving', 'it', 'an', 'inch', '.', 'His', 'mother', 'was', 'not', 'used', 'to', 'the', 'sight', 'of', 'Gregor', ',', 'he', 'might', 'have', 'made', 'her', 'ill', ',', 'so', 'Gregor', 'hurried', 'backwards', 'to', 'the', 'far', 'end', 'of', 'the', 'couch', '.', 'In', 'his', 'startlement', ',', 'though', ',', 'he', 'was', 'not', 'able', 'to', 'prevent', 'the', 'sheet', 'at', 'its', 'front', 'from', 'moving', 'a', 'little', '.', 'It', 'was', 'enough', 'to', 'attract', 'his', 'mother', "'s", 'attention', '.', 'She', 'stood', 'very', 'still', ',', 'remained', 'there', 'a', 'moment', ',', 'and', 'then', 'went', 'back', 'out', 'to', 'Grete', '.', 'Gregor', 'kept', 'trying', 'to', 'assure', 'himself', 'that', 'nothing', 'unusual', 'was', 'happening', ',', 'it', 'was', 'just', 'a', 'few', 'pieces', 'of', 'furniture', 'being', 'moved', 'after', 'all', ',', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'going', 'to', 'and', 'fro', ',', 'their', 'little', 'calls', 'to', 'each', 'other', ',', 'the', 'scraping', 'of', 'the', 'furniture', 'on', 'the', 'floor', ',', 'all', 'these', 'things', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'being', 'assailed', 'from', 'all', 'sides', '.', 'With', 'his', 'head', 'and', 'legs', 'pulled', 'in', 'against', 'him', 'and', 'his', 'body', 'pressed', 'to', 'the', 'floor', ',', 'he', 'was', 'forced', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'this', 'much', 'longer', '.', 'They', 'were', 'emptying', 'his', 'room', 'out', ';', 'taking', 'away', 'everything', 'that', 'was', 'dear', 'to', 'him', ';', 'they', 'had', 'already', 'taken', 'out', 'the', 'chest', 'containing', 'his', 'fretsaw', 'and', 'other', 'tools', ';', 'now', 'they', 'threatened', 'to', 'remove', 'the', 'writing', 'desk', 'with', 'its', 'place', 'clearly', 'worn', 'into', 'the', 'floor', ',', 'the', 'desk', 'where', 'he', 'had', 'done', 'his', 'homework', 'as', 'a', 'business', 'trainee', ',', 'at', 'high', 'school', ',', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'school', '--', 'he', 'really', 'could', 'not', 'wait', 'any', 'longer', 'to', 'see', 'whether', 'the', 'two', 'women', "'s", 'intentions', 'were', 'good', '.', 'He', 'had', 'nearly', 'forgotten', 'they', 'were', 'there', 'anyway', ',', 'as', 'they', 'were', 'now', 'too', 'tired', 'to', 'say', 'anything', 'while', 'they', 'worked', 'and', 'he', 'could', 'only', 'hear', 'their', 'feet', 'as', 'they', 'stepped', 'heavily', 'on', 'the', 'floor', '.', 'So', ',', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catching', 'their', 'breath', ',', 'he', 'sallied', 'out', ',', 'changed', 'direction', 'four', 'times', 'not', 'knowing', 'what', 'he', 'should', 'save', 'first', 'before', 'his', 'attention', 'was', 'suddenly', 'caught', 'by', 'the', 'picture', 'on', 'the', 'wall', '-', 'which', 'was', 'already', 'denuded', 'of', 'everything', 'else', 'that', 'had', 'been', 'on', 'it', '-', 'of', 'the', 'lady', 'dressed', 'in', 'copious', 'fur', '.', 'He', 'hurried', 'up', 'onto', 'the', 'picture', 'and', 'pressed', 'himself', 'against', 'its', 'glass', ',', 'it', 'held', 'him', 'firmly', 'and', 'felt', 'good', 'on', 'his', 'hot', 'belly', '.', 'This', 'picture', 'at', 'least', ',', 'now', 'totally', 'covered', 'by', 'Gregor', ',', 'would', 'certainly', 'be', 'taken', 'away', 'by', 'no-one', '.', 'He', 'turned', 'his', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'living', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back', '.', 'They', 'had', 'not', 'allowed', 'themselves', 'a', 'long', 'rest', 'and', 'came', 'back', 'quite', 'soon', ';', 'Grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'was', 'nearly', 'carrying', 'her', '.', '``', 'What', 'shall', 'we', 'take', 'now', ',', 'then', '?', '``', ',', 'said', 'Grete', 'and', 'looked', 'around', '.', 'Her', 'eyes', 'met', 'those', 'of', 'Gregor', 'on', 'the', 'wall', '.', 'Perhaps', 'only', 'because', 'her', 'mother', 'was', 'there', ',', 'she', 'remained', 'calm', ',', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said', ',', 'albeit', 'hurriedly', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voice', ':', '``', 'Come', 'on', ',', 'let', "'s", 'go', 'back', 'in', 'the', 'living', 'room', 'for', 'a', 'while', '?', "''", 'Gregor', 'could', 'see', 'what', 'Grete', 'had', 'in', 'mind', ',', 'she', 'wanted', 'to', 'take', 'her', 'mother', 'somewhere', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall', '.', 'Well', ',', 'she', 'could', 'certainly', 'try', 'it', '!', 'He', 'sat', 'unyielding', 'on', 'his', 'picture', '.', 'He', 'would', 'rather', 'jump', 'at', 'Grete', "'s", 'face', '.', 'But', 'Grete', "'s", 'words', 'had', 'made', 'her', 'mother', 'quite', 'worried', ',', 'she', 'stepped', 'to', 'one', 'side', ',', 'saw', 'the', 'enormous', 'brown', 'patch', 'against', 'the', 'flowers', 'of', 'the', 'wallpaper', ',', 'and', 'before', 'she', 'even', 'realised', 'it', 'was', 'Gregor', 'that', 'she', 'saw', 'screamed', ':', '``', 'Oh', 'God', ',', 'oh', 'God', '!', "''", 'Arms', 'outstretched', ',', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everything', 'and', 'stayed', 'there', 'immobile', '.', '``', 'Gregor', '!', "''", 'shouted', 'his', 'sister', ',', 'glowering', 'at', 'him', 'and', 'shaking', 'her', 'fist', '.', 'That', 'was', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directly', 'since', 'his', 'transformation', '.', 'She', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smelling', 'salts', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint', ';', 'Gregor', 'wanted', 'to', 'help', 'too', '-', 'he', 'could', 'save', 'his', 'picture', 'later', ',', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'force', ';', 'then', 'he', ',', 'too', ',', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advise', 'his', 'sister', 'like', 'in', 'the', 'old', 'days', ';', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'doing', 'nothing', ';', 'she', 'was', 'looking', 'into', 'various', 'bottles', ',', 'he', 'startled', 'her', 'when', 'she', 'turned', 'round', ';', 'a', 'bottle', 'fell', 'to', 'the', 'ground', 'and', 'broke', ';', 'a', 'splinter', 'cut', 'Gregor', "'s", 'face', ',', 'some', 'kind', 'of', 'caustic', 'medicine', 'splashed', 'all', 'over', 'him', ';', 'now', ',', 'without', 'delaying', 'any', 'longer', ',', 'Grete', 'took', 'hold', 'of', 'all', 'the', 'bottles', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother', ';', 'she', 'slammed', 'the', 'door', 'shut', 'with', 'her', 'foot', '.', 'So', 'now', 'Gregor', 'was', 'shut', 'out', 'from', 'his', 'mother', ',', 'who', ',', 'because', 'of', 'him', ',', 'might', 'be', 'near', 'to', 'death', ';', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'his', 'sister', 'away', ',', 'and', 'she', 'had', 'to', 'stay', 'with', 'his', 'mother', ';', 'there', 'was', 'nothing', 'for', 'him', 'to', 'do', 'but', 'wait', ';', 'and', ',', 'oppressed', 'with', 'anxiety', 'and', 'self-reproach', ',', 'he', 'began', 'to', 'crawl', 'about', ',', 'he', 'crawled', 'over', 'everything', ',', 'walls', ',', 'furniture', ',', 'ceiling', ',', 'and', 'finally', 'in', 'his', 'confusion', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middle', 'of', 'the', 'dinner', 'table', '.', 'He', 'lay', 'there', 'for', 'a', 'while', ',', 'numb', 'and', 'immobile', ',', 'all', 'around', 'him', 'it', 'was', 'quiet', ',', 'maybe', 'that', 'was', 'a', 'good', 'sign', '.', 'Then', 'there', 'was', 'someone', 'at', 'the', 'door', '.', 'The', 'maid', ',', 'of', 'course', ',', 'had', 'locked', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'Grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it', '.', 'His', 'father', 'had', 'arrived', 'home', '.', '``', 'What', "'s", 'happened', '?', "''", 'were', 'his', 'first', 'words', ';', 'Grete', "'s", 'appearance', 'must', 'have', 'made', 'everything', 'clear', 'to', 'him', '.', 'She', 'answered', 'him', 'with', 'subdued', 'voice', ',', 'and', 'openly', 'pressed', 'her', 'face', 'into', 'his', 'chest', ':', '``', "Mother's", 'fainted', ',', 'but', 'she', "'s", 'better', 'now', '.', 'Gregor', 'got', 'out', '.', "''", '``', 'Just', 'as', 'I', 'expected', "''", ',', 'said', 'his', 'father', ',', '``', 'just', 'as', 'I', 'always', 'said', ',', 'but', 'you', 'women', 'would', "n't", 'listen', ',', 'would', 'you', '.', "''", 'It', 'was', 'clear', 'to', 'Gregor', 'that', 'Grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'his', 'father', 'took', 'it', 'to', 'mean', 'that', 'something', 'bad', 'had', 'happened', ',', 'that', 'he', 'was', 'responsible', 'for', 'some', 'act', 'of', 'violence', '.', 'That', 'meant', 'Gregor', 'would', 'now', 'have', 'to', 'try', 'to', 'calm', 'his', 'father', ',', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'things', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possible', '.', 'So', 'he', 'fled', 'to', 'the', 'door', 'of', 'his', 'room', 'and', 'pressed', 'himself', 'against', 'it', 'so', 'that', 'his', 'father', ',', 'when', 'he', 'came', 'in', 'from', 'the', 'hall', ',', 'could', 'see', 'straight', 'away', 'that', 'Gregor', 'had', 'the', 'best', 'intentions', 'and', 'would', 'go', 'back', 'into', 'his', 'room', 'without', 'delay', ',', 'that', 'it', 'would', 'not', 'be', 'necessary', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'only', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear', '.', 'His', 'father', ',', 'though', ',', 'was', 'not', 'in', 'the', 'mood', 'to', 'notice', 'subtleties', 'like', 'that', ';', '``', 'Ah', '!', '``', ',', 'he', 'shouted', 'as', 'he', 'came', 'in', ',', 'sounding', 'as', 'if', 'he', 'were', 'both', 'angry', 'and', 'glad', 'at', 'the', 'same', 'time', '.', 'Gregor', 'drew', 'his', 'head', 'back', 'from', 'the', 'door', 'and', 'lifted', 'it', 'towards', 'his', 'father', '.', 'He', 'really', 'had', 'not', 'imagined', 'his', 'father', 'the', 'way', 'he', 'stood', 'there', 'now', ';', 'of', 'late', ',', 'with', 'his', 'new', 'habit', 'of', 'crawling', 'about', ',', 'he', 'had', 'neglected', 'to', 'pay', 'attention', 'to', 'what', 'was', 'going', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'before', '.', 'He', 'really', 'ought', 'to', 'have', 'expected', 'things', 'to', 'have', 'changed', ',', 'but', 'still', ',', 'still', ',', 'was', 'that', 'really', 'his', 'father', '?', 'The', 'same', 'tired', 'man', 'as', 'used', 'to', 'be', 'laying', 'there', 'entombed', 'in', 'his', 'bed', 'when', 'Gregor', 'came', 'back', 'from', 'his', 'business', 'trips', ',', 'who', 'would', 'receive', 'him', 'sitting', 'in', 'the', 'armchair', 'in', 'his', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'evenings', ';', 'who', 'was', 'hardly', 'even', 'able', 'to', 'stand', 'up', 'but', ',', 'as', 'a', 'sign', 'of', 'his', 'pleasure', ',', 'would', 'just', 'raise', 'his', 'arms', 'and', 'who', ',', 'on', 'the', 'couple', 'of', 'times', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'together', 'on', 'a', 'Sunday', 'or', 'public', 'holiday', 'wrapped', 'up', 'tightly', 'in', 'his', 'overcoat', 'between', 'Gregor', 'and', 'his', 'mother', ',', 'would', 'always', 'labour', 'his', 'way', 'forward', 'a', 'little', 'more', 'slowly', 'than', 'them', ',', 'who', 'were', 'already', 'walking', 'slowly', 'for', 'his', 'sake', ';', 'who', 'would', 'place', 'his', 'stick', 'down', 'carefully', 'and', ',', 'if', 'he', 'wanted', 'to', 'say', 'something', 'would', 'invariably', 'stop', 'and', 'gather', 'his', 'companions', 'around', 'him', '.', 'He', 'was', 'standing', 'up', 'straight', 'enough', 'now', ';', 'dressed', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'buttons', ',', 'the', 'sort', 'worn', 'by', 'the', 'employees', 'at', 'the', 'banking', 'institute', ';', 'above', 'the', 'high', ',', 'stiff', 'collar', 'of', 'the', 'coat', 'his', 'strong', 'double-chin', 'emerged', ';', 'under', 'the', 'bushy', 'eyebrows', ',', 'his', 'piercing', ',', 'dark', 'eyes', 'looked', 'out', 'fresh', 'and', 'alert', ';', 'his', 'normally', 'unkempt', 'white', 'hair', 'was', 'combed', 'down', 'painfully', 'close', 'to', 'his', 'scalp', '.', 'He', 'took', 'his', 'cap', ',', 'with', 'its', 'gold', 'monogram', 'from', ',', 'probably', ',', 'some', 'bank', ',', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa', ',', 'put', 'his', 'hands', 'in', 'his', 'trouser', 'pockets', ',', 'pushing', 'back', 'the', 'bottom', 'of', 'his', 'long', 'uniform', 'coat', ',', 'and', ',', 'with', 'look', 'of', 'determination', ',', 'walked', 'towards', 'Gregor', '.', 'He', 'probably', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind', ',', 'but', 'nonetheless', 'lifted', 'his', 'feet', 'unusually', 'high', '.', 'Gregor', 'was', 'amazed', 'at', 'the', 'enormous', 'size', 'of', 'the', 'soles', 'of', 'his', 'boots', ',', 'but', 'wasted', 'no', 'time', 'with', 'that', '-', 'he', 'knew', 'full', 'well', ',', 'right', 'from', 'the', 'first', 'day', 'of', 'his', 'new', 'life', ',', 'that', 'his', 'father', 'thought', 'it', 'necessary', 'to', 'always', 'be', 'extremely', 'strict', 'with', 'him', '.', 'And', 'so', 'he', 'ran', 'up', 'to', 'his', 'father', ',', 'stopped', 'when', 'his', 'father', 'stopped', ',', 'scurried', 'forwards', 'again', 'when', 'he', 'moved', ',', 'even', 'slightly', '.', 'In', 'this', 'way', 'they', 'went', 'round', 'the', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening', ',', 'without', 'even', 'giving', 'the', 'impression', 'of', 'a', 'chase', 'as', 'everything', 'went', 'so', 'slowly', '.', 'Gregor', 'remained', 'all', 'this', 'time', 'on', 'the', 'floor', ',', 'largely', 'because', 'he', 'feared', 'his', 'father', 'might', 'see', 'it', 'as', 'especially', 'provoking', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceiling', '.', 'Whatever', 'he', 'did', ',', 'Gregor', 'had', 'to', 'admit', 'that', 'he', 'certainly', 'would', 'not', 'be', 'able', 'to', 'keep', 'up', 'this', 'running', 'about', 'for', 'long', ',', 'as', 'for', 'each', 'step', 'his', 'father', 'took', 'he', 'had', 'to', 'carry', 'out', 'countless', 'movements', '.', 'He', 'became', 'noticeably', 'short', 'of', 'breath', ',', 'even', 'in', 'his', 'earlier', 'life', 'his', 'lungs', 'had', 'not', 'been', 'very', 'reliable', '.', 'Now', ',', 'as', 'he', 'lurched', 'about', 'in', 'his', 'efforts', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'running', 'he', 'could', 'hardly', 'keep', 'his', 'eyes', 'open', ';', 'his', 'thoughts', 'became', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'any', 'other', 'way', 'of', 'saving', 'himself', 'than', 'running', ';', 'he', 'almost', 'forgot', 'that', 'the', 'walls', 'were', 'there', 'for', 'him', 'to', 'use', 'although', ',', 'here', ',', 'they', 'were', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'of', 'notches', 'and', 'protrusions', '-', 'then', ',', 'right', 'beside', 'him', ',', 'lightly', 'tossed', ',', 'something', 'flew', 'down', 'and', 'rolled', 'in', 'front', 'of', 'him', '.', 'It', 'was', 'an', 'apple', ';', 'then', 'another', 'one', 'immediately', 'flew', 'at', 'him', ';', 'Gregor', 'froze', 'in', 'shock', ';', 'there', 'was', 'no', 'longer', 'any', 'point', 'in', 'running', 'as', 'his', 'father', 'had', 'decided', 'to', 'bombard', 'him', '.', 'He', 'had', 'filled', 'his', 'pockets', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now', ',', 'without', 'even', 'taking', 'the', 'time', 'for', 'careful', 'aim', ',', 'threw', 'one', 'apple', 'after', 'another', '.', 'These', 'little', ',', 'red', 'apples', 'rolled', 'about', 'on', 'the', 'floor', ',', 'knocking', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electric', 'motors', '.', 'An', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'against', 'Gregor', "'s", 'back', 'and', 'slid', 'off', 'without', 'doing', 'any', 'harm', '.', 'Another', 'one', 'however', ',', 'immediately', 'following', 'it', ',', 'hit', 'squarely', 'and', 'lodged', 'in', 'his', 'back', ';', 'Gregor', 'wanted', 'to', 'drag', 'himself', 'away', ',', 'as', 'if', 'he', 'could', 'remove', 'the', 'surprising', ',', 'the', 'incredible', 'pain', 'by', 'changing', 'his', 'position', ';', 'but', 'he', 'felt', 'as', 'if', 'nailed', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out', ',', 'all', 'his', 'senses', 'in', 'confusion', '.', 'The', 'last', 'thing', 'he', 'saw', 'was', 'the', 'door', 'of', 'his', 'room', 'being', 'pulled', 'open', ',', 'his', 'sister', 'was', 'screaming', ',', 'his', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blouse', '(', 'as', 'his', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'clothes', 'after', 'she', 'had', 'fainted', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breathe', ')', ',', 'she', 'ran', 'to', 'his', 'father', ',', 'her', 'skirts', 'unfastened', 'and', 'sliding', 'one', 'after', 'another', 'to', 'the', 'ground', ',', 'stumbling', 'over', 'the', 'skirts', 'she', 'pushed', 'herself', 'to', 'his', 'father', ',', 'her', 'arms', 'around', 'him', ',', 'uniting', 'herself', 'with', 'him', 'totally', '-', 'now', 'Gregor', 'lost', 'his', 'ability', 'to', 'see', 'anything', '-', 'her', 'hands', 'behind', 'his', 'father', "'s", 'head', 'begging', 'him', 'to', 'spare', 'Gregor', "'s", 'life', '.', 'III', 'No-one', 'dared', 'to', 'remove', 'the', 'apple', 'lodged', 'in', 'Gregor', "'s", 'flesh', ',', 'so', 'it', 'remained', 'there', 'as', 'a', 'visible', 'reminder', 'of', 'his', 'injury', '.', 'He', 'had', 'suffered', 'it', 'there', 'for', 'more', 'than', 'a', 'month', ',', 'and', 'his', 'condition', 'seemed', 'serious', 'enough', 'to', 'remind', 'even', 'his', 'father', 'that', 'Gregor', ',', 'despite', 'his', 'current', 'sad', 'and', 'revolting', 'form', ',', 'was', 'a', 'family', 'member', 'who', 'could', 'not', 'be', 'treated', 'as', 'an', 'enemy', '.', 'On', 'the', 'contrary', ',', 'as', 'a', 'family', 'there', 'was', 'a', 'duty', 'to', 'swallow', 'any', 'revulsion', 'for', 'him', 'and', 'to', 'be', 'patient', ',', 'just', 'to', 'be', 'patient', '.', 'Because', 'of', 'his', 'injuries', ',', 'Gregor', 'had', 'lost', 'much', 'of', 'his', 'mobility', '-', 'probably', 'permanently', '.', 'He', 'had', 'been', 'reduced', 'to', 'the', 'condition', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long', ',', 'long', 'minutes', 'to', 'crawl', 'across', 'his', 'room', '-', 'crawling', 'over', 'the', 'ceiling', 'was', 'out', 'of', 'the', 'question', '-', 'but', 'this', 'deterioration', 'in', 'his', 'condition', 'was', 'fully', '(', 'in', 'his', 'opinion', ')', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'living', 'room', 'being', 'left', 'open', 'every', 'evening', '.', 'He', 'got', 'into', 'the', 'habit', 'of', 'closely', 'watching', 'it', 'for', 'one', 'or', 'two', 'hours', 'before', 'it', 'was', 'opened', 'and', 'then', ',', 'lying', 'in', 'the', 'darkness', 'of', 'his', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'living', 'room', ',', 'he', 'could', 'watch', 'the', 'family', 'in', 'the', 'light', 'of', 'the', 'dinner', 'table', 'and', 'listen', 'to', 'their', 'conversation', '-', 'with', 'everyone', "'s", 'permission', ',', 'in', 'a', 'way', ',', 'and', 'thus', 'quite', 'differently', 'from', 'before', '.', 'They', 'no', 'longer', 'held', 'the', 'lively', 'conversations', 'of', 'earlier', 'times', ',', 'of', 'course', ',', 'the', 'ones', 'that', 'Gregor', 'always', 'thought', 'about', 'with', 'longing', 'when', 'he', 'was', 'tired', 'and', 'getting', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room', '.', 'All', 'of', 'them', 'were', 'usually', 'very', 'quiet', 'nowadays', '.', 'Soon', 'after', 'dinner', ',', 'his', 'father', 'would', 'go', 'to', 'sleep', 'in', 'his', 'chair', ';', 'his', 'mother', 'and', 'sister', 'would', 'urge', 'each', 'other', 'to', 'be', 'quiet', ';', 'his', 'mother', ',', 'bent', 'deeply', 'under', 'the', 'lamp', ',', 'would', 'sew', 'fancy', 'underwear', 'for', 'a', 'fashion', 'shop', ';', 'his', 'sister', ',', 'who', 'had', 'taken', 'a', 'sales', 'job', ',', 'learned', 'shorthand', 'and', 'French', 'in', 'the', 'evenings', 'so', 'that', 'she', 'might', 'be', 'able', 'to', 'get', 'a', 'better', 'position', 'later', 'on', '.', 'Sometimes', 'his', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', 'Gregor', "'s", 'mother', "''", 'you', "'re", 'doing', 'so', 'much', 'sewing', 'again', 'today', '!', '``', ',', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'dozing', '-', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchange', 'a', 'tired', 'grin', '.', 'With', 'a', 'kind', 'of', 'stubbornness', ',', 'Gregor', "'s", 'father', 'refused', 'to', 'take', 'his', 'uniform', 'off', 'even', 'at', 'home', ';', 'while', 'his', 'nightgown', 'hung', 'unused', 'on', 'its', 'peg', 'Gregor', "'s", 'father', 'would', 'slumber', 'where', 'he', 'was', ',', 'fully', 'dressed', ',', 'as', 'if', 'always', 'ready', 'to', 'serve', 'and', 'expecting', 'to', 'hear', 'the', 'voice', 'of', 'his', 'superior', 'even', 'here', '.', 'The', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with', ',', 'but', 'as', 'a', 'result', 'of', 'this', 'it', 'slowly', 'became', 'even', 'shabbier', 'despite', 'the', 'efforts', 'of', 'Gregor', "'s", 'mother', 'and', 'sister', 'to', 'look', 'after', 'it', '.', 'Gregor', 'would', 'often', 'spend', 'the', 'whole', 'evening', 'looking', 'at', 'all', 'the', 'stains', 'on', 'this', 'coat', ',', 'with', 'its', 'gold', 'buttons', 'always', 'kept', 'polished', 'and', 'shiny', ',', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep', ',', 'highly', 'uncomfortable', 'but', 'peaceful', '.', 'As', 'soon', 'as', 'it', 'struck', 'ten', ',', 'Gregor', "'s", 'mother', 'would', 'speak', 'gently', 'to', 'his', 'father', 'to', 'wake', 'him', 'and', 'try', 'to', 'persuade', 'him', 'to', 'go', 'to', 'bed', ',', 'as', 'he', 'could', "n't", 'sleep', 'properly', 'where', 'he', 'was', 'and', 'he', 'really', 'had', 'to', 'get', 'his', 'sleep', 'if', 'he', 'was', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work', '.', 'But', 'since', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'become', 'more', 'obstinate', 'and', 'would', 'always', 'insist', 'on', 'staying', 'longer', 'at', 'the', 'table', ',', 'even', 'though', 'he', 'regularly', 'fell', 'asleep', 'and', 'it', 'was', 'then', 'harder', 'than', 'ever', 'to', 'persuade', 'him', 'to', 'exchange', 'the', 'chair', 'for', 'his', 'bed', '.', 'Then', ',', 'however', 'much', 'mother', 'and', 'sister', 'would', 'importune', 'him', 'with', 'little', 'reproaches', 'and', 'warnings', 'he', 'would', 'keep', 'slowly', 'shaking', 'his', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'his', 'eyes', 'closed', 'and', 'refusing', 'to', 'get', 'up', '.', 'Gregor', "'s", 'mother', 'would', 'tug', 'at', 'his', 'sleeve', ',', 'whisper', 'endearments', 'into', 'his', 'ear', ',', 'Gregor', "'s", 'sister', 'would', 'leave', 'her', 'work', 'to', 'help', 'her', 'mother', ',', 'but', 'nothing', 'would', 'have', 'any', 'effect', 'on', 'him', '.', 'He', 'would', 'just', 'sink', 'deeper', 'into', 'his', 'chair', '.', 'Only', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arms', 'he', 'would', 'abruptly', 'open', 'his', 'eyes', ',', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say', ':', '``', 'What', 'a', 'life', '!', 'This', 'is', 'what', 'peace', 'I', 'get', 'in', 'my', 'old', 'age', '!', "''", 'And', 'supported', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'carefully', 'as', 'if', 'he', 'were', 'carrying', 'the', 'greatest', 'load', 'himself', ',', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door', ',', 'send', 'them', 'off', 'and', 'carry', 'on', 'by', 'himself', 'while', 'Gregor', "'s", 'mother', 'would', 'throw', 'down', 'her', 'needle', 'and', 'his', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'his', 'father', 'and', 'continue', 'being', 'of', 'help', 'to', 'him', '.', 'Who', ',', 'in', 'this', 'tired', 'and', 'overworked', 'family', ',', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attention', 'to', 'Gregor', 'than', 'was', 'absolutely', 'necessary', '?', 'The', 'household', 'budget', 'became', 'even', 'smaller', ';', 'so', 'now', 'the', 'maid', 'was', 'dismissed', ';', 'an', 'enormous', ',', 'thick-boned', 'charwoman', 'with', 'white', 'hair', 'that', 'flapped', 'around', 'her', 'head', 'came', 'every', 'morning', 'and', 'evening', 'to', 'do', 'the', 'heaviest', 'work', ';', 'everything', 'else', 'was', 'looked', 'after', 'by', 'Gregor', "'s", 'mother', 'on', 'top', 'of', 'the', 'large', 'amount', 'of', 'sewing', 'work', 'she', 'did', '.', 'Gregor', 'even', 'learned', ',', 'listening', 'to', 'the', 'evening', 'conversation', 'about', 'what', 'price', 'they', 'had', 'hoped', 'for', ',', 'that', 'several', 'items', 'of', 'jewellery', 'belonging', 'to', 'the', 'family', 'had', 'been', 'sold', ',', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'very', 'fond', 'of', 'wearing', 'them', 'at', 'functions', 'and', 'celebrations', '.', 'But', 'the', 'loudest', 'complaint', 'was', 'that', 'although', 'the', 'flat', 'was', 'much', 'too', 'big', 'for', 'their', 'present', 'circumstances', ',', 'they', 'could', 'not', 'move', 'out', 'of', 'it', ',', 'there', 'was', 'no', 'imaginable', 'way', 'of', 'transferring', 'Gregor', 'to', 'the', 'new', 'address', '.', 'He', 'could', 'see', 'quite', 'well', ',', 'though', ',', 'that', 'there', 'were', 'more', 'reasons', 'than', 'consideration', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move', ',', 'it', 'would', 'have', 'been', 'quite', 'easy', 'to', 'transport', 'him', 'in', 'any', 'suitable', 'crate', 'with', 'a', 'few', 'air', 'holes', 'in', 'it', ';', 'the', 'main', 'thing', 'holding', 'the', 'family', 'back', 'from', 'their', 'decision', 'to', 'move', 'was', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair', ',', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortune', 'unlike', 'anything', 'experienced', 'by', 'anyone', 'else', 'they', 'knew', 'or', 'were', 'related', 'to', '.', 'They', 'carried', 'out', 'absolutely', 'everything', 'that', 'the', 'world', 'expects', 'from', 'poor', 'people', ',', 'Gregor', "'s", 'father', 'brought', 'bank', 'employees', 'their', 'breakfast', ',', 'his', 'mother', 'sacrificed', 'herself', 'by', 'washing', 'clothes', 'for', 'strangers', ',', 'his', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'customers', ',', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'any', 'more', '.', 'And', 'the', 'injury', 'in', 'Gregor', "'s", 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'was', 'new', '.', 'After', 'they', 'had', 'come', 'back', 'from', 'taking', 'his', 'father', 'to', 'bed', 'Gregor', "'s", 'mother', 'and', 'sister', 'would', 'now', 'leave', 'their', 'work', 'where', 'it', 'was', 'and', 'sit', 'close', 'together', ',', 'cheek', 'to', 'cheek', ';', 'his', 'mother', 'would', 'point', 'to', 'Gregor', "'s", 'room', 'and', 'say', '``', 'Close', 'that', 'door', ',', 'Grete', "''", ',', 'and', 'then', ',', 'when', 'he', 'was', 'in', 'the', 'dark', 'again', ',', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tears', 'would', 'mingle', ',', 'or', 'they', 'would', 'simply', 'sit', 'there', 'staring', 'dry-eyed', 'at', 'the', 'table', '.', 'Gregor', 'hardly', 'slept', 'at', 'all', ',', 'either', 'night', 'or', 'day', '.', 'Sometimes', 'he', 'would', 'think', 'of', 'taking', 'over', 'the', 'family', "'s", 'affairs', ',', 'just', 'like', 'before', ',', 'the', 'next', 'time', 'the', 'door', 'was', 'opened', ';', 'he', 'had', 'long', 'forgotten', 'about', 'his', 'boss', 'and', 'the', 'chief', 'clerk', ',', 'but', 'they', 'would', 'appear', 'again', 'in', 'his', 'thoughts', ',', 'the', 'salesmen', 'and', 'the', 'apprentices', ',', 'that', 'stupid', 'teaboy', ',', 'two', 'or', 'three', 'friends', 'from', 'other', 'businesses', ',', 'one', 'of', 'the', 'chambermaids', 'from', 'a', 'provincial', 'hotel', ',', 'a', 'tender', 'memory', 'that', 'appeared', 'and', 'disappeared', 'again', ',', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'his', 'attention', 'had', 'been', 'serious', 'but', 'too', 'slow', ',', '-', 'all', 'of', 'them', 'appeared', 'to', 'him', ',', 'mixed', 'together', 'with', 'strangers', 'and', 'others', 'he', 'had', 'forgotten', ',', 'but', 'instead', 'of', 'helping', 'him', 'and', 'his', 'family', 'they', 'were', 'all', 'of', 'them', 'inaccessible', ',', 'and', 'he', 'was', 'glad', 'when', 'they', 'disappeared', '.', 'Other', 'times', 'he', 'was', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'his', 'family', ',', 'he', 'was', 'filled', 'with', 'simple', 'rage', 'about', 'the', 'lack', 'of', 'attention', 'he', 'was', 'shown', ',', 'and', 'although', 'he', 'could', 'think', 'of', 'nothing', 'he', 'would', 'have', 'wanted', ',', 'he', 'made', 'plans', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantry', 'where', 'he', 'could', 'take', 'all', 'the', 'things', 'he', 'was', 'entitled', 'to', ',', 'even', 'if', 'he', 'was', 'not', 'hungry', '.', 'Gregor', "'s", 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'please', 'him', 'but', 'would', 'hurriedly', 'push', 'some', 'food', 'or', 'other', 'into', 'his', 'room', 'with', 'her', 'foot', 'before', 'she', 'rushed', 'out', 'to', 'work', 'in', 'the', 'morning', 'and', 'at', 'midday', ',', 'and', 'in', 'the', 'evening', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom', ',', 'indifferent', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', '-', 'more', 'often', 'than', 'not', '-', 'had', 'been', 'left', 'totally', 'untouched', '.', 'She', 'still', 'cleared', 'up', 'the', 'room', 'in', 'the', 'evening', ',', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'any', 'quicker', 'about', 'it', '.', 'Smears', 'of', 'dirt', 'were', 'left', 'on', 'the', 'walls', ',', 'here', 'and', 'there', 'were', 'little', 'balls', 'of', 'dust', 'and', 'filth', '.', 'At', 'first', ',', 'Gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'places', 'when', 'his', 'sister', 'arrived', 'as', 'a', 'reproach', 'to', 'her', ',', 'but', 'he', 'could', 'have', 'stayed', 'there', 'for', 'weeks', 'without', 'his', 'sister', 'doing', 'anything', 'about', 'it', ';', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simply', 'decided', 'to', 'leave', 'him', 'to', 'it', '.', 'At', 'the', 'same', 'time', 'she', 'became', 'touchy', 'in', 'a', 'way', 'that', 'was', 'quite', 'new', 'for', 'her', 'and', 'which', 'everyone', 'in', 'the', 'family', 'understood', '-', 'cleaning', 'up', 'Gregor', "'s", 'room', 'was', 'for', 'her', 'and', 'her', 'alone', '.', 'Gregor', "'s", 'mother', 'did', 'once', 'thoroughly', 'clean', 'his', 'room', ',', 'and', 'needed', 'to', 'use', 'several', 'bucketfuls', 'of', 'water', 'to', 'do', 'it', '-', 'although', 'that', 'much', 'dampness', 'also', 'made', 'Gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch', ',', 'bitter', 'and', 'immobile', '.', 'But', 'his', 'mother', 'was', 'to', 'be', 'punished', 'still', 'more', 'for', 'what', 'she', 'had', 'done', ',', 'as', 'hardly', 'had', 'his', 'sister', 'arrived', 'home', 'in', 'the', 'evening', 'than', 'she', 'noticed', 'the', 'change', 'in', 'Gregor', "'s", 'room', 'and', ',', 'highly', 'aggrieved', ',', 'ran', 'back', 'into', 'the', 'living', 'room', 'where', ',', 'despite', 'her', 'mothers', 'raised', 'and', 'imploring', 'hands', ',', 'she', 'broke', 'into', 'convulsive', 'tears', '.', 'Her', 'father', ',', 'of', 'course', ',', 'was', 'startled', 'out', 'of', 'his', 'chair', 'and', 'the', 'two', 'parents', 'looked', 'on', 'astonished', 'and', 'helpless', ';', 'then', 'they', ',', 'too', ',', 'became', 'agitated', ';', 'Gregor', "'s", 'father', ',', 'standing', 'to', 'the', 'right', 'of', 'his', 'mother', ',', 'accused', 'her', 'of', 'not', 'leaving', 'the', 'cleaning', 'of', 'Gregor', "'s", 'room', 'to', 'his', 'sister', ';', 'from', 'her', 'left', ',', 'Gregor', "'s", 'sister', 'screamed', 'at', 'her', 'that', 'she', 'was', 'never', 'to', 'clean', 'Gregor', "'s", 'room', 'again', ';', 'while', 'his', 'mother', 'tried', 'to', 'draw', 'his', 'father', ',', 'who', 'was', 'beside', 'himself', 'with', 'anger', ',', 'into', 'the', 'bedroom', ';', 'his', 'sister', ',', 'quaking', 'with', 'tears', ',', 'thumped', 'on', 'the', 'table', 'with', 'her', 'small', 'fists', ';', 'and', 'Gregor', 'hissed', 'in', 'anger', 'that', 'no-one', 'had', 'even', 'thought', 'of', 'closing', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'this', 'and', 'all', 'its', 'noise', '.', 'Gregor', "'s", 'sister', 'was', 'exhausted', 'from', 'going', 'out', 'to', 'work', ',', 'and', 'looking', 'after', 'Gregor', 'as', 'she', 'had', 'done', 'before', 'was', 'even', 'more', 'work', 'for', 'her', ',', 'but', 'even', 'so', 'his', 'mother', 'ought', 'certainly', 'not', 'to', 'have', 'taken', 'her', 'place', '.', 'Gregor', ',', 'on', 'the', 'other', 'hand', ',', 'ought', 'not', 'to', 'be', 'neglected', '.', 'Now', ',', 'though', ',', 'the', 'charwoman', 'was', 'here', '.', 'This', 'elderly', 'widow', ',', 'with', 'a', 'robust', 'bone', 'structure', 'that', 'made', 'her', 'able', 'to', 'withstand', 'the', 'hardest', 'of', 'things', 'in', 'her', 'long', 'life', ',', 'was', "n't", 'really', 'repelled', 'by', 'Gregor', '.', 'Just', 'by', 'chance', 'one', 'day', ',', 'rather', 'than', 'any', 'real', 'curiosity', ',', 'she', 'opened', 'the', 'door', 'to', "Gregor's", 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him', '.', 'He', 'was', 'taken', 'totally', 'by', 'surprise', ',', 'no-one', 'was', 'chasing', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amazement', 'with', 'her', 'hands', 'crossed', 'in', 'front', 'of', 'her', '.', 'From', 'then', 'on', 'she', 'never', 'failed', 'to', 'open', 'the', 'door', 'slightly', 'every', 'evening', 'and', 'morning', 'and', 'look', 'briefly', 'in', 'on', 'him', '.', 'At', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'words', 'that', 'she', 'probably', 'considered', 'friendly', ',', 'such', 'as', '``', 'come', 'on', 'then', ',', 'you', 'old', 'dung-beetle', '!', '``', ',', 'or', '``', 'look', 'at', 'the', 'old', 'dung-beetle', 'there', '!', "''", 'Gregor', 'never', 'responded', 'to', 'being', 'spoken', 'to', 'in', 'that', 'way', ',', 'but', 'just', 'remained', 'where', 'he', 'was', 'without', 'moving', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'opened', '.', 'If', 'only', 'they', 'had', 'told', 'this', 'charwoman', 'to', 'clean', 'up', 'his', 'room', 'every', 'day', 'instead', 'of', 'letting', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenever', 'she', 'felt', 'like', 'it', '!', 'One', 'day', ',', 'early', 'in', 'the', 'morning', 'while', 'a', 'heavy', 'rain', 'struck', 'the', 'windowpanes', ',', 'perhaps', 'indicating', 'that', 'spring', 'was', 'coming', ',', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'once', 'again', '.', 'Gregor', 'was', 'so', 'resentful', 'of', 'it', 'that', 'he', 'started', 'to', 'move', 'toward', 'her', ',', 'he', 'was', 'slow', 'and', 'infirm', ',', 'but', 'it', 'was', 'like', 'a', 'kind', 'of', 'attack', '.', 'Instead', 'of', 'being', 'afraid', ',', 'the', 'charwoman', 'just', 'lifted', 'up', 'one', 'of', 'the', 'chairs', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open', ',', 'clearly', 'intending', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slammed', 'down', 'into', 'Gregor', "'s", 'back', '.', '``', 'Are', "n't", 'you', 'coming', 'any', 'closer', ',', 'then', '?', '``', ',', 'she', 'asked', 'when', 'Gregor', 'turned', 'round', 'again', ',', 'and', 'she', 'calmly', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner', '.', 'Gregor', 'had', 'almost', 'entirely', 'stopped', 'eating', '.', 'Only', 'if', 'he', 'happened', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepared', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'his', 'mouth', 'to', 'play', 'with', 'it', ',', 'leave', 'it', 'there', 'a', 'few', 'hours', 'and', 'then', ',', 'more', 'often', 'than', 'not', ',', 'spit', 'it', 'out', 'again', '.', 'At', 'first', 'he', 'thought', 'it', 'was', 'distress', 'at', 'the', 'state', 'of', 'his', 'room', 'that', 'stopped', 'him', 'eating', ',', 'but', 'he', 'had', 'soon', 'got', 'used', 'to', 'the', 'changes', 'made', 'there', '.', 'They', 'had', 'got', 'into', 'the', 'habit', 'of', 'putting', 'things', 'into', 'this', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywhere', 'else', ',', 'and', 'there', 'were', 'now', 'many', 'such', 'things', 'as', 'one', 'of', 'the', 'rooms', 'in', 'the', 'flat', 'had', 'been', 'rented', 'out', 'to', 'three', 'gentlemen', '.', 'These', 'earnest', 'gentlemen', '-', 'all', 'three', 'of', 'them', 'had', 'full', 'beards', ',', 'as', 'Gregor', 'learned', 'peering', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', '-', 'were', 'painfully', 'insistent', 'on', 'things', "'", 'being', 'tidy', '.', 'This', 'meant', 'not', 'only', 'in', 'their', 'own', 'room', 'but', ',', 'since', 'they', 'had', 'taken', 'a', 'room', 'in', 'this', 'establishment', ',', 'in', 'the', 'entire', 'flat', 'and', 'especially', 'in', 'the', 'kitchen', '.', 'Unnecessary', 'clutter', 'was', 'something', 'they', 'could', 'not', 'tolerate', ',', 'especially', 'if', 'it', 'was', 'dirty', '.', 'They', 'had', 'moreover', 'brought', 'most', 'of', 'their', 'own', 'furnishings', 'and', 'equipment', 'with', 'them', '.', 'For', 'this', 'reason', ',', 'many', 'things', 'had', 'become', 'superfluous', 'which', ',', 'although', 'they', 'could', 'not', 'be', 'sold', ',', 'the', 'family', 'did', 'not', 'wish', 'to', 'discard', '.', 'All', 'these', 'things', 'found', 'their', 'way', 'into', 'Gregor', "'s", 'room', '.', 'The', 'dustbins', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too', '.', 'The', 'charwoman', 'was', 'always', 'in', 'a', 'hurry', ',', 'and', 'anything', 'she', 'could', "n't", 'use', 'for', 'the', 'time', 'being', 'she', 'would', 'just', 'chuck', 'in', 'there', '.', 'He', ',', 'fortunately', ',', 'would', 'usually', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it', '.', 'The', 'woman', 'most', 'likely', 'meant', 'to', 'fetch', 'the', 'things', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportunity', ',', 'or', 'to', 'throw', 'everything', 'out', 'in', 'one', 'go', ',', 'but', 'what', 'actually', 'happened', 'was', 'that', 'they', 'were', 'left', 'where', 'they', 'landed', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'Gregor', 'made', 'his', 'way', 'through', 'the', 'junk', 'and', 'moved', 'it', 'somewhere', 'else', '.', 'At', 'first', 'he', 'moved', 'it', 'because', ',', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about', ',', 'he', 'was', 'forced', 'to', ',', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'moving', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tired', 'to', 'death', ',', 'and', 'he', 'would', 'remain', 'immobile', 'for', 'hours', 'afterwards', '.', 'The', 'gentlemen', 'who', 'rented', 'the', 'room', 'would', 'sometimes', 'take', 'their', 'evening', 'meal', 'at', 'home', 'in', 'the', 'living', 'room', 'that', 'was', 'used', 'by', 'everyone', ',', 'and', 'so', 'the', 'door', 'to', 'this', 'room', 'was', 'often', 'kept', 'closed', 'in', 'the', 'evening', '.', 'But', 'Gregor', 'found', 'it', 'easy', 'to', 'give', 'up', 'having', 'the', 'door', 'open', ',', 'he', 'had', ',', 'after', 'all', ',', 'often', 'failed', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'was', 'open', 'and', ',', 'without', 'the', 'family', 'having', 'noticed', 'it', ',', 'lain', 'in', 'his', 'room', 'in', 'its', 'darkest', 'corner', '.', 'One', 'time', ',', 'though', ',', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'living', 'room', 'slightly', 'open', ',', 'and', 'it', 'remained', 'open', 'when', 'the', 'gentlemen', 'who', 'rented', 'the', 'room', 'came', 'in', 'in', 'the', 'evening', 'and', 'the', 'light', 'was', 'put', 'on', '.', 'They', 'sat', 'up', 'at', 'the', 'table', 'where', ',', 'formerly', ',', 'Gregor', 'had', 'taken', 'his', 'meals', 'with', 'his', 'father', 'and', 'mother', ',', 'they', 'unfolded', 'the', 'serviettes', 'and', 'picked', 'up', 'their', 'knives', 'and', 'forks', '.', 'Gregor', "'s", 'mother', 'immediately', 'appeared', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'his', 'sister', 'with', 'a', 'dish', 'piled', 'high', 'with', 'potatoes', '.', 'The', 'food', 'was', 'steaming', ',', 'and', 'filled', 'the', 'room', 'with', 'its', 'smell', '.', 'The', 'gentlemen', 'bent', 'over', 'the', 'dishes', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'wanted', 'to', 'test', 'the', 'food', 'before', 'eating', 'it', ',', 'and', 'the', 'gentleman', 'in', 'the', 'middle', ',', 'who', 'seemed', 'to', 'count', 'as', 'an', 'authority', 'for', 'the', 'other', 'two', ',', 'did', 'indeed', 'cut', 'off', 'a', 'piece', 'of', 'meat', 'while', 'it', 'was', 'still', 'in', 'its', 'dish', ',', 'clearly', 'wishing', 'to', 'establish', 'whether', 'it', 'was', 'sufficiently', 'cooked', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen', '.', 'It', 'was', 'to', 'his', 'satisfaction', ',', 'and', 'Gregor', "'s", 'mother', 'and', 'sister', ',', 'who', 'had', 'been', 'looking', 'on', 'anxiously', ',', 'began', 'to', 'breathe', 'again', 'and', 'smiled', '.', 'The', 'family', 'themselves', 'ate', 'in', 'the', 'kitchen', '.', 'Nonetheless', ',', "Gregor's", 'father', 'came', 'into', 'the', 'living', 'room', 'before', 'he', 'went', 'into', 'the', 'kitchen', ',', 'bowed', 'once', 'with', 'his', 'cap', 'in', 'his', 'hand', 'and', 'did', 'his', 'round', 'of', 'the', 'table', '.', 'The', 'gentlemen', 'stood', 'as', 'one', ',', 'and', 'mumbled', 'something', 'into', 'their', 'beards', '.', 'Then', ',', 'once', 'they', 'were', 'alone', ',', 'they', 'ate', 'in', 'near', 'perfect', 'silence', '.', 'It', 'seemed', 'remarkable', 'to', 'Gregor', 'that', 'above', 'all', 'the', 'various', 'noises', 'of', 'eating', 'their', 'chewing', 'teeth', 'could', 'still', 'be', 'heard', ',', 'as', 'if', 'they', 'had', 'wanted', 'to', 'show', 'Gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'was', 'not', 'possible', 'to', 'perform', 'anything', 'with', 'jaws', 'that', 'are', 'toothless', 'however', 'nice', 'they', 'might', 'be', '.', '``', 'I', "'d", 'like', 'to', 'eat', 'something', "''", ',', 'said', 'Gregor', 'anxiously', ',', '``', 'but', 'not', 'anything', 'like', 'they', "'re", 'eating', '.', 'They', 'do', 'feed', 'themselves', '.', 'And', 'here', 'I', 'am', ',', 'dying', '!', "''", 'Throughout', 'all', 'this', 'time', ',', 'Gregor', 'could', 'not', 'remember', 'having', 'heard', 'the', 'violin', 'being', 'played', ',', 'but', 'this', 'evening', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen', '.', 'The', 'three', 'gentlemen', 'had', 'already', 'finished', 'their', 'meal', ',', 'the', 'one', 'in', 'the', 'middle', 'had', 'produced', 'a', 'newspaper', ',', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'others', ',', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chairs', 'reading', 'them', 'and', 'smoking', '.', 'When', 'the', 'violin', 'began', 'playing', 'they', 'became', 'attentive', ',', 'stood', 'up', 'and', 'went', 'on', 'tip-toe', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'pressed', 'against', 'each', 'other', '.', 'Someone', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen', ',', 'as', 'Gregor', "'s", 'father', 'called', 'out', ':', '``', 'Is', 'the', 'playing', 'perhaps', 'unpleasant', 'for', 'the', 'gentlemen', '?', 'We', 'can', 'stop', 'it', 'straight', 'away', '.', "''", '``', 'On', 'the', 'contrary', "''", ',', 'said', 'the', 'middle', 'gentleman', ',', '``', 'would', 'the', 'young', 'lady', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room', ',', 'where', 'it', 'is', ',', 'after', 'all', ',', 'much', 'more', 'cosy', 'and', 'comfortable', '?', "''", '``', 'Oh', 'yes', ',', 'we', "'d", 'love', 'to', "''", ',', 'called', 'back', 'Gregor', "'s", 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself', '.', 'The', 'gentlemen', 'stepped', 'back', 'into', 'the', 'room', 'and', 'waited', '.', 'Gregor', "'s", 'father', 'soon', 'appeared', 'with', 'the', 'music', 'stand', ',', 'his', 'mother', 'with', 'the', 'music', 'and', 'his', 'sister', 'with', 'the', 'violin', '.', 'She', 'calmly', 'prepared', 'everything', 'for', 'her', 'to', 'begin', 'playing', ';', 'his', 'parents', ',', 'who', 'had', 'never', 'rented', 'a', 'room', 'out', 'before', 'and', 'therefore', 'showed', 'an', 'exaggerated', 'courtesy', 'towards', 'the', 'three', 'gentlemen', ',', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chairs', ';', 'his', 'father', 'leant', 'against', 'the', 'door', 'with', 'his', 'right', 'hand', 'pushed', 'in', 'between', 'two', 'buttons', 'on', 'his', 'uniform', 'coat', ';', 'his', 'mother', ',', 'though', ',', 'was', 'offered', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', '-', 'leaving', 'the', 'chair', 'where', 'the', 'gentleman', 'happened', 'to', 'have', 'placed', 'it', '-', 'out', 'of', 'the', 'way', 'in', 'a', 'corner', '.', 'His', 'sister', 'began', 'to', 'play', ';', 'father', 'and', 'mother', 'paid', 'close', 'attention', ',', 'one', 'on', 'each', 'side', ',', 'to', 'the', 'movements', 'of', 'her', 'hands', '.', 'Drawn', 'in', 'by', 'the', 'playing', ',', 'Gregor', 'had', 'dared', 'to', 'come', 'forward', 'a', 'little', 'and', 'already', 'had', 'his', 'head', 'in', 'the', 'living', 'room', '.', 'Before', ',', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'considerate', 'he', 'was', 'but', 'now', 'it', 'hardly', 'occurred', 'to', 'him', 'that', 'he', 'had', 'become', 'so', 'thoughtless', 'about', 'the', 'others', '.', 'What', "'s", 'more', ',', 'there', 'was', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'was', 'covered', 'in', 'the', 'dust', 'that', 'lay', 'everywhere', 'in', 'his', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement', ';', 'he', 'carried', 'threads', ',', 'hairs', ',', 'and', 'remains', 'of', 'food', 'about', 'on', 'his', 'back', 'and', 'sides', ';', 'he', 'was', 'much', 'too', 'indifferent', 'to', 'everything', 'now', 'to', 'lay', 'on', 'his', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'used', 'to', 'do', 'several', 'times', 'a', 'day', '.', 'And', 'despite', 'this', 'condition', ',', 'he', 'was', 'not', 'too', 'shy', 'to', 'move', 'forward', 'a', 'little', 'onto', 'the', 'immaculate', 'floor', 'of', 'the', 'living', 'room', '.', 'No-one', 'noticed', 'him', ',', 'though', '.', 'The', 'family', 'was', 'totally', 'preoccupied', 'with', 'the', 'violin', 'playing', ';', 'at', 'first', ',', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hands', 'in', 'their', 'pockets', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'notes', 'being', 'played', ',', 'and', 'they', 'must', 'have', 'disturbed', 'Gregor', "'s", 'sister', ',', 'but', 'soon', ',', 'in', 'contrast', 'with', 'the', 'family', ',', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'heads', 'sunk', 'and', 'talking', 'to', 'each', 'other', 'at', 'half', 'volume', ',', 'and', 'they', 'stayed', 'by', 'the', 'window', 'while', 'Gregor', "'s", 'father', 'observed', 'them', 'anxiously', '.', 'It', 'really', 'now', 'seemed', 'very', 'obvious', 'that', 'they', 'had', 'expected', 'to', 'hear', 'some', 'beautiful', 'or', 'entertaining', 'violin', 'playing', 'but', 'had', 'been', 'disappointed', ',', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'performance', 'and', 'it', 'was', 'only', 'now', 'out', 'of', 'politeness', 'that', 'they', 'allowed', 'their', 'peace', 'to', 'be', 'disturbed', '.', 'It', 'was', 'especially', 'unnerving', ',', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarettes', 'upwards', 'from', 'their', 'mouth', 'and', 'noses', '.', 'Yet', 'Gregor', "'s", 'sister', 'was', 'playing', 'so', 'beautifully', '.', 'Her', 'face', 'was', 'leant', 'to', 'one', 'side', ',', 'following', 'the', 'lines', 'of', 'music', 'with', 'a', 'careful', 'and', 'melancholy', 'expression', '.', 'Gregor', 'crawled', 'a', 'little', 'further', 'forward', ',', 'keeping', 'his', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eyes', 'if', 'the', 'chance', 'came', '.', 'Was', 'he', 'an', 'animal', 'if', 'music', 'could', 'captivate', 'him', 'so', '?', 'It', 'seemed', 'to', 'him', 'that', 'he', 'was', 'being', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourishment', 'he', 'had', 'been', 'yearning', 'for', '.', 'He', 'was', 'determined', 'to', 'make', 'his', 'way', 'forward', 'to', 'his', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'his', 'room', 'with', 'her', 'violin', ',', 'as', 'no-one', 'appreciated', 'her', 'playing', 'here', 'as', 'much', 'as', 'he', 'would', '.', 'He', 'never', 'wanted', 'to', 'let', 'her', 'out', 'of', 'his', 'room', ',', 'not', 'while', 'he', 'lived', ',', 'anyway', ';', 'his', 'shocking', 'appearance', 'should', ',', 'for', 'once', ',', 'be', 'of', 'some', 'use', 'to', 'him', ';', 'he', 'wanted', 'to', 'be', 'at', 'every', 'door', 'of', 'his', 'room', 'at', 'once', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attackers', ';', 'his', 'sister', 'should', 'not', 'be', 'forced', 'to', 'stay', 'with', 'him', ',', 'though', ',', 'but', 'stay', 'of', 'her', 'own', 'free', 'will', ';', 'she', 'would', 'sit', 'beside', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'always', 'intended', 'to', 'send', 'her', 'to', 'the', 'conservatory', ',', 'how', 'he', 'would', 'have', 'told', 'everyone', 'about', 'it', 'last', 'Christmas', '-', 'had', 'Christmas', 'really', 'come', 'and', 'gone', 'already', '?', '-', 'if', 'this', 'misfortune', 'had', "n't", 'got', 'in', 'the', 'way', ',', 'and', 'refuse', 'to', 'let', 'anyone', 'dissuade', 'him', 'from', 'it', '.', 'On', 'hearing', 'all', 'this', ',', 'his', 'sister', 'would', 'break', 'out', 'in', 'tears', 'of', 'emotion', ',', 'and', 'Gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck', ',', 'which', ',', 'since', 'she', 'had', 'been', 'going', 'out', 'to', 'work', ',', 'she', 'had', 'kept', 'free', 'without', 'any', 'necklace', 'or', 'collar', '.', '``', 'Mr', '.', 'Samsa', '!', '``', ',', 'shouted', 'the', 'middle', 'gentleman', 'to', 'Gregor', "'s", 'father', ',', 'pointing', ',', 'without', 'wasting', 'any', 'more', 'words', ',', 'with', 'his', 'forefinger', 'at', 'Gregor', 'as', 'he', 'slowly', 'moved', 'forward', '.', 'The', 'violin', 'went', 'silent', ',', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'first', 'smiled', 'at', 'his', 'two', 'friends', ',', 'shaking', 'his', 'head', ',', 'and', 'then', 'looked', 'back', 'at', 'Gregor', '.', 'His', 'father', 'seemed', 'to', 'think', 'it', 'more', 'important', 'to', 'calm', 'the', 'three', 'gentlemen', 'before', 'driving', 'Gregor', 'out', ',', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seemed', 'to', 'think', 'Gregor', 'was', 'more', 'entertaining', 'than', 'the', 'violin', 'playing', 'had', 'been', '.', 'He', 'rushed', 'up', 'to', 'them', 'with', 'his', 'arms', 'spread', 'out', 'and', 'attempted', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'trying', 'to', 'block', 'their', 'view', 'of', 'Gregor', 'with', 'his', 'body', '.', 'Now', 'they', 'did', 'become', 'a', 'little', 'annoyed', ',', 'and', 'it', 'was', 'not', 'clear', 'whether', 'it', 'was', 'his', 'father', "'s", 'behaviour', 'that', 'annoyed', 'them', 'or', 'the', 'dawning', 'realisation', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'Gregor', 'in', 'the', 'next', 'room', 'without', 'knowing', 'it', '.', 'They', 'asked', 'Gregor', "'s", 'father', 'for', 'explanations', ',', 'raised', 'their', 'arms', 'like', 'he', 'had', ',', 'tugged', 'excitedly', 'at', 'their', 'beards', 'and', 'moved', 'back', 'towards', 'their', 'room', 'only', 'very', 'slowly', '.', 'Meanwhile', 'Gregor', "'s", 'sister', 'had', 'overcome', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'playing', 'was', 'suddenly', 'interrupted', '.', 'She', 'had', 'let', 'her', 'hands', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limply', 'for', 'a', 'while', 'but', 'continued', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'playing', ',', 'but', 'then', 'she', 'suddenly', 'pulled', 'herself', 'together', ',', 'lay', 'the', 'instrument', 'on', 'her', 'mother', "'s", 'lap', 'who', 'still', 'sat', 'laboriously', 'struggling', 'for', 'breath', 'where', 'she', 'was', ',', 'and', 'ran', 'into', 'the', 'next', 'room', 'which', ',', 'under', 'pressure', 'from', 'her', 'father', ',', 'the', 'three', 'gentlemen', 'were', 'more', 'quickly', 'moving', 'toward', '.', 'Under', 'his', 'sister', "'s", 'experienced', 'hand', ',', 'the', 'pillows', 'and', 'covers', 'on', 'the', 'beds', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'already', 'finished', 'making', 'the', 'beds', 'and', 'slipped', 'out', 'again', 'before', 'the', 'three', 'gentlemen', 'had', 'reached', 'the', 'room', '.', 'Gregor', "'s", 'father', 'seemed', 'so', 'obsessed', 'with', 'what', 'he', 'was', 'doing', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owed', 'to', 'his', 'tenants', '.', 'He', 'urged', 'them', 'and', 'pressed', 'them', 'until', ',', 'when', 'he', 'was', 'already', 'at', 'the', 'door', 'of', 'the', 'room', ',', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'and', 'stamped', 'his', 'foot', 'and', 'thereby', 'brought', 'Gregor', "'s", 'father', 'to', 'a', 'halt', '.', '``', 'I', 'declare', 'here', 'and', 'now', "''", ',', 'he', 'said', ',', 'raising', 'his', 'hand', 'and', 'glancing', 'at', 'Gregor', "'s", 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attention', 'too', ',', '``', 'that', 'with', 'regard', 'to', 'the', 'repugnant', 'conditions', 'that', 'prevail', 'in', 'this', 'flat', 'and', 'with', 'this', 'family', "''", '-', 'here', 'he', 'looked', 'briefly', 'but', 'decisively', 'at', 'the', 'floor', '-', '``', 'I', 'give', 'immediate', 'notice', 'on', 'my', 'room', '.', 'For', 'the', 'days', 'that', 'I', 'have', 'been', 'living', 'here', 'I', 'will', ',', 'of', 'course', ',', 'pay', 'nothing', 'at', 'all', ',', 'on', 'the', 'contrary', 'I', 'will', 'consider', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damages', 'from', 'you', ',', 'and', 'believe', 'me', 'it', 'would', 'be', 'very', 'easy', 'to', 'set', 'out', 'the', 'grounds', 'for', 'such', 'an', 'action', '.', "''", 'He', 'was', 'silent', 'and', 'looked', 'straight', 'ahead', 'as', 'if', 'waiting', 'for', 'something', '.', 'And', 'indeed', ',', 'his', 'two', 'friends', 'joined', 'in', 'with', 'the', 'words', ':', '``', 'And', 'we', 'also', 'give', 'immediate', 'notice', '.', "''", 'With', 'that', ',', 'he', 'took', 'hold', 'of', 'the', 'door', 'handle', 'and', 'slammed', 'the', 'door', '.', 'Gregor', "'s", 'father', 'staggered', 'back', 'to', 'his', 'seat', ',', 'feeling', 'his', 'way', 'with', 'his', 'hands', ',', 'and', 'fell', 'into', 'it', ';', 'it', 'looked', 'as', 'if', 'he', 'was', 'stretching', 'himself', 'out', 'for', 'his', 'usual', 'evening', 'nap', 'but', 'from', 'the', 'uncontrolled', 'way', 'his', 'head', 'kept', 'nodding', 'it', 'could', 'be', 'seen', 'that', 'he', 'was', 'not', 'sleeping', 'at', 'all', '.', 'Throughout', 'all', 'this', ',', 'Gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him', '.', 'His', 'disappointment', 'at', 'the', 'failure', 'of', 'his', 'plan', ',', 'and', 'perhaps', 'also', 'because', 'he', 'was', 'weak', 'from', 'hunger', ',', 'made', 'it', 'impossible', 'for', 'him', 'to', 'move', '.', 'He', 'was', 'sure', 'that', 'everyone', 'would', 'turn', 'on', 'him', 'any', 'moment', ',', 'and', 'he', 'waited', '.', 'He', 'was', 'not', 'even', 'startled', 'out', 'of', 'this', 'state', 'when', 'the', 'violin', 'on', 'his', 'mother', "'s", 'lap', 'fell', 'from', 'her', 'trembling', 'fingers', 'and', 'landed', 'loudly', 'on', 'the', 'floor', '.', '``', 'Father', ',', 'Mother', "''", ',', 'said', 'his', 'sister', ',', 'hitting', 'the', 'table', 'with', 'her', 'hand', 'as', 'introduction', ',', '``', 'we', 'ca', "n't", 'carry', 'on', 'like', 'this', '.', 'Maybe', 'you', 'ca', "n't", 'see', 'it', ',', 'but', 'I', 'can', '.', 'I', 'do', "n't", 'want', 'to', 'call', 'this', 'monster', 'my', 'brother', ',', 'all', 'I', 'can', 'say', 'is', ':', 'we', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', '.', 'We', "'ve", 'done', 'all', "that's", 'humanly', 'possible', 'to', 'look', 'after', 'it', 'and', 'be', 'patient', ',', 'I', 'do', "n't", 'think', 'anyone', 'could', 'accuse', 'us', 'of', 'doing', 'anything', 'wrong', '.', "''", '``', 'She', "'s", 'absolutely', 'right', "''", ',', 'said', 'Gregor', "'s", 'father', 'to', 'himself', '.', 'His', 'mother', ',', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath', ',', 'began', 'to', 'cough', 'dully', ',', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'deranged', 'expression', 'in', 'her', 'eyes', '.', 'Gregor', "'s", 'sister', 'rushed', 'to', 'his', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead', '.', 'Her', 'words', 'seemed', 'to', 'give', 'Gregor', "'s", 'father', 'some', 'more', 'definite', 'ideas', '.', 'He', 'sat', 'upright', ',', 'played', 'with', 'his', 'uniform', 'cap', 'between', 'the', 'plates', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal', ',', 'and', 'occasionally', 'looked', 'down', 'at', 'Gregor', 'as', 'he', 'lay', 'there', 'immobile', '.', '``', 'We', 'have', 'to', 'try', 'and', 'get', 'rid', 'of', 'it', "''", ',', 'said', 'Gregor', "'s", 'sister', ',', 'now', 'speaking', 'only', 'to', 'her', 'father', ',', 'as', 'her', 'mother', 'was', 'too', 'occupied', 'with', 'coughing', 'to', 'listen', ',', '``', 'it', "'ll", 'be', 'the', 'death', 'of', 'both', 'of', 'you', ',', 'I', 'can', 'see', 'it', 'coming', '.', 'We', 'ca', "n't", 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortured', 'like', 'this', ',', 'we', 'ca', "n't", 'endure', 'it', '.', 'I', 'ca', "n't", 'endure', 'it', 'any', 'more', '.', "''", 'And', 'she', 'broke', 'out', 'so', 'heavily', 'in', 'tears', 'that', 'they', 'flowed', 'down', 'the', 'face', 'of', 'her', 'mother', ',', 'and', 'she', 'wiped', 'them', 'away', 'with', 'mechanical', 'hand', 'movements', '.', '``', 'My', 'child', "''", ',', 'said', 'her', 'father', 'with', 'sympathy', 'and', 'obvious', 'understanding', ',', "''", 'what', 'are', 'we', 'to', 'do', '?', "''", 'His', 'sister', 'just', 'shrugged', 'her', 'shoulders', 'as', 'a', 'sign', 'of', 'the', 'helplessness', 'and', 'tears', 'that', 'had', 'taken', 'hold', 'of', 'her', ',', 'displacing', 'her', 'earlier', 'certainty', '.', '``', 'If', 'he', 'could', 'just', 'understand', 'us', "''", ',', 'said', 'his', 'father', 'almost', 'as', 'a', 'question', ';', 'his', 'sister', 'shook', 'her', 'hand', 'vigorously', 'through', 'her', 'tears', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'was', 'no', 'question', '.', '``', 'If', 'he', 'could', 'just', 'understand', 'us', "''", ',', 'repeated', 'Gregor', "'s", 'father', ',', 'closing', 'his', 'eyes', 'in', 'acceptance', 'of', 'his', 'sister', "'s", 'certainty', 'that', 'that', 'was', 'quite', 'impossible', ',', '``', 'then', 'perhaps', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrangement', 'with', 'him', '.', 'But', 'as', 'it', 'is', '...', "''", "''", 'It', "'s", 'got', 'to', 'go', "''", ',', 'shouted', 'his', 'sister', ',', '``', 'that', "'s", 'the', 'only', 'way', ',', 'Father', '.', 'You', "'ve", 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', 'that', "'s", 'Gregor', '.', 'We', "'ve", 'only', 'harmed', 'ourselves', 'by', 'believing', 'it', 'for', 'so', 'long', '.', 'How', 'can', 'that', 'be', 'Gregor', '?', 'If', 'it', 'were', 'Gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', 'it', "'s", 'not', 'possible', 'for', 'human', 'beings', 'to', 'live', 'with', 'an', 'animal', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'his', 'own', 'free', 'will', '.', 'We', 'would', "n't", 'have', 'a', 'brother', 'any', 'more', ',', 'then', ',', 'but', 'we', 'could', 'carry', 'on', 'with', 'our', 'lives', 'and', 'remember', 'him', 'with', 'respect', '.', 'As', 'it', 'is', 'this', 'animal', 'is', 'persecuting', 'us', ',', "it's", 'driven', 'out', 'our', 'tenants', ',', 'it', 'obviously', 'wants', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'force', 'us', 'to', 'sleep', 'on', 'the', 'streets', '.', 'Father', ',', 'look', ',', 'just', 'look', "''", ',', 'she', 'suddenly', 'screamed', ',', '``', 'he', "'s", 'starting', 'again', '!', "''", 'In', 'her', 'alarm', ',', 'which', 'was', 'totally', 'beyond', 'Gregor', "'s", 'comprehension', ',', 'his', 'sister', 'even', 'abandoned', 'his', 'mother', 'as', 'she', 'pushed', 'herself', 'vigorously', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'willing', 'to', 'sacrifice', 'her', 'own', 'mother', 'than', 'stay', 'anywhere', 'near', 'Gregor', '.', 'She', 'rushed', 'over', 'to', 'behind', 'her', 'father', ',', 'who', 'had', 'become', 'excited', 'merely', 'because', 'she', 'was', 'and', 'stood', 'up', 'half', 'raising', 'his', 'hands', 'in', 'front', 'of', 'Gregor', "'s", 'sister', 'as', 'if', 'to', 'protect', 'her', '.', 'But', 'Gregor', 'had', 'had', 'no', 'intention', 'of', 'frightening', 'anyone', ',', 'least', 'of', 'all', 'his', 'sister', '.', 'All', 'he', 'had', 'done', 'was', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'his', 'room', ',', 'although', 'that', 'was', 'in', 'itself', 'quite', 'startling', 'as', 'his', 'pain-wracked', 'condition', 'meant', 'that', 'turning', 'round', 'required', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'was', 'using', 'his', 'head', 'to', 'help', 'himself', 'do', 'it', ',', 'repeatedly', 'raising', 'it', 'and', 'striking', 'it', 'against', 'the', 'floor', '.', 'He', 'stopped', 'and', 'looked', 'round', '.', 'They', 'seemed', 'to', 'have', 'realised', 'his', 'good', 'intention', 'and', 'had', 'only', 'been', 'alarmed', 'briefly', '.', 'Now', 'they', 'all', 'looked', 'at', 'him', 'in', 'unhappy', 'silence', '.', 'His', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'legs', 'stretched', 'out', 'and', 'pressed', 'against', 'each', 'other', ',', 'her', 'eyes', 'nearly', 'closed', 'with', 'exhaustion', ';', 'his', 'sister', 'sat', 'next', 'to', 'his', 'father', 'with', 'her', 'arms', 'around', 'his', 'neck', '.', '``', 'Maybe', 'now', 'they', "'ll", 'let', 'me', 'turn', 'round', "''", ',', 'thought', 'Gregor', 'and', 'went', 'back', 'to', 'work', '.', 'He', 'could', 'not', 'help', 'panting', 'loudly', 'with', 'the', 'effort', 'and', 'had', 'sometimes', 'to', 'stop', 'and', 'take', 'a', 'rest', '.', 'No-one', 'was', 'making', 'him', 'rush', 'any', 'more', ',', 'everything', 'was', 'left', 'up', 'to', 'him', '.', 'As', 'soon', 'as', 'he', 'had', 'finally', 'finished', 'turning', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead', '.', 'He', 'was', 'amazed', 'at', 'the', 'great', 'distance', 'that', 'separated', 'him', 'from', 'his', 'room', ',', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'covered', 'that', 'distance', 'in', 'his', 'weak', 'state', 'a', 'little', 'while', 'before', 'and', 'almost', 'without', 'noticing', 'it', '.', 'He', 'concentrated', 'on', 'crawling', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardly', 'noticed', 'that', 'there', 'was', 'not', 'a', 'word', ',', 'not', 'any', 'cry', ',', 'from', 'his', 'family', 'to', 'distract', 'him', '.', 'He', 'did', 'not', 'turn', 'his', 'head', 'until', 'he', 'had', 'reached', 'the', 'doorway', '.', 'He', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'his', 'neck', 'becoming', 'stiff', ',', 'but', 'it', 'was', 'nonetheless', 'enough', 'to', 'see', 'that', 'nothing', 'behind', 'him', 'had', 'changed', ',', 'only', 'his', 'sister', 'had', 'stood', 'up', '.', 'With', 'his', 'last', 'glance', 'he', 'saw', 'that', 'his', 'mother', 'had', 'now', 'fallen', 'completely', 'asleep', '.', 'He', 'was', 'hardly', 'inside', 'his', 'room', 'before', 'the', 'door', 'was', 'hurriedly', 'shut', ',', 'bolted', 'and', 'locked', '.', 'The', 'sudden', 'noise', 'behind', 'Gregor', 'so', 'startled', 'him', 'that', 'his', 'little', 'legs', 'collapsed', 'under', 'him', '.', 'It', 'was', 'his', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush', '.', 'She', 'had', 'been', 'standing', 'there', 'waiting', 'and', 'sprung', 'forward', 'lightly', ',', 'Gregor', 'had', 'not', 'heard', 'her', 'coming', 'at', 'all', ',', 'and', 'as', 'she', 'turned', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudly', 'to', 'her', 'parents', '``', 'At', 'last', '!', "''", '.', '``', 'What', 'now', ',', 'then', '?', '``', ',', 'Gregor', 'asked', 'himself', 'as', 'he', 'looked', 'round', 'in', 'the', 'darkness', '.', 'He', 'soon', 'made', 'the', 'discovery', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all', '.', 'This', 'was', 'no', 'surprise', 'to', 'him', ',', 'it', 'seemed', 'rather', 'that', 'being', 'able', 'to', 'actually', 'move', 'around', 'on', 'those', 'spindly', 'little', 'legs', 'until', 'then', 'was', 'unnatural', '.', 'He', 'also', 'felt', 'relatively', 'comfortable', '.', 'It', 'is', 'true', 'that', 'his', 'entire', 'body', 'was', 'aching', ',', 'but', 'the', 'pain', 'seemed', 'to', 'be', 'slowly', 'getting', 'weaker', 'and', 'weaker', 'and', 'would', 'finally', 'disappear', 'altogether', '.', 'He', 'could', 'already', 'hardly', 'feel', 'the', 'decayed', 'apple', 'in', 'his', 'back', 'or', 'the', 'inflamed', 'area', 'around', 'it', ',', 'which', 'was', 'entirely', 'covered', 'in', 'white', 'dust', '.', 'He', 'thought', 'back', 'of', 'his', 'family', 'with', 'emotion', 'and', 'love', '.', 'If', 'it', 'was', 'possible', ',', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongly', 'than', 'his', 'sister', '.', 'He', 'remained', 'in', 'this', 'state', 'of', 'empty', 'and', 'peaceful', 'rumination', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morning', '.', 'He', 'watched', 'as', 'it', 'slowly', 'began', 'to', 'get', 'light', 'everywhere', 'outside', 'the', 'window', 'too', '.', 'Then', ',', 'without', 'his', 'willing', 'it', ',', 'his', 'head', 'sank', 'down', 'completely', ',', 'and', 'his', 'last', 'breath', 'flowed', 'weakly', 'from', 'his', 'nostrils', '.', 'When', 'the', 'cleaner', 'came', 'in', 'early', 'in', 'the', 'morning', '-', 'they', "'d", 'often', 'asked', 'her', 'not', 'to', 'keep', 'slamming', 'the', 'doors', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurry', 'she', 'still', 'did', ',', 'so', 'that', 'everyone', 'in', 'the', 'flat', 'knew', 'when', "she'd", 'arrived', 'and', 'from', 'then', 'on', 'it', 'was', 'impossible', 'to', 'sleep', 'in', 'peace', '-', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'Gregor', 'and', 'at', 'first', 'found', 'nothing', 'special', '.', 'She', 'thought', 'he', 'was', 'laying', 'there', 'so', 'still', 'on', 'purpose', ',', 'playing', 'the', 'martyr', ';', 'she', 'attributed', 'all', 'possible', 'understanding', 'to', 'him', '.', 'She', 'happened', 'to', 'be', 'holding', 'the', 'long', 'broom', 'in', 'her', 'hand', ',', 'so', 'she', 'tried', 'to', 'tickle', 'Gregor', 'with', 'it', 'from', 'the', 'doorway', '.', 'When', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tried', 'to', 'make', 'a', 'nuisance', 'of', 'herself', 'and', 'poked', 'at', 'him', 'a', 'little', ',', 'and', 'only', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resistance', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attention', '.', 'She', 'soon', 'realised', 'what', 'had', 'really', 'happened', ',', 'opened', 'her', 'eyes', 'wide', ',', 'whistled', 'to', 'herself', ',', 'but', 'did', 'not', 'waste', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'doors', 'and', 'shout', 'loudly', 'into', 'the', 'darkness', 'of', 'the', 'bedrooms', ':', '``', 'Come', 'and', "'ave", 'a', 'look', 'at', 'this', ',', 'it', "'s", 'dead', ',', 'just', 'lying', 'there', ',', 'stone', 'dead', '!', "''", 'Mr.', 'and', 'Mrs.', 'Samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriage', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caused', 'by', 'the', 'cleaner', 'before', 'they', 'could', 'grasp', 'what', 'she', 'was', 'saying', '.', 'But', 'then', ',', 'each', 'from', 'his', 'own', 'side', ',', 'they', 'hurried', 'out', 'of', 'bed', '.', 'Mr.', 'Samsa', 'threw', 'the', 'blanket', 'over', 'his', 'shoulders', ',', 'Mrs.', 'Samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress', ';', 'and', 'that', 'is', 'how', 'they', 'went', 'into', 'Gregor', "'s", 'room', '.', 'On', 'the', 'way', 'they', 'opened', 'the', 'door', 'to', 'the', 'living', 'room', 'where', 'Grete', 'had', 'been', 'sleeping', 'since', 'the', 'three', 'gentlemen', 'had', 'moved', 'in', ';', 'she', 'was', 'fully', 'dressed', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep', ',', 'and', 'the', 'paleness', 'of', 'her', 'face', 'seemed', 'to', 'confirm', 'this', '.', '``', 'Dead', '?', '``', ',', 'asked', 'Mrs.', 'Samsa', ',', 'looking', 'at', 'the', 'charwoman', 'enquiringly', ',', 'even', 'though', 'she', 'could', 'have', 'checked', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'checking', '.', '``', 'That', "'s", 'what', 'I', 'said', "''", ',', 'replied', 'the', 'cleaner', ',', 'and', 'to', 'prove', 'it', 'she', 'gave', 'Gregor', "'s", 'body', 'another', 'shove', 'with', 'the', 'broom', ',', 'sending', 'it', 'sideways', 'across', 'the', 'floor', '.', 'Mrs.', 'Samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'wanted', 'to', 'hold', 'back', 'the', 'broom', ',', 'but', 'did', 'not', 'complete', 'it', '.', '``', 'Now', 'then', "''", ',', 'said', 'Mr.', 'Samsa', ',', '``', 'let', "'s", 'give', 'thanks', 'to', 'God', 'for', 'that', "''", '.', 'He', 'crossed', 'himself', ',', 'and', 'the', 'three', 'women', 'followed', 'his', 'example', '.', 'Grete', ',', 'who', 'had', 'not', 'taken', 'her', 'eyes', 'from', 'the', 'corpse', ',', 'said', ':', "''", 'Just', 'look', 'how', 'thin', 'he', 'was', '.', 'He', 'did', "n't", 'eat', 'anything', 'for', 'so', 'long', '.', 'The', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in', "''", '.', "Gregor's", 'body', 'was', 'indeed', 'completely', 'dried', 'up', 'and', 'flat', ',', 'they', 'had', 'not', 'seen', 'it', 'until', 'then', ',', 'but', 'now', 'he', 'was', 'not', 'lifted', 'up', 'on', 'his', 'little', 'legs', ',', 'nor', 'did', 'he', 'do', 'anything', 'to', 'make', 'them', 'look', 'away', '.', '``', 'Grete', ',', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'little', 'while', "''", ',', 'said', 'Mrs.', 'Samsa', 'with', 'a', 'pained', 'smile', ',', 'and', 'Grete', 'followed', 'her', 'parents', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'looking', 'back', 'at', 'the', 'body', '.', 'The', 'cleaner', 'shut', 'the', 'door', 'and', 'opened', 'the', 'window', 'wide', '.', 'Although', 'it', 'was', 'still', 'early', 'in', 'the', 'morning', 'the', 'fresh', 'air', 'had', 'something', 'of', 'warmth', 'mixed', 'in', 'with', 'it', '.', 'It', 'was', 'already', 'the', 'end', 'of', 'March', ',', 'after', 'all', '.', 'The', 'three', 'gentlemen', 'stepped', 'out', 'of', 'their', 'room', 'and', 'looked', 'round', 'in', 'amazement', 'for', 'their', 'breakfasts', ';', 'they', 'had', 'been', 'forgotten', 'about', '.', '``', 'Where', 'is', 'our', 'breakfast', '?', '``', ',', 'the', 'middle', 'gentleman', 'asked', 'the', 'cleaner', 'irritably', '.', 'She', 'just', 'put', 'her', 'finger', 'on', 'her', 'lips', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', "Gregor's", 'room', '.', 'They', 'did', 'so', ',', 'and', 'stood', 'around', 'Gregor', "'s", 'corpse', 'with', 'their', 'hands', 'in', 'the', 'pockets', 'of', 'their', 'well-worn', 'coats', '.', 'It', 'was', 'now', 'quite', 'light', 'in', 'the', 'room', '.', 'Then', 'the', 'door', 'of', 'the', 'bedroom', 'opened', 'and', 'Mr.', 'Samsa', 'appeared', 'in', 'his', 'uniform', 'with', 'his', 'wife', 'on', 'one', 'arm', 'and', 'his', 'daughter', 'on', 'the', 'other', '.', 'All', 'of', 'them', 'had', 'been', 'crying', 'a', 'little', ';', 'Grete', 'now', 'and', 'then', 'pressed', 'her', 'face', 'against', 'her', 'father', "'s", 'arm', '.', '``', 'Leave', 'my', 'home', '.', 'Now', '!', '``', ',', 'said', 'Mr.', 'Samsa', ',', 'indicating', 'the', 'door', 'and', 'without', 'letting', 'the', 'women', 'from', 'him', '.', '``', 'What', 'do', 'you', 'mean', '?', '``', ',', 'asked', 'the', 'middle', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcerted', ',', 'and', 'he', 'smiled', 'sweetly', '.', 'The', 'other', 'two', 'held', 'their', 'hands', 'behind', 'their', 'backs', 'and', 'continually', 'rubbed', 'them', 'together', 'in', 'gleeful', 'anticipation', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'only', 'end', 'in', 'their', 'favour', '.', '``', 'I', 'mean', 'just', 'what', 'I', 'said', "''", ',', 'answered', 'Mr.', 'Samsa', ',', 'and', ',', 'with', 'his', 'two', 'companions', ',', 'went', 'in', 'a', 'straight', 'line', 'towards', 'the', 'man', '.', 'At', 'first', ',', 'he', 'stood', 'there', 'still', ',', 'looking', 'at', 'the', 'ground', 'as', 'if', 'the', 'contents', 'of', 'his', 'head', 'were', 'rearranging', 'themselves', 'into', 'new', 'positions', '.', '``', 'Alright', ',', 'we', "'ll", 'go', 'then', "''", ',', 'he', 'said', ',', 'and', 'looked', 'up', 'at', 'Mr.', 'Samsa', 'as', 'if', 'he', 'had', 'been', 'suddenly', 'overcome', 'with', 'humility', 'and', 'wanted', 'permission', 'again', 'from', 'Mr.', 'Samsa', 'for', 'his', 'decision', '.', 'Mr.', 'Samsa', 'merely', 'opened', 'his', 'eyes', 'wide', 'and', 'briefly', 'nodded', 'to', 'him', 'several', 'times', '.', 'At', 'that', ',', 'and', 'without', 'delay', ',', 'the', 'man', 'actually', 'did', 'take', 'long', 'strides', 'into', 'the', 'front', 'hallway', ';', 'his', 'two', 'friends', 'had', 'stopped', 'rubbing', 'their', 'hands', 'some', 'time', 'before', 'and', 'had', 'been', 'listening', 'to', 'what', 'was', 'being', 'said', '.', 'Now', 'they', 'jumped', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'Mr.', 'Samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connection', 'with', 'their', 'leader', '.', 'Once', 'there', ',', 'all', 'three', 'took', 'their', 'hats', 'from', 'the', 'stand', ',', 'took', 'their', 'sticks', 'from', 'the', 'holder', ',', 'bowed', 'without', 'a', 'word', 'and', 'left', 'the', 'premises', '.', 'Mr.', 'Samsa', 'and', 'the', 'two', 'women', 'followed', 'them', 'out', 'onto', 'the', 'landing', ';', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', 'men', "'s", 'intentions', 'and', 'as', 'they', 'leaned', 'over', 'the', 'landing', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steady', 'progress', 'down', 'the', 'many', 'steps', '.', 'As', 'they', 'turned', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappeared', 'and', 'would', 'reappear', 'a', 'few', 'moments', 'later', ';', 'the', 'further', 'down', 'they', 'went', ',', 'the', 'more', 'that', 'the', 'Samsa', 'family', 'lost', 'interest', 'in', 'them', ';', 'when', 'a', "butcher's", 'boy', ',', 'proud', 'of', 'posture', 'with', 'his', 'tray', 'on', 'his', 'head', ',', 'passed', 'them', 'on', 'his', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were', ',', 'Mr.', 'Samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'landing', 'and', 'went', ',', 'as', 'if', 'relieved', ',', 'back', 'into', 'the', 'flat', '.', 'They', 'decided', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'was', 'for', 'relaxation', 'and', 'to', 'go', 'for', 'a', 'walk', ';', 'not', 'only', 'had', 'they', 'earned', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'serious', 'need', 'of', 'it', '.', 'So', 'they', 'sat', 'at', 'the', 'table', 'and', 'wrote', 'three', 'letters', 'of', 'excusal', ',', 'Mr.', 'Samsa', 'to', 'his', 'employers', ',', 'Mrs.', 'Samsa', 'to', 'her', 'contractor', 'and', 'Grete', 'to', 'her', 'principal', '.', 'The', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'writing', 'to', 'tell', 'them', 'she', 'was', 'going', ',', 'she', "'d", 'finished', 'her', 'work', 'for', 'that', 'morning', '.', 'The', 'three', 'of', 'them', 'at', 'first', 'just', 'nodded', 'without', 'looking', 'up', 'from', 'what', 'they', 'were', 'writing', ',', 'and', 'it', 'was', 'only', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leave', 'that', 'they', 'looked', 'up', 'in', 'irritation', '.', '``', 'Well', '?', '``', ',', 'asked', 'Mr.', 'Samsa', '.', 'The', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremendous', 'good', 'news', 'to', 'report', ',', 'but', 'would', 'only', 'do', 'it', 'if', 'she', 'was', 'clearly', 'asked', 'to', '.', 'The', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'on', 'her', 'hat', ',', 'which', 'had', 'been', 'a', 'source', 'of', 'irritation', 'to', 'Mr.', 'Samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'working', 'for', 'them', ',', 'swayed', 'gently', 'in', 'all', 'directions', '.', '``', 'What', 'is', 'it', 'you', 'want', 'then', '?', '``', ',', 'asked', 'Mrs.', 'Samsa', ',', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for', '.', '``', 'Yes', "''", ',', 'she', 'answered', ',', 'and', 'broke', 'into', 'a', 'friendly', 'laugh', 'that', 'made', 'her', 'unable', 'to', 'speak', 'straight', 'away', ',', '``', 'well', 'then', ',', 'that', 'thing', 'in', 'there', ',', 'you', 'need', "n't", 'worry', 'about', 'how', 'you', "'re", 'going', 'to', 'get', 'rid', 'of', 'it', '.', 'That', "'s", 'all', 'been', 'sorted', 'out', '.', "''", 'Mrs.', 'Samsa', 'and', 'Grete', 'bent', 'down', 'over', 'their', 'letters', 'as', 'if', 'intent', 'on', 'continuing', 'with', 'what', 'they', 'were', 'writing', ';', 'Mr.', 'Samsa', 'saw', 'that', 'the', 'cleaner', 'wanted', 'to', 'start', 'describing', 'everything', 'in', 'detail', 'but', ',', 'with', 'outstretched', 'hand', ',', 'he', 'made', 'it', 'quite', 'clear', 'that', 'she', 'was', 'not', 'to', '.', 'So', ',', 'as', 'she', 'was', 'prevented', 'from', 'telling', 'them', 'all', 'about', 'it', ',', 'she', 'suddenly', 'remembered', 'what', 'a', 'hurry', 'she', 'was', 'in', 'and', ',', 'clearly', 'peeved', ',', 'called', 'out', '``', 'Cheerio', 'then', ',', 'everyone', "''", ',', 'turned', 'round', 'sharply', 'and', 'left', ',', 'slamming', 'the', 'door', 'terribly', 'as', 'she', 'went', '.', '``', 'Tonight', 'she', 'gets', 'sacked', "''", ',', 'said', 'Mr.', 'Samsa', ',', 'but', 'he', 'received', 'no', 'reply', 'from', 'either', 'his', 'wife', 'or', 'his', 'daughter', 'as', 'the', 'charwoman', 'seemed', 'to', 'have', 'destroyed', 'the', 'peace', 'they', 'had', 'only', 'just', 'gained', '.', 'They', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remained', 'with', 'their', 'arms', 'around', 'each', 'other', '.', 'Mr.', 'Samsa', 'twisted', 'round', 'in', 'his', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watching', 'for', 'a', 'while', '.', 'Then', 'he', 'called', 'out', ':', '``', 'Come', 'here', ',', 'then', '.', 'Let', "'s", 'forget', 'about', 'all', 'that', 'old', 'stuff', ',', 'shall', 'we', '.', 'Come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attention', "''", '.', 'The', 'two', 'women', 'immediately', 'did', 'as', 'he', 'said', ',', 'hurrying', 'over', 'to', 'him', 'where', 'they', 'kissed', 'him', 'and', 'hugged', 'him', 'and', 'then', 'they', 'quickly', 'finished', 'their', 'letters', '.', 'After', 'that', ',', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'together', ',', 'which', 'was', 'something', 'they', 'had', 'not', 'done', 'for', 'months', ',', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'country', 'outside', 'the', 'town', '.', 'They', 'had', 'the', 'tram', ',', 'filled', 'with', 'warm', 'sunshine', ',', 'all', 'to', 'themselves', '.', 'Leant', 'back', 'comfortably', 'on', 'their', 'seats', ',', 'they', 'discussed', 'their', 'prospects', 'and', 'found', 'that', 'on', 'closer', 'examination', 'they', 'were', 'not', 'at', 'all', 'bad', '-', 'until', 'then', 'they', 'had', 'never', 'asked', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'jobs', 'which', 'were', 'very', 'good', 'and', 'held', 'particularly', 'good', 'promise', 'for', 'the', 'future', '.', 'The', 'greatest', 'improvement', 'for', 'the', 'time', 'being', ',', 'of', 'course', ',', 'would', 'be', 'achieved', 'quite', 'easily', 'by', 'moving', 'house', ';', 'what', 'they', 'needed', 'now', 'was', 'a', 'flat', 'that', 'was', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'Gregor', ',', 'one', 'that', 'was', 'in', 'a', 'better', 'location', 'and', ',', 'most', 'of', 'all', ',', 'more', 'practical', '.', 'All', 'the', 'time', ',', 'Grete', 'was', 'becoming', 'livelier', '.', 'With', 'all', 'the', 'worry', 'they', 'had', 'been', 'having', 'of', 'late', 'her', 'cheeks', 'had', 'become', 'pale', ',', 'but', ',', 'while', 'they', 'were', 'talking', ',', 'Mr.', 'and', 'Mrs.', 'Samsa', 'were', 'struck', ',', 'almost', 'simultaneously', ',', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'was', 'blossoming', 'into', 'a', 'well', 'built', 'and', 'beautiful', 'young', 'lady', '.', 'They', 'became', 'quieter', '.', 'Just', 'from', 'each', 'other', "'s", 'glance', 'and', 'almost', 'without', 'knowing', 'it', 'they', 'agreed', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her', '.', 'And', ',', 'as', 'if', 'in', 'confirmation', 'of', 'their', 'new', 'dreams', 'and', 'good', 'intentions', ',', 'as', 'soon', 'as', 'they', 'reached', 'their', 'destination', 'Grete', 'was', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'body', '.', 'Updated', 'editions', 'will', 'replace', 'the', 'previous', 'one', '--', 'the', 'old', 'editions', 'will', 'be', 'renamed', '.', 'Creating', 'the', 'works', 'from', 'public', 'domain', 'print', 'editions', 'means', 'that', 'no', 'one', 'owns', 'a', 'United', 'States', 'copyright', 'in', 'these', 'works', ',', 'so', 'the', 'Foundation', '(', 'and', 'you', '!', ')', 'can', 'copy', 'and', 'distribute', 'it', 'in', 'the', 'United', 'States', 'without', 'permission', 'and', 'without', 'paying', 'copyright', 'royalties', '.', 'Special', 'rules', ',', 'set', 'forth', 'in', 'the', 'General', 'Terms', 'of', 'Use', 'part', 'of', 'this', 'license', ',', 'apply', 'to', 'copying', 'and', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'to', 'protect', 'the', 'PROJECT', 'GUTENBERG-tm', 'concept', 'and', 'trademark', '.', 'Project', 'Gutenberg', 'is', 'a', 'registered', 'trademark', ',', 'and', 'may', 'not', 'be', 'used', 'if', 'you', 'charge', 'for', 'the', 'eBooks', ',', 'unless', 'you', 'receive', 'specific', 'permission', '.', 'If', 'you', 'do', 'not', 'charge', 'anything', 'for', 'copies', 'of', 'this', 'eBook', ',', 'complying', 'with', 'the', 'rules', 'is', 'very', 'easy', '.', 'You', 'may', 'use', 'this', 'eBook', 'for', 'nearly', 'any', 'purpose', 'such', 'as', 'creation', 'of', 'derivative', 'works', ',', 'reports', ',', 'performances', 'and', 'research', '.', 'They', 'may', 'be', 'modified', 'and', 'printed', 'and', 'given', 'away', '--', 'you', 'may', 'do', 'practically', 'ANYTHING', 'with', 'public', 'domain', 'eBooks', '.', 'Redistribution', 'is', 'subject', 'to', 'the', 'trademark', 'license', ',', 'especially', 'commercial', 'redistribution', '.', 'Section', '1', '.', 'General', 'Terms', 'of', 'Use', 'and', 'Redistributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', '1.A', '.', 'By', 'reading', 'or', 'using', 'any', 'part', 'of', 'this', 'Project', 'Gutenberg-tm', 'electronic', 'work', ',', 'you', 'indicate', 'that', 'you', 'have', 'read', ',', 'understand', ',', 'agree', 'to', 'and', 'accept', 'all', 'the', 'terms', 'of', 'this', 'license', 'and', 'intellectual', 'property', '(', 'trademark/copyright', ')', 'agreement', '.', 'If', 'you', 'do', 'not', 'agree', 'to', 'abide', 'by', 'all', 'the', 'terms', 'of', 'this', 'agreement', ',', 'you', 'must', 'cease', 'using', 'and', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'your', 'possession', '.', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtaining', 'a', 'copy', 'of', 'or', 'access', 'to', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'and', 'you', 'do', 'not', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', ',', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entity', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1.E.8', '.', '1.B', '.', '``', 'Project', 'Gutenberg', "''", 'is', 'a', 'registered', 'trademark', '.', 'It', 'may', 'only', 'be', 'used', 'on', 'or', 'associated', 'in', 'any', 'way', 'with', 'an', 'electronic', 'work', 'by', 'people', 'who', 'agree', 'to', 'be', 'bound', 'by', 'the', 'terms', 'of', 'this', 'agreement', '.', 'There', 'are', 'a', 'few', 'things', 'that', 'you', 'can', 'do', 'with', 'most', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'even', 'without', 'complying', 'with', 'the', 'full', 'terms', 'of', 'this', 'agreement', '.', 'See', 'paragraph', '1.C', 'below', '.', 'There', 'are', 'a', 'lot', 'of', 'things', 'you', 'can', 'do', 'with', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'if', 'you', 'follow', 'the', 'terms', 'of', 'this', 'agreement', 'and', 'help', 'preserve', 'free', 'future', 'access', 'to', 'Project', 'Gutenberg-tm', 'electronic', 'works', '.', 'See', 'paragraph', '1.E', 'below', '.', '1.C', '.', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '(', '``', 'the', 'Foundation', "''", 'or', 'PGLAF', ')', ',', 'owns', 'a', 'compilation', 'copyright', 'in', 'the', 'collection', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', '.', 'Nearly', 'all', 'the', 'individual', 'works', 'in', 'the', 'collection', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', '.', 'If', 'an', 'individual', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'United', 'States', 'and', 'you', 'are', 'located', 'in', 'the', 'United', 'States', ',', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copying', ',', 'distributing', ',', 'performing', ',', 'displaying', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'references', 'to', 'Project', 'Gutenberg', 'are', 'removed', '.', 'Of', 'course', ',', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'Project', 'Gutenberg-tm', 'mission', 'of', 'promoting', 'free', 'access', 'to', 'electronic', 'works', 'by', 'freely', 'sharing', 'Project', 'Gutenberg-tm', 'works', 'in', 'compliance', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'for', 'keeping', 'the', 'Project', 'Gutenberg-tm', 'name', 'associated', 'with', 'the', 'work', '.', 'You', 'can', 'easily', 'comply', 'with', 'the', 'terms', 'of', 'this', 'agreement', 'by', 'keeping', 'this', 'work', 'in', 'the', 'same', 'format', 'with', 'its', 'attached', 'full', 'Project', 'Gutenberg-tm', 'License', 'when', 'you', 'share', 'it', 'without', 'charge', 'with', 'others', '.', 'This', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyrighted', 'individual', 'works', 'included', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', '.', 'Information', 'on', 'the', 'copyright', 'owner', 'for', 'this', 'particular', 'work', 'and', 'the', 'terms', 'of', 'use', 'imposed', 'by', 'the', 'copyright', 'holder', 'on', 'this', 'work', 'are', 'set', 'forth', 'at', 'the', 'beginning', 'of', 'this', 'work', '.', '1.D', '.', 'The', 'copyright', 'laws', 'of', 'the', 'place', 'where', 'you', 'are', 'located', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'this', 'work', '.', 'Copyright', 'laws', 'in', 'most', 'countries', 'are', 'in', 'a', 'constant', 'state', 'of', 'change', '.', 'If', 'you', 'are', 'outside', 'the', 'United', 'States', ',', 'check', 'the', 'laws', 'of', 'your', 'country', 'in', 'addition', 'to', 'the', 'terms', 'of', 'this', 'agreement', 'before', 'downloading', ',', 'copying', ',', 'displaying', ',', 'performing', ',', 'distributing', 'or', 'creating', 'derivative', 'works', 'based', 'on', 'this', 'work', 'or', 'any', 'other', 'Project', 'Gutenberg-tm', 'work', '.', 'The', 'Foundation', 'makes', 'no', 'representations', 'concerning', 'the', 'copyright', 'status', 'of', 'any', 'work', 'in', 'any', 'country', 'outside', 'the', 'United', 'States', '.', '1.E', '.', 'Unless', 'you', 'have', 'removed', 'all', 'references', 'to', 'Project', 'Gutenberg', ':', '1.E.1', '.', 'The', 'following', 'sentence', ',', 'with', 'active', 'links', 'to', ',', 'or', 'other', 'immediate', 'access', 'to', ',', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'must', 'appear', 'prominently', 'whenever', 'any', 'copy', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', '(', 'any', 'work', 'on', 'which', 'the', 'phrase', '``', 'Project', 'Gutenberg', "''", 'appears', ',', 'or', 'with', 'which', 'the', 'phrase', '``', 'Project', 'Gutenberg', "''", 'is', 'associated', ')', 'is', 'accessed', ',', 'displayed', ',', 'performed', ',', 'viewed', ',', 'copied', 'or', 'distributed', ':', 'This', 'eBook', 'is', 'for', 'the', 'use', 'of', 'anyone', 'anywhere', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrictions', 'whatsoever', '.', 'You', 'may', 'copy', 'it', ',', 'give', 'it', 'away', 'or', 're-use', 'it', 'under', 'the', 'terms', 'of', 'the', 'Project', 'Gutenberg', 'License', 'included', 'with', 'this', 'eBook', 'or', 'online', 'at', 'www.gutenberg.org', '1.E.2', '.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'derived', 'from', 'the', 'public', 'domain', '(', 'does', 'not', 'contain', 'a', 'notice', 'indicating', 'that', 'it', 'is', 'posted', 'with', 'permission', 'of', 'the', 'copyright', 'holder', ')', ',', 'the', 'work', 'can', 'be', 'copied', 'and', 'distributed', 'to', 'anyone', 'in', 'the', 'United', 'States', 'without', 'paying', 'any', 'fees', 'or', 'charges', '.', 'If', 'you', 'are', 'redistributing', 'or', 'providing', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '``', 'Project', 'Gutenberg', "''", 'associated', 'with', 'or', 'appearing', 'on', 'the', 'work', ',', 'you', 'must', 'comply', 'either', 'with', 'the', 'requirements', 'of', 'paragraphs', '1.E.1', 'through', '1.E.7', 'or', 'obtain', 'permission', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'Project', 'Gutenberg-tm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraphs', '1.E.8', 'or', '1.E.9', '.', '1.E.3', '.', 'If', 'an', 'individual', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'is', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', ',', 'your', 'use', 'and', 'distribution', 'must', 'comply', 'with', 'both', 'paragraphs', '1.E.1', 'through', '1.E.7', 'and', 'any', 'additional', 'terms', 'imposed', 'by', 'the', 'copyright', 'holder', '.', 'Additional', 'terms', 'will', 'be', 'linked', 'to', 'the', 'Project', 'Gutenberg-tm', 'License', 'for', 'all', 'works', 'posted', 'with', 'the', 'permission', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'beginning', 'of', 'this', 'work', '.', '1.E.4', '.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remove', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'terms', 'from', 'this', 'work', ',', 'or', 'any', 'files', 'containing', 'a', 'part', 'of', 'this', 'work', 'or', 'any', 'other', 'work', 'associated', 'with', 'Project', 'Gutenberg-tm', '.', '1.E.5', '.', 'Do', 'not', 'copy', ',', 'display', ',', 'perform', ',', 'distribute', 'or', 'redistribute', 'this', 'electronic', 'work', ',', 'or', 'any', 'part', 'of', 'this', 'electronic', 'work', ',', 'without', 'prominently', 'displaying', 'the', 'sentence', 'set', 'forth', 'in', 'paragraph', '1.E.1', 'with', 'active', 'links', 'or', 'immediate', 'access', 'to', 'the', 'full', 'terms', 'of', 'the', 'Project', 'Gutenberg-tm', 'License', '.', '1.E.6', '.', 'You', 'may', 'convert', 'to', 'and', 'distribute', 'this', 'work', 'in', 'any', 'binary', ',', 'compressed', ',', 'marked', 'up', ',', 'nonproprietary', 'or', 'proprietary', 'form', ',', 'including', 'any', 'word', 'processing', 'or', 'hypertext', 'form', '.', 'However', ',', 'if', 'you', 'provide', 'access', 'to', 'or', 'distribute', 'copies', 'of', 'a', 'Project', 'Gutenberg-tm', 'work', 'in', 'a', 'format', 'other', 'than', "''", 'Plain', 'Vanilla', 'ASCII', "''", 'or', 'other', 'format', 'used', 'in', 'the', 'official', 'version', 'posted', 'on', 'the', 'official', 'Project', 'Gutenberg-tm', 'web', 'site', '(', 'www.gutenberg.org', ')', ',', 'you', 'must', ',', 'at', 'no', 'additional', 'cost', ',', 'fee', 'or', 'expense', 'to', 'the', 'user', ',', 'provide', 'a', 'copy', ',', 'a', 'means', 'of', 'exporting', 'a', 'copy', ',', 'or', 'a', 'means', 'of', 'obtaining', 'a', 'copy', 'upon', 'request', ',', 'of', 'the', 'work', 'in', 'its', 'original', '``', 'Plain', 'Vanilla', 'ASCII', "''", 'or', 'other', 'form', '.', 'Any', 'alternate', 'format', 'must', 'include', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', 'as', 'specified', 'in', 'paragraph', '1.E.1', '.', '1.E.7', '.', 'Do', 'not', 'charge', 'a', 'fee', 'for', 'access', 'to', ',', 'viewing', ',', 'displaying', ',', 'performing', ',', 'copying', 'or', 'distributing', 'any', 'Project', 'Gutenberg-tm', 'works', 'unless', 'you', 'comply', 'with', 'paragraph', '1.E.8', 'or', '1.E.9', '.', '1.E.8', '.', 'You', 'may', 'charge', 'a', 'reasonable', 'fee', 'for', 'copies', 'of', 'or', 'providing', 'access', 'to', 'or', 'distributing', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'provided', 'that', '-', 'You', 'pay', 'a', 'royalty', 'fee', 'of', '20', '%', 'of', 'the', 'gross', 'profits', 'you', 'derive', 'from', 'the', 'use', 'of', 'Project', 'Gutenberg-tm', 'works', 'calculated', 'using', 'the', 'method', 'you', 'already', 'use', 'to', 'calculate', 'your', 'applicable', 'taxes', '.', 'The', 'fee', 'is', 'owed', 'to', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark', ',', 'but', 'he', 'has', 'agreed', 'to', 'donate', 'royalties', 'under', 'this', 'paragraph', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '.', 'Royalty', 'payments', 'must', 'be', 'paid', 'within', '60', 'days', 'following', 'each', 'date', 'on', 'which', 'you', 'prepare', '(', 'or', 'are', 'legally', 'required', 'to', 'prepare', ')', 'your', 'periodic', 'tax', 'returns', '.', 'Royalty', 'payments', 'should', 'be', 'clearly', 'marked', 'as', 'such', 'and', 'sent', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'at', 'the', 'address', 'specified', 'in', 'Section', '4', ',', '``', 'Information', 'about', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', '.', "''", '-', 'You', 'provide', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifies', 'you', 'in', 'writing', '(', 'or', 'by', 'e-mail', ')', 'within', '30', 'days', 'of', 'receipt', 'that', 's/he', 'does', 'not', 'agree', 'to', 'the', 'terms', 'of', 'the', 'full', 'Project', 'Gutenberg-tm', 'License', '.', 'You', 'must', 'require', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copies', 'of', 'the', 'works', 'possessed', 'in', 'a', 'physical', 'medium', 'and', 'discontinue', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copies', 'of', 'Project', 'Gutenberg-tm', 'works', '.', '-', 'You', 'provide', ',', 'in', 'accordance', 'with', 'paragraph', '1.F.3', ',', 'a', 'full', 'refund', 'of', 'any', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replacement', 'copy', ',', 'if', 'a', 'defect', 'in', 'the', 'electronic', 'work', 'is', 'discovered', 'and', 'reported', 'to', 'you', 'within', '90', 'days', 'of', 'receipt', 'of', 'the', 'work', '.', '-', 'You', 'comply', 'with', 'all', 'other', 'terms', 'of', 'this', 'agreement', 'for', 'free', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'works', '.', '1.E.9', '.', 'If', 'you', 'wish', 'to', 'charge', 'a', 'fee', 'or', 'distribute', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'or', 'group', 'of', 'works', 'on', 'different', 'terms', 'than', 'are', 'set', 'forth', 'in', 'this', 'agreement', ',', 'you', 'must', 'obtain', 'permission', 'in', 'writing', 'from', 'both', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'Michael', 'Hart', ',', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark', '.', 'Contact', 'the', 'Foundation', 'as', 'set', 'forth', 'in', 'Section', '3', 'below', '.', '1.F', '.', '1.F.1', '.', 'Project', 'Gutenberg', 'volunteers', 'and', 'employees', 'expend', 'considerable', 'effort', 'to', 'identify', ',', 'do', 'copyright', 'research', 'on', ',', 'transcribe', 'and', 'proofread', 'public', 'domain', 'works', 'in', 'creating', 'the', 'Project', 'Gutenberg-tm', 'collection', '.', 'Despite', 'these', 'efforts', ',', 'Project', 'Gutenberg-tm', 'electronic', 'works', ',', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'stored', ',', 'may', 'contain', "''", 'Defects', ',', "''", 'such', 'as', ',', 'but', 'not', 'limited', 'to', ',', 'incomplete', ',', 'inaccurate', 'or', 'corrupt', 'data', ',', 'transcription', 'errors', ',', 'a', 'copyright', 'or', 'other', 'intellectual', 'property', 'infringement', ',', 'a', 'defective', 'or', 'damaged', 'disk', 'or', 'other', 'medium', ',', 'a', 'computer', 'virus', ',', 'or', 'computer', 'codes', 'that', 'damage', 'or', 'can', 'not', 'be', 'read', 'by', 'your', 'equipment', '.', '1.F.2', '.', 'LIMITED', 'WARRANTY', ',', 'DISCLAIMER', 'OF', 'DAMAGES', '-', 'Except', 'for', 'the', '``', 'Right', 'of', 'Replacement', 'or', 'Refund', "''", 'described', 'in', 'paragraph', '1.F.3', ',', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', ',', 'the', 'owner', 'of', 'the', 'Project', 'Gutenberg-tm', 'trademark', ',', 'and', 'any', 'other', 'party', 'distributing', 'a', 'Project', 'Gutenberg-tm', 'electronic', 'work', 'under', 'this', 'agreement', ',', 'disclaim', 'all', 'liability', 'to', 'you', 'for', 'damages', ',', 'costs', 'and', 'expenses', ',', 'including', 'legal', 'fees', '.', 'YOU', 'AGREE', 'THAT', 'YOU', 'HAVE', 'NO', 'REMEDIES', 'FOR', 'NEGLIGENCE', ',', 'STRICT', 'LIABILITY', ',', 'BREACH', 'OF', 'WARRANTY', 'OR', 'BREACH', 'OF', 'CONTRACT', 'EXCEPT', 'THOSE', 'PROVIDED', 'IN', 'PARAGRAPH', 'F3', '.', 'YOU', 'AGREE', 'THAT', 'THE', 'FOUNDATION', ',', 'THE', 'TRADEMARK', 'OWNER', ',', 'AND', 'ANY', 'DISTRIBUTOR', 'UNDER', 'THIS', 'AGREEMENT', 'WILL', 'NOT', 'BE', 'LIABLE', 'TO', 'YOU', 'FOR', 'ACTUAL', ',', 'DIRECT', ',', 'INDIRECT', ',', 'CONSEQUENTIAL', ',', 'PUNITIVE', 'OR', 'INCIDENTAL', 'DAMAGES', 'EVEN', 'IF', 'YOU', 'GIVE', 'NOTICE', 'OF', 'THE', 'POSSIBILITY', 'OF', 'SUCH', 'DAMAGE', '.', '1.F.3', '.', 'LIMITED', 'RIGHT', 'OF', 'REPLACEMENT', 'OR', 'REFUND', '-', 'If', 'you', 'discover', 'a', 'defect', 'in', 'this', 'electronic', 'work', 'within', '90', 'days', 'of', 'receiving', 'it', ',', 'you', 'can', 'receive', 'a', 'refund', 'of', 'the', 'money', '(', 'if', 'any', ')', 'you', 'paid', 'for', 'it', 'by', 'sending', 'a', 'written', 'explanation', 'to', 'the', 'person', 'you', 'received', 'the', 'work', 'from', '.', 'If', 'you', 'received', 'the', 'work', 'on', 'a', 'physical', 'medium', ',', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explanation', '.', 'The', 'person', 'or', 'entity', 'that', 'provided', 'you', 'with', 'the', 'defective', 'work', 'may', 'elect', 'to', 'provide', 'a', 'replacement', 'copy', 'in', 'lieu', 'of', 'a', 'refund', '.', 'If', 'you', 'received', 'the', 'work', 'electronically', ',', 'the', 'person', 'or', 'entity', 'providing', 'it', 'to', 'you', 'may', 'choose', 'to', 'give', 'you', 'a', 'second', 'opportunity', 'to', 'receive', 'the', 'work', 'electronically', 'in', 'lieu', 'of', 'a', 'refund', '.', 'If', 'the', 'second', 'copy', 'is', 'also', 'defective', ',', 'you', 'may', 'demand', 'a', 'refund', 'in', 'writing', 'without', 'further', 'opportunities', 'to', 'fix', 'the', 'problem', '.', '1.F.4', '.', 'Except', 'for', 'the', 'limited', 'right', 'of', 'replacement', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1.F.3', ',', 'this', 'work', 'is', 'provided', 'to', 'you', "'AS-IS", ',', "'", 'WITH', 'NO', 'OTHER', 'WARRANTIES', 'OF', 'ANY', 'KIND', ',', 'EXPRESS', 'OR', 'IMPLIED', ',', 'INCLUDING', 'BUT', 'NOT', 'LIMITED', 'TO', 'WARRANTIES', 'OF', 'MERCHANTIBILITY', 'OR', 'FITNESS', 'FOR', 'ANY', 'PURPOSE', '.', '1.F.5', '.', 'Some', 'states', 'do', 'not', 'allow', 'disclaimers', 'of', 'certain', 'implied', 'warranties', 'or', 'the', 'exclusion', 'or', 'limitation', 'of', 'certain', 'types', 'of', 'damages', '.', 'If', 'any', 'disclaimer', 'or', 'limitation', 'set', 'forth', 'in', 'this', 'agreement', 'violates', 'the', 'law', 'of', 'the', 'state', 'applicable', 'to', 'this', 'agreement', ',', 'the', 'agreement', 'shall', 'be', 'interpreted', 'to', 'make', 'the', 'maximum', 'disclaimer', 'or', 'limitation', 'permitted', 'by', 'the', 'applicable', 'state', 'law', '.', 'The', 'invalidity', 'or', 'unenforceability', 'of', 'any', 'provision', 'of', 'this', 'agreement', 'shall', 'not', 'void', 'the', 'remaining', 'provisions', '.', '1.F.6', '.', 'INDEMNITY', '-', 'You', 'agree', 'to', 'indemnify', 'and', 'hold', 'the', 'Foundation', ',', 'the', 'trademark', 'owner', ',', 'any', 'agent', 'or', 'employee', 'of', 'the', 'Foundation', ',', 'anyone', 'providing', 'copies', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', 'in', 'accordance', 'with', 'this', 'agreement', ',', 'and', 'any', 'volunteers', 'associated', 'with', 'the', 'production', ',', 'promotion', 'and', 'distribution', 'of', 'Project', 'Gutenberg-tm', 'electronic', 'works', ',', 'harmless', 'from', 'all', 'liability', ',', 'costs', 'and', 'expenses', ',', 'including', 'legal', 'fees', ',', 'that', 'arise', 'directly', 'or', 'indirectly', 'from', 'any', 'of', 'the', 'following', 'which', 'you', 'do', 'or', 'cause', 'to', 'occur', ':', '(', 'a', ')', 'distribution', 'of', 'this', 'or', 'any', 'Project', 'Gutenberg-tm', 'work', ',', '(', 'b', ')', 'alteration', ',', 'modification', ',', 'or', 'additions', 'or', 'deletions', 'to', 'any', 'Project', 'Gutenberg-tm', 'work', ',', 'and', '(', 'c', ')', 'any', 'Defect', 'you', 'cause', '.', 'Section', '2', '.', 'Information', 'about', 'the', 'Mission', 'of', 'Project', 'Gutenberg-tm', 'Project', 'Gutenberg-tm', 'is', 'synonymous', 'with', 'the', 'free', 'distribution', 'of', 'electronic', 'works', 'in', 'formats', 'readable', 'by', 'the', 'widest', 'variety', 'of', 'computers', 'including', 'obsolete', ',', 'old', ',', 'middle-aged', 'and', 'new', 'computers', '.', 'It', 'exists', 'because', 'of', 'the', 'efforts', 'of', 'hundreds', 'of', 'volunteers', 'and', 'donations', 'from', 'people', 'in', 'all', 'walks', 'of', 'life', '.', 'Volunteers', 'and', 'financial', 'support', 'to', 'provide', 'volunteers', 'with', 'the', 'assistance', 'they', 'need', ',', 'is', 'critical', 'to', 'reaching', 'Project', "Gutenberg-tm's", 'goals', 'and', 'ensuring', 'that', 'the', 'Project', 'Gutenberg-tm', 'collection', 'will', 'remain', 'freely', 'available', 'for', 'generations', 'to', 'come', '.', 'In', '2001', ',', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'was', 'created', 'to', 'provide', 'a', 'secure', 'and', 'permanent', 'future', 'for', 'Project', 'Gutenberg-tm', 'and', 'future', 'generations', '.', 'To', 'learn', 'more', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'and', 'how', 'your', 'efforts', 'and', 'donations', 'can', 'help', ',', 'see', 'Sections', '3', 'and', '4', 'and', 'the', 'Foundation', 'web', 'page', 'at', 'https', ':', '//www.pglaf.org', '.', 'Section', '3', '.', 'Information', 'about', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'The', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'is', 'a', 'non', 'profit', '501', '(', 'c', ')', '(', '3', ')', 'educational', 'corporation', 'organized', 'under', 'the', 'laws', 'of', 'the', 'state', 'of', 'Mississippi', 'and', 'granted', 'tax', 'exempt', 'status', 'by', 'the', 'Internal', 'Revenue', 'Service', '.', 'The', 'Foundation', "'s", 'EIN', 'or', 'federal', 'tax', 'identification', 'number', 'is', '64-6221541', '.', 'Its', '501', '(', 'c', ')', '(', '3', ')', 'letter', 'is', 'posted', 'at', 'https', ':', '//pglaf.org/fundraising', '.', 'Contributions', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'are', 'tax', 'deductible', 'to', 'the', 'full', 'extent', 'permitted', 'by', 'U.S.', 'federal', 'laws', 'and', 'your', 'state', "'s", 'laws', '.', 'The', 'Foundation', "'s", 'principal', 'office', 'is', 'located', 'at', '4557', 'Melan', 'Dr.', 'S.', 'Fairbanks', ',', 'AK', ',', '99712.', ',', 'but', 'its', 'volunteers', 'and', 'employees', 'are', 'scattered', 'throughout', 'numerous', 'locations', '.', 'Its', 'business', 'office', 'is', 'located', 'at', '809', 'North', '1500', 'West', ',', 'Salt', 'Lake', 'City', ',', 'UT', '84116', ',', '(', '801', ')', '596-1887', ',', 'email', 'business', '@', 'pglaf.org', '.', 'Email', 'contact', 'links', 'and', 'up', 'to', 'date', 'contact', 'information', 'can', 'be', 'found', 'at', 'the', 'Foundation', "'s", 'web', 'site', 'and', 'official', 'page', 'at', 'https', ':', '//pglaf.org', 'Section', '4', '.', 'Information', 'about', 'Donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', 'Project', 'Gutenberg-tm', 'depends', 'upon', 'and', 'can', 'not', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donations', 'to', 'carry', 'out', 'its', 'mission', 'of', 'increasing', 'the', 'number', 'of', 'public', 'domain', 'and', 'licensed', 'works', 'that', 'can', 'be', 'freely', 'distributed', 'in', 'machine', 'readable', 'form', 'accessible', 'by', 'the', 'widest', 'array', 'of', 'equipment', 'including', 'outdated', 'equipment', '.', 'Many', 'small', 'donations', '(', '$', '1', 'to', '$', '5,000', ')', 'are', 'particularly', 'important', 'to', 'maintaining', 'tax', 'exempt', 'status', 'with', 'the', 'IRS', '.', 'The', 'Foundation', 'is', 'committed', 'to', 'complying', 'with', 'the', 'laws', 'regulating', 'charities', 'and', 'charitable', 'donations', 'in', 'all', '50', 'states', 'of', 'the', 'United', 'States', '.', 'Compliance', 'requirements', 'are', 'not', 'uniform', 'and', 'it', 'takes', 'a', 'considerable', 'effort', ',', 'much', 'paperwork', 'and', 'many', 'fees', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requirements', '.', 'We', 'do', 'not', 'solicit', 'donations', 'in', 'locations', 'where', 'we', 'have', 'not', 'received', 'written', 'confirmation', 'of', 'compliance', '.', 'To', 'SEND', 'DONATIONS', 'or', 'determine', 'the', 'status', 'of', 'compliance', 'for', 'any', 'particular', 'state', 'visit', 'https', ':', '//pglaf.org', 'While', 'we', 'can', 'not', 'and', 'do', 'not', 'solicit', 'contributions', 'from', 'states', 'where', 'we', 'have', 'not', 'met', 'the', 'solicitation', 'requirements', ',', 'we', 'know', 'of', 'no', 'prohibition', 'against', 'accepting', 'unsolicited', 'donations', 'from', 'donors', 'in', 'such', 'states', 'who', 'approach', 'us', 'with', 'offers', 'to', 'donate', '.', 'International', 'donations', 'are', 'gratefully', 'accepted', ',', 'but', 'we', 'can', 'not', 'make', 'any', 'statements', 'concerning', 'tax', 'treatment', 'of', 'donations', 'received', 'from', 'outside', 'the', 'United', 'States', '.', 'U.S.', 'laws', 'alone', 'swamp', 'our', 'small', 'staff', '.', 'Please', 'check', 'the', 'Project', 'Gutenberg', 'Web', 'pages', 'for', 'current', 'donation', 'methods', 'and', 'addresses', '.', 'Donations', 'are', 'accepted', 'in', 'a', 'number', 'of', 'other', 'ways', 'including', 'including', 'checks', ',', 'online', 'payments', 'and', 'credit', 'card', 'donations', '.', 'To', 'donate', ',', 'please', 'visit', ':', 'https', ':', '//pglaf.org/donate', 'Section', '5', '.', 'General', 'Information', 'About', 'Project', 'Gutenberg-tm', 'electronic', 'works', '.', 'Professor', 'Michael', 'S.', 'Hart', 'was', 'the', 'originator', 'of', 'the', 'Project', 'Gutenberg-tm', 'concept', 'of', 'a', 'library', 'of', 'electronic', 'works', 'that', 'could', 'be', 'freely', 'shared', 'with', 'anyone', '.', 'For', 'thirty', 'years', ',', 'he', 'produced', 'and', 'distributed', 'Project', 'Gutenberg-tm', 'eBooks', 'with', 'only', 'a', 'loose', 'network', 'of', 'volunteer', 'support', '.', 'Project', 'Gutenberg-tm', 'eBooks', 'are', 'often', 'created', 'from', 'several', 'printed', 'editions', ',', 'all', 'of', 'which', 'are', 'confirmed', 'as', 'Public', 'Domain', 'in', 'the', 'U.S.', 'unless', 'a', 'copyright', 'notice', 'is', 'included', '.', 'Thus', ',', 'we', 'do', 'not', 'necessarily', 'keep', 'eBooks', 'in', 'compliance', 'with', 'any', 'particular', 'paper', 'edition', '.', 'Most', 'people', 'start', 'at', 'our', 'Web', 'site', 'which', 'has', 'the', 'main', 'PG', 'search', 'facility', ':', 'This', 'Web', 'site', 'includes', 'information', 'about', 'Project', 'Gutenberg-tm', ',', 'including', 'how', 'to', 'make', 'donations', 'to', 'the', 'Project', 'Gutenberg', 'Literary', 'Archive', 'Foundation', ',', 'how', 'to', 'help', 'produce', 'our', 'new', 'eBooks', ',', 'and', 'how', 'to', 'subscribe', 'to', 'our', 'email', 'newsletter', 'to', 'hear', 'about', 'new', 'eBooks', '.']
# load data
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
from nltk.tokenize import word_tokenize
tokens = word_tokenize(text)
words = [word for word in tokens if word.isalpha()]
print(words[:100])
['One', 'morning', 'when', 'Gregor', 'Samsa', 'woke', 'from', 'troubled', 'dreams', 'he', 'found', 'himself', 'transformed', 'in', 'his', 'bed', 'into', 'a', 'horrible', 'vermin', 'He', 'lay', 'on', 'his', 'back', 'and', 'if', 'he', 'lifted', 'his', 'head', 'a', 'little', 'he', 'could', 'see', 'his', 'brown', 'belly', 'slightly', 'domed', 'and', 'divided', 'by', 'arches', 'into', 'stiff', 'sections', 'The', 'bedding', 'was', 'hardly', 'able', 'to', 'cover', 'it', 'and', 'seemed', 'ready', 'to', 'slide', 'off', 'any', 'moment', 'His', 'many', 'legs', 'pitifully', 'thin', 'compared', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him', 'waved', 'about', 'helplessly', 'as', 'he', 'looked', 'What', 'happened', 'to', 'me', 'he', 'thought', 'It', 'was', 'a', 'dream', 'His', 'room', 'a', 'proper', 'human', 'room']
from nltk.corpus import stopwords
stop_words = stopwords.words('english')
print(stop_words)
['i', 'me', 'my', 'myself', 'we', 'our', 'ours', 'ourselves', 'you', "you're", "you've", "you'll", "you'd", 'your', 'yours', 'yourself', 'yourselves', 'he', 'him', 'his', 'himself', 'she', "she's", 'her', 'hers', 'herself', 'it', "it's", 'its', 'itself', 'they', 'them', 'their', 'theirs', 'themselves', 'what', 'which', 'who', 'whom', 'this', 'that', "that'll", 'these', 'those', 'am', 'is', 'are', 'was', 'were', 'be', 'been', 'being', 'have', 'has', 'had', 'having', 'do', 'does', 'did', 'doing', 'a', 'an', 'the', 'and', 'but', 'if', 'or', 'because', 'as', 'until', 'while', 'of', 'at', 'by', 'for', 'with', 'about', 'against', 'between', 'into', 'through', 'during', 'before', 'after', 'above', 'below', 'to', 'from', 'up', 'down', 'in', 'out', 'on', 'off', 'over', 'under', 'again', 'further', 'then', 'once', 'here', 'there', 'when', 'where', 'why', 'how', 'all', 'any', 'both', 'each', 'few', 'more', 'most', 'other', 'some', 'such', 'no', 'nor', 'not', 'only', 'own', 'same', 'so', 'than', 'too', 'very', 's', 't', 'can', 'will', 'just', 'don', "don't", 'should', "should've", 'now', 'd', 'll', 'm', 'o', 're', 've', 'y', 'ain', 'aren', "aren't", 'couldn', "couldn't", 'didn', "didn't", 'doesn', "doesn't", 'hadn', "hadn't", 'hasn', "hasn't", 'haven', "haven't", 'isn', "isn't", 'ma', 'mightn', "mightn't", 'mustn', "mustn't", 'needn', "needn't", 'shan', "shan't", 'shouldn', "shouldn't", 'wasn', "wasn't", 'weren', "weren't", 'won', "won't", 'wouldn', "wouldn't"]
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
from nltk.tokenize import word_tokenize
tokens = word_tokenize(text)
tokens = [w.lower() for w in tokens]
import string
table = str.maketrans('', '', string.punctuation)
stripped = [w.translate(table) for w in tokens]
words = [word for word in stripped if word.isalpha()]
from nltk.corpus import stopwords
stop_words = set(stopwords.words('english'))
words = [w for w in words if not w in stop_words]
print(words)
['one', 'morning', 'gregor', 'samsa', 'woke', 'troubled', 'dreams', 'found', 'transformed', 'bed', 'horrible', 'vermin', 'lay', 'armourlike', 'back', 'lifted', 'head', 'little', 'could', 'see', 'brown', 'belly', 'slightly', 'domed', 'divided', 'arches', 'stiff', 'sections', 'bedding', 'hardly', 'able', 'cover', 'seemed', 'ready', 'slide', 'moment', 'many', 'legs', 'pitifully', 'thin', 'compared', 'size', 'rest', 'waved', 'helplessly', 'looked', 'happened', 'thought', 'nt', 'dream', 'room', 'proper', 'human', 'room', 'although', 'little', 'small', 'lay', 'peacefully', 'four', 'familiar', 'walls', 'collection', 'textile', 'samples', 'lay', 'spread', 'table', 'samsa', 'travelling', 'salesman', 'hung', 'picture', 'recently', 'cut', 'illustrated', 'magazine', 'housed', 'nice', 'gilded', 'frame', 'showed', 'lady', 'fitted', 'fur', 'hat', 'fur', 'boa', 'sat', 'upright', 'raising', 'heavy', 'fur', 'muff', 'covered', 'whole', 'lower', 'arm', 'towards', 'viewer', 'gregor', 'turned', 'look', 'window', 'dull', 'weather', 'drops', 'rain', 'could', 'heard', 'hitting', 'pane', 'made', 'feel', 'quite', 'sad', 'sleep', 'little', 'bit', 'longer', 'forget', 'nonsense', 'thought', 'something', 'unable', 'used', 'sleeping', 'right', 'present', 'state', 'could', 'nt', 'get', 'position', 'however', 'hard', 'threw', 'onto', 'right', 'always', 'rolled', 'back', 'must', 'tried', 'hundred', 'times', 'shut', 'eyes', 'would', 'nt', 'look', 'floundering', 'legs', 'stopped', 'began', 'feel', 'mild', 'dull', 'pain', 'never', 'felt', 'oh', 'god', 'thought', 'strenuous', 'career', 'ive', 'chosen', 'travelling', 'day', 'day', 'business', 'like', 'takes', 'much', 'effort', 'business', 'home', 'top', 'curse', 'travelling', 'worries', 'making', 'train', 'connections', 'bad', 'irregular', 'food', 'contact', 'different', 'people', 'time', 'never', 'get', 'know', 'anyone', 'become', 'friendly', 'go', 'hell', 'felt', 'slight', 'itch', 'belly', 'pushed', 'slowly', 'back', 'towards', 'headboard', 'could', 'lift', 'head', 'better', 'found', 'itch', 'saw', 'covered', 'lots', 'little', 'white', 'spots', 'nt', 'know', 'make', 'tried', 'feel', 'place', 'one', 'legs', 'drew', 'quickly', 'back', 'soon', 'touched', 'overcome', 'cold', 'shudder', 'slid', 'back', 'former', 'position', 'getting', 'early', 'time', 'thought', 'makes', 'stupid', 'got', 'get', 'enough', 'sleep', 'travelling', 'salesmen', 'live', 'life', 'luxury', 'instance', 'whenever', 'go', 'back', 'guest', 'house', 'morning', 'copy', 'contract', 'gentlemen', 'always', 'still', 'sitting', 'eating', 'breakfasts', 'ought', 'try', 'boss', 'get', 'kicked', 'spot', 'knows', 'maybe', 'would', 'best', 'thing', 'nt', 'parents', 'think', 'given', 'notice', 'long', 'time', 'ago', 'gone', 'boss', 'told', 'think', 'tell', 'everything', 'would', 'let', 'know', 'feel', 'fall', 'right', 'desk', 'funny', 'sort', 'business', 'sitting', 'desk', 'talking', 'subordinates', 'especially', 'go', 'right', 'close', 'boss', 'hard', 'hearing', 'well', 'still', 'hope', 'got', 'money', 'together', 'pay', 'parents', 'debt', 'another', 'five', 'six', 'years', 'suppose', 'definitely', 'make', 'big', 'change', 'first', 'though', 'got', 'get', 'train', 'leaves', 'five', 'looked', 'alarm', 'clock', 'ticking', 'chest', 'drawers', 'god', 'heaven', 'thought', 'half', 'past', 'six', 'hands', 'quietly', 'moving', 'forwards', 'even', 'later', 'half', 'past', 'like', 'quarter', 'seven', 'alarm', 'clock', 'rung', 'could', 'see', 'bed', 'set', 'four', 'oclock', 'certainly', 'must', 'rung', 'yes', 'possible', 'quietly', 'sleep', 'furniturerattling', 'noise', 'true', 'slept', 'peacefully', 'probably', 'deeply', 'next', 'train', 'went', 'seven', 'catch', 'would', 'rush', 'like', 'mad', 'collection', 'samples', 'still', 'packed', 'feel', 'particularly', 'fresh', 'lively', 'even', 'catch', 'train', 'would', 'avoid', 'boss', 'anger', 'office', 'assistant', 'would', 'see', 'five', 'oclock', 'train', 'go', 'would', 'put', 'report', 'gregor', 'long', 'time', 'ago', 'office', 'assistant', 'boss', 'man', 'spineless', 'understanding', 'reported', 'sick', 'would', 'extremely', 'strained', 'suspicious', 'fifteen', 'years', 'service', 'gregor', 'never', 'yet', 'ill', 'boss', 'would', 'certainly', 'come', 'round', 'doctor', 'medical', 'insurance', 'company', 'accuse', 'parents', 'lazy', 'son', 'accept', 'doctor', 'recommendation', 'make', 'claim', 'doctor', 'believed', 'noone', 'ever', 'ill', 'many', 'workshy', 'whats', 'would', 'entirely', 'wrong', 'case', 'gregor', 'fact', 'apart', 'excessive', 'sleepiness', 'sleeping', 'long', 'feel', 'completely', 'well', 'even', 'felt', 'much', 'hungrier', 'usual', 'still', 'hurriedly', 'thinking', 'unable', 'decide', 'get', 'bed', 'clock', 'struck', 'quarter', 'seven', 'cautious', 'knock', 'door', 'near', 'head', 'gregor', 'somebody', 'called', 'mother', 'quarter', 'seven', 'nt', 'want', 'go', 'somewhere', 'gentle', 'voice', 'gregor', 'shocked', 'heard', 'voice', 'answering', 'could', 'hardly', 'recognised', 'voice', 'deep', 'inside', 'painful', 'uncontrollable', 'squeaking', 'mixed', 'words', 'could', 'made', 'first', 'sort', 'echo', 'made', 'unclear', 'leaving', 'hearer', 'unsure', 'whether', 'heard', 'properly', 'gregor', 'wanted', 'give', 'full', 'answer', 'explain', 'everything', 'circumstances', 'contented', 'saying', 'yes', 'mother', 'yes', 'thankyou', 'getting', 'change', 'gregor', 'voice', 'probably', 'could', 'noticed', 'outside', 'wooden', 'door', 'mother', 'satisfied', 'explanation', 'shuffled', 'away', 'short', 'conversation', 'made', 'members', 'family', 'aware', 'gregor', 'expectations', 'still', 'home', 'soon', 'father', 'came', 'knocking', 'one', 'side', 'doors', 'gently', 'fist', 'gregor', 'gregor', 'called', 'wrong', 'short', 'called', 'warning', 'deepness', 'voice', 'gregor', 'gregor', 'side', 'door', 'sister', 'came', 'plaintively', 'gregor', 'nt', 'well', 'need', 'anything', 'gregor', 'answered', 'sides', 'ready', 'making', 'effort', 'remove', 'strangeness', 'voice', 'enunciating', 'carefully', 'putting', 'long', 'pauses', 'individual', 'word', 'father', 'went', 'back', 'breakfast', 'sister', 'whispered', 'gregor', 'open', 'door', 'beg', 'gregor', 'however', 'thought', 'opening', 'door', 'instead', 'congratulated', 'cautious', 'habit', 'acquired', 'travelling', 'locking', 'doors', 'night', 'even', 'home', 'first', 'thing', 'wanted', 'get', 'peace', 'without', 'disturbed', 'get', 'dressed', 'breakfast', 'would', 'consider', 'next', 'well', 'aware', 'would', 'bring', 'thoughts', 'sensible', 'conclusions', 'lying', 'bed', 'remembered', 'often', 'felt', 'slight', 'pain', 'bed', 'perhaps', 'caused', 'lying', 'awkwardly', 'always', 'turned', 'pure', 'imagination', 'wondered', 'imaginings', 'would', 'slowly', 'resolve', 'today', 'slightest', 'doubt', 'change', 'voice', 'nothing', 'first', 'sign', 'serious', 'cold', 'occupational', 'hazard', 'travelling', 'salesmen', 'simple', 'matter', 'throw', 'covers', 'blow', 'little', 'fell', 'became', 'difficult', 'especially', 'exceptionally', 'broad', 'would', 'used', 'arms', 'hands', 'push', 'instead', 'little', 'legs', 'continuously', 'moving', 'different', 'directions', 'moreover', 'unable', 'control', 'wanted', 'bend', 'one', 'first', 'one', 'would', 'stretch', 'finally', 'managed', 'wanted', 'leg', 'others', 'seemed', 'set', 'free', 'would', 'move', 'painfully', 'something', 'ca', 'nt', 'done', 'bed', 'gregor', 'said', 'nt', 'keep', 'trying', 'first', 'thing', 'wanted', 'get', 'lower', 'part', 'body', 'bed', 'never', 'seen', 'lower', 'part', 'could', 'imagine', 'looked', 'like', 'turned', 'hard', 'move', 'went', 'slowly', 'finally', 'almost', 'frenzy', 'carelessly', 'shoved', 'forwards', 'force', 'could', 'gather', 'chose', 'wrong', 'direction', 'hit', 'hard', 'lower', 'bedpost', 'learned', 'burning', 'pain', 'felt', 'lower', 'part', 'body', 'might', 'well', 'present', 'sensitive', 'tried', 'get', 'top', 'part', 'body', 'bed', 'first', 'carefully', 'turning', 'head', 'side', 'managed', 'quite', 'easily', 'despite', 'breadth', 'weight', 'bulk', 'body', 'eventually', 'followed', 'slowly', 'direction', 'head', 'last', 'got', 'head', 'bed', 'fresh', 'air', 'occurred', 'let', 'fall', 'would', 'miracle', 'head', 'injured', 'became', 'afraid', 'carry', 'pushing', 'forward', 'way', 'could', 'knock', 'price', 'better', 'stay', 'bed', 'lose', 'consciousness', 'took', 'much', 'effort', 'get', 'back', 'earlier', 'lay', 'sighing', 'watching', 'legs', 'struggled', 'even', 'harder', 'possible', 'could', 'think', 'way', 'bringing', 'peace', 'order', 'chaos', 'told', 'possible', 'stay', 'bed', 'sensible', 'thing', 'would', 'get', 'free', 'whatever', 'way', 'could', 'whatever', 'sacrifice', 'time', 'though', 'forget', 'remind', 'calm', 'consideration', 'much', 'better', 'rushing', 'desperate', 'conclusions', 'times', 'like', 'would', 'direct', 'eyes', 'window', 'look', 'clearly', 'could', 'unfortunately', 'even', 'side', 'narrow', 'street', 'enveloped', 'morning', 'fog', 'view', 'little', 'confidence', 'cheer', 'offer', 'seven', 'oclock', 'already', 'said', 'clock', 'struck', 'seven', 'oclock', 'still', 'fog', 'like', 'lay', 'quietly', 'longer', 'breathing', 'lightly', 'perhaps', 'expected', 'total', 'stillness', 'bring', 'things', 'back', 'real', 'natural', 'state', 'said', 'strikes', 'quarter', 'past', 'seven', 'definitely', 'got', 'properly', 'bed', 'somebody', 'come', 'round', 'work', 'ask', 'happened', 'well', 'open', 'work', 'seven', 'oclock', 'set', 'task', 'swinging', 'entire', 'length', 'body', 'bed', 'time', 'succeeded', 'falling', 'bed', 'way', 'kept', 'head', 'raised', 'could', 'probably', 'avoid', 'injuring', 'back', 'seemed', 'quite', 'hard', 'probably', 'nothing', 'would', 'happen', 'falling', 'onto', 'carpet', 'main', 'concern', 'loud', 'noise', 'bound', 'make', 'even', 'doors', 'would', 'probably', 'raise', 'concern', 'alarm', 'something', 'risked', 'gregor', 'already', 'sticking', 'half', 'way', 'bed', 'new', 'method', 'game', 'effort', 'rock', 'back', 'forth', 'occurred', 'simple', 'everything', 'would', 'somebody', 'came', 'help', 'two', 'strong', 'people', 'father', 'maid', 'mind', 'would', 'enough', 'would', 'push', 'arms', 'dome', 'back', 'peel', 'away', 'bed', 'bend', 'load', 'patient', 'careful', 'swang', 'onto', 'floor', 'hopefully', 'little', 'legs', 'would', 'find', 'use', 'really', 'call', 'help', 'though', 'even', 'apart', 'fact', 'doors', 'locked', 'despite', 'difficulty', 'could', 'suppress', 'smile', 'thought', 'already', 'moved', 'far', 'across', 'would', 'hard', 'keep', 'balance', 'rocked', 'hard', 'time', 'ten', 'past', 'seven', 'would', 'make', 'final', 'decision', 'soon', 'ring', 'door', 'flat', 'someone', 'work', 'said', 'froze', 'still', 'although', 'little', 'legs', 'became', 'lively', 'danced', 'around', 'moment', 'everything', 'remained', 'quiet', 'opening', 'door', 'gregor', 'said', 'caught', 'nonsensical', 'hope', 'course', 'maid', 'firm', 'steps', 'went', 'door', 'ever', 'opened', 'gregor', 'needed', 'hear', 'visitor', 'first', 'words', 'greeting', 'knew', 'chief', 'clerk', 'gregor', 'one', 'condemned', 'work', 'company', 'immediately', 'became', 'highly', 'suspicious', 'slightest', 'shortcoming', 'employees', 'every', 'one', 'louts', 'one', 'faithful', 'devoted', 'would', 'go', 'mad', 'pangs', 'conscience', 'could', 'nt', 'get', 'bed', 'nt', 'spend', 'least', 'couple', 'hours', 'morning', 'company', 'business', 'really', 'enough', 'let', 'one', 'trainees', 'make', 'enquiries', 'assuming', 'enquiries', 'even', 'necessary', 'chief', 'clerk', 'come', 'show', 'whole', 'innocent', 'family', 'suspicious', 'chief', 'clerk', 'could', 'trusted', 'wisdom', 'investigate', 'thoughts', 'made', 'upset', 'proper', 'decision', 'swang', 'force', 'bed', 'loud', 'thump', 'wasnt', 'really', 'loud', 'noise', 'fall', 'softened', 'little', 'carpet', 'gregor', 'back', 'also', 'elastic', 'thought', 'made', 'sound', 'muffled', 'noticeable', 'held', 'head', 'carefully', 'enough', 'though', 'hit', 'fell', 'annoyed', 'pain', 'turned', 'rubbed', 'carpet', 'something', 'fallen', 'said', 'chief', 'clerk', 'room', 'left', 'gregor', 'tried', 'imagine', 'whether', 'something', 'sort', 'happened', 'today', 'could', 'ever', 'happen', 'chief', 'clerk', 'concede', 'possible', 'gruff', 'reply', 'question', 'chief', 'clerk', 'firm', 'footsteps', 'highly', 'polished', 'boots', 'could', 'heard', 'adjoining', 'room', 'room', 'right', 'gregor', 'sister', 'whispered', 'let', 'know', 'gregor', 'chief', 'clerk', 'yes', 'know', 'said', 'gregor', 'without', 'daring', 'raise', 'voice', 'loud', 'enough', 'sister', 'hear', 'gregor', 'said', 'father', 'room', 'left', 'chief', 'clerk', 'come', 'round', 'wants', 'know', 'nt', 'leave', 'early', 'train', 'nt', 'know', 'say', 'anyway', 'wants', 'speak', 'personally', 'please', 'open', 'door', 'im', 'sure', 'good', 'enough', 'forgive', 'untidiness', 'room', 'chief', 'clerk', 'called', 'good', 'morning', 'mr', 'samsa', 'isnt', 'well', 'said', 'mother', 'chief', 'clerk', 'father', 'continued', 'speak', 'door', 'nt', 'well', 'please', 'believe', 'else', 'would', 'gregor', 'missed', 'train', 'lad', 'ever', 'thinks', 'business', 'nearly', 'makes', 'cross', 'way', 'never', 'goes', 'evenings', 'town', 'week', 'stayed', 'home', 'every', 'evening', 'sits', 'us', 'kitchen', 'reads', 'paper', 'studies', 'train', 'timetables', 'idea', 'relaxation', 'working', 'fretsaw', 'made', 'little', 'frame', 'instance', 'took', 'two', 'three', 'evenings', 'amazed', 'nice', 'hanging', 'room', 'see', 'soon', 'gregor', 'opens', 'door', 'anyway', 'glad', 'wouldnt', 'able', 'get', 'gregor', 'open', 'door', 'stubborn', 'sure', 'nt', 'well', 'said', 'morning', 'nt', 'moment', 'said', 'gregor', 'slowly', 'thoughtfully', 'without', 'moving', 'would', 'miss', 'word', 'conversation', 'well', 'ca', 'nt', 'think', 'way', 'explaining', 'mrs', 'samsa', 'said', 'chief', 'clerk', 'hope', 'nothing', 'serious', 'hand', 'must', 'say', 'people', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'fortunately', 'unfortunately', 'like', 'simply', 'overcome', 'business', 'considerations', 'chief', 'clerk', 'come', 'see', 'asked', 'father', 'impatiently', 'knocking', 'door', 'said', 'gregor', 'room', 'right', 'followed', 'painful', 'silence', 'room', 'left', 'sister', 'began', 'cry', 'sister', 'go', 'join', 'others', 'probably', 'got', 'even', 'begun', 'get', 'dressed', 'crying', 'got', 'let', 'chief', 'clerk', 'danger', 'losing', 'job', 'happened', 'boss', 'would', 'pursue', 'parents', 'demands', 'need', 'worry', 'things', 'like', 'yet', 'gregor', 'still', 'slightest', 'intention', 'abandoning', 'family', 'time', 'lay', 'carpet', 'noone', 'knew', 'condition', 'would', 'seriously', 'expected', 'let', 'chief', 'clerk', 'minor', 'discourtesy', 'suitable', 'excuse', 'could', 'easily', 'found', 'later', 'something', 'gregor', 'could', 'sacked', 'spot', 'seemed', 'gregor', 'much', 'sensible', 'leave', 'peace', 'instead', 'disturbing', 'talking', 'crying', 'others', 'nt', 'know', 'happening', 'worried', 'would', 'excuse', 'behaviour', 'chief', 'clerk', 'raised', 'voice', 'mr', 'samsa', 'called', 'wrong', 'barricade', 'room', 'give', 'us', 'yes', 'answer', 'causing', 'serious', 'unnecessary', 'concern', 'parents', 'fail', 'mention', 'way', 'fail', 'carry', 'business', 'duties', 'way', 'quite', 'unheard', 'speaking', 'behalf', 'parents', 'employer', 'really', 'must', 'request', 'clear', 'immediate', 'explanation', 'astonished', 'quite', 'astonished', 'thought', 'knew', 'calm', 'sensible', 'person', 'suddenly', 'seem', 'showing', 'peculiar', 'whims', 'morning', 'employer', 'suggest', 'possible', 'reason', 'failure', 'appear', 'true', 'money', 'recently', 'entrusted', 'came', 'near', 'giving', 'word', 'honour', 'could', 'right', 'explanation', 'see', 'incomprehensible', 'stubbornness', 'longer', 'feel', 'wish', 'whatsoever', 'intercede', 'behalf', 'position', 'secure', 'originally', 'intended', 'say', 'private', 'since', 'cause', 'waste', 'time', 'good', 'reason', 'nt', 'see', 'parents', 'also', 'learn', 'turnover', 'unsatisfactory', 'late', 'grant', 'time', 'year', 'especially', 'good', 'business', 'recognise', 'simply', 'time', 'year', 'business', 'mr', 'samsa', 'allow', 'sir', 'called', 'gregor', 'beside', 'forgetting', 'else', 'excitement', 'open', 'immediately', 'moment', 'im', 'slightly', 'unwell', 'attack', 'dizziness', 'nt', 'able', 'get', 'still', 'bed', 'quite', 'fresh', 'though', 'im', 'getting', 'bed', 'moment', 'patient', 'quite', 'easy', 'thought', 'quite', 'alright', 'though', 'shocking', 'suddenly', 'happen', 'person', 'quite', 'alright', 'last', 'night', 'parents', 'know', 'perhaps', 'better', 'small', 'symptom', 'last', 'night', 'already', 'must', 'noticed', 'nt', 'know', 'nt', 'let', 'know', 'work', 'always', 'think', 'get', 'illness', 'without', 'staying', 'home', 'please', 'nt', 'make', 'parents', 'suffer', 'basis', 'accusations', 'making', 'nobody', 'ever', 'said', 'word', 'things', 'maybe', 'nt', 'read', 'latest', 'contracts', 'sent', 'set', 'eight', 'oclock', 'train', 'well', 'hours', 'rest', 'given', 'strength', 'nt', 'need', 'wait', 'sir', 'office', 'soon', 'please', 'good', 'tell', 'boss', 'recommend', 'gregor', 'gushed', 'words', 'hardly', 'knowing', 'saying', 'made', 'way', 'chest', 'drawers', 'easily', 'done', 'probably', 'practise', 'already', 'bed', 'tried', 'get', 'upright', 'really', 'want', 'open', 'door', 'really', 'want', 'let', 'see', 'speak', 'chief', 'clerk', 'others', 'insistent', 'curious', 'learn', 'would', 'say', 'caught', 'sight', 'shocked', 'would', 'longer', 'gregors', 'responsibility', 'could', 'rest', 'however', 'took', 'everything', 'calmly', 'would', 'still', 'reason', 'upset', 'hurried', 'really', 'could', 'station', 'eight', 'oclock', 'first', 'times', 'tried', 'climb', 'smooth', 'chest', 'drawers', 'slid', 'finally', 'gave', 'one', 'last', 'swing', 'stood', 'upright', 'lower', 'part', 'body', 'serious', 'pain', 'longer', 'gave', 'attention', 'let', 'fall', 'back', 'nearby', 'chair', 'held', 'tightly', 'edges', 'little', 'legs', 'also', 'calmed', 'kept', 'quiet', 'could', 'listen', 'chief', 'clerk', 'saying', 'understand', 'word', 'chief', 'clerk', 'asked', 'parents', 'surely', 'trying', 'make', 'fools', 'us', 'oh', 'god', 'called', 'mother', 'already', 'tears', 'could', 'seriously', 'ill', 'making', 'suffer', 'grete', 'grete', 'cried', 'mother', 'sister', 'called', 'side', 'communicated', 'across', 'gregor', 'room', 'go', 'doctor', 'straight', 'away', 'gregor', 'ill', 'quick', 'get', 'doctor', 'hear', 'way', 'gregor', 'spoke', 'voice', 'animal', 'said', 'chief', 'clerk', 'calmness', 'contrast', 'mothers', 'screams', 'anna', 'anna', 'father', 'called', 'kitchen', 'entrance', 'hall', 'clapping', 'hands', 'get', 'locksmith', 'two', 'girls', 'skirts', 'swishing', 'immediately', 'ran', 'hall', 'wrenching', 'open', 'front', 'door', 'flat', 'went', 'sister', 'managed', 'get', 'dressed', 'quickly', 'sound', 'door', 'banging', 'shut', 'must', 'left', 'open', 'people', 'often', 'homes', 'something', 'awful', 'happened', 'gregor', 'contrast', 'become', 'much', 'calmer', 'couldnt', 'understand', 'words', 'although', 'seemed', 'clear', 'enough', 'clearer', 'perhaps', 'ears', 'become', 'used', 'sound', 'realised', 'though', 'something', 'wrong', 'ready', 'help', 'first', 'response', 'situation', 'confident', 'wise', 'made', 'feel', 'better', 'felt', 'drawn', 'back', 'among', 'people', 'doctor', 'locksmith', 'expected', 'great', 'surprising', 'achievements', 'although', 'really', 'distinguish', 'one', 'whatever', 'said', 'next', 'would', 'crucial', 'order', 'make', 'voice', 'clear', 'possible', 'coughed', 'little', 'taking', 'care', 'loudly', 'even', 'might', 'well', 'sound', 'different', 'way', 'human', 'coughs', 'longer', 'sure', 'could', 'judge', 'meanwhile', 'become', 'quiet', 'next', 'room', 'perhaps', 'parents', 'sat', 'table', 'whispering', 'chief', 'clerk', 'perhaps', 'pressed', 'door', 'listening', 'gregor', 'slowly', 'pushed', 'way', 'door', 'chair', 'let', 'go', 'threw', 'onto', 'door', 'holding', 'upright', 'using', 'adhesive', 'tips', 'legs', 'rested', 'little', 'recover', 'effort', 'involved', 'set', 'task', 'turning', 'key', 'lock', 'mouth', 'seemed', 'unfortunately', 'proper', 'teeth', 'grasp', 'key', 'lack', 'teeth', 'course', 'made', 'strong', 'jaw', 'using', 'jaw', 'really', 'able', 'start', 'key', 'turning', 'ignoring', 'fact', 'must', 'causing', 'kind', 'damage', 'brown', 'fluid', 'came', 'mouth', 'flowed', 'key', 'dripped', 'onto', 'floor', 'listen', 'said', 'chief', 'clerk', 'next', 'room', 'turning', 'key', 'gregor', 'greatly', 'encouraged', 'calling', 'father', 'mother', 'well', 'done', 'gregor', 'cried', 'keep', 'keep', 'hold', 'lock', 'idea', 'excitedly', 'following', 'efforts', 'bit', 'key', 'strength', 'paying', 'attention', 'pain', 'causing', 'key', 'turned', 'round', 'turned', 'around', 'lock', 'holding', 'upright', 'mouth', 'hung', 'onto', 'key', 'pushed', 'whole', 'weight', 'body', 'needed', 'clear', 'sound', 'lock', 'snapped', 'back', 'gregor', 'sign', 'could', 'break', 'concentration', 'regained', 'breath', 'said', 'nt', 'need', 'locksmith', 'lay', 'head', 'handle', 'door', 'open', 'completely', 'open', 'door', 'way', 'already', 'wide', 'open', 'could', 'seen', 'first', 'slowly', 'turn', 'around', 'one', 'double', 'doors', 'carefully', 'want', 'fall', 'flat', 'back', 'entering', 'room', 'still', 'occupied', 'difficult', 'movement', 'unable', 'pay', 'attention', 'anything', 'else', 'heard', 'chief', 'clerk', 'exclaim', 'loud', 'oh', 'sounded', 'like', 'soughing', 'wind', 'also', 'saw', 'nearest', 'door', 'hand', 'pressed', 'open', 'mouth', 'slowly', 'retreating', 'driven', 'steady', 'invisible', 'force', 'gregor', 'mother', 'hair', 'still', 'dishevelled', 'bed', 'despite', 'chief', 'clerk', 'looked', 'father', 'unfolded', 'arms', 'took', 'two', 'steps', 'forward', 'towards', 'gregor', 'sank', 'onto', 'floor', 'skirts', 'spread', 'around', 'head', 'disappeared', 'onto', 'breast', 'father', 'looked', 'hostile', 'clenched', 'fists', 'wanting', 'knock', 'gregor', 'back', 'room', 'looked', 'uncertainly', 'round', 'living', 'room', 'covered', 'eyes', 'hands', 'wept', 'powerful', 'chest', 'shook', 'gregor', 'go', 'room', 'leant', 'inside', 'door', 'still', 'held', 'bolted', 'place', 'way', 'half', 'body', 'could', 'seen', 'along', 'head', 'leant', 'one', 'side', 'peered', 'others', 'meanwhile', 'day', 'become', 'much', 'lighter', 'part', 'endless', 'greyblack', 'building', 'side', 'street', 'hospital', 'could', 'seen', 'quite', 'clearly', 'austere', 'regular', 'line', 'windows', 'piercing', 'facade', 'rain', 'still', 'falling', 'throwing', 'large', 'individual', 'droplets', 'hit', 'ground', 'one', 'time', 'washing', 'breakfast', 'lay', 'table', 'much', 'gregor', 'father', 'breakfast', 'important', 'meal', 'day', 'would', 'stretch', 'several', 'hours', 'sat', 'reading', 'number', 'different', 'newspapers', 'wall', 'exactly', 'opposite', 'photograph', 'gregor', 'lieutenant', 'army', 'sword', 'hand', 'carefree', 'smile', 'face', 'called', 'forth', 'respect', 'uniform', 'bearing', 'door', 'entrance', 'hall', 'open', 'front', 'door', 'flat', 'also', 'open', 'could', 'see', 'onto', 'landing', 'stairs', 'began', 'way', 'said', 'gregor', 'well', 'aware', 'one', 'kept', 'calm', 'get', 'dressed', 'straight', 'away', 'pack', 'samples', 'set', 'please', 'let', 'leave', 'see', 'said', 'chief', 'clerk', 'stubborn', 'like', 'job', 'commercial', 'traveller', 'arduous', 'without', 'travelling', 'could', 'nt', 'earn', 'living', 'going', 'office', 'yes', 'report', 'everything', 'accurately', 'quite', 'possible', 'someone', 'temporarily', 'unable', 'work', 'right', 'time', 'remember', 'achieved', 'past', 'consider', 'later', 'difficulty', 'removed', 'certainly', 'work', 'diligence', 'concentration', 'well', 'aware', 'seriously', 'debt', 'employer', 'well', 'look', 'parents', 'sister', 'trapped', 'difficult', 'situation', 'work', 'way', 'please', 'nt', 'make', 'things', 'harder', 'already', 'nt', 'take', 'sides', 'office', 'know', 'nobody', 'likes', 'travellers', 'think', 'earn', 'enormous', 'wage', 'well', 'soft', 'time', 'thats', 'prejudice', 'particular', 'reason', 'think', 'better', 'sir', 'better', 'overview', 'rest', 'staff', 'fact', 'say', 'confidence', 'better', 'overview', 'boss', 'easy', 'businessman', 'like', 'make', 'mistakes', 'employees', 'judge', 'harshly', 'also', 'well', 'aware', 'travellers', 'spend', 'almost', 'whole', 'year', 'away', 'office', 'easily', 'fall', 'victim', 'gossip', 'chance', 'groundless', 'complaints', 'almost', 'impossible', 'defend', 'sort', 'thing', 'nt', 'usually', 'even', 'hear', 'arrive', 'back', 'home', 'exhausted', 'trip', 'feel', 'harmful', 'effects', 'going', 'without', 'even', 'knowing', 'caused', 'please', 'nt', 'go', 'away', 'least', 'first', 'say', 'something', 'show', 'grant', 'least', 'partly', 'right', 'chief', 'clerk', 'turned', 'away', 'soon', 'gregor', 'started', 'speak', 'protruding', 'lips', 'stared', 'back', 'trembling', 'shoulders', 'left', 'keep', 'still', 'moment', 'gregor', 'speaking', 'moved', 'steadily', 'towards', 'door', 'without', 'taking', 'eyes', 'moved', 'gradually', 'secret', 'prohibition', 'leaving', 'room', 'reached', 'entrance', 'hall', 'made', 'sudden', 'movement', 'drew', 'foot', 'living', 'room', 'rushed', 'forward', 'panic', 'hall', 'stretched', 'right', 'hand', 'far', 'towards', 'stairway', 'supernatural', 'force', 'waiting', 'save', 'gregor', 'realised', 'question', 'let', 'chief', 'clerk', 'go', 'away', 'mood', 'position', 'firm', 'put', 'extreme', 'danger', 'something', 'parents', 'understand', 'well', 'years', 'become', 'convinced', 'job', 'would', 'provide', 'gregor', 'entire', 'life', 'besides', 'much', 'worry', 'present', 'lost', 'sight', 'thought', 'future', 'gregor', 'though', 'think', 'future', 'chief', 'clerk', 'held', 'back', 'calmed', 'convinced', 'finally', 'future', 'gregor', 'family', 'depended', 'sister', 'clever', 'already', 'tears', 'gregor', 'still', 'lying', 'peacefully', 'back', 'chief', 'clerk', 'lover', 'women', 'surely', 'could', 'persuade', 'would', 'close', 'front', 'door', 'entrance', 'hall', 'talk', 'shocked', 'state', 'sister', 'gregor', 'would', 'job', 'without', 'considering', 'still', 'familiar', 'well', 'could', 'move', 'present', 'state', 'speech', 'still', 'might', 'probably', 'would', 'understood', 'let', 'go', 'door', 'pushed', 'opening', 'tried', 'reach', 'chief', 'clerk', 'landing', 'ridiculously', 'holding', 'banister', 'hands', 'gregor', 'fell', 'immediately', 'little', 'scream', 'sought', 'something', 'hold', 'onto', 'landed', 'numerous', 'little', 'legs', 'hardly', 'happened', 'first', 'time', 'day', 'began', 'feel', 'alright', 'body', 'little', 'legs', 'solid', 'ground', 'pleasure', 'exactly', 'told', 'even', 'making', 'effort', 'carry', 'wanted', 'go', 'soon', 'believing', 'sorrows', 'would', 'soon', 'finally', 'end', 'held', 'back', 'urge', 'move', 'swayed', 'side', 'side', 'crouched', 'floor', 'mother', 'far', 'away', 'front', 'seemed', 'first', 'quite', 'engrossed', 'suddenly', 'jumped', 'arms', 'outstretched', 'fingers', 'spread', 'shouting', 'help', 'pity', 'sake', 'help', 'way', 'held', 'head', 'suggested', 'wanted', 'see', 'gregor', 'better', 'unthinking', 'way', 'hurrying', 'backwards', 'showed', 'forgotten', 'table', 'behind', 'breakfast', 'things', 'reached', 'table', 'sat', 'quickly', 'without', 'knowing', 'without', 'even', 'seeming', 'notice', 'coffee', 'pot', 'knocked', 'gush', 'coffee', 'pouring', 'onto', 'carpet', 'mother', 'mother', 'said', 'gregor', 'gently', 'looking', 'completely', 'forgotten', 'chief', 'clerk', 'moment', 'could', 'help', 'snapping', 'air', 'jaws', 'sight', 'flow', 'coffee', 'set', 'mother', 'screaming', 'anew', 'fled', 'table', 'arms', 'father', 'rushed', 'towards', 'gregor', 'though', 'time', 'spare', 'parents', 'chief', 'clerk', 'already', 'reached', 'stairs', 'chin', 'banister', 'looked', 'back', 'last', 'time', 'gregor', 'made', 'run', 'wanted', 'sure', 'reaching', 'chief', 'clerk', 'must', 'expected', 'something', 'leapt', 'several', 'steps', 'disappeared', 'shouts', 'resounding', 'around', 'staircase', 'flight', 'chief', 'clerk', 'seemed', 'unfortunately', 'put', 'gregors', 'father', 'panic', 'well', 'relatively', 'self', 'controlled', 'instead', 'running', 'chief', 'clerk', 'least', 'impeding', 'gregor', 'ran', 'gregor', 'father', 'seized', 'chief', 'clerk', 'stick', 'right', 'hand', 'chief', 'clerk', 'left', 'behind', 'chair', 'along', 'hat', 'overcoat', 'picked', 'large', 'newspaper', 'table', 'left', 'used', 'drive', 'gregor', 'back', 'room', 'stamping', 'foot', 'went', 'gregor', 'appeals', 'father', 'help', 'appeals', 'simply', 'understood', 'however', 'much', 'humbly', 'turned', 'head', 'father', 'merely', 'stamped', 'foot', 'harder', 'across', 'room', 'despite', 'chilly', 'weather', 'gregor', 'mother', 'pulled', 'open', 'window', 'leant', 'far', 'pressed', 'hands', 'face', 'strong', 'draught', 'air', 'flew', 'street', 'towards', 'stairway', 'curtains', 'flew', 'newspapers', 'table', 'fluttered', 'blown', 'onto', 'floor', 'nothing', 'would', 'stop', 'gregor', 'father', 'drove', 'back', 'making', 'hissing', 'noises', 'like', 'wild', 'man', 'gregor', 'never', 'practice', 'moving', 'backwards', 'able', 'go', 'slowly', 'gregor', 'allowed', 'turn', 'round', 'would', 'back', 'room', 'straight', 'away', 'afraid', 'took', 'time', 'father', 'would', 'become', 'impatient', 'threat', 'lethal', 'blow', 'back', 'head', 'stick', 'father', 'hand', 'moment', 'eventually', 'though', 'gregor', 'realised', 'choice', 'saw', 'disgust', 'quite', 'incapable', 'going', 'backwards', 'straight', 'line', 'began', 'quickly', 'possible', 'frequent', 'anxious', 'glances', 'father', 'turn', 'round', 'went', 'slowly', 'perhaps', 'father', 'able', 'see', 'good', 'intentions', 'nothing', 'hinder', 'fact', 'used', 'tip', 'stick', 'give', 'directions', 'distance', 'way', 'turn', 'father', 'would', 'stop', 'unbearable', 'hissing', 'making', 'gregor', 'quite', 'confused', 'nearly', 'finished', 'turning', 'round', 'still', 'listening', 'hissing', 'made', 'mistake', 'turned', 'back', 'little', 'way', 'come', 'pleased', 'finally', 'head', 'front', 'doorway', 'saw', 'narrow', 'body', 'broad', 'get', 'without', 'difficulty', 'present', 'mood', 'obviously', 'occur', 'father', 'open', 'double', 'doors', 'gregor', 'would', 'enough', 'space', 'get', 'merely', 'fixed', 'idea', 'gregor', 'got', 'back', 'room', 'quickly', 'possible', 'would', 'ever', 'allowed', 'gregor', 'time', 'get', 'upright', 'preparation', 'getting', 'doorway', 'making', 'noise', 'ever', 'drive', 'gregor', 'forwards', 'harder', 'nothing', 'way', 'sounded', 'gregor', 'one', 'father', 'behind', 'pleasant', 'experience', 'gregor', 'pushed', 'doorway', 'without', 'regard', 'might', 'happen', 'one', 'side', 'body', 'lifted', 'lay', 'angle', 'doorway', 'one', 'flank', 'scraped', 'white', 'door', 'painfully', 'injured', 'leaving', 'vile', 'brown', 'flecks', 'soon', 'stuck', 'fast', 'would', 'able', 'move', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'air', 'side', 'pressed', 'painfully', 'ground', 'father', 'gave', 'hefty', 'shove', 'behind', 'released', 'held', 'sent', 'flying', 'heavily', 'bleeding', 'deep', 'room', 'door', 'slammed', 'shut', 'stick', 'finally', 'quiet', 'ii', 'getting', 'dark', 'evening', 'gregor', 'awoke', 'deep', 'comalike', 'sleep', 'would', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'nt', 'disturbed', 'enough', 'sleep', 'felt', 'fully', 'rested', 'impression', 'hurried', 'steps', 'sound', 'door', 'leading', 'front', 'room', 'carefully', 'shut', 'woken', 'light', 'electric', 'street', 'lamps', 'shone', 'palely', 'onto', 'ceiling', 'tops', 'furniture', 'gregor', 'dark', 'pushed', 'door', 'feeling', 'way', 'clumsily', 'antennae', 'beginning', 'learn', 'value', 'order', 'see', 'happening', 'whole', 'left', 'side', 'seemed', 'like', 'one', 'painfully', 'stretched', 'scar', 'limped', 'badly', 'two', 'rows', 'legs', 'one', 'legs', 'badly', 'injured', 'events', 'morning', 'nearly', 'miracle', 'one', 'dragged', 'along', 'lifelessly', 'reached', 'door', 'realised', 'actually', 'drawn', 'smell', 'something', 'eat', 'door', 'dish', 'filled', 'sweetened', 'milk', 'little', 'pieces', 'white', 'bread', 'floating', 'pleased', 'almost', 'laughed', 'even', 'hungrier', 'morning', 'immediately', 'dipped', 'head', 'milk', 'nearly', 'covering', 'eyes', 'soon', 'drew', 'head', 'back', 'disappointment', 'pain', 'tender', 'left', 'side', 'make', 'difficult', 'eat', 'food', 'able', 'eat', 'whole', 'body', 'worked', 'together', 'snuffling', 'whole', 'milk', 'taste', 'nice', 'milk', 'like', 'normally', 'favourite', 'drink', 'sister', 'certainly', 'left', 'turned', 'almost', 'away', 'dish', 'crawled', 'back', 'centre', 'room', 'crack', 'door', 'gregor', 'could', 'see', 'gas', 'lit', 'living', 'room', 'father', 'time', 'would', 'normally', 'sat', 'evening', 'paper', 'reading', 'loud', 'voice', 'gregor', 'mother', 'sometimes', 'sister', 'sound', 'heard', 'gregor', 'sister', 'would', 'often', 'write', 'tell', 'reading', 'maybe', 'father', 'lost', 'habit', 'recent', 'times', 'quiet', 'around', 'even', 'though', 'must', 'somebody', 'flat', 'quiet', 'life', 'family', 'lead', 'said', 'gregor', 'gazing', 'darkness', 'felt', 'great', 'pride', 'able', 'provide', 'life', 'like', 'nice', 'home', 'sister', 'parents', 'peace', 'wealth', 'comfort', 'come', 'horrible', 'frightening', 'end', 'something', 'gregor', 'want', 'think', 'much', 'started', 'move', 'crawling', 'room', 'long', 'evening', 'door', 'one', 'side', 'room', 'opened', 'slightly', 'hurriedly', 'closed', 'later', 'door', 'side', 'seemed', 'someone', 'needed', 'enter', 'room', 'thought', 'better', 'gregor', 'went', 'waited', 'immediately', 'door', 'resolved', 'either', 'bring', 'timorous', 'visitor', 'room', 'way', 'least', 'find', 'door', 'opened', 'night', 'gregor', 'waited', 'vain', 'previous', 'morning', 'doors', 'locked', 'everyone', 'wanted', 'get', 'opened', 'one', 'doors', 'clearly', 'unlocked', 'time', 'day', 'noone', 'came', 'keys', 'sides', 'late', 'night', 'gaslight', 'living', 'room', 'put', 'easy', 'see', 'parents', 'sister', 'stayed', 'awake', 'time', 'could', 'distinctly', 'heard', 'went', 'away', 'together', 'tiptoe', 'clear', 'noone', 'would', 'come', 'gregor', 'room', 'morning', 'gave', 'plenty', 'time', 'think', 'undisturbed', 'would', 'rearrange', 'life', 'reason', 'tall', 'empty', 'room', 'forced', 'remain', 'made', 'feel', 'uneasy', 'lay', 'flat', 'floor', 'even', 'though', 'living', 'five', 'years', 'hardly', 'aware', 'slight', 'feeling', 'shame', 'hurried', 'couch', 'pressed', 'back', 'little', 'longer', 'able', 'lift', 'head', 'nonetheless', 'felt', 'immediately', 'ease', 'regret', 'body', 'broad', 'get', 'underneath', 'spent', 'whole', 'night', 'time', 'passed', 'light', 'sleep', 'although', 'frequently', 'woke', 'alarm', 'hunger', 'time', 'spent', 'worries', 'vague', 'hopes', 'however', 'always', 'led', 'conclusion', 'time', 'must', 'remain', 'calm', 'must', 'show', 'patience', 'greatest', 'consideration', 'family', 'could', 'bear', 'unpleasantness', 'present', 'condition', 'forced', 'impose', 'gregor', 'soon', 'opportunity', 'test', 'strength', 'decisions', 'early', 'next', 'morning', 'almost', 'night', 'ended', 'sister', 'nearly', 'fully', 'dressed', 'opened', 'door', 'front', 'room', 'looked', 'anxiously', 'see', 'straight', 'away', 'notice', 'couch', 'somewhere', 'god', 'sake', 'could', 'nt', 'flown', 'away', 'shocked', 'lost', 'control', 'slammed', 'door', 'shut', 'outside', 'seemed', 'regret', 'behaviour', 'opened', 'door', 'straight', 'away', 'came', 'tiptoe', 'entering', 'room', 'someone', 'seriously', 'ill', 'even', 'stranger', 'gregor', 'pushed', 'head', 'forward', 'right', 'edge', 'couch', 'watched', 'would', 'notice', 'left', 'milk', 'realise', 'lack', 'hunger', 'bring', 'food', 'suitable', 'nt', 'would', 'rather', 'go', 'hungry', 'draw', 'attention', 'although', 'feel', 'terrible', 'urge', 'rush', 'forward', 'couch', 'throw', 'sister', 'feet', 'beg', 'something', 'good', 'eat', 'however', 'sister', 'noticed', 'full', 'dish', 'immediately', 'looked', 'drops', 'milk', 'splashed', 'around', 'surprise', 'immediately', 'picked', 'using', 'rag', 'bare', 'hands', 'carried', 'gregor', 'extremely', 'curious', 'would', 'bring', 'place', 'imagining', 'wildest', 'possibilities', 'never', 'could', 'guessed', 'sister', 'goodness', 'actually', 'bring', 'order', 'test', 'taste', 'brought', 'whole', 'selection', 'things', 'spread', 'old', 'newspaper', 'old', 'halfrotten', 'vegetables', 'bones', 'evening', 'meal', 'covered', 'white', 'sauce', 'gone', 'hard', 'raisins', 'almonds', 'cheese', 'gregor', 'declared', 'inedible', 'two', 'days', 'dry', 'roll', 'bread', 'spread', 'butter', 'salt', 'well', 'poured', 'water', 'dish', 'probably', 'permanently', 'set', 'aside', 'gregors', 'use', 'placed', 'beside', 'consideration', 'gregor', 'feelings', 'knew', 'would', 'eat', 'front', 'hurried', 'even', 'turned', 'key', 'lock', 'gregor', 'would', 'know', 'could', 'make', 'things', 'comfortable', 'liked', 'gregor', 'little', 'legs', 'whirred', 'last', 'could', 'eat', 'injuries', 'must', 'already', 'completely', 'healed', 'found', 'difficulty', 'moving', 'amazed', 'month', 'earlier', 'cut', 'finger', 'slightly', 'knife', 'thought', 'finger', 'still', 'hurt', 'day', 'yesterday', 'less', 'sensitive', 'used', 'thought', 'already', 'sucking', 'greedily', 'cheese', 'immediately', 'almost', 'compellingly', 'attracted', 'much', 'foods', 'newspaper', 'quickly', 'one', 'another', 'eyes', 'watering', 'pleasure', 'consumed', 'cheese', 'vegetables', 'sauce', 'fresh', 'foods', 'hand', 'nt', 'like', 'even', 'dragged', 'things', 'want', 'eat', 'little', 'way', 'away', 'could', 'nt', 'stand', 'smell', 'long', 'finished', 'eating', 'lay', 'lethargic', 'place', 'sister', 'slowly', 'turned', 'key', 'lock', 'sign', 'withdraw', 'immediately', 'startled', 'although', 'half', 'asleep', 'hurried', 'back', 'couch', 'needed', 'great', 'selfcontrol', 'stay', 'even', 'short', 'time', 'sister', 'room', 'eating', 'much', 'food', 'rounded', 'body', 'little', 'could', 'hardly', 'breathe', 'narrow', 'space', 'half', 'suffocating', 'watched', 'bulging', 'eyes', 'sister', 'unselfconsciously', 'took', 'broom', 'swept', 'leftovers', 'mixing', 'food', 'even', 'touched', 'could', 'used', 'quickly', 'dropped', 'bin', 'closed', 'wooden', 'lid', 'carried', 'everything', 'hardly', 'turned', 'back', 'gregor', 'came', 'couch', 'stretched', 'gregor', 'received', 'food', 'day', 'morning', 'parents', 'maid', 'still', 'asleep', 'second', 'time', 'everyone', 'eaten', 'meal', 'midday', 'parents', 'would', 'sleep', 'little', 'well', 'gregors', 'sister', 'would', 'send', 'maid', 'away', 'errand', 'gregor', 'father', 'mother', 'certainly', 'want', 'starve', 'either', 'perhaps', 'would', 'could', 'stand', 'experience', 'feeding', 'told', 'perhaps', 'sister', 'wanted', 'spare', 'distress', 'could', 'indeed', 'suffering', 'enough', 'impossible', 'gregor', 'find', 'told', 'doctor', 'locksmith', 'first', 'morning', 'get', 'flat', 'nobody', 'could', 'understand', 'nobody', 'even', 'sister', 'thought', 'could', 'understand', 'content', 'hear', 'sister', 'sighs', 'appeals', 'saints', 'moved', 'room', 'later', 'become', 'little', 'used', 'everything', 'course', 'question', 'ever', 'becoming', 'fully', 'used', 'situation', 'gregor', 'would', 'sometimes', 'catch', 'friendly', 'comment', 'least', 'comment', 'could', 'construed', 'friendly', 'enjoyed', 'dinner', 'today', 'might', 'say', 'diligently', 'cleared', 'away', 'food', 'left', 'left', 'slowly', 'became', 'frequent', 'would', 'often', 'say', 'sadly', 'everything', 'left', 'although', 'gregor', 'nt', 'able', 'hear', 'news', 'directly', 'listen', 'much', 'said', 'next', 'rooms', 'whenever', 'heard', 'anyone', 'speaking', 'would', 'scurry', 'straight', 'appropriate', 'door', 'press', 'whole', 'body', 'seldom', 'conversation', 'especially', 'first', 'way', 'even', 'secret', 'two', 'whole', 'days', 'talk', 'every', 'mealtime', 'even', 'meals', 'spoke', 'subject', 'always', 'least', 'two', 'members', 'family', 'home', 'nobody', 'wanted', 'home', 'question', 'leave', 'flat', 'entirely', 'empty', 'first', 'day', 'maid', 'fallen', 'knees', 'begged', 'gregor', 'mother', 'let', 'go', 'without', 'delay', 'clear', 'much', 'knew', 'happened', 'left', 'within', 'quarter', 'hour', 'tearfully', 'thanking', 'gregor', 'mother', 'dismissal', 'done', 'enormous', 'service', 'even', 'swore', 'emphatically', 'tell', 'anyone', 'slightest', 'happened', 'even', 'though', 'noone', 'asked', 'gregor', 'sister', 'also', 'help', 'mother', 'cooking', 'although', 'much', 'bother', 'noone', 'ate', 'much', 'gregor', 'often', 'heard', 'one', 'would', 'unsuccessfully', 'urge', 'another', 'eat', 'receive', 'answer', 'thanks', 'enough', 'something', 'similar', 'noone', 'drank', 'much', 'either', 'sister', 'would', 'sometimes', 'ask', 'father', 'whether', 'would', 'like', 'beer', 'hoping', 'chance', 'go', 'fetch', 'father', 'said', 'nothing', 'would', 'add', 'would', 'feel', 'selfish', 'could', 'send', 'housekeeper', 'father', 'would', 'close', 'matter', 'big', 'loud', 'would', 'said', 'even', 'first', 'day', 'come', 'end', 'father', 'explained', 'gregor', 'mother', 'sister', 'finances', 'prospects', 'stood', 'table', 'took', 'receipt', 'document', 'little', 'cash', 'box', 'saved', 'business', 'collapsed', 'five', 'years', 'earlier', 'gregor', 'heard', 'opened', 'complicated', 'lock', 'closed', 'taken', 'item', 'wanted', 'heard', 'father', 'say', 'first', 'good', 'news', 'gregor', 'heard', 'since', 'first', 'incarcerated', 'room', 'thought', 'nothing', 'remained', 'father', 'business', 'least', 'never', 'told', 'anything', 'different', 'gregor', 'never', 'asked', 'anyway', 'business', 'misfortune', 'reduced', 'family', 'state', 'total', 'despair', 'gregor', 'concern', 'time', 'arrange', 'things', 'could', 'forget', 'quickly', 'possible', 'started', 'working', 'especially', 'hard', 'fiery', 'vigour', 'raised', 'junior', 'salesman', 'travelling', 'representative', 'almost', 'overnight', 'bringing', 'chance', 'earn', 'money', 'quite', 'different', 'ways', 'gregor', 'converted', 'success', 'work', 'straight', 'cash', 'could', 'lay', 'table', 'home', 'benefit', 'astonished', 'delighted', 'family', 'good', 'times', 'never', 'come', 'least', 'splendour', 'even', 'though', 'gregor', 'later', 'earned', 'much', 'position', 'bear', 'costs', 'whole', 'family', 'bear', 'even', 'got', 'used', 'gregor', 'family', 'took', 'money', 'gratitude', 'glad', 'provide', 'although', 'longer', 'much', 'warm', 'affection', 'given', 'return', 'gregor', 'remained', 'close', 'sister', 'unlike', 'fond', 'music', 'gifted', 'expressive', 'violinist', 'secret', 'plan', 'send', 'conservatory', 'next', 'year', 'even', 'though', 'would', 'cause', 'great', 'expense', 'would', 'made', 'way', 'gregor', 'short', 'periods', 'town', 'conversation', 'sister', 'would', 'often', 'turn', 'conservatory', 'ever', 'mentioned', 'lovely', 'dream', 'could', 'never', 'realised', 'parents', 'like', 'hear', 'innocent', 'talk', 'gregor', 'thought', 'quite', 'hard', 'decided', 'would', 'let', 'know', 'planned', 'grand', 'announcement', 'christmas', 'day', 'sort', 'totally', 'pointless', 'thing', 'went', 'mind', 'present', 'state', 'pressed', 'upright', 'door', 'listening', 'times', 'simply', 'became', 'tired', 'continue', 'listening', 'head', 'would', 'fall', 'wearily', 'door', 'would', 'pull', 'start', 'even', 'slightest', 'noise', 'caused', 'would', 'heard', 'next', 'door', 'would', 'go', 'silent', 'father', 'would', 'say', 'clearly', 'gone', 'door', 'would', 'interrupted', 'conversation', 'slowly', 'taken', 'explaining', 'things', 'father', 'repeated', 'several', 'times', 'partly', 'long', 'time', 'since', 'occupied', 'matters', 'partly', 'gregor', 'mother', 'understand', 'everything', 'first', 'time', 'repeated', 'explanations', 'gregor', 'learned', 'pleasure', 'despite', 'misfortunes', 'still', 'money', 'available', 'old', 'days', 'lot', 'touched', 'meantime', 'interest', 'accumulated', 'besides', 'using', 'money', 'gregor', 'bringing', 'home', 'every', 'month', 'keeping', 'little', 'accumulating', 'behind', 'door', 'gregor', 'nodded', 'enthusiasm', 'pleasure', 'unexpected', 'thrift', 'caution', 'could', 'actually', 'used', 'surplus', 'money', 'reduce', 'father', 'debt', 'boss', 'day', 'could', 'freed', 'job', 'would', 'come', 'much', 'closer', 'certainly', 'better', 'way', 'father', 'done', 'things', 'money', 'however', 'certainly', 'enough', 'enable', 'family', 'live', 'interest', 'enough', 'maintain', 'perhaps', 'one', 'two', 'years', 'say', 'money', 'really', 'touched', 'set', 'aside', 'emergencies', 'money', 'live', 'earned', 'father', 'healthy', 'old', 'lacking', 'self', 'confidence', 'five', 'years', 'working', 'first', 'holiday', 'life', 'full', 'strain', 'success', 'put', 'lot', 'weight', 'become', 'slow', 'clumsy', 'would', 'gregor', 'elderly', 'mother', 'go', 'earn', 'money', 'suffered', 'asthma', 'strain', 'move', 'home', 'every', 'day', 'would', 'spent', 'struggling', 'breath', 'sofa', 'open', 'window', 'would', 'sister', 'go', 'earn', 'money', 'still', 'child', 'seventeen', 'life', 'till', 'enviable', 'consisting', 'wearing', 'nice', 'clothes', 'sleeping', 'late', 'helping', 'business', 'joining', 'modest', 'pleasures', 'playing', 'violin', 'whenever', 'began', 'talk', 'need', 'earn', 'money', 'gregor', 'would', 'always', 'first', 'let', 'go', 'door', 'throw', 'onto', 'cool', 'leather', 'sofa', 'next', 'became', 'quite', 'hot', 'shame', 'regret', 'would', 'often', 'lie', 'whole', 'night', 'sleeping', 'wink', 'scratching', 'leather', 'hours', 'end', 'might', 'go', 'effort', 'pushing', 'chair', 'window', 'climbing', 'onto', 'sill', 'propped', 'chair', 'leaning', 'window', 'stare', 'used', 'feel', 'great', 'sense', 'freedom', 'obviously', 'something', 'remembered', 'experienced', 'actually', 'saw', 'way', 'becoming', 'less', 'distinct', 'every', 'day', 'even', 'things', 'quite', 'near', 'used', 'curse', 'everpresent', 'view', 'hospital', 'across', 'street', 'could', 'see', 'known', 'lived', 'charlottenstrasse', 'quiet', 'street', 'despite', 'middle', 'city', 'could', 'thought', 'looking', 'window', 'barren', 'waste', 'grey', 'sky', 'grey', 'earth', 'mingled', 'inseparably', 'observant', 'sister', 'needed', 'notice', 'chair', 'twice', 'would', 'always', 'push', 'back', 'exact', 'position', 'window', 'tidied', 'room', 'even', 'left', 'inner', 'pane', 'window', 'open', 'gregor', 'able', 'speak', 'sister', 'thank', 'would', 'easier', 'bear', 'caused', 'pain', 'sister', 'naturally', 'tried', 'far', 'possible', 'pretend', 'nothing', 'burdensome', 'longer', 'went', 'course', 'better', 'able', 'time', 'went', 'gregor', 'also', 'able', 'see', 'much', 'better', 'even', 'become', 'unpleasant', 'whenever', 'entered', 'room', 'sooner', 'come', 'would', 'quickly', 'close', 'door', 'precaution', 'noone', 'would', 'suffer', 'view', 'gregor', 'room', 'would', 'go', 'straight', 'window', 'pull', 'hurriedly', 'open', 'almost', 'suffocating', 'even', 'cold', 'would', 'stay', 'window', 'breathing', 'deeply', 'little', 'would', 'alarm', 'gregor', 'twice', 'day', 'running', 'noise', 'making', 'would', 'stay', 'couch', 'shivering', 'whole', 'knowing', 'full', 'well', 'would', 'certainly', 'liked', 'spare', 'ordeal', 'impossible', 'room', 'windows', 'closed', 'one', 'day', 'month', 'gregor', 'transformation', 'sister', 'longer', 'particular', 'reason', 'shocked', 'appearance', 'came', 'room', 'little', 'earlier', 'usual', 'found', 'still', 'staring', 'window', 'motionless', 'would', 'horrible', 'sister', 'coming', 'room', 'would', 'surprise', 'gregor', 'would', 'difficult', 'immediately', 'open', 'window', 'still', 'come', 'went', 'straight', 'back', 'closed', 'door', 'behind', 'stranger', 'would', 'thought', 'threatened', 'tried', 'bite', 'gregor', 'went', 'straight', 'hide', 'couch', 'course', 'wait', 'midday', 'sister', 'came', 'back', 'seemed', 'much', 'uneasy', 'usual', 'made', 'realise', 'still', 'found', 'appearance', 'unbearable', 'would', 'continue', 'probably', 'even', 'overcome', 'urge', 'flee', 'saw', 'little', 'bit', 'protruded', 'couch', 'one', 'day', 'order', 'spare', 'even', 'sight', 'spent', 'four', 'hours', 'carrying', 'bedsheet', 'couch', 'back', 'arranged', 'completely', 'covered', 'sister', 'would', 'able', 'see', 'even', 'bent', 'think', 'sheet', 'necessary', 'take', 'clear', 'enough', 'pleasure', 'gregor', 'cut', 'completely', 'left', 'sheet', 'gregor', 'even', 'thought', 'glimpsed', 'look', 'gratitude', 'one', 'time', 'carefully', 'looked', 'sheet', 'see', 'sister', 'liked', 'new', 'arrangement', 'first', 'fourteen', 'days', 'gregor', 'parents', 'could', 'bring', 'come', 'room', 'see', 'would', 'often', 'hear', 'say', 'appreciated', 'new', 'work', 'sister', 'even', 'though', 'seen', 'girl', 'somewhat', 'useless', 'frequently', 'annoyed', 'two', 'father', 'mother', 'would', 'often', 'wait', 'outside', 'door', 'gregor', 'room', 'sister', 'tidied', 'soon', 'went', 'would', 'tell', 'exactly', 'everything', 'looked', 'gregor', 'eaten', 'behaved', 'time', 'whether', 'perhaps', 'slight', 'improvement', 'could', 'seen', 'mother', 'also', 'wanted', 'go', 'visit', 'gregor', 'relatively', 'soon', 'father', 'sister', 'first', 'persuaded', 'gregor', 'listened', 'closely', 'approved', 'fully', 'later', 'though', 'held', 'back', 'force', 'made', 'call', 'let', 'go', 'see', 'gregor', 'unfortunate', 'son', 'ca', 'nt', 'understand', 'see', 'gregor', 'would', 'think', 'maybe', 'would', 'better', 'mother', 'came', 'every', 'day', 'course', 'one', 'day', 'week', 'perhaps', 'could', 'understand', 'everything', 'much', 'better', 'sister', 'courage', 'still', 'child', 'really', 'might', 'adult', 'appreciation', 'burdensome', 'job', 'taken', 'gregor', 'wish', 'see', 'mother', 'soon', 'realised', 'consideration', 'parents', 'gregor', 'wanted', 'avoid', 'seen', 'window', 'day', 'square', 'meters', 'floor', 'give', 'much', 'room', 'crawl', 'hard', 'lie', 'quietly', 'night', 'food', 'soon', 'stopped', 'giving', 'pleasure', 'entertain', 'got', 'habit', 'crawling', 'walls', 'ceiling', 'especially', 'fond', 'hanging', 'ceiling', 'quite', 'different', 'lying', 'floor', 'could', 'breathe', 'freely', 'body', 'light', 'swing', 'relaxed', 'almost', 'happy', 'might', 'happen', 'would', 'surprise', 'even', 'letting', 'go', 'ceiling', 'landing', 'floor', 'crash', 'course', 'far', 'better', 'control', 'body', 'even', 'fall', 'great', 'caused', 'damage', 'soon', 'sister', 'noticed', 'gregor', 'new', 'way', 'entertaining', 'left', 'traces', 'adhesive', 'feet', 'crawled', 'got', 'head', 'make', 'easy', 'possible', 'removing', 'furniture', 'got', 'way', 'especially', 'chest', 'drawers', 'desk', 'something', 'would', 'able', 'dare', 'ask', 'help', 'father', 'sixteen', 'year', 'old', 'maid', 'carried', 'bravely', 'since', 'cook', 'left', 'certainly', 'would', 'helped', 'even', 'asked', 'allowed', 'keep', 'kitchen', 'locked', 'times', 'never', 'open', 'door', 'unless', 'especially', 'important', 'sister', 'choice', 'choose', 'time', 'gregor', 'father', 'fetch', 'mother', 'help', 'approached', 'room', 'gregor', 'could', 'hear', 'mother', 'express', 'joy', 'door', 'went', 'silent', 'first', 'course', 'sister', 'came', 'looked', 'round', 'see', 'everything', 'room', 'alright', 'let', 'mother', 'enter', 'gregor', 'hurriedly', 'pulled', 'sheet', 'lower', 'couch', 'put', 'folds', 'everything', 'really', 'looked', 'thrown', 'chance', 'gregor', 'also', 'refrained', 'time', 'spying', 'sheet', 'gave', 'chance', 'see', 'mother', 'later', 'simply', 'glad', 'come', 'come', 'ca', 'nt', 'seen', 'said', 'sister', 'obviously', 'leading', 'hand', 'old', 'chest', 'drawers', 'heavy', 'pair', 'feeble', 'women', 'heaving', 'gregor', 'listened', 'pushed', 'place', 'sister', 'always', 'taking', 'heaviest', 'part', 'work', 'ignoring', 'mother', 'warnings', 'would', 'strain', 'lasted', 'long', 'time', 'labouring', 'fifteen', 'minutes', 'mother', 'said', 'would', 'better', 'leave', 'chest', 'one', 'thing', 'heavy', 'get', 'job', 'finished', 'gregor', 'father', 'got', 'home', 'leaving', 'middle', 'room', 'would', 'way', 'even', 'another', 'thing', 'nt', 'even', 'sure', 'taking', 'furniture', 'away', 'would', 'really', 'help', 'thought', 'opposite', 'sight', 'bare', 'walls', 'saddened', 'right', 'heart', 'would', 'nt', 'gregor', 'feel', 'way', 'used', 'furniture', 'room', 'long', 'time', 'would', 'make', 'feel', 'abandoned', 'empty', 'room', 'like', 'quietly', 'almost', 'whispering', 'wanting', 'gregor', 'whose', 'whereabouts', 'know', 'hear', 'even', 'tone', 'voice', 'convinced', 'understand', 'words', 'added', 'taking', 'furniture', 'away', 'wo', 'nt', 'seem', 'like', 'showing', 'given', 'hope', 'improvement', 'abandoning', 'cope', 'think', 'best', 'leave', 'room', 'exactly', 'way', 'gregor', 'comes', 'back', 'us', 'hell', 'find', 'everything', 'unchanged', 'able', 'forget', 'time', 'easier', 'hearing', 'words', 'mother', 'made', 'gregor', 'realise', 'lack', 'direct', 'human', 'communication', 'along', 'monotonous', 'life', 'led', 'family', 'two', 'months', 'must', 'made', 'confused', 'could', 'think', 'way', 'explaining', 'seriously', 'wanted', 'room', 'emptied', 'really', 'wanted', 'transform', 'room', 'cave', 'warm', 'room', 'fitted', 'nice', 'furniture', 'inherited', 'would', 'let', 'crawl', 'around', 'unimpeded', 'direction', 'would', 'also', 'let', 'quickly', 'forget', 'past', 'still', 'human', 'come', 'close', 'forgetting', 'voice', 'mother', 'unheard', 'long', 'shaken', 'nothing', 'removed', 'everything', 'stay', 'could', 'without', 'good', 'influence', 'furniture', 'condition', 'furniture', 'made', 'difficult', 'crawl', 'mindlessly', 'loss', 'great', 'advantage', 'sister', 'unfortunately', 'agree', 'become', 'used', 'idea', 'without', 'reason', 'gregor', 'spokesman', 'parents', 'things', 'concerned', 'meant', 'mother', 'advice', 'sufficient', 'reason', 'insist', 'removing', 'chest', 'drawers', 'desk', 'thought', 'first', 'furniture', 'apart', 'allimportant', 'couch', 'childish', 'perversity', 'course', 'unexpected', 'confidence', 'recently', 'acquired', 'made', 'insist', 'indeed', 'noticed', 'gregor', 'needed', 'lot', 'room', 'crawl', 'whereas', 'furniture', 'far', 'anyone', 'could', 'see', 'use', 'girls', 'age', 'though', 'become', 'enthusiastic', 'things', 'feel', 'must', 'get', 'way', 'whenever', 'perhaps', 'tempted', 'grete', 'make', 'gregors', 'situation', 'seem', 'even', 'shocking', 'could', 'even', 'grete', 'would', 'probably', 'one', 'would', 'dare', 'enter', 'room', 'dominated', 'gregor', 'crawling', 'bare', 'walls', 'refused', 'let', 'mother', 'dissuade', 'gregor', 'mother', 'already', 'looked', 'uneasy', 'room', 'soon', 'stopped', 'speaking', 'helped', 'gregor', 'sister', 'get', 'chest', 'drawers', 'strength', 'chest', 'drawers', 'something', 'gregor', 'could', 'without', 'writing', 'desk', 'stay', 'hardly', 'two', 'women', 'pushed', 'chest', 'drawers', 'groaning', 'room', 'gregor', 'poked', 'head', 'couch', 'see', 'could', 'meant', 'careful', 'considerate', 'could', 'unfortunately', 'mother', 'came', 'back', 'first', 'grete', 'next', 'room', 'arms', 'round', 'chest', 'pushing', 'pulling', 'side', 'side', 'without', 'course', 'moving', 'inch', 'mother', 'used', 'sight', 'gregor', 'might', 'made', 'ill', 'gregor', 'hurried', 'backwards', 'far', 'end', 'couch', 'startlement', 'though', 'able', 'prevent', 'sheet', 'front', 'moving', 'little', 'enough', 'attract', 'mother', 'attention', 'stood', 'still', 'remained', 'moment', 'went', 'back', 'grete', 'gregor', 'kept', 'trying', 'assure', 'nothing', 'unusual', 'happening', 'pieces', 'furniture', 'moved', 'soon', 'admit', 'women', 'going', 'fro', 'little', 'calls', 'scraping', 'furniture', 'floor', 'things', 'made', 'feel', 'assailed', 'sides', 'head', 'legs', 'pulled', 'body', 'pressed', 'floor', 'forced', 'admit', 'could', 'stand', 'much', 'longer', 'emptying', 'room', 'taking', 'away', 'everything', 'dear', 'already', 'taken', 'chest', 'containing', 'fretsaw', 'tools', 'threatened', 'remove', 'writing', 'desk', 'place', 'clearly', 'worn', 'floor', 'desk', 'done', 'homework', 'business', 'trainee', 'high', 'school', 'even', 'infant', 'school', 'really', 'could', 'wait', 'longer', 'see', 'whether', 'two', 'women', 'intentions', 'good', 'nearly', 'forgotten', 'anyway', 'tired', 'say', 'anything', 'worked', 'could', 'hear', 'feet', 'stepped', 'heavily', 'floor', 'women', 'leant', 'desk', 'room', 'catching', 'breath', 'sallied', 'changed', 'direction', 'four', 'times', 'knowing', 'save', 'first', 'attention', 'suddenly', 'caught', 'picture', 'wall', 'already', 'denuded', 'everything', 'else', 'lady', 'dressed', 'copious', 'fur', 'hurried', 'onto', 'picture', 'pressed', 'glass', 'held', 'firmly', 'felt', 'good', 'hot', 'belly', 'picture', 'least', 'totally', 'covered', 'gregor', 'would', 'certainly', 'taken', 'away', 'noone', 'turned', 'head', 'face', 'door', 'living', 'room', 'could', 'watch', 'women', 'came', 'back', 'allowed', 'long', 'rest', 'came', 'back', 'quite', 'soon', 'grete', 'put', 'arm', 'around', 'mother', 'nearly', 'carrying', 'shall', 'take', 'said', 'grete', 'looked', 'around', 'eyes', 'met', 'gregor', 'wall', 'perhaps', 'mother', 'remained', 'calm', 'bent', 'face', 'would', 'look', 'round', 'said', 'albeit', 'hurriedly', 'tremor', 'voice', 'come', 'let', 'go', 'back', 'living', 'room', 'gregor', 'could', 'see', 'grete', 'mind', 'wanted', 'take', 'mother', 'somewhere', 'safe', 'chase', 'wall', 'well', 'could', 'certainly', 'try', 'sat', 'unyielding', 'picture', 'would', 'rather', 'jump', 'grete', 'face', 'grete', 'words', 'made', 'mother', 'quite', 'worried', 'stepped', 'one', 'side', 'saw', 'enormous', 'brown', 'patch', 'flowers', 'wallpaper', 'even', 'realised', 'gregor', 'saw', 'screamed', 'oh', 'god', 'oh', 'god', 'arms', 'outstretched', 'fell', 'onto', 'couch', 'given', 'everything', 'stayed', 'immobile', 'gregor', 'shouted', 'sister', 'glowering', 'shaking', 'fist', 'first', 'word', 'spoken', 'directly', 'since', 'transformation', 'ran', 'room', 'fetch', 'kind', 'smelling', 'salts', 'bring', 'mother', 'faint', 'gregor', 'wanted', 'help', 'could', 'save', 'picture', 'later', 'although', 'stuck', 'fast', 'glass', 'pull', 'force', 'ran', 'next', 'room', 'could', 'advise', 'sister', 'like', 'old', 'days', 'stand', 'behind', 'nothing', 'looking', 'various', 'bottles', 'startled', 'turned', 'round', 'bottle', 'fell', 'ground', 'broke', 'splinter', 'cut', 'gregor', 'face', 'kind', 'caustic', 'medicine', 'splashed', 'without', 'delaying', 'longer', 'grete', 'took', 'hold', 'bottles', 'could', 'ran', 'mother', 'slammed', 'door', 'shut', 'foot', 'gregor', 'shut', 'mother', 'might', 'near', 'death', 'could', 'open', 'door', 'want', 'chase', 'sister', 'away', 'stay', 'mother', 'nothing', 'wait', 'oppressed', 'anxiety', 'selfreproach', 'began', 'crawl', 'crawled', 'everything', 'walls', 'furniture', 'ceiling', 'finally', 'confusion', 'whole', 'room', 'began', 'spin', 'around', 'fell', 'middle', 'dinner', 'table', 'lay', 'numb', 'immobile', 'around', 'quiet', 'maybe', 'good', 'sign', 'someone', 'door', 'maid', 'course', 'locked', 'kitchen', 'grete', 'would', 'go', 'answer', 'father', 'arrived', 'home', 'happened', 'first', 'words', 'grete', 'appearance', 'must', 'made', 'everything', 'clear', 'answered', 'subdued', 'voice', 'openly', 'pressed', 'face', 'chest', 'mothers', 'fainted', 'better', 'gregor', 'got', 'expected', 'said', 'father', 'always', 'said', 'women', 'would', 'nt', 'listen', 'would', 'clear', 'gregor', 'grete', 'said', 'enough', 'father', 'took', 'mean', 'something', 'bad', 'happened', 'responsible', 'act', 'violence', 'meant', 'gregor', 'would', 'try', 'calm', 'father', 'time', 'explain', 'things', 'even', 'possible', 'fled', 'door', 'room', 'pressed', 'father', 'came', 'hall', 'could', 'see', 'straight', 'away', 'gregor', 'best', 'intentions', 'would', 'go', 'back', 'room', 'without', 'delay', 'would', 'necessary', 'drive', 'back', 'open', 'door', 'would', 'disappear', 'father', 'though', 'mood', 'notice', 'subtleties', 'like', 'ah', 'shouted', 'came', 'sounding', 'angry', 'glad', 'time', 'gregor', 'drew', 'head', 'back', 'door', 'lifted', 'towards', 'father', 'really', 'imagined', 'father', 'way', 'stood', 'late', 'new', 'habit', 'crawling', 'neglected', 'pay', 'attention', 'going', 'rest', 'flat', 'way', 'done', 'really', 'ought', 'expected', 'things', 'changed', 'still', 'still', 'really', 'father', 'tired', 'man', 'used', 'laying', 'entombed', 'bed', 'gregor', 'came', 'back', 'business', 'trips', 'would', 'receive', 'sitting', 'armchair', 'nightgown', 'came', 'back', 'evenings', 'hardly', 'even', 'able', 'stand', 'sign', 'pleasure', 'would', 'raise', 'arms', 'couple', 'times', 'year', 'went', 'walk', 'together', 'sunday', 'public', 'holiday', 'wrapped', 'tightly', 'overcoat', 'gregor', 'mother', 'would', 'always', 'labour', 'way', 'forward', 'little', 'slowly', 'already', 'walking', 'slowly', 'sake', 'would', 'place', 'stick', 'carefully', 'wanted', 'say', 'something', 'would', 'invariably', 'stop', 'gather', 'companions', 'around', 'standing', 'straight', 'enough', 'dressed', 'smart', 'blue', 'uniform', 'gold', 'buttons', 'sort', 'worn', 'employees', 'banking', 'institute', 'high', 'stiff', 'collar', 'coat', 'strong', 'doublechin', 'emerged', 'bushy', 'eyebrows', 'piercing', 'dark', 'eyes', 'looked', 'fresh', 'alert', 'normally', 'unkempt', 'white', 'hair', 'combed', 'painfully', 'close', 'scalp', 'took', 'cap', 'gold', 'monogram', 'probably', 'bank', 'threw', 'arc', 'right', 'across', 'room', 'onto', 'sofa', 'put', 'hands', 'trouser', 'pockets', 'pushing', 'back', 'bottom', 'long', 'uniform', 'coat', 'look', 'determination', 'walked', 'towards', 'gregor', 'probably', 'even', 'know', 'mind', 'nonetheless', 'lifted', 'feet', 'unusually', 'high', 'gregor', 'amazed', 'enormous', 'size', 'soles', 'boots', 'wasted', 'time', 'knew', 'full', 'well', 'right', 'first', 'day', 'new', 'life', 'father', 'thought', 'necessary', 'always', 'extremely', 'strict', 'ran', 'father', 'stopped', 'father', 'stopped', 'scurried', 'forwards', 'moved', 'even', 'slightly', 'way', 'went', 'round', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening', 'without', 'even', 'giving', 'impression', 'chase', 'everything', 'went', 'slowly', 'gregor', 'remained', 'time', 'floor', 'largely', 'feared', 'father', 'might', 'see', 'especially', 'provoking', 'fled', 'onto', 'wall', 'ceiling', 'whatever', 'gregor', 'admit', 'certainly', 'would', 'able', 'keep', 'running', 'long', 'step', 'father', 'took', 'carry', 'countless', 'movements', 'became', 'noticeably', 'short', 'breath', 'even', 'earlier', 'life', 'lungs', 'reliable', 'lurched', 'efforts', 'muster', 'strength', 'could', 'running', 'could', 'hardly', 'keep', 'eyes', 'open', 'thoughts', 'became', 'slow', 'think', 'way', 'saving', 'running', 'almost', 'forgot', 'walls', 'use', 'although', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'notches', 'protrusions', 'right', 'beside', 'lightly', 'tossed', 'something', 'flew', 'rolled', 'front', 'apple', 'another', 'one', 'immediately', 'flew', 'gregor', 'froze', 'shock', 'longer', 'point', 'running', 'father', 'decided', 'bombard', 'filled', 'pockets', 'fruit', 'bowl', 'sideboard', 'without', 'even', 'taking', 'time', 'careful', 'aim', 'threw', 'one', 'apple', 'another', 'little', 'red', 'apples', 'rolled', 'floor', 'knocking', 'electric', 'motors', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'gregor', 'back', 'slid', 'without', 'harm', 'another', 'one', 'however', 'immediately', 'following', 'hit', 'squarely', 'lodged', 'back', 'gregor', 'wanted', 'drag', 'away', 'could', 'remove', 'surprising', 'incredible', 'pain', 'changing', 'position', 'felt', 'nailed', 'spot', 'spread', 'senses', 'confusion', 'last', 'thing', 'saw', 'door', 'room', 'pulled', 'open', 'sister', 'screaming', 'mother', 'ran', 'front', 'blouse', 'sister', 'taken', 'clothes', 'fainted', 'make', 'easier', 'breathe', 'ran', 'father', 'skirts', 'unfastened', 'sliding', 'one', 'another', 'ground', 'stumbling', 'skirts', 'pushed', 'father', 'arms', 'around', 'uniting', 'totally', 'gregor', 'lost', 'ability', 'see', 'anything', 'hands', 'behind', 'father', 'head', 'begging', 'spare', 'gregor', 'life', 'iii', 'noone', 'dared', 'remove', 'apple', 'lodged', 'gregor', 'flesh', 'remained', 'visible', 'reminder', 'injury', 'suffered', 'month', 'condition', 'seemed', 'serious', 'enough', 'remind', 'even', 'father', 'gregor', 'despite', 'current', 'sad', 'revolting', 'form', 'family', 'member', 'could', 'treated', 'enemy', 'contrary', 'family', 'duty', 'swallow', 'revulsion', 'patient', 'patient', 'injuries', 'gregor', 'lost', 'much', 'mobility', 'probably', 'permanently', 'reduced', 'condition', 'ancient', 'invalid', 'took', 'long', 'long', 'minutes', 'crawl', 'across', 'room', 'crawling', 'ceiling', 'question', 'deterioration', 'condition', 'fully', 'opinion', 'made', 'door', 'living', 'room', 'left', 'open', 'every', 'evening', 'got', 'habit', 'closely', 'watching', 'one', 'two', 'hours', 'opened', 'lying', 'darkness', 'room', 'could', 'seen', 'living', 'room', 'could', 'watch', 'family', 'light', 'dinner', 'table', 'listen', 'conversation', 'everyone', 'permission', 'way', 'thus', 'quite', 'differently', 'longer', 'held', 'lively', 'conversations', 'earlier', 'times', 'course', 'ones', 'gregor', 'always', 'thought', 'longing', 'tired', 'getting', 'damp', 'bed', 'small', 'hotel', 'room', 'usually', 'quiet', 'nowadays', 'soon', 'dinner', 'father', 'would', 'go', 'sleep', 'chair', 'mother', 'sister', 'would', 'urge', 'quiet', 'mother', 'bent', 'deeply', 'lamp', 'would', 'sew', 'fancy', 'underwear', 'fashion', 'shop', 'sister', 'taken', 'sales', 'job', 'learned', 'shorthand', 'french', 'evenings', 'might', 'able', 'get', 'better', 'position', 'later', 'sometimes', 'father', 'would', 'wake', 'say', 'gregor', 'mother', 'much', 'sewing', 'today', 'know', 'dozing', 'would', 'go', 'back', 'sleep', 'mother', 'sister', 'would', 'exchange', 'tired', 'grin', 'kind', 'stubbornness', 'gregor', 'father', 'refused', 'take', 'uniform', 'even', 'home', 'nightgown', 'hung', 'unused', 'peg', 'gregor', 'father', 'would', 'slumber', 'fully', 'dressed', 'always', 'ready', 'serve', 'expecting', 'hear', 'voice', 'superior', 'even', 'uniform', 'new', 'start', 'result', 'slowly', 'became', 'even', 'shabbier', 'despite', 'efforts', 'gregor', 'mother', 'sister', 'look', 'gregor', 'would', 'often', 'spend', 'whole', 'evening', 'looking', 'stains', 'coat', 'gold', 'buttons', 'always', 'kept', 'polished', 'shiny', 'old', 'man', 'would', 'sleep', 'highly', 'uncomfortable', 'peaceful', 'soon', 'struck', 'ten', 'gregor', 'mother', 'would', 'speak', 'gently', 'father', 'wake', 'try', 'persuade', 'go', 'bed', 'could', 'nt', 'sleep', 'properly', 'really', 'get', 'sleep', 'six', 'get', 'work', 'since', 'work', 'become', 'obstinate', 'would', 'always', 'insist', 'staying', 'longer', 'table', 'even', 'though', 'regularly', 'fell', 'asleep', 'harder', 'ever', 'persuade', 'exchange', 'chair', 'bed', 'however', 'much', 'mother', 'sister', 'would', 'importune', 'little', 'reproaches', 'warnings', 'would', 'keep', 'slowly', 'shaking', 'head', 'quarter', 'hour', 'eyes', 'closed', 'refusing', 'get', 'gregor', 'mother', 'would', 'tug', 'sleeve', 'whisper', 'endearments', 'ear', 'gregor', 'sister', 'would', 'leave', 'work', 'help', 'mother', 'nothing', 'would', 'effect', 'would', 'sink', 'deeper', 'chair', 'two', 'women', 'took', 'arms', 'would', 'abruptly', 'open', 'eyes', 'look', 'one', 'say', 'life', 'peace', 'get', 'old', 'age', 'supported', 'two', 'women', 'would', 'lift', 'carefully', 'carrying', 'greatest', 'load', 'let', 'women', 'take', 'door', 'send', 'carry', 'gregor', 'mother', 'would', 'throw', 'needle', 'sister', 'pen', 'could', 'run', 'father', 'continue', 'help', 'tired', 'overworked', 'family', 'would', 'time', 'give', 'attention', 'gregor', 'absolutely', 'necessary', 'household', 'budget', 'became', 'even', 'smaller', 'maid', 'dismissed', 'enormous', 'thickboned', 'charwoman', 'white', 'hair', 'flapped', 'around', 'head', 'came', 'every', 'morning', 'evening', 'heaviest', 'work', 'everything', 'else', 'looked', 'gregor', 'mother', 'top', 'large', 'amount', 'sewing', 'work', 'gregor', 'even', 'learned', 'listening', 'evening', 'conversation', 'price', 'hoped', 'several', 'items', 'jewellery', 'belonging', 'family', 'sold', 'even', 'though', 'mother', 'sister', 'fond', 'wearing', 'functions', 'celebrations', 'loudest', 'complaint', 'although', 'flat', 'much', 'big', 'present', 'circumstances', 'could', 'move', 'imaginable', 'way', 'transferring', 'gregor', 'new', 'address', 'could', 'see', 'quite', 'well', 'though', 'reasons', 'consideration', 'made', 'difficult', 'move', 'would', 'quite', 'easy', 'transport', 'suitable', 'crate', 'air', 'holes', 'main', 'thing', 'holding', 'family', 'back', 'decision', 'move', 'much', 'total', 'despair', 'thought', 'struck', 'misfortune', 'unlike', 'anything', 'experienced', 'anyone', 'else', 'knew', 'related', 'carried', 'absolutely', 'everything', 'world', 'expects', 'poor', 'people', 'gregor', 'father', 'brought', 'bank', 'employees', 'breakfast', 'mother', 'sacrificed', 'washing', 'clothes', 'strangers', 'sister', 'ran', 'back', 'forth', 'behind', 'desk', 'behest', 'customers', 'strength', 'injury', 'gregor', 'back', 'began', 'hurt', 'much', 'new', 'come', 'back', 'taking', 'father', 'bed', 'gregor', 'mother', 'sister', 'would', 'leave', 'work', 'sit', 'close', 'together', 'cheek', 'cheek', 'mother', 'would', 'point', 'gregor', 'room', 'say', 'close', 'door', 'grete', 'dark', 'would', 'sit', 'next', 'room', 'tears', 'would', 'mingle', 'would', 'simply', 'sit', 'staring', 'dryeyed', 'table', 'gregor', 'hardly', 'slept', 'either', 'night', 'day', 'sometimes', 'would', 'think', 'taking', 'family', 'affairs', 'like', 'next', 'time', 'door', 'opened', 'long', 'forgotten', 'boss', 'chief', 'clerk', 'would', 'appear', 'thoughts', 'salesmen', 'apprentices', 'stupid', 'teaboy', 'two', 'three', 'friends', 'businesses', 'one', 'chambermaids', 'provincial', 'hotel', 'tender', 'memory', 'appeared', 'disappeared', 'cashier', 'hat', 'shop', 'attention', 'serious', 'slow', 'appeared', 'mixed', 'together', 'strangers', 'others', 'forgotten', 'instead', 'helping', 'family', 'inaccessible', 'glad', 'disappeared', 'times', 'mood', 'look', 'family', 'filled', 'simple', 'rage', 'lack', 'attention', 'shown', 'although', 'could', 'think', 'nothing', 'would', 'wanted', 'made', 'plans', 'could', 'get', 'pantry', 'could', 'take', 'things', 'entitled', 'even', 'hungry', 'gregor', 'sister', 'longer', 'thought', 'could', 'please', 'would', 'hurriedly', 'push', 'food', 'room', 'foot', 'rushed', 'work', 'morning', 'midday', 'evening', 'would', 'sweep', 'away', 'broom', 'indifferent', 'whether', 'eaten', 'often', 'left', 'totally', 'untouched', 'still', 'cleared', 'room', 'evening', 'could', 'quicker', 'smears', 'dirt', 'left', 'walls', 'little', 'balls', 'dust', 'filth', 'first', 'gregor', 'went', 'one', 'worst', 'places', 'sister', 'arrived', 'reproach', 'could', 'stayed', 'weeks', 'without', 'sister', 'anything', 'could', 'see', 'dirt', 'well', 'could', 'simply', 'decided', 'leave', 'time', 'became', 'touchy', 'way', 'quite', 'new', 'everyone', 'family', 'understood', 'cleaning', 'gregor', 'room', 'alone', 'gregor', 'mother', 'thoroughly', 'clean', 'room', 'needed', 'use', 'several', 'bucketfuls', 'water', 'although', 'much', 'dampness', 'also', 'made', 'gregor', 'ill', 'lay', 'flat', 'couch', 'bitter', 'immobile', 'mother', 'punished', 'still', 'done', 'hardly', 'sister', 'arrived', 'home', 'evening', 'noticed', 'change', 'gregor', 'room', 'highly', 'aggrieved', 'ran', 'back', 'living', 'room', 'despite', 'mothers', 'raised', 'imploring', 'hands', 'broke', 'convulsive', 'tears', 'father', 'course', 'startled', 'chair', 'two', 'parents', 'looked', 'astonished', 'helpless', 'became', 'agitated', 'gregor', 'father', 'standing', 'right', 'mother', 'accused', 'leaving', 'cleaning', 'gregor', 'room', 'sister', 'left', 'gregor', 'sister', 'screamed', 'never', 'clean', 'gregor', 'room', 'mother', 'tried', 'draw', 'father', 'beside', 'anger', 'bedroom', 'sister', 'quaking', 'tears', 'thumped', 'table', 'small', 'fists', 'gregor', 'hissed', 'anger', 'noone', 'even', 'thought', 'closing', 'door', 'save', 'sight', 'noise', 'gregor', 'sister', 'exhausted', 'going', 'work', 'looking', 'gregor', 'done', 'even', 'work', 'even', 'mother', 'ought', 'certainly', 'taken', 'place', 'gregor', 'hand', 'ought', 'neglected', 'though', 'charwoman', 'elderly', 'widow', 'robust', 'bone', 'structure', 'made', 'able', 'withstand', 'hardest', 'things', 'long', 'life', 'nt', 'really', 'repelled', 'gregor', 'chance', 'one', 'day', 'rather', 'real', 'curiosity', 'opened', 'door', 'gregors', 'room', 'found', 'face', 'face', 'taken', 'totally', 'surprise', 'noone', 'chasing', 'began', 'rush', 'fro', 'stood', 'amazement', 'hands', 'crossed', 'front', 'never', 'failed', 'open', 'door', 'slightly', 'every', 'evening', 'morning', 'look', 'briefly', 'first', 'would', 'call', 'words', 'probably', 'considered', 'friendly', 'come', 'old', 'dungbeetle', 'look', 'old', 'dungbeetle', 'gregor', 'never', 'responded', 'spoken', 'way', 'remained', 'without', 'moving', 'door', 'never', 'even', 'opened', 'told', 'charwoman', 'clean', 'room', 'every', 'day', 'instead', 'letting', 'disturb', 'reason', 'whenever', 'felt', 'like', 'one', 'day', 'early', 'morning', 'heavy', 'rain', 'struck', 'windowpanes', 'perhaps', 'indicating', 'spring', 'coming', 'began', 'speak', 'way', 'gregor', 'resentful', 'started', 'move', 'toward', 'slow', 'infirm', 'like', 'kind', 'attack', 'instead', 'afraid', 'charwoman', 'lifted', 'one', 'chairs', 'near', 'door', 'stood', 'mouth', 'open', 'clearly', 'intending', 'close', 'mouth', 'chair', 'hand', 'slammed', 'gregor', 'back', 'nt', 'coming', 'closer', 'asked', 'gregor', 'turned', 'round', 'calmly', 'put', 'chair', 'back', 'corner', 'gregor', 'almost', 'entirely', 'stopped', 'eating', 'happened', 'find', 'next', 'food', 'prepared', 'might', 'take', 'mouth', 'play', 'leave', 'hours', 'often', 'spit', 'first', 'thought', 'distress', 'state', 'room', 'stopped', 'eating', 'soon', 'got', 'used', 'changes', 'made', 'got', 'habit', 'putting', 'things', 'room', 'room', 'anywhere', 'else', 'many', 'things', 'one', 'rooms', 'flat', 'rented', 'three', 'gentlemen', 'earnest', 'gentlemen', 'three', 'full', 'beards', 'gregor', 'learned', 'peering', 'crack', 'door', 'one', 'day', 'painfully', 'insistent', 'things', 'tidy', 'meant', 'room', 'since', 'taken', 'room', 'establishment', 'entire', 'flat', 'especially', 'kitchen', 'unnecessary', 'clutter', 'something', 'could', 'tolerate', 'especially', 'dirty', 'moreover', 'brought', 'furnishings', 'equipment', 'reason', 'many', 'things', 'become', 'superfluous', 'although', 'could', 'sold', 'family', 'wish', 'discard', 'things', 'found', 'way', 'gregor', 'room', 'dustbins', 'kitchen', 'found', 'way', 'charwoman', 'always', 'hurry', 'anything', 'could', 'nt', 'use', 'time', 'would', 'chuck', 'fortunately', 'would', 'usually', 'see', 'object', 'hand', 'held', 'woman', 'likely', 'meant', 'fetch', 'things', 'back', 'time', 'opportunity', 'throw', 'everything', 'one', 'go', 'actually', 'happened', 'left', 'landed', 'first', 'thrown', 'unless', 'gregor', 'made', 'way', 'junk', 'moved', 'somewhere', 'else', 'first', 'moved', 'room', 'free', 'could', 'crawl', 'forced', 'later', 'came', 'enjoy', 'although', 'moving', 'way', 'left', 'sad', 'tired', 'death', 'would', 'remain', 'immobile', 'hours', 'afterwards', 'gentlemen', 'rented', 'room', 'would', 'sometimes', 'take', 'evening', 'meal', 'home', 'living', 'room', 'used', 'everyone', 'door', 'room', 'often', 'kept', 'closed', 'evening', 'gregor', 'found', 'easy', 'give', 'door', 'open', 'often', 'failed', 'make', 'use', 'open', 'without', 'family', 'noticed', 'lain', 'room', 'darkest', 'corner', 'one', 'time', 'though', 'charwoman', 'left', 'door', 'living', 'room', 'slightly', 'open', 'remained', 'open', 'gentlemen', 'rented', 'room', 'came', 'evening', 'light', 'put', 'sat', 'table', 'formerly', 'gregor', 'taken', 'meals', 'father', 'mother', 'unfolded', 'serviettes', 'picked', 'knives', 'forks', 'gregor', 'mother', 'immediately', 'appeared', 'doorway', 'dish', 'meat', 'soon', 'behind', 'came', 'sister', 'dish', 'piled', 'high', 'potatoes', 'food', 'steaming', 'filled', 'room', 'smell', 'gentlemen', 'bent', 'dishes', 'set', 'front', 'wanted', 'test', 'food', 'eating', 'gentleman', 'middle', 'seemed', 'count', 'authority', 'two', 'indeed', 'cut', 'piece', 'meat', 'still', 'dish', 'clearly', 'wishing', 'establish', 'whether', 'sufficiently', 'cooked', 'whether', 'sent', 'back', 'kitchen', 'satisfaction', 'gregor', 'mother', 'sister', 'looking', 'anxiously', 'began', 'breathe', 'smiled', 'family', 'ate', 'kitchen', 'nonetheless', 'gregors', 'father', 'came', 'living', 'room', 'went', 'kitchen', 'bowed', 'cap', 'hand', 'round', 'table', 'gentlemen', 'stood', 'one', 'mumbled', 'something', 'beards', 'alone', 'ate', 'near', 'perfect', 'silence', 'seemed', 'remarkable', 'gregor', 'various', 'noises', 'eating', 'chewing', 'teeth', 'could', 'still', 'heard', 'wanted', 'show', 'gregor', 'need', 'teeth', 'order', 'eat', 'possible', 'perform', 'anything', 'jaws', 'toothless', 'however', 'nice', 'might', 'like', 'eat', 'something', 'said', 'gregor', 'anxiously', 'anything', 'like', 'eating', 'feed', 'dying', 'throughout', 'time', 'gregor', 'could', 'remember', 'heard', 'violin', 'played', 'evening', 'began', 'heard', 'kitchen', 'three', 'gentlemen', 'already', 'finished', 'meal', 'one', 'middle', 'produced', 'newspaper', 'given', 'page', 'others', 'leant', 'back', 'chairs', 'reading', 'smoking', 'violin', 'began', 'playing', 'became', 'attentive', 'stood', 'went', 'tiptoe', 'door', 'hallway', 'stood', 'pressed', 'someone', 'must', 'heard', 'kitchen', 'gregor', 'father', 'called', 'playing', 'perhaps', 'unpleasant', 'gentlemen', 'stop', 'straight', 'away', 'contrary', 'said', 'middle', 'gentleman', 'would', 'young', 'lady', 'like', 'come', 'play', 'us', 'room', 'much', 'cosy', 'comfortable', 'oh', 'yes', 'love', 'called', 'back', 'gregor', 'father', 'violin', 'player', 'gentlemen', 'stepped', 'back', 'room', 'waited', 'gregor', 'father', 'soon', 'appeared', 'music', 'stand', 'mother', 'music', 'sister', 'violin', 'calmly', 'prepared', 'everything', 'begin', 'playing', 'parents', 'never', 'rented', 'room', 'therefore', 'showed', 'exaggerated', 'courtesy', 'towards', 'three', 'gentlemen', 'even', 'dare', 'sit', 'chairs', 'father', 'leant', 'door', 'right', 'hand', 'pushed', 'two', 'buttons', 'uniform', 'coat', 'mother', 'though', 'offered', 'seat', 'one', 'gentlemen', 'sat', 'leaving', 'chair', 'gentleman', 'happened', 'placed', 'way', 'corner', 'sister', 'began', 'play', 'father', 'mother', 'paid', 'close', 'attention', 'one', 'side', 'movements', 'hands', 'drawn', 'playing', 'gregor', 'dared', 'come', 'forward', 'little', 'already', 'head', 'living', 'room', 'taken', 'great', 'pride', 'considerate', 'hardly', 'occurred', 'become', 'thoughtless', 'others', 'reason', 'keep', 'hidden', 'covered', 'dust', 'lay', 'everywhere', 'room', 'flew', 'slightest', 'movement', 'carried', 'threads', 'hairs', 'remains', 'food', 'back', 'sides', 'much', 'indifferent', 'everything', 'lay', 'back', 'wipe', 'carpet', 'like', 'used', 'several', 'times', 'day', 'despite', 'condition', 'shy', 'move', 'forward', 'little', 'onto', 'immaculate', 'floor', 'living', 'room', 'noone', 'noticed', 'though', 'family', 'totally', 'preoccupied', 'violin', 'playing', 'first', 'three', 'gentlemen', 'put', 'hands', 'pockets', 'come', 'far', 'close', 'behind', 'music', 'stand', 'look', 'notes', 'played', 'must', 'disturbed', 'gregor', 'sister', 'soon', 'contrast', 'family', 'withdrew', 'back', 'window', 'heads', 'sunk', 'talking', 'half', 'volume', 'stayed', 'window', 'gregor', 'father', 'observed', 'anxiously', 'really', 'seemed', 'obvious', 'expected', 'hear', 'beautiful', 'entertaining', 'violin', 'playing', 'disappointed', 'enough', 'whole', 'performance', 'politeness', 'allowed', 'peace', 'disturbed', 'especially', 'unnerving', 'way', 'blew', 'smoke', 'cigarettes', 'upwards', 'mouth', 'noses', 'yet', 'gregor', 'sister', 'playing', 'beautifully', 'face', 'leant', 'one', 'side', 'following', 'lines', 'music', 'careful', 'melancholy', 'expression', 'gregor', 'crawled', 'little', 'forward', 'keeping', 'head', 'close', 'ground', 'could', 'meet', 'eyes', 'chance', 'came', 'animal', 'music', 'could', 'captivate', 'seemed', 'shown', 'way', 'unknown', 'nourishment', 'yearning', 'determined', 'make', 'way', 'forward', 'sister', 'tug', 'skirt', 'show', 'might', 'come', 'room', 'violin', 'noone', 'appreciated', 'playing', 'much', 'would', 'never', 'wanted', 'let', 'room', 'lived', 'anyway', 'shocking', 'appearance', 'use', 'wanted', 'every', 'door', 'room', 'hiss', 'spit', 'attackers', 'sister', 'forced', 'stay', 'though', 'stay', 'free', 'would', 'sit', 'beside', 'couch', 'ear', 'bent', 'told', 'always', 'intended', 'send', 'conservatory', 'would', 'told', 'everyone', 'last', 'christmas', 'christmas', 'really', 'come', 'gone', 'already', 'misfortune', 'nt', 'got', 'way', 'refuse', 'let', 'anyone', 'dissuade', 'hearing', 'sister', 'would', 'break', 'tears', 'emotion', 'gregor', 'would', 'climb', 'shoulder', 'kiss', 'neck', 'since', 'going', 'work', 'kept', 'free', 'without', 'necklace', 'collar', 'mr', 'samsa', 'shouted', 'middle', 'gentleman', 'gregor', 'father', 'pointing', 'without', 'wasting', 'words', 'forefinger', 'gregor', 'slowly', 'moved', 'forward', 'violin', 'went', 'silent', 'middle', 'three', 'gentlemen', 'first', 'smiled', 'two', 'friends', 'shaking', 'head', 'looked', 'back', 'gregor', 'father', 'seemed', 'think', 'important', 'calm', 'three', 'gentlemen', 'driving', 'gregor', 'even', 'though', 'upset', 'seemed', 'think', 'gregor', 'entertaining', 'violin', 'playing', 'rushed', 'arms', 'spread', 'attempted', 'drive', 'back', 'room', 'time', 'trying', 'block', 'view', 'gregor', 'body', 'become', 'little', 'annoyed', 'clear', 'whether', 'father', 'behaviour', 'annoyed', 'dawning', 'realisation', 'neighbour', 'like', 'gregor', 'next', 'room', 'without', 'knowing', 'asked', 'gregor', 'father', 'explanations', 'raised', 'arms', 'like', 'tugged', 'excitedly', 'beards', 'moved', 'back', 'towards', 'room', 'slowly', 'meanwhile', 'gregor', 'sister', 'overcome', 'despair', 'fallen', 'playing', 'suddenly', 'interrupted', 'let', 'hands', 'drop', 'let', 'violin', 'bow', 'hang', 'limply', 'continued', 'look', 'music', 'still', 'playing', 'suddenly', 'pulled', 'together', 'lay', 'instrument', 'mother', 'lap', 'still', 'sat', 'laboriously', 'struggling', 'breath', 'ran', 'next', 'room', 'pressure', 'father', 'three', 'gentlemen', 'quickly', 'moving', 'toward', 'sister', 'experienced', 'hand', 'pillows', 'covers', 'beds', 'flew', 'put', 'order', 'already', 'finished', 'making', 'beds', 'slipped', 'three', 'gentlemen', 'reached', 'room', 'gregor', 'father', 'seemed', 'obsessed', 'forgot', 'respect', 'owed', 'tenants', 'urged', 'pressed', 'already', 'door', 'room', 'middle', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'stamped', 'foot', 'thereby', 'brought', 'gregor', 'father', 'halt', 'declare', 'said', 'raising', 'hand', 'glancing', 'gregor', 'mother', 'sister', 'gain', 'attention', 'regard', 'repugnant', 'conditions', 'prevail', 'flat', 'family', 'looked', 'briefly', 'decisively', 'floor', 'give', 'immediate', 'notice', 'room', 'days', 'living', 'course', 'pay', 'nothing', 'contrary', 'consider', 'whether', 'proceed', 'kind', 'action', 'damages', 'believe', 'would', 'easy', 'set', 'grounds', 'action', 'silent', 'looked', 'straight', 'ahead', 'waiting', 'something', 'indeed', 'two', 'friends', 'joined', 'words', 'also', 'give', 'immediate', 'notice', 'took', 'hold', 'door', 'handle', 'slammed', 'door', 'gregor', 'father', 'staggered', 'back', 'seat', 'feeling', 'way', 'hands', 'fell', 'looked', 'stretching', 'usual', 'evening', 'nap', 'uncontrolled', 'way', 'head', 'kept', 'nodding', 'could', 'seen', 'sleeping', 'throughout', 'gregor', 'lain', 'still', 'three', 'gentlemen', 'first', 'seen', 'disappointment', 'failure', 'plan', 'perhaps', 'also', 'weak', 'hunger', 'made', 'impossible', 'move', 'sure', 'everyone', 'would', 'turn', 'moment', 'waited', 'even', 'startled', 'state', 'violin', 'mother', 'lap', 'fell', 'trembling', 'fingers', 'landed', 'loudly', 'floor', 'father', 'mother', 'said', 'sister', 'hitting', 'table', 'hand', 'introduction', 'ca', 'nt', 'carry', 'like', 'maybe', 'ca', 'nt', 'see', 'nt', 'want', 'call', 'monster', 'brother', 'say', 'try', 'get', 'rid', 'done', 'thats', 'humanly', 'possible', 'look', 'patient', 'nt', 'think', 'anyone', 'could', 'accuse', 'us', 'anything', 'wrong', 'absolutely', 'right', 'said', 'gregor', 'father', 'mother', 'still', 'time', 'catch', 'breath', 'began', 'cough', 'dully', 'hand', 'held', 'front', 'deranged', 'expression', 'eyes', 'gregor', 'sister', 'rushed', 'mother', 'put', 'hand', 'forehead', 'words', 'seemed', 'give', 'gregor', 'father', 'definite', 'ideas', 'sat', 'upright', 'played', 'uniform', 'cap', 'plates', 'left', 'three', 'gentlemen', 'meal', 'occasionally', 'looked', 'gregor', 'lay', 'immobile', 'try', 'get', 'rid', 'said', 'gregor', 'sister', 'speaking', 'father', 'mother', 'occupied', 'coughing', 'listen', 'death', 'see', 'coming', 'ca', 'nt', 'work', 'hard', 'come', 'home', 'tortured', 'like', 'ca', 'nt', 'endure', 'ca', 'nt', 'endure', 'broke', 'heavily', 'tears', 'flowed', 'face', 'mother', 'wiped', 'away', 'mechanical', 'hand', 'movements', 'child', 'said', 'father', 'sympathy', 'obvious', 'understanding', 'sister', 'shrugged', 'shoulders', 'sign', 'helplessness', 'tears', 'taken', 'hold', 'displacing', 'earlier', 'certainty', 'could', 'understand', 'us', 'said', 'father', 'almost', 'question', 'sister', 'shook', 'hand', 'vigorously', 'tears', 'sign', 'question', 'could', 'understand', 'us', 'repeated', 'gregor', 'father', 'closing', 'eyes', 'acceptance', 'sister', 'certainty', 'quite', 'impossible', 'perhaps', 'could', 'come', 'kind', 'arrangement', 'got', 'go', 'shouted', 'sister', 'way', 'father', 'got', 'get', 'rid', 'idea', 'gregor', 'harmed', 'believing', 'long', 'gregor', 'gregor', 'would', 'seen', 'long', 'ago', 'possible', 'human', 'beings', 'live', 'animal', 'like', 'would', 'gone', 'free', 'would', 'nt', 'brother', 'could', 'carry', 'lives', 'remember', 'respect', 'animal', 'persecuting', 'us', 'driven', 'tenants', 'obviously', 'wants', 'take', 'whole', 'flat', 'force', 'us', 'sleep', 'streets', 'father', 'look', 'look', 'suddenly', 'screamed', 'starting', 'alarm', 'totally', 'beyond', 'gregor', 'comprehension', 'sister', 'even', 'abandoned', 'mother', 'pushed', 'vigorously', 'chair', 'willing', 'sacrifice', 'mother', 'stay', 'anywhere', 'near', 'gregor', 'rushed', 'behind', 'father', 'become', 'excited', 'merely', 'stood', 'half', 'raising', 'hands', 'front', 'gregor', 'sister', 'protect', 'gregor', 'intention', 'frightening', 'anyone', 'least', 'sister', 'done', 'begin', 'turn', 'round', 'could', 'go', 'back', 'room', 'although', 'quite', 'startling', 'painwracked', 'condition', 'meant', 'turning', 'round', 'required', 'great', 'deal', 'effort', 'using', 'head', 'help', 'repeatedly', 'raising', 'striking', 'floor', 'stopped', 'looked', 'round', 'seemed', 'realised', 'good', 'intention', 'alarmed', 'briefly', 'looked', 'unhappy', 'silence', 'mother', 'lay', 'chair', 'legs', 'stretched', 'pressed', 'eyes', 'nearly', 'closed', 'exhaustion', 'sister', 'sat', 'next', 'father', 'arms', 'around', 'neck', 'maybe', 'let', 'turn', 'round', 'thought', 'gregor', 'went', 'back', 'work', 'could', 'help', 'panting', 'loudly', 'effort', 'sometimes', 'stop', 'take', 'rest', 'noone', 'making', 'rush', 'everything', 'left', 'soon', 'finally', 'finished', 'turning', 'round', 'began', 'move', 'straight', 'ahead', 'amazed', 'great', 'distance', 'separated', 'room', 'could', 'understand', 'covered', 'distance', 'weak', 'state', 'little', 'almost', 'without', 'noticing', 'concentrated', 'crawling', 'fast', 'could', 'hardly', 'noticed', 'word', 'cry', 'family', 'distract', 'turn', 'head', 'reached', 'doorway', 'turn', 'way', 'round', 'felt', 'neck', 'becoming', 'stiff', 'nonetheless', 'enough', 'see', 'nothing', 'behind', 'changed', 'sister', 'stood', 'last', 'glance', 'saw', 'mother', 'fallen', 'completely', 'asleep', 'hardly', 'inside', 'room', 'door', 'hurriedly', 'shut', 'bolted', 'locked', 'sudden', 'noise', 'behind', 'gregor', 'startled', 'little', 'legs', 'collapsed', 'sister', 'much', 'rush', 'standing', 'waiting', 'sprung', 'forward', 'lightly', 'gregor', 'heard', 'coming', 'turned', 'key', 'lock', 'said', 'loudly', 'parents', 'last', 'gregor', 'asked', 'looked', 'round', 'darkness', 'soon', 'made', 'discovery', 'could', 'longer', 'move', 'surprise', 'seemed', 'rather', 'able', 'actually', 'move', 'around', 'spindly', 'little', 'legs', 'unnatural', 'also', 'felt', 'relatively', 'comfortable', 'true', 'entire', 'body', 'aching', 'pain', 'seemed', 'slowly', 'getting', 'weaker', 'weaker', 'would', 'finally', 'disappear', 'altogether', 'could', 'already', 'hardly', 'feel', 'decayed', 'apple', 'back', 'inflamed', 'area', 'around', 'entirely', 'covered', 'white', 'dust', 'thought', 'back', 'family', 'emotion', 'love', 'possible', 'felt', 'must', 'go', 'away', 'even', 'strongly', 'sister', 'remained', 'state', 'empty', 'peaceful', 'rumination', 'heard', 'clock', 'tower', 'strike', 'three', 'morning', 'watched', 'slowly', 'began', 'get', 'light', 'everywhere', 'outside', 'window', 'without', 'willing', 'head', 'sank', 'completely', 'last', 'breath', 'flowed', 'weakly', 'nostrils', 'cleaner', 'came', 'early', 'morning', 'often', 'asked', 'keep', 'slamming', 'doors', 'strength', 'hurry', 'still', 'everyone', 'flat', 'knew', 'shed', 'arrived', 'impossible', 'sleep', 'peace', 'made', 'usual', 'brief', 'look', 'gregor', 'first', 'found', 'nothing', 'special', 'thought', 'laying', 'still', 'purpose', 'playing', 'martyr', 'attributed', 'possible', 'understanding', 'happened', 'holding', 'long', 'broom', 'hand', 'tried', 'tickle', 'gregor', 'doorway', 'success', 'tried', 'make', 'nuisance', 'poked', 'little', 'found', 'could', 'shove', 'across', 'floor', 'resistance', 'start', 'pay', 'attention', 'soon', 'realised', 'really', 'happened', 'opened', 'eyes', 'wide', 'whistled', 'waste', 'time', 'yank', 'open', 'bedroom', 'doors', 'shout', 'loudly', 'darkness', 'bedrooms', 'come', 'ave', 'look', 'dead', 'lying', 'stone', 'dead', 'mr', 'mrs', 'samsa', 'sat', 'upright', 'marriage', 'bed', 'make', 'effort', 'get', 'shock', 'caused', 'cleaner', 'could', 'grasp', 'saying', 'side', 'hurried', 'bed', 'mr', 'samsa', 'threw', 'blanket', 'shoulders', 'mrs', 'samsa', 'came', 'nightdress', 'went', 'gregor', 'room', 'way', 'opened', 'door', 'living', 'room', 'grete', 'sleeping', 'since', 'three', 'gentlemen', 'moved', 'fully', 'dressed', 'never', 'asleep', 'paleness', 'face', 'seemed', 'confirm', 'dead', 'asked', 'mrs', 'samsa', 'looking', 'charwoman', 'enquiringly', 'even', 'though', 'could', 'checked', 'could', 'known', 'even', 'without', 'checking', 'said', 'replied', 'cleaner', 'prove', 'gave', 'gregor', 'body', 'another', 'shove', 'broom', 'sending', 'sideways', 'across', 'floor', 'mrs', 'samsa', 'made', 'movement', 'wanted', 'hold', 'back', 'broom', 'complete', 'said', 'mr', 'samsa', 'let', 'give', 'thanks', 'god', 'crossed', 'three', 'women', 'followed', 'example', 'grete', 'taken', 'eyes', 'corpse', 'said', 'look', 'thin', 'nt', 'eat', 'anything', 'long', 'food', 'came', 'went', 'gregors', 'body', 'indeed', 'completely', 'dried', 'flat', 'seen', 'lifted', 'little', 'legs', 'anything', 'make', 'look', 'away', 'grete', 'come', 'us', 'little', 'said', 'mrs', 'samsa', 'pained', 'smile', 'grete', 'followed', 'parents', 'bedroom', 'without', 'looking', 'back', 'body', 'cleaner', 'shut', 'door', 'opened', 'window', 'wide', 'although', 'still', 'early', 'morning', 'fresh', 'air', 'something', 'warmth', 'mixed', 'already', 'end', 'march', 'three', 'gentlemen', 'stepped', 'room', 'looked', 'round', 'amazement', 'breakfasts', 'forgotten', 'breakfast', 'middle', 'gentleman', 'asked', 'cleaner', 'irritably', 'put', 'finger', 'lips', 'made', 'quick', 'silent', 'sign', 'men', 'might', 'like', 'come', 'gregors', 'room', 'stood', 'around', 'gregor', 'corpse', 'hands', 'pockets', 'wellworn', 'coats', 'quite', 'light', 'room', 'door', 'bedroom', 'opened', 'mr', 'samsa', 'appeared', 'uniform', 'wife', 'one', 'arm', 'daughter', 'crying', 'little', 'grete', 'pressed', 'face', 'father', 'arm', 'leave', 'home', 'said', 'mr', 'samsa', 'indicating', 'door', 'without', 'letting', 'women', 'mean', 'asked', 'middle', 'three', 'gentlemen', 'somewhat', 'disconcerted', 'smiled', 'sweetly', 'two', 'held', 'hands', 'behind', 'backs', 'continually', 'rubbed', 'together', 'gleeful', 'anticipation', 'loud', 'quarrel', 'could', 'end', 'favour', 'mean', 'said', 'answered', 'mr', 'samsa', 'two', 'companions', 'went', 'straight', 'line', 'towards', 'man', 'first', 'stood', 'still', 'looking', 'ground', 'contents', 'head', 'rearranging', 'new', 'positions', 'alright', 'go', 'said', 'looked', 'mr', 'samsa', 'suddenly', 'overcome', 'humility', 'wanted', 'permission', 'mr', 'samsa', 'decision', 'mr', 'samsa', 'merely', 'opened', 'eyes', 'wide', 'briefly', 'nodded', 'several', 'times', 'without', 'delay', 'man', 'actually', 'take', 'long', 'strides', 'front', 'hallway', 'two', 'friends', 'stopped', 'rubbing', 'hands', 'time', 'listening', 'said', 'jumped', 'friend', 'taken', 'sudden', 'fear', 'mr', 'samsa', 'might', 'go', 'hallway', 'front', 'break', 'connection', 'leader', 'three', 'took', 'hats', 'stand', 'took', 'sticks', 'holder', 'bowed', 'without', 'word', 'left', 'premises', 'mr', 'samsa', 'two', 'women', 'followed', 'onto', 'landing', 'reason', 'mistrust', 'men', 'intentions', 'leaned', 'landing', 'saw', 'three', 'gentlemen', 'made', 'slow', 'steady', 'progress', 'many', 'steps', 'turned', 'corner', 'floor', 'disappeared', 'would', 'reappear', 'moments', 'later', 'went', 'samsa', 'family', 'lost', 'interest', 'butchers', 'boy', 'proud', 'posture', 'tray', 'head', 'passed', 'way', 'came', 'nearer', 'mr', 'samsa', 'women', 'came', 'away', 'landing', 'went', 'relieved', 'back', 'flat', 'decided', 'best', 'way', 'make', 'use', 'day', 'relaxation', 'go', 'walk', 'earned', 'break', 'work', 'serious', 'need', 'sat', 'table', 'wrote', 'three', 'letters', 'excusal', 'mr', 'samsa', 'employers', 'mrs', 'samsa', 'contractor', 'grete', 'principal', 'cleaner', 'came', 'writing', 'tell', 'going', 'finished', 'work', 'morning', 'three', 'first', 'nodded', 'without', 'looking', 'writing', 'cleaner', 'still', 'seem', 'want', 'leave', 'looked', 'irritation', 'well', 'asked', 'mr', 'samsa', 'charwoman', 'stood', 'doorway', 'smile', 'face', 'tremendous', 'good', 'news', 'report', 'would', 'clearly', 'asked', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'hat', 'source', 'irritation', 'mr', 'samsa', 'time', 'working', 'swayed', 'gently', 'directions', 'want', 'asked', 'mrs', 'samsa', 'cleaner', 'respect', 'yes', 'answered', 'broke', 'friendly', 'laugh', 'made', 'unable', 'speak', 'straight', 'away', 'well', 'thing', 'need', 'nt', 'worry', 'going', 'get', 'rid', 'sorted', 'mrs', 'samsa', 'grete', 'bent', 'letters', 'intent', 'continuing', 'writing', 'mr', 'samsa', 'saw', 'cleaner', 'wanted', 'start', 'describing', 'everything', 'detail', 'outstretched', 'hand', 'made', 'quite', 'clear', 'prevented', 'telling', 'suddenly', 'remembered', 'hurry', 'clearly', 'peeved', 'called', 'cheerio', 'everyone', 'turned', 'round', 'sharply', 'left', 'slamming', 'door', 'terribly', 'went', 'tonight', 'gets', 'sacked', 'said', 'mr', 'samsa', 'received', 'reply', 'either', 'wife', 'daughter', 'charwoman', 'seemed', 'destroyed', 'peace', 'gained', 'got', 'went', 'window', 'remained', 'arms', 'around', 'mr', 'samsa', 'twisted', 'round', 'chair', 'look', 'sat', 'watching', 'called', 'come', 'let', 'forget', 'old', 'stuff', 'shall', 'come', 'give', 'bit', 'attention', 'two', 'women', 'immediately', 'said', 'hurrying', 'kissed', 'hugged', 'quickly', 'finished', 'letters', 'three', 'left', 'flat', 'together', 'something', 'done', 'months', 'took', 'tram', 'open', 'country', 'outside', 'town', 'tram', 'filled', 'warm', 'sunshine', 'leant', 'back', 'comfortably', 'seats', 'discussed', 'prospects', 'found', 'closer', 'examination', 'bad', 'never', 'asked', 'work', 'three', 'jobs', 'good', 'held', 'particularly', 'good', 'promise', 'future', 'greatest', 'improvement', 'time', 'course', 'would', 'achieved', 'quite', 'easily', 'moving', 'house', 'needed', 'flat', 'smaller', 'cheaper', 'current', 'one', 'chosen', 'gregor', 'one', 'better', 'location', 'practical', 'time', 'grete', 'becoming', 'livelier', 'worry', 'late', 'cheeks', 'become', 'pale', 'talking', 'mr', 'mrs', 'samsa', 'struck', 'almost', 'simultaneously', 'thought', 'daughter', 'blossoming', 'well', 'built', 'beautiful', 'young', 'lady', 'became', 'quieter', 'glance', 'almost', 'without', 'knowing', 'agreed', 'would', 'soon', 'time', 'find', 'good', 'man', 'confirmation', 'new', 'dreams', 'good', 'intentions', 'soon', 'reached', 'destination', 'grete', 'first', 'get', 'stretch', 'young', 'body', 'updated', 'editions', 'replace', 'previous', 'one', 'old', 'editions', 'renamed', 'creating', 'works', 'public', 'domain', 'print', 'editions', 'means', 'one', 'owns', 'united', 'states', 'copyright', 'works', 'foundation', 'copy', 'distribute', 'united', 'states', 'without', 'permission', 'without', 'paying', 'copyright', 'royalties', 'special', 'rules', 'set', 'forth', 'general', 'terms', 'use', 'part', 'license', 'apply', 'copying', 'distributing', 'project', 'gutenbergtm', 'electronic', 'works', 'protect', 'project', 'gutenbergtm', 'concept', 'trademark', 'project', 'gutenberg', 'registered', 'trademark', 'may', 'used', 'charge', 'ebooks', 'unless', 'receive', 'specific', 'permission', 'charge', 'anything', 'copies', 'ebook', 'complying', 'rules', 'easy', 'may', 'use', 'ebook', 'nearly', 'purpose', 'creation', 'derivative', 'works', 'reports', 'performances', 'research', 'may', 'modified', 'printed', 'given', 'away', 'may', 'practically', 'anything', 'public', 'domain', 'ebooks', 'redistribution', 'subject', 'trademark', 'license', 'especially', 'commercial', 'redistribution', 'reading', 'using', 'part', 'project', 'gutenbergtm', 'electronic', 'work', 'indicate', 'read', 'understand', 'agree', 'accept', 'terms', 'license', 'intellectual', 'property', 'trademarkcopyright', 'agreement', 'agree', 'abide', 'terms', 'agreement', 'must', 'cease', 'using', 'return', 'destroy', 'copies', 'project', 'gutenbergtm', 'electronic', 'works', 'possession', 'paid', 'fee', 'obtaining', 'copy', 'access', 'project', 'gutenbergtm', 'electronic', 'work', 'agree', 'bound', 'terms', 'agreement', 'may', 'obtain', 'refund', 'person', 'entity', 'paid', 'fee', 'set', 'forth', 'paragraph', 'project', 'gutenberg', 'registered', 'trademark', 'may', 'used', 'associated', 'way', 'electronic', 'work', 'people', 'agree', 'bound', 'terms', 'agreement', 'things', 'project', 'gutenbergtm', 'electronic', 'works', 'even', 'without', 'complying', 'full', 'terms', 'agreement', 'see', 'paragraph', 'lot', 'things', 'project', 'gutenbergtm', 'electronic', 'works', 'follow', 'terms', 'agreement', 'help', 'preserve', 'free', 'future', 'access', 'project', 'gutenbergtm', 'electronic', 'works', 'see', 'paragraph', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'foundation', 'pglaf', 'owns', 'compilation', 'copyright', 'collection', 'project', 'gutenbergtm', 'electronic', 'works', 'nearly', 'individual', 'works', 'collection', 'public', 'domain', 'united', 'states', 'individual', 'work', 'public', 'domain', 'united', 'states', 'located', 'united', 'states', 'claim', 'right', 'prevent', 'copying', 'distributing', 'performing', 'displaying', 'creating', 'derivative', 'works', 'based', 'work', 'long', 'references', 'project', 'gutenberg', 'removed', 'course', 'hope', 'support', 'project', 'gutenbergtm', 'mission', 'promoting', 'free', 'access', 'electronic', 'works', 'freely', 'sharing', 'project', 'gutenbergtm', 'works', 'compliance', 'terms', 'agreement', 'keeping', 'project', 'gutenbergtm', 'name', 'associated', 'work', 'easily', 'comply', 'terms', 'agreement', 'keeping', 'work', 'format', 'attached', 'full', 'project', 'gutenbergtm', 'license', 'share', 'without', 'charge', 'others', 'particular', 'work', 'one', 'copyrighted', 'individual', 'works', 'included', 'permission', 'copyright', 'holder', 'information', 'copyright', 'owner', 'particular', 'work', 'terms', 'use', 'imposed', 'copyright', 'holder', 'work', 'set', 'forth', 'beginning', 'work', 'copyright', 'laws', 'place', 'located', 'also', 'govern', 'work', 'copyright', 'laws', 'countries', 'constant', 'state', 'change', 'outside', 'united', 'states', 'check', 'laws', 'country', 'addition', 'terms', 'agreement', 'downloading', 'copying', 'displaying', 'performing', 'distributing', 'creating', 'derivative', 'works', 'based', 'work', 'project', 'gutenbergtm', 'work', 'foundation', 'makes', 'representations', 'concerning', 'copyright', 'status', 'work', 'country', 'outside', 'united', 'states', 'unless', 'removed', 'references', 'project', 'gutenberg', 'following', 'sentence', 'active', 'links', 'immediate', 'access', 'full', 'project', 'gutenbergtm', 'license', 'must', 'appear', 'prominently', 'whenever', 'copy', 'project', 'gutenbergtm', 'work', 'work', 'phrase', 'project', 'gutenberg', 'appears', 'phrase', 'project', 'gutenberg', 'associated', 'accessed', 'displayed', 'performed', 'viewed', 'copied', 'distributed', 'ebook', 'use', 'anyone', 'anywhere', 'cost', 'almost', 'restrictions', 'whatsoever', 'may', 'copy', 'give', 'away', 'reuse', 'terms', 'project', 'gutenberg', 'license', 'included', 'ebook', 'online', 'wwwgutenbergorg', 'individual', 'project', 'gutenbergtm', 'electronic', 'work', 'derived', 'public', 'domain', 'contain', 'notice', 'indicating', 'posted', 'permission', 'copyright', 'holder', 'work', 'copied', 'distributed', 'anyone', 'united', 'states', 'without', 'paying', 'fees', 'charges', 'redistributing', 'providing', 'access', 'work', 'phrase', 'project', 'gutenberg', 'associated', 'appearing', 'work', 'must', 'comply', 'either', 'requirements', 'paragraphs', 'obtain', 'permission', 'use', 'work', 'project', 'gutenbergtm', 'trademark', 'set', 'forth', 'paragraphs', 'individual', 'project', 'gutenbergtm', 'electronic', 'work', 'posted', 'permission', 'copyright', 'holder', 'use', 'distribution', 'must', 'comply', 'paragraphs', 'additional', 'terms', 'imposed', 'copyright', 'holder', 'additional', 'terms', 'linked', 'project', 'gutenbergtm', 'license', 'works', 'posted', 'permission', 'copyright', 'holder', 'found', 'beginning', 'work', 'unlink', 'detach', 'remove', 'full', 'project', 'gutenbergtm', 'license', 'terms', 'work', 'files', 'containing', 'part', 'work', 'work', 'associated', 'project', 'gutenbergtm', 'copy', 'display', 'perform', 'distribute', 'redistribute', 'electronic', 'work', 'part', 'electronic', 'work', 'without', 'prominently', 'displaying', 'sentence', 'set', 'forth', 'paragraph', 'active', 'links', 'immediate', 'access', 'full', 'terms', 'project', 'gutenbergtm', 'license', 'may', 'convert', 'distribute', 'work', 'binary', 'compressed', 'marked', 'nonproprietary', 'proprietary', 'form', 'including', 'word', 'processing', 'hypertext', 'form', 'however', 'provide', 'access', 'distribute', 'copies', 'project', 'gutenbergtm', 'work', 'format', 'plain', 'vanilla', 'ascii', 'format', 'used', 'official', 'version', 'posted', 'official', 'project', 'gutenbergtm', 'web', 'site', 'wwwgutenbergorg', 'must', 'additional', 'cost', 'fee', 'expense', 'user', 'provide', 'copy', 'means', 'exporting', 'copy', 'means', 'obtaining', 'copy', 'upon', 'request', 'work', 'original', 'plain', 'vanilla', 'ascii', 'form', 'alternate', 'format', 'must', 'include', 'full', 'project', 'gutenbergtm', 'license', 'specified', 'paragraph', 'charge', 'fee', 'access', 'viewing', 'displaying', 'performing', 'copying', 'distributing', 'project', 'gutenbergtm', 'works', 'unless', 'comply', 'paragraph', 'may', 'charge', 'reasonable', 'fee', 'copies', 'providing', 'access', 'distributing', 'project', 'gutenbergtm', 'electronic', 'works', 'provided', 'pay', 'royalty', 'fee', 'gross', 'profits', 'derive', 'use', 'project', 'gutenbergtm', 'works', 'calculated', 'using', 'method', 'already', 'use', 'calculate', 'applicable', 'taxes', 'fee', 'owed', 'owner', 'project', 'gutenbergtm', 'trademark', 'agreed', 'donate', 'royalties', 'paragraph', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'royalty', 'payments', 'must', 'paid', 'within', 'days', 'following', 'date', 'prepare', 'legally', 'required', 'prepare', 'periodic', 'tax', 'returns', 'royalty', 'payments', 'clearly', 'marked', 'sent', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'address', 'specified', 'section', 'information', 'donations', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'provide', 'full', 'refund', 'money', 'paid', 'user', 'notifies', 'writing', 'email', 'within', 'days', 'receipt', 'agree', 'terms', 'full', 'project', 'gutenbergtm', 'license', 'must', 'require', 'user', 'return', 'destroy', 'copies', 'works', 'possessed', 'physical', 'medium', 'discontinue', 'use', 'access', 'copies', 'project', 'gutenbergtm', 'works', 'provide', 'accordance', 'paragraph', 'full', 'refund', 'money', 'paid', 'work', 'replacement', 'copy', 'defect', 'electronic', 'work', 'discovered', 'reported', 'within', 'days', 'receipt', 'work', 'comply', 'terms', 'agreement', 'free', 'distribution', 'project', 'gutenbergtm', 'works', 'wish', 'charge', 'fee', 'distribute', 'project', 'gutenbergtm', 'electronic', 'work', 'group', 'works', 'different', 'terms', 'set', 'forth', 'agreement', 'must', 'obtain', 'permission', 'writing', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'michael', 'hart', 'owner', 'project', 'gutenbergtm', 'trademark', 'contact', 'foundation', 'set', 'forth', 'section', 'project', 'gutenberg', 'volunteers', 'employees', 'expend', 'considerable', 'effort', 'identify', 'copyright', 'research', 'transcribe', 'proofread', 'public', 'domain', 'works', 'creating', 'project', 'gutenbergtm', 'collection', 'despite', 'efforts', 'project', 'gutenbergtm', 'electronic', 'works', 'medium', 'may', 'stored', 'may', 'contain', 'defects', 'limited', 'incomplete', 'inaccurate', 'corrupt', 'data', 'transcription', 'errors', 'copyright', 'intellectual', 'property', 'infringement', 'defective', 'damaged', 'disk', 'medium', 'computer', 'virus', 'computer', 'codes', 'damage', 'read', 'equipment', 'limited', 'warranty', 'disclaimer', 'damages', 'except', 'right', 'replacement', 'refund', 'described', 'paragraph', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'owner', 'project', 'gutenbergtm', 'trademark', 'party', 'distributing', 'project', 'gutenbergtm', 'electronic', 'work', 'agreement', 'disclaim', 'liability', 'damages', 'costs', 'expenses', 'including', 'legal', 'fees', 'agree', 'remedies', 'negligence', 'strict', 'liability', 'breach', 'warranty', 'breach', 'contract', 'except', 'provided', 'paragraph', 'agree', 'foundation', 'trademark', 'owner', 'distributor', 'agreement', 'liable', 'actual', 'direct', 'indirect', 'consequential', 'punitive', 'incidental', 'damages', 'even', 'give', 'notice', 'possibility', 'damage', 'limited', 'right', 'replacement', 'refund', 'discover', 'defect', 'electronic', 'work', 'within', 'days', 'receiving', 'receive', 'refund', 'money', 'paid', 'sending', 'written', 'explanation', 'person', 'received', 'work', 'received', 'work', 'physical', 'medium', 'must', 'return', 'medium', 'written', 'explanation', 'person', 'entity', 'provided', 'defective', 'work', 'may', 'elect', 'provide', 'replacement', 'copy', 'lieu', 'refund', 'received', 'work', 'electronically', 'person', 'entity', 'providing', 'may', 'choose', 'give', 'second', 'opportunity', 'receive', 'work', 'electronically', 'lieu', 'refund', 'second', 'copy', 'also', 'defective', 'may', 'demand', 'refund', 'writing', 'without', 'opportunities', 'fix', 'problem', 'except', 'limited', 'right', 'replacement', 'refund', 'set', 'forth', 'paragraph', 'work', 'provided', 'asis', 'warranties', 'kind', 'express', 'implied', 'including', 'limited', 'warranties', 'merchantibility', 'fitness', 'purpose', 'states', 'allow', 'disclaimers', 'certain', 'implied', 'warranties', 'exclusion', 'limitation', 'certain', 'types', 'damages', 'disclaimer', 'limitation', 'set', 'forth', 'agreement', 'violates', 'law', 'state', 'applicable', 'agreement', 'agreement', 'shall', 'interpreted', 'make', 'maximum', 'disclaimer', 'limitation', 'permitted', 'applicable', 'state', 'law', 'invalidity', 'unenforceability', 'provision', 'agreement', 'shall', 'void', 'remaining', 'provisions', 'indemnity', 'agree', 'indemnify', 'hold', 'foundation', 'trademark', 'owner', 'agent', 'employee', 'foundation', 'anyone', 'providing', 'copies', 'project', 'gutenbergtm', 'electronic', 'works', 'accordance', 'agreement', 'volunteers', 'associated', 'production', 'promotion', 'distribution', 'project', 'gutenbergtm', 'electronic', 'works', 'harmless', 'liability', 'costs', 'expenses', 'including', 'legal', 'fees', 'arise', 'directly', 'indirectly', 'following', 'cause', 'occur', 'distribution', 'project', 'gutenbergtm', 'work', 'b', 'alteration', 'modification', 'additions', 'deletions', 'project', 'gutenbergtm', 'work', 'c', 'defect', 'cause', 'section', 'information', 'mission', 'project', 'gutenbergtm', 'project', 'gutenbergtm', 'synonymous', 'free', 'distribution', 'electronic', 'works', 'formats', 'readable', 'widest', 'variety', 'computers', 'including', 'obsolete', 'old', 'middleaged', 'new', 'computers', 'exists', 'efforts', 'hundreds', 'volunteers', 'donations', 'people', 'walks', 'life', 'volunteers', 'financial', 'support', 'provide', 'volunteers', 'assistance', 'need', 'critical', 'reaching', 'project', 'gutenbergtms', 'goals', 'ensuring', 'project', 'gutenbergtm', 'collection', 'remain', 'freely', 'available', 'generations', 'come', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'created', 'provide', 'secure', 'permanent', 'future', 'project', 'gutenbergtm', 'future', 'generations', 'learn', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'efforts', 'donations', 'help', 'see', 'sections', 'foundation', 'web', 'page', 'https', 'wwwpglaforg', 'section', 'information', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'non', 'profit', 'c', 'educational', 'corporation', 'organized', 'laws', 'state', 'mississippi', 'granted', 'tax', 'exempt', 'status', 'internal', 'revenue', 'service', 'foundation', 'ein', 'federal', 'tax', 'identification', 'number', 'c', 'letter', 'posted', 'https', 'pglaforgfundraising', 'contributions', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'tax', 'deductible', 'full', 'extent', 'permitted', 'us', 'federal', 'laws', 'state', 'laws', 'foundation', 'principal', 'office', 'located', 'melan', 'dr', 'fairbanks', 'ak', 'volunteers', 'employees', 'scattered', 'throughout', 'numerous', 'locations', 'business', 'office', 'located', 'north', 'west', 'salt', 'lake', 'city', 'ut', 'email', 'business', 'pglaforg', 'email', 'contact', 'links', 'date', 'contact', 'information', 'found', 'foundation', 'web', 'site', 'official', 'page', 'https', 'pglaforg', 'section', 'information', 'donations', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'project', 'gutenbergtm', 'depends', 'upon', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'donations', 'carry', 'mission', 'increasing', 'number', 'public', 'domain', 'licensed', 'works', 'freely', 'distributed', 'machine', 'readable', 'form', 'accessible', 'widest', 'array', 'equipment', 'including', 'outdated', 'equipment', 'many', 'small', 'donations', 'particularly', 'important', 'maintaining', 'tax', 'exempt', 'status', 'irs', 'foundation', 'committed', 'complying', 'laws', 'regulating', 'charities', 'charitable', 'donations', 'states', 'united', 'states', 'compliance', 'requirements', 'uniform', 'takes', 'considerable', 'effort', 'much', 'paperwork', 'many', 'fees', 'meet', 'keep', 'requirements', 'solicit', 'donations', 'locations', 'received', 'written', 'confirmation', 'compliance', 'send', 'donations', 'determine', 'status', 'compliance', 'particular', 'state', 'visit', 'https', 'pglaforg', 'solicit', 'contributions', 'states', 'met', 'solicitation', 'requirements', 'know', 'prohibition', 'accepting', 'unsolicited', 'donations', 'donors', 'states', 'approach', 'us', 'offers', 'donate', 'international', 'donations', 'gratefully', 'accepted', 'make', 'statements', 'concerning', 'tax', 'treatment', 'donations', 'received', 'outside', 'united', 'states', 'us', 'laws', 'alone', 'swamp', 'small', 'staff', 'please', 'check', 'project', 'gutenberg', 'web', 'pages', 'current', 'donation', 'methods', 'addresses', 'donations', 'accepted', 'number', 'ways', 'including', 'including', 'checks', 'online', 'payments', 'credit', 'card', 'donations', 'donate', 'please', 'visit', 'https', 'pglaforgdonate', 'section', 'general', 'information', 'project', 'gutenbergtm', 'electronic', 'works', 'professor', 'michael', 'hart', 'originator', 'project', 'gutenbergtm', 'concept', 'library', 'electronic', 'works', 'could', 'freely', 'shared', 'anyone', 'thirty', 'years', 'produced', 'distributed', 'project', 'gutenbergtm', 'ebooks', 'loose', 'network', 'volunteer', 'support', 'project', 'gutenbergtm', 'ebooks', 'often', 'created', 'several', 'printed', 'editions', 'confirmed', 'public', 'domain', 'us', 'unless', 'copyright', 'notice', 'included', 'thus', 'necessarily', 'keep', 'ebooks', 'compliance', 'particular', 'paper', 'edition', 'people', 'start', 'web', 'site', 'main', 'pg', 'search', 'facility', 'https', 'wwwgutenbergorg', 'web', 'site', 'includes', 'information', 'project', 'gutenbergtm', 'including', 'make', 'donations', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'help', 'produce', 'new', 'ebooks', 'subscribe', 'email', 'newsletter', 'hear', 'new', 'ebooks', 'project', 'gutenberg', 'ebook', 'metamorphosis', 'franz', 'kafka', 'translated', 'david', 'wyllie', 'ebook', 'use', 'anyone', 'anywhere', 'cost', 'almost', 'restrictions', 'whatsoever', 'may', 'copy', 'give', 'away', 'reuse', 'terms', 'project', 'gutenberg', 'license', 'included', 'ebook', 'online', 'wwwgutenbergorg', 'one', 'morning', 'gregor', 'samsa', 'woke', 'troubled', 'dreams', 'found', 'transformed', 'bed', 'horrible', 'vermin', 'lay', 'armourlike', 'back', 'lifted', 'head', 'little', 'could', 'see', 'brown', 'belly', 'slightly', 'domed', 'divided', 'arches', 'stiff', 'sections', 'bedding', 'hardly', 'able', 'cover', 'seemed', 'ready', 'slide', 'moment', 'many', 'legs', 'pitifully', 'thin', 'compared', 'size', 'rest', 'waved', 'helplessly', 'looked', 'happened', 'thought', 'nt', 'dream', 'room', 'proper', 'human', 'room', 'although', 'little', 'small', 'lay', 'peacefully', 'four', 'familiar', 'walls', 'collection', 'textile', 'samples', 'lay', 'spread', 'table', 'samsa', 'travelling', 'salesman', 'hung', 'picture', 'recently', 'cut', 'illustrated', 'magazine', 'housed', 'nice', 'gilded', 'frame', 'showed', 'lady', 'fitted', 'fur', 'hat', 'fur', 'boa', 'sat', 'upright', 'raising', 'heavy', 'fur', 'muff', 'covered', 'whole', 'lower', 'arm', 'towards', 'viewer', 'gregor', 'turned', 'look', 'window', 'dull', 'weather', 'drops', 'rain', 'could', 'heard', 'hitting', 'pane', 'made', 'feel', 'quite', 'sad', 'sleep', 'little', 'bit', 'longer', 'forget', 'nonsense', 'thought', 'something', 'unable', 'used', 'sleeping', 'right', 'present', 'state', 'could', 'nt', 'get', 'position', 'however', 'hard', 'threw', 'onto', 'right', 'always', 'rolled', 'back', 'must', 'tried', 'hundred', 'times', 'shut', 'eyes', 'would', 'nt', 'look', 'floundering', 'legs', 'stopped', 'began', 'feel', 'mild', 'dull', 'pain', 'never', 'felt', 'oh', 'god', 'thought', 'strenuous', 'career', 'ive', 'chosen', 'travelling', 'day', 'day', 'business', 'like', 'takes', 'much', 'effort', 'business', 'home', 'top', 'curse', 'travelling', 'worries', 'making', 'train', 'connections', 'bad', 'irregular', 'food', 'contact', 'different', 'people', 'time', 'never', 'get', 'know', 'anyone', 'become', 'friendly', 'go', 'hell', 'felt', 'slight', 'itch', 'belly', 'pushed', 'slowly', 'back', 'towards', 'headboard', 'could', 'lift', 'head', 'better', 'found', 'itch', 'saw', 'covered', 'lots', 'little', 'white', 'spots', 'nt', 'know', 'make', 'tried', 'feel', 'place', 'one', 'legs', 'drew', 'quickly', 'back', 'soon', 'touched', 'overcome', 'cold', 'shudder', 'slid', 'back', 'former', 'position', 'getting', 'early', 'time', 'thought', 'makes', 'stupid', 'got', 'get', 'enough', 'sleep', 'travelling', 'salesmen', 'live', 'life', 'luxury', 'instance', 'whenever', 'go', 'back', 'guest', 'house', 'morning', 'copy', 'contract', 'gentlemen', 'always', 'still', 'sitting', 'eating', 'breakfasts', 'ought', 'try', 'boss', 'get', 'kicked', 'spot', 'knows', 'maybe', 'would', 'best', 'thing', 'nt', 'parents', 'think', 'given', 'notice', 'long', 'time', 'ago', 'gone', 'boss', 'told', 'think', 'tell', 'everything', 'would', 'let', 'know', 'feel', 'fall', 'right', 'desk', 'funny', 'sort', 'business', 'sitting', 'desk', 'talking', 'subordinates', 'especially', 'go', 'right', 'close', 'boss', 'hard', 'hearing', 'well', 'still', 'hope', 'got', 'money', 'together', 'pay', 'parents', 'debt', 'another', 'five', 'six', 'years', 'suppose', 'definitely', 'make', 'big', 'change', 'first', 'though', 'got', 'get', 'train', 'leaves', 'five', 'looked', 'alarm', 'clock', 'ticking', 'chest', 'drawers', 'god', 'heaven', 'thought', 'half', 'past', 'six', 'hands', 'quietly', 'moving', 'forwards', 'even', 'later', 'half', 'past', 'like', 'quarter', 'seven', 'alarm', 'clock', 'rung', 'could', 'see', 'bed', 'set', 'four', 'oclock', 'certainly', 'must', 'rung', 'yes', 'possible', 'quietly', 'sleep', 'furniturerattling', 'noise', 'true', 'slept', 'peacefully', 'probably', 'deeply', 'next', 'train', 'went', 'seven', 'catch', 'would', 'rush', 'like', 'mad', 'collection', 'samples', 'still', 'packed', 'feel', 'particularly', 'fresh', 'lively', 'even', 'catch', 'train', 'would', 'avoid', 'boss', 'anger', 'office', 'assistant', 'would', 'see', 'five', 'oclock', 'train', 'go', 'would', 'put', 'report', 'gregor', 'long', 'time', 'ago', 'office', 'assistant', 'boss', 'man', 'spineless', 'understanding', 'reported', 'sick', 'would', 'extremely', 'strained', 'suspicious', 'fifteen', 'years', 'service', 'gregor', 'never', 'yet', 'ill', 'boss', 'would', 'certainly', 'come', 'round', 'doctor', 'medical', 'insurance', 'company', 'accuse', 'parents', 'lazy', 'son', 'accept', 'doctor', 'recommendation', 'make', 'claim', 'doctor', 'believed', 'noone', 'ever', 'ill', 'many', 'workshy', 'whats', 'would', 'entirely', 'wrong', 'case', 'gregor', 'fact', 'apart', 'excessive', 'sleepiness', 'sleeping', 'long', 'feel', 'completely', 'well', 'even', 'felt', 'much', 'hungrier', 'usual', 'still', 'hurriedly', 'thinking', 'unable', 'decide', 'get', 'bed', 'clock', 'struck', 'quarter', 'seven', 'cautious', 'knock', 'door', 'near', 'head', 'gregor', 'somebody', 'called', 'mother', 'quarter', 'seven', 'nt', 'want', 'go', 'somewhere', 'gentle', 'voice', 'gregor', 'shocked', 'heard', 'voice', 'answering', 'could', 'hardly', 'recognised', 'voice', 'deep', 'inside', 'painful', 'uncontrollable', 'squeaking', 'mixed', 'words', 'could', 'made', 'first', 'sort', 'echo', 'made', 'unclear', 'leaving', 'hearer', 'unsure', 'whether', 'heard', 'properly', 'gregor', 'wanted', 'give', 'full', 'answer', 'explain', 'everything', 'circumstances', 'contented', 'saying', 'yes', 'mother', 'yes', 'thankyou', 'getting', 'change', 'gregor', 'voice', 'probably', 'could', 'noticed', 'outside', 'wooden', 'door', 'mother', 'satisfied', 'explanation', 'shuffled', 'away', 'short', 'conversation', 'made', 'members', 'family', 'aware', 'gregor', 'expectations', 'still', 'home', 'soon', 'father', 'came', 'knocking', 'one', 'side', 'doors', 'gently', 'fist', 'gregor', 'gregor', 'called', 'wrong', 'short', 'called', 'warning', 'deepness', 'voice', 'gregor', 'gregor', 'side', 'door', 'sister', 'came', 'plaintively', 'gregor', 'nt', 'well', 'need', 'anything', 'gregor', 'answered', 'sides', 'ready', 'making', 'effort', 'remove', 'strangeness', 'voice', 'enunciating', 'carefully', 'putting', 'long', 'pauses', 'individual', 'word', 'father', 'went', 'back', 'breakfast', 'sister', 'whispered', 'gregor', 'open', 'door', 'beg', 'gregor', 'however', 'thought', 'opening', 'door', 'instead', 'congratulated', 'cautious', 'habit', 'acquired', 'travelling', 'locking', 'doors', 'night', 'even', 'home', 'first', 'thing', 'wanted', 'get', 'peace', 'without', 'disturbed', 'get', 'dressed', 'breakfast', 'would', 'consider', 'next', 'well', 'aware', 'would', 'bring', 'thoughts', 'sensible', 'conclusions', 'lying', 'bed', 'remembered', 'often', 'felt', 'slight', 'pain', 'bed', 'perhaps', 'caused', 'lying', 'awkwardly', 'always', 'turned', 'pure', 'imagination', 'wondered', 'imaginings', 'would', 'slowly', 'resolve', 'today', 'slightest', 'doubt', 'change', 'voice', 'nothing', 'first', 'sign', 'serious', 'cold', 'occupational', 'hazard', 'travelling', 'salesmen', 'simple', 'matter', 'throw', 'covers', 'blow', 'little', 'fell', 'became', 'difficult', 'especially', 'exceptionally', 'broad', 'would', 'used', 'arms', 'hands', 'push', 'instead', 'little', 'legs', 'continuously', 'moving', 'different', 'directions', 'moreover', 'unable', 'control', 'wanted', 'bend', 'one', 'first', 'one', 'would', 'stretch', 'finally', 'managed', 'wanted', 'leg', 'others', 'seemed', 'set', 'free', 'would', 'move', 'painfully', 'something', 'ca', 'nt', 'done', 'bed', 'gregor', 'said', 'nt', 'keep', 'trying', 'first', 'thing', 'wanted', 'get', 'lower', 'part', 'body', 'bed', 'never', 'seen', 'lower', 'part', 'could', 'imagine', 'looked', 'like', 'turned', 'hard', 'move', 'went', 'slowly', 'finally', 'almost', 'frenzy', 'carelessly', 'shoved', 'forwards', 'force', 'could', 'gather', 'chose', 'wrong', 'direction', 'hit', 'hard', 'lower', 'bedpost', 'learned', 'burning', 'pain', 'felt', 'lower', 'part', 'body', 'might', 'well', 'present', 'sensitive', 'tried', 'get', 'top', 'part', 'body', 'bed', 'first', 'carefully', 'turning', 'head', 'side', 'managed', 'quite', 'easily', 'despite', 'breadth', 'weight', 'bulk', 'body', 'eventually', 'followed', 'slowly', 'direction', 'head', 'last', 'got', 'head', 'bed', 'fresh', 'air', 'occurred', 'let', 'fall', 'would', 'miracle', 'head', 'injured', 'became', 'afraid', 'carry', 'pushing', 'forward', 'way', 'could', 'knock', 'price', 'better', 'stay', 'bed', 'lose', 'consciousness', 'took', 'much', 'effort', 'get', 'back', 'earlier', 'lay', 'sighing', 'watching', 'legs', 'struggled', 'even', 'harder', 'possible', 'could', 'think', 'way', 'bringing', 'peace', 'order', 'chaos', 'told', 'possible', 'stay', 'bed', 'sensible', 'thing', 'would', 'get', 'free', 'whatever', 'way', 'could', 'whatever', 'sacrifice', 'time', 'though', 'forget', 'remind', 'calm', 'consideration', 'much', 'better', 'rushing', 'desperate', 'conclusions', 'times', 'like', 'would', 'direct', 'eyes', 'window', 'look', 'clearly', 'could', 'unfortunately', 'even', 'side', 'narrow', 'street', 'enveloped', 'morning', 'fog', 'view', 'little', 'confidence', 'cheer', 'offer', 'seven', 'oclock', 'already', 'said', 'clock', 'struck', 'seven', 'oclock', 'still', 'fog', 'like', 'lay', 'quietly', 'longer', 'breathing', 'lightly', 'perhaps', 'expected', 'total', 'stillness', 'bring', 'things', 'back', 'real', 'natural', 'state', 'said', 'strikes', 'quarter', 'past', 'seven', 'definitely', 'got', 'properly', 'bed', 'somebody', 'come', 'round', 'work', 'ask', 'happened', 'well', 'open', 'work', 'seven', 'oclock', 'set', 'task', 'swinging', 'entire', 'length', 'body', 'bed', 'time', 'succeeded', 'falling', 'bed', 'way', 'kept', 'head', 'raised', 'could', 'probably', 'avoid', 'injuring', 'back', 'seemed', 'quite', 'hard', 'probably', 'nothing', 'would', 'happen', 'falling', 'onto', 'carpet', 'main', 'concern', 'loud', 'noise', 'bound', 'make', 'even', 'doors', 'would', 'probably', 'raise', 'concern', 'alarm', 'something', 'risked', 'gregor', 'already', 'sticking', 'half', 'way', 'bed', 'new', 'method', 'game', 'effort', 'rock', 'back', 'forth', 'occurred', 'simple', 'everything', 'would', 'somebody', 'came', 'help', 'two', 'strong', 'people', 'father', 'maid', 'mind', 'would', 'enough', 'would', 'push', 'arms', 'dome', 'back', 'peel', 'away', 'bed', 'bend', 'load', 'patient', 'careful', 'swang', 'onto', 'floor', 'hopefully', 'little', 'legs', 'would', 'find', 'use', 'really', 'call', 'help', 'though', 'even', 'apart', 'fact', 'doors', 'locked', 'despite', 'difficulty', 'could', 'suppress', 'smile', 'thought', 'already', 'moved', 'far', 'across', 'would', 'hard', 'keep', 'balance', 'rocked', 'hard', 'time', 'ten', 'past', 'seven', 'would', 'make', 'final', 'decision', 'soon', 'ring', 'door', 'flat', 'someone', 'work', 'said', 'froze', 'still', 'although', 'little', 'legs', 'became', 'lively', 'danced', 'around', 'moment', 'everything', 'remained', 'quiet', 'opening', 'door', 'gregor', 'said', 'caught', 'nonsensical', 'hope', 'course', 'maid', 'firm', 'steps', 'went', 'door', 'ever', 'opened', 'gregor', 'needed', 'hear', 'visitor', 'first', 'words', 'greeting', 'knew', 'chief', 'clerk', 'gregor', 'one', 'condemned', 'work', 'company', 'immediately', 'became', 'highly', 'suspicious', 'slightest', 'shortcoming', 'employees', 'every', 'one', 'louts', 'one', 'faithful', 'devoted', 'would', 'go', 'mad', 'pangs', 'conscience', 'could', 'nt', 'get', 'bed', 'nt', 'spend', 'least', 'couple', 'hours', 'morning', 'company', 'business', 'really', 'enough', 'let', 'one', 'trainees', 'make', 'enquiries', 'assuming', 'enquiries', 'even', 'necessary', 'chief', 'clerk', 'come', 'show', 'whole', 'innocent', 'family', 'suspicious', 'chief', 'clerk', 'could', 'trusted', 'wisdom', 'investigate', 'thoughts', 'made', 'upset', 'proper', 'decision', 'swang', 'force', 'bed', 'loud', 'thump', 'wasnt', 'really', 'loud', 'noise', 'fall', 'softened', 'little', 'carpet', 'gregor', 'back', 'also', 'elastic', 'thought', 'made', 'sound', 'muffled', 'noticeable', 'held', 'head', 'carefully', 'enough', 'though', 'hit', 'fell', 'annoyed', 'pain', 'turned', 'rubbed', 'carpet', 'something', 'fallen', 'said', 'chief', 'clerk', 'room', 'left', 'gregor', 'tried', 'imagine', 'whether', 'something', 'sort', 'happened', 'today', 'could', 'ever', 'happen', 'chief', 'clerk', 'concede', 'possible', 'gruff', 'reply', 'question', 'chief', 'clerk', 'firm', 'footsteps', 'highly', 'polished', 'boots', 'could', 'heard', 'adjoining', 'room', 'room', 'right', 'gregor', 'sister', 'whispered', 'let', 'know', 'gregor', 'chief', 'clerk', 'yes', 'know', 'said', 'gregor', 'without', 'daring', 'raise', 'voice', 'loud', 'enough', 'sister', 'hear', 'gregor', 'said', 'father', 'room', 'left', 'chief', 'clerk', 'come', 'round', 'wants', 'know', 'nt', 'leave', 'early', 'train', 'nt', 'know', 'say', 'anyway', 'wants', 'speak', 'personally', 'please', 'open', 'door', 'im', 'sure', 'good', 'enough', 'forgive', 'untidiness', 'room', 'chief', 'clerk', 'called', 'good', 'morning', 'mr', 'samsa', 'isnt', 'well', 'said', 'mother', 'chief', 'clerk', 'father', 'continued', 'speak', 'door', 'nt', 'well', 'please', 'believe', 'else', 'would', 'gregor', 'missed', 'train', 'lad', 'ever', 'thinks', 'business', 'nearly', 'makes', 'cross', 'way', 'never', 'goes', 'evenings', 'town', 'week', 'stayed', 'home', 'every', 'evening', 'sits', 'us', 'kitchen', 'reads', 'paper', 'studies', 'train', 'timetables', 'idea', 'relaxation', 'working', 'fretsaw', 'made', 'little', 'frame', 'instance', 'took', 'two', 'three', 'evenings', 'amazed', 'nice', 'hanging', 'room', 'see', 'soon', 'gregor', 'opens', 'door', 'anyway', 'glad', 'wouldnt', 'able', 'get', 'gregor', 'open', 'door', 'stubborn', 'sure', 'nt', 'well', 'said', 'morning', 'nt', 'moment', 'said', 'gregor', 'slowly', 'thoughtfully', 'without', 'moving', 'would', 'miss', 'word', 'conversation', 'well', 'ca', 'nt', 'think', 'way', 'explaining', 'mrs', 'samsa', 'said', 'chief', 'clerk', 'hope', 'nothing', 'serious', 'hand', 'must', 'say', 'people', 'commerce', 'ever', 'become', 'slightly', 'unwell', 'fortunately', 'unfortunately', 'like', 'simply', 'overcome', 'business', 'considerations', 'chief', 'clerk', 'come', 'see', 'asked', 'father', 'impatiently', 'knocking', 'door', 'said', 'gregor', 'room', 'right', 'followed', 'painful', 'silence', 'room', 'left', 'sister', 'began', 'cry', 'sister', 'go', 'join', 'others', 'probably', 'got', 'even', 'begun', 'get', 'dressed', 'crying', 'got', 'let', 'chief', 'clerk', 'danger', 'losing', 'job', 'happened', 'boss', 'would', 'pursue', 'parents', 'demands', 'need', 'worry', 'things', 'like', 'yet', 'gregor', 'still', 'slightest', 'intention', 'abandoning', 'family', 'time', 'lay', 'carpet', 'noone', 'knew', 'condition', 'would', 'seriously', 'expected', 'let', 'chief', 'clerk', 'minor', 'discourtesy', 'suitable', 'excuse', 'could', 'easily', 'found', 'later', 'something', 'gregor', 'could', 'sacked', 'spot', 'seemed', 'gregor', 'much', 'sensible', 'leave', 'peace', 'instead', 'disturbing', 'talking', 'crying', 'others', 'nt', 'know', 'happening', 'worried', 'would', 'excuse', 'behaviour', 'chief', 'clerk', 'raised', 'voice', 'mr', 'samsa', 'called', 'wrong', 'barricade', 'room', 'give', 'us', 'yes', 'answer', 'causing', 'serious', 'unnecessary', 'concern', 'parents', 'fail', 'mention', 'way', 'fail', 'carry', 'business', 'duties', 'way', 'quite', 'unheard', 'speaking', 'behalf', 'parents', 'employer', 'really', 'must', 'request', 'clear', 'immediate', 'explanation', 'astonished', 'quite', 'astonished', 'thought', 'knew', 'calm', 'sensible', 'person', 'suddenly', 'seem', 'showing', 'peculiar', 'whims', 'morning', 'employer', 'suggest', 'possible', 'reason', 'failure', 'appear', 'true', 'money', 'recently', 'entrusted', 'came', 'near', 'giving', 'word', 'honour', 'could', 'right', 'explanation', 'see', 'incomprehensible', 'stubbornness', 'longer', 'feel', 'wish', 'whatsoever', 'intercede', 'behalf', 'position', 'secure', 'originally', 'intended', 'say', 'private', 'since', 'cause', 'waste', 'time', 'good', 'reason', 'nt', 'see', 'parents', 'also', 'learn', 'turnover', 'unsatisfactory', 'late', 'grant', 'time', 'year', 'especially', 'good', 'business', 'recognise', 'simply', 'time', 'year', 'business', 'mr', 'samsa', 'allow', 'sir', 'called', 'gregor', 'beside', 'forgetting', 'else', 'excitement', 'open', 'immediately', 'moment', 'im', 'slightly', 'unwell', 'attack', 'dizziness', 'nt', 'able', 'get', 'still', 'bed', 'quite', 'fresh', 'though', 'im', 'getting', 'bed', 'moment', 'patient', 'quite', 'easy', 'thought', 'quite', 'alright', 'though', 'shocking', 'suddenly', 'happen', 'person', 'quite', 'alright', 'last', 'night', 'parents', 'know', 'perhaps', 'better', 'small', 'symptom', 'last', 'night', 'already', 'must', 'noticed', 'nt', 'know', 'nt', 'let', 'know', 'work', 'always', 'think', 'get', 'illness', 'without', 'staying', 'home', 'please', 'nt', 'make', 'parents', 'suffer', 'basis', 'accusations', 'making', 'nobody', 'ever', 'said', 'word', 'things', 'maybe', 'nt', 'read', 'latest', 'contracts', 'sent', 'set', 'eight', 'oclock', 'train', 'well', 'hours', 'rest', 'given', 'strength', 'nt', 'need', 'wait', 'sir', 'office', 'soon', 'please', 'good', 'tell', 'boss', 'recommend', 'gregor', 'gushed', 'words', 'hardly', 'knowing', 'saying', 'made', 'way', 'chest', 'drawers', 'easily', 'done', 'probably', 'practise', 'already', 'bed', 'tried', 'get', 'upright', 'really', 'want', 'open', 'door', 'really', 'want', 'let', 'see', 'speak', 'chief', 'clerk', 'others', 'insistent', 'curious', 'learn', 'would', 'say', 'caught', 'sight', 'shocked', 'would', 'longer', 'gregors', 'responsibility', 'could', 'rest', 'however', 'took', 'everything', 'calmly', 'would', 'still', 'reason', 'upset', 'hurried', 'really', 'could', 'station', 'eight', 'oclock', 'first', 'times', 'tried', 'climb', 'smooth', 'chest', 'drawers', 'slid', 'finally', 'gave', 'one', 'last', 'swing', 'stood', 'upright', 'lower', 'part', 'body', 'serious', 'pain', 'longer', 'gave', 'attention', 'let', 'fall', 'back', 'nearby', 'chair', 'held', 'tightly', 'edges', 'little', 'legs', 'also', 'calmed', 'kept', 'quiet', 'could', 'listen', 'chief', 'clerk', 'saying', 'understand', 'word', 'chief', 'clerk', 'asked', 'parents', 'surely', 'trying', 'make', 'fools', 'us', 'oh', 'god', 'called', 'mother', 'already', 'tears', 'could', 'seriously', 'ill', 'making', 'suffer', 'grete', 'grete', 'cried', 'mother', 'sister', 'called', 'side', 'communicated', 'across', 'gregor', 'room', 'go', 'doctor', 'straight', 'away', 'gregor', 'ill', 'quick', 'get', 'doctor', 'hear', 'way', 'gregor', 'spoke', 'voice', 'animal', 'said', 'chief', 'clerk', 'calmness', 'contrast', 'mothers', 'screams', 'anna', 'anna', 'father', 'called', 'kitchen', 'entrance', 'hall', 'clapping', 'hands', 'get', 'locksmith', 'two', 'girls', 'skirts', 'swishing', 'immediately', 'ran', 'hall', 'wrenching', 'open', 'front', 'door', 'flat', 'went', 'sister', 'managed', 'get', 'dressed', 'quickly', 'sound', 'door', 'banging', 'shut', 'must', 'left', 'open', 'people', 'often', 'homes', 'something', 'awful', 'happened', 'gregor', 'contrast', 'become', 'much', 'calmer', 'couldnt', 'understand', 'words', 'although', 'seemed', 'clear', 'enough', 'clearer', 'perhaps', 'ears', 'become', 'used', 'sound', 'realised', 'though', 'something', 'wrong', 'ready', 'help', 'first', 'response', 'situation', 'confident', 'wise', 'made', 'feel', 'better', 'felt', 'drawn', 'back', 'among', 'people', 'doctor', 'locksmith', 'expected', 'great', 'surprising', 'achievements', 'although', 'really', 'distinguish', 'one', 'whatever', 'said', 'next', 'would', 'crucial', 'order', 'make', 'voice', 'clear', 'possible', 'coughed', 'little', 'taking', 'care', 'loudly', 'even', 'might', 'well', 'sound', 'different', 'way', 'human', 'coughs', 'longer', 'sure', 'could', 'judge', 'meanwhile', 'become', 'quiet', 'next', 'room', 'perhaps', 'parents', 'sat', 'table', 'whispering', 'chief', 'clerk', 'perhaps', 'pressed', 'door', 'listening', 'gregor', 'slowly', 'pushed', 'way', 'door', 'chair', 'let', 'go', 'threw', 'onto', 'door', 'holding', 'upright', 'using', 'adhesive', 'tips', 'legs', 'rested', 'little', 'recover', 'effort', 'involved', 'set', 'task', 'turning', 'key', 'lock', 'mouth', 'seemed', 'unfortunately', 'proper', 'teeth', 'grasp', 'key', 'lack', 'teeth', 'course', 'made', 'strong', 'jaw', 'using', 'jaw', 'really', 'able', 'start', 'key', 'turning', 'ignoring', 'fact', 'must', 'causing', 'kind', 'damage', 'brown', 'fluid', 'came', 'mouth', 'flowed', 'key', 'dripped', 'onto', 'floor', 'listen', 'said', 'chief', 'clerk', 'next', 'room', 'turning', 'key', 'gregor', 'greatly', 'encouraged', 'calling', 'father', 'mother', 'well', 'done', 'gregor', 'cried', 'keep', 'keep', 'hold', 'lock', 'idea', 'excitedly', 'following', 'efforts', 'bit', 'key', 'strength', 'paying', 'attention', 'pain', 'causing', 'key', 'turned', 'round', 'turned', 'around', 'lock', 'holding', 'upright', 'mouth', 'hung', 'onto', 'key', 'pushed', 'whole', 'weight', 'body', 'needed', 'clear', 'sound', 'lock', 'snapped', 'back', 'gregor', 'sign', 'could', 'break', 'concentration', 'regained', 'breath', 'said', 'nt', 'need', 'locksmith', 'lay', 'head', 'handle', 'door', 'open', 'completely', 'open', 'door', 'way', 'already', 'wide', 'open', 'could', 'seen', 'first', 'slowly', 'turn', 'around', 'one', 'double', 'doors', 'carefully', 'want', 'fall', 'flat', 'back', 'entering', 'room', 'still', 'occupied', 'difficult', 'movement', 'unable', 'pay', 'attention', 'anything', 'else', 'heard', 'chief', 'clerk', 'exclaim', 'loud', 'oh', 'sounded', 'like', 'soughing', 'wind', 'also', 'saw', 'nearest', 'door', 'hand', 'pressed', 'open', 'mouth', 'slowly', 'retreating', 'driven', 'steady', 'invisible', 'force', 'gregor', 'mother', 'hair', 'still', 'dishevelled', 'bed', 'despite', 'chief', 'clerk', 'looked', 'father', 'unfolded', 'arms', 'took', 'two', 'steps', 'forward', 'towards', 'gregor', 'sank', 'onto', 'floor', 'skirts', 'spread', 'around', 'head', 'disappeared', 'onto', 'breast', 'father', 'looked', 'hostile', 'clenched', 'fists', 'wanting', 'knock', 'gregor', 'back', 'room', 'looked', 'uncertainly', 'round', 'living', 'room', 'covered', 'eyes', 'hands', 'wept', 'powerful', 'chest', 'shook', 'gregor', 'go', 'room', 'leant', 'inside', 'door', 'still', 'held', 'bolted', 'place', 'way', 'half', 'body', 'could', 'seen', 'along', 'head', 'leant', 'one', 'side', 'peered', 'others', 'meanwhile', 'day', 'become', 'much', 'lighter', 'part', 'endless', 'greyblack', 'building', 'side', 'street', 'hospital', 'could', 'seen', 'quite', 'clearly', 'austere', 'regular', 'line', 'windows', 'piercing', 'facade', 'rain', 'still', 'falling', 'throwing', 'large', 'individual', 'droplets', 'hit', 'ground', 'one', 'time', 'washing', 'breakfast', 'lay', 'table', 'much', 'gregor', 'father', 'breakfast', 'important', 'meal', 'day', 'would', 'stretch', 'several', 'hours', 'sat', 'reading', 'number', 'different', 'newspapers', 'wall', 'exactly', 'opposite', 'photograph', 'gregor', 'lieutenant', 'army', 'sword', 'hand', 'carefree', 'smile', 'face', 'called', 'forth', 'respect', 'uniform', 'bearing', 'door', 'entrance', 'hall', 'open', 'front', 'door', 'flat', 'also', 'open', 'could', 'see', 'onto', 'landing', 'stairs', 'began', 'way', 'said', 'gregor', 'well', 'aware', 'one', 'kept', 'calm', 'get', 'dressed', 'straight', 'away', 'pack', 'samples', 'set', 'please', 'let', 'leave', 'see', 'said', 'chief', 'clerk', 'stubborn', 'like', 'job', 'commercial', 'traveller', 'arduous', 'without', 'travelling', 'could', 'nt', 'earn', 'living', 'going', 'office', 'yes', 'report', 'everything', 'accurately', 'quite', 'possible', 'someone', 'temporarily', 'unable', 'work', 'right', 'time', 'remember', 'achieved', 'past', 'consider', 'later', 'difficulty', 'removed', 'certainly', 'work', 'diligence', 'concentration', 'well', 'aware', 'seriously', 'debt', 'employer', 'well', 'look', 'parents', 'sister', 'trapped', 'difficult', 'situation', 'work', 'way', 'please', 'nt', 'make', 'things', 'harder', 'already', 'nt', 'take', 'sides', 'office', 'know', 'nobody', 'likes', 'travellers', 'think', 'earn', 'enormous', 'wage', 'well', 'soft', 'time', 'thats', 'prejudice', 'particular', 'reason', 'think', 'better', 'sir', 'better', 'overview', 'rest', 'staff', 'fact', 'say', 'confidence', 'better', 'overview', 'boss', 'easy', 'businessman', 'like', 'make', 'mistakes', 'employees', 'judge', 'harshly', 'also', 'well', 'aware', 'travellers', 'spend', 'almost', 'whole', 'year', 'away', 'office', 'easily', 'fall', 'victim', 'gossip', 'chance', 'groundless', 'complaints', 'almost', 'impossible', 'defend', 'sort', 'thing', 'nt', 'usually', 'even', 'hear', 'arrive', 'back', 'home', 'exhausted', 'trip', 'feel', 'harmful', 'effects', 'going', 'without', 'even', 'knowing', 'caused', 'please', 'nt', 'go', 'away', 'least', 'first', 'say', 'something', 'show', 'grant', 'least', 'partly', 'right', 'chief', 'clerk', 'turned', 'away', 'soon', 'gregor', 'started', 'speak', 'protruding', 'lips', 'stared', 'back', 'trembling', 'shoulders', 'left', 'keep', 'still', 'moment', 'gregor', 'speaking', 'moved', 'steadily', 'towards', 'door', 'without', 'taking', 'eyes', 'moved', 'gradually', 'secret', 'prohibition', 'leaving', 'room', 'reached', 'entrance', 'hall', 'made', 'sudden', 'movement', 'drew', 'foot', 'living', 'room', 'rushed', 'forward', 'panic', 'hall', 'stretched', 'right', 'hand', 'far', 'towards', 'stairway', 'supernatural', 'force', 'waiting', 'save', 'gregor', 'realised', 'question', 'let', 'chief', 'clerk', 'go', 'away', 'mood', 'position', 'firm', 'put', 'extreme', 'danger', 'something', 'parents', 'understand', 'well', 'years', 'become', 'convinced', 'job', 'would', 'provide', 'gregor', 'entire', 'life', 'besides', 'much', 'worry', 'present', 'lost', 'sight', 'thought', 'future', 'gregor', 'though', 'think', 'future', 'chief', 'clerk', 'held', 'back', 'calmed', 'convinced', 'finally', 'future', 'gregor', 'family', 'depended', 'sister', 'clever', 'already', 'tears', 'gregor', 'still', 'lying', 'peacefully', 'back', 'chief', 'clerk', 'lover', 'women', 'surely', 'could', 'persuade', 'would', 'close', 'front', 'door', 'entrance', 'hall', 'talk', 'shocked', 'state', 'sister', 'gregor', 'would', 'job', 'without', 'considering', 'still', 'familiar', 'well', 'could', 'move', 'present', 'state', 'speech', 'still', 'might', 'probably', 'would', 'understood', 'let', 'go', 'door', 'pushed', 'opening', 'tried', 'reach', 'chief', 'clerk', 'landing', 'ridiculously', 'holding', 'banister', 'hands', 'gregor', 'fell', 'immediately', 'little', 'scream', 'sought', 'something', 'hold', 'onto', 'landed', 'numerous', 'little', 'legs', 'hardly', 'happened', 'first', 'time', 'day', 'began', 'feel', 'alright', 'body', 'little', 'legs', 'solid', 'ground', 'pleasure', 'exactly', 'told', 'even', 'making', 'effort', 'carry', 'wanted', 'go', 'soon', 'believing', 'sorrows', 'would', 'soon', 'finally', 'end', 'held', 'back', 'urge', 'move', 'swayed', 'side', 'side', 'crouched', 'floor', 'mother', 'far', 'away', 'front', 'seemed', 'first', 'quite', 'engrossed', 'suddenly', 'jumped', 'arms', 'outstretched', 'fingers', 'spread', 'shouting', 'help', 'pity', 'sake', 'help', 'way', 'held', 'head', 'suggested', 'wanted', 'see', 'gregor', 'better', 'unthinking', 'way', 'hurrying', 'backwards', 'showed', 'forgotten', 'table', 'behind', 'breakfast', 'things', 'reached', 'table', 'sat', 'quickly', 'without', 'knowing', 'without', 'even', 'seeming', 'notice', 'coffee', 'pot', 'knocked', 'gush', 'coffee', 'pouring', 'onto', 'carpet', 'mother', 'mother', 'said', 'gregor', 'gently', 'looking', 'completely', 'forgotten', 'chief', 'clerk', 'moment', 'could', 'help', 'snapping', 'air', 'jaws', 'sight', 'flow', 'coffee', 'set', 'mother', 'screaming', 'anew', 'fled', 'table', 'arms', 'father', 'rushed', 'towards', 'gregor', 'though', 'time', 'spare', 'parents', 'chief', 'clerk', 'already', 'reached', 'stairs', 'chin', 'banister', 'looked', 'back', 'last', 'time', 'gregor', 'made', 'run', 'wanted', 'sure', 'reaching', 'chief', 'clerk', 'must', 'expected', 'something', 'leapt', 'several', 'steps', 'disappeared', 'shouts', 'resounding', 'around', 'staircase', 'flight', 'chief', 'clerk', 'seemed', 'unfortunately', 'put', 'gregors', 'father', 'panic', 'well', 'relatively', 'self', 'controlled', 'instead', 'running', 'chief', 'clerk', 'least', 'impeding', 'gregor', 'ran', 'gregor', 'father', 'seized', 'chief', 'clerk', 'stick', 'right', 'hand', 'chief', 'clerk', 'left', 'behind', 'chair', 'along', 'hat', 'overcoat', 'picked', 'large', 'newspaper', 'table', 'left', 'used', 'drive', 'gregor', 'back', 'room', 'stamping', 'foot', 'went', 'gregor', 'appeals', 'father', 'help', 'appeals', 'simply', 'understood', 'however', 'much', 'humbly', 'turned', 'head', 'father', 'merely', 'stamped', 'foot', 'harder', 'across', 'room', 'despite', 'chilly', 'weather', 'gregor', 'mother', 'pulled', 'open', 'window', 'leant', 'far', 'pressed', 'hands', 'face', 'strong', 'draught', 'air', 'flew', 'street', 'towards', 'stairway', 'curtains', 'flew', 'newspapers', 'table', 'fluttered', 'blown', 'onto', 'floor', 'nothing', 'would', 'stop', 'gregor', 'father', 'drove', 'back', 'making', 'hissing', 'noises', 'like', 'wild', 'man', 'gregor', 'never', 'practice', 'moving', 'backwards', 'able', 'go', 'slowly', 'gregor', 'allowed', 'turn', 'round', 'would', 'back', 'room', 'straight', 'away', 'afraid', 'took', 'time', 'father', 'would', 'become', 'impatient', 'threat', 'lethal', 'blow', 'back', 'head', 'stick', 'father', 'hand', 'moment', 'eventually', 'though', 'gregor', 'realised', 'choice', 'saw', 'disgust', 'quite', 'incapable', 'going', 'backwards', 'straight', 'line', 'began', 'quickly', 'possible', 'frequent', 'anxious', 'glances', 'father', 'turn', 'round', 'went', 'slowly', 'perhaps', 'father', 'able', 'see', 'good', 'intentions', 'nothing', 'hinder', 'fact', 'used', 'tip', 'stick', 'give', 'directions', 'distance', 'way', 'turn', 'father', 'would', 'stop', 'unbearable', 'hissing', 'making', 'gregor', 'quite', 'confused', 'nearly', 'finished', 'turning', 'round', 'still', 'listening', 'hissing', 'made', 'mistake', 'turned', 'back', 'little', 'way', 'come', 'pleased', 'finally', 'head', 'front', 'doorway', 'saw', 'narrow', 'body', 'broad', 'get', 'without', 'difficulty', 'present', 'mood', 'obviously', 'occur', 'father', 'open', 'double', 'doors', 'gregor', 'would', 'enough', 'space', 'get', 'merely', 'fixed', 'idea', 'gregor', 'got', 'back', 'room', 'quickly', 'possible', 'would', 'ever', 'allowed', 'gregor', 'time', 'get', 'upright', 'preparation', 'getting', 'doorway', 'making', 'noise', 'ever', 'drive', 'gregor', 'forwards', 'harder', 'nothing', 'way', 'sounded', 'gregor', 'one', 'father', 'behind', 'pleasant', 'experience', 'gregor', 'pushed', 'doorway', 'without', 'regard', 'might', 'happen', 'one', 'side', 'body', 'lifted', 'lay', 'angle', 'doorway', 'one', 'flank', 'scraped', 'white', 'door', 'painfully', 'injured', 'leaving', 'vile', 'brown', 'flecks', 'soon', 'stuck', 'fast', 'would', 'able', 'move', 'little', 'legs', 'along', 'one', 'side', 'hung', 'quivering', 'air', 'side', 'pressed', 'painfully', 'ground', 'father', 'gave', 'hefty', 'shove', 'behind', 'released', 'held', 'sent', 'flying', 'heavily', 'bleeding', 'deep', 'room', 'door', 'slammed', 'shut', 'stick', 'finally', 'quiet', 'ii', 'getting', 'dark', 'evening', 'gregor', 'awoke', 'deep', 'comalike', 'sleep', 'would', 'woken', 'soon', 'afterwards', 'anyway', 'even', 'nt', 'disturbed', 'enough', 'sleep', 'felt', 'fully', 'rested', 'impression', 'hurried', 'steps', 'sound', 'door', 'leading', 'front', 'room', 'carefully', 'shut', 'woken', 'light', 'electric', 'street', 'lamps', 'shone', 'palely', 'onto', 'ceiling', 'tops', 'furniture', 'gregor', 'dark', 'pushed', 'door', 'feeling', 'way', 'clumsily', 'antennae', 'beginning', 'learn', 'value', 'order', 'see', 'happening', 'whole', 'left', 'side', 'seemed', 'like', 'one', 'painfully', 'stretched', 'scar', 'limped', 'badly', 'two', 'rows', 'legs', 'one', 'legs', 'badly', 'injured', 'events', 'morning', 'nearly', 'miracle', 'one', 'dragged', 'along', 'lifelessly', 'reached', 'door', 'realised', 'actually', 'drawn', 'smell', 'something', 'eat', 'door', 'dish', 'filled', 'sweetened', 'milk', 'little', 'pieces', 'white', 'bread', 'floating', 'pleased', 'almost', 'laughed', 'even', 'hungrier', 'morning', 'immediately', 'dipped', 'head', 'milk', 'nearly', 'covering', 'eyes', 'soon', 'drew', 'head', 'back', 'disappointment', 'pain', 'tender', 'left', 'side', 'make', 'difficult', 'eat', 'food', 'able', 'eat', 'whole', 'body', 'worked', 'together', 'snuffling', 'whole', 'milk', 'taste', 'nice', 'milk', 'like', 'normally', 'favourite', 'drink', 'sister', 'certainly', 'left', 'turned', 'almost', 'away', 'dish', 'crawled', 'back', 'centre', 'room', 'crack', 'door', 'gregor', 'could', 'see', 'gas', 'lit', 'living', 'room', 'father', 'time', 'would', 'normally', 'sat', 'evening', 'paper', 'reading', 'loud', 'voice', 'gregor', 'mother', 'sometimes', 'sister', 'sound', 'heard', 'gregor', 'sister', 'would', 'often', 'write', 'tell', 'reading', 'maybe', 'father', 'lost', 'habit', 'recent', 'times', 'quiet', 'around', 'even', 'though', 'must', 'somebody', 'flat', 'quiet', 'life', 'family', 'lead', 'said', 'gregor', 'gazing', 'darkness', 'felt', 'great', 'pride', 'able', 'provide', 'life', 'like', 'nice', 'home', 'sister', 'parents', 'peace', 'wealth', 'comfort', 'come', 'horrible', 'frightening', 'end', 'something', 'gregor', 'want', 'think', 'much', 'started', 'move', 'crawling', 'room', 'long', 'evening', 'door', 'one', 'side', 'room', 'opened', 'slightly', 'hurriedly', 'closed', 'later', 'door', 'side', 'seemed', 'someone', 'needed', 'enter', 'room', 'thought', 'better', 'gregor', 'went', 'waited', 'immediately', 'door', 'resolved', 'either', 'bring', 'timorous', 'visitor', 'room', 'way', 'least', 'find', 'door', 'opened', 'night', 'gregor', 'waited', 'vain', 'previous', 'morning', 'doors', 'locked', 'everyone', 'wanted', 'get', 'opened', 'one', 'doors', 'clearly', 'unlocked', 'time', 'day', 'noone', 'came', 'keys', 'sides', 'late', 'night', 'gaslight', 'living', 'room', 'put', 'easy', 'see', 'parents', 'sister', 'stayed', 'awake', 'time', 'could', 'distinctly', 'heard', 'went', 'away', 'together', 'tiptoe', 'clear', 'noone', 'would', 'come', 'gregor', 'room', 'morning', 'gave', 'plenty', 'time', 'think', 'undisturbed', 'would', 'rearrange', 'life', 'reason', 'tall', 'empty', 'room', 'forced', 'remain', 'made', 'feel', 'uneasy', 'lay', 'flat', 'floor', 'even', 'though', 'living', 'five', 'years', 'hardly', 'aware', 'slight', 'feeling', 'shame', 'hurried', 'couch', 'pressed', 'back', 'little', 'longer', 'able', 'lift', 'head', 'nonetheless', 'felt', 'immediately', 'ease', 'regret', 'body', 'broad', 'get', 'underneath', 'spent', 'whole', 'night', 'time', 'passed', 'light', 'sleep', 'although', 'frequently', 'woke', 'alarm', 'hunger', 'time', 'spent', 'worries', 'vague', 'hopes', 'however', 'always', 'led', 'conclusion', 'time', 'must', 'remain', 'calm', 'must', 'show', 'patience', 'greatest', 'consideration', 'family', 'could', 'bear', 'unpleasantness', 'present', 'condition', 'forced', 'impose', 'gregor', 'soon', 'opportunity', 'test', 'strength', 'decisions', 'early', 'next', 'morning', 'almost', 'night', 'ended', 'sister', 'nearly', 'fully', 'dressed', 'opened', 'door', 'front', 'room', 'looked', 'anxiously', 'see', 'straight', 'away', 'notice', 'couch', 'somewhere', 'god', 'sake', 'could', 'nt', 'flown', 'away', 'shocked', 'lost', 'control', 'slammed', 'door', 'shut', 'outside', 'seemed', 'regret', 'behaviour', 'opened', 'door', 'straight', 'away', 'came', 'tiptoe', 'entering', 'room', 'someone', 'seriously', 'ill', 'even', 'stranger', 'gregor', 'pushed', 'head', 'forward', 'right', 'edge', 'couch', 'watched', 'would', 'notice', 'left', 'milk', 'realise', 'lack', 'hunger', 'bring', 'food', 'suitable', 'nt', 'would', 'rather', 'go', 'hungry', 'draw', 'attention', 'although', 'feel', 'terrible', 'urge', 'rush', 'forward', 'couch', 'throw', 'sister', 'feet', 'beg', 'something', 'good', 'eat', 'however', 'sister', 'noticed', 'full', 'dish', 'immediately', 'looked', 'drops', 'milk', 'splashed', 'around', 'surprise', 'immediately', 'picked', 'using', 'rag', 'bare', 'hands', 'carried', 'gregor', 'extremely', 'curious', 'would', 'bring', 'place', 'imagining', 'wildest', 'possibilities', 'never', 'could', 'guessed', 'sister', 'goodness', 'actually', 'bring', 'order', 'test', 'taste', 'brought', 'whole', 'selection', 'things', 'spread', 'old', 'newspaper', 'old', 'halfrotten', 'vegetables', 'bones', 'evening', 'meal', 'covered', 'white', 'sauce', 'gone', 'hard', 'raisins', 'almonds', 'cheese', 'gregor', 'declared', 'inedible', 'two', 'days', 'dry', 'roll', 'bread', 'spread', 'butter', 'salt', 'well', 'poured', 'water', 'dish', 'probably', 'permanently', 'set', 'aside', 'gregors', 'use', 'placed', 'beside', 'consideration', 'gregor', 'feelings', 'knew', 'would', 'eat', 'front', 'hurried', 'even', 'turned', 'key', 'lock', 'gregor', 'would', 'know', 'could', 'make', 'things', 'comfortable', 'liked', 'gregor', 'little', 'legs', 'whirred', 'last', 'could', 'eat', 'injuries', 'must', 'already', 'completely', 'healed', 'found', 'difficulty', 'moving', 'amazed', 'month', 'earlier', 'cut', 'finger', 'slightly', 'knife', 'thought', 'finger', 'still', 'hurt', 'day', 'yesterday', 'less', 'sensitive', 'used', 'thought', 'already', 'sucking', 'greedily', 'cheese', 'immediately', 'almost', 'compellingly', 'attracted', 'much', 'foods', 'newspaper', 'quickly', 'one', 'another', 'eyes', 'watering', 'pleasure', 'consumed', 'cheese', 'vegetables', 'sauce', 'fresh', 'foods', 'hand', 'nt', 'like', 'even', 'dragged', 'things', 'want', 'eat', 'little', 'way', 'away', 'could', 'nt', 'stand', 'smell', 'long', 'finished', 'eating', 'lay', 'lethargic', 'place', 'sister', 'slowly', 'turned', 'key', 'lock', 'sign', 'withdraw', 'immediately', 'startled', 'although', 'half', 'asleep', 'hurried', 'back', 'couch', 'needed', 'great', 'selfcontrol', 'stay', 'even', 'short', 'time', 'sister', 'room', 'eating', 'much', 'food', 'rounded', 'body', 'little', 'could', 'hardly', 'breathe', 'narrow', 'space', 'half', 'suffocating', 'watched', 'bulging', 'eyes', 'sister', 'unselfconsciously', 'took', 'broom', 'swept', 'leftovers', 'mixing', 'food', 'even', 'touched', 'could', 'used', 'quickly', 'dropped', 'bin', 'closed', 'wooden', 'lid', 'carried', 'everything', 'hardly', 'turned', 'back', 'gregor', 'came', 'couch', 'stretched', 'gregor', 'received', 'food', 'day', 'morning', 'parents', 'maid', 'still', 'asleep', 'second', 'time', 'everyone', 'eaten', 'meal', 'midday', 'parents', 'would', 'sleep', 'little', 'well', 'gregors', 'sister', 'would', 'send', 'maid', 'away', 'errand', 'gregor', 'father', 'mother', 'certainly', 'want', 'starve', 'either', 'perhaps', 'would', 'could', 'stand', 'experience', 'feeding', 'told', 'perhaps', 'sister', 'wanted', 'spare', 'distress', 'could', 'indeed', 'suffering', 'enough', 'impossible', 'gregor', 'find', 'told', 'doctor', 'locksmith', 'first', 'morning', 'get', 'flat', 'nobody', 'could', 'understand', 'nobody', 'even', 'sister', 'thought', 'could', 'understand', 'content', 'hear', 'sister', 'sighs', 'appeals', 'saints', 'moved', 'room', 'later', 'become', 'little', 'used', 'everything', 'course', 'question', 'ever', 'becoming', 'fully', 'used', 'situation', 'gregor', 'would', 'sometimes', 'catch', 'friendly', 'comment', 'least', 'comment', 'could', 'construed', 'friendly', 'enjoyed', 'dinner', 'today', 'might', 'say', 'diligently', 'cleared', 'away', 'food', 'left', 'left', 'slowly', 'became', 'frequent', 'would', 'often', 'say', 'sadly', 'everything', 'left', 'although', 'gregor', 'nt', 'able', 'hear', 'news', 'directly', 'listen', 'much', 'said', 'next', 'rooms', 'whenever', 'heard', 'anyone', 'speaking', 'would', 'scurry', 'straight', 'appropriate', 'door', 'press', 'whole', 'body', 'seldom', 'conversation', 'especially', 'first', 'way', 'even', 'secret', 'two', 'whole', 'days', 'talk', 'every', 'mealtime', 'even', 'meals', 'spoke', 'subject', 'always', 'least', 'two', 'members', 'family', 'home', 'nobody', 'wanted', 'home', 'question', 'leave', 'flat', 'entirely', 'empty', 'first', 'day', 'maid', 'fallen', 'knees', 'begged', 'gregor', 'mother', 'let', 'go', 'without', 'delay', 'clear', 'much', 'knew', 'happened', 'left', 'within', 'quarter', 'hour', 'tearfully', 'thanking', 'gregor', 'mother', 'dismissal', 'done', 'enormous', 'service', 'even', 'swore', 'emphatically', 'tell', 'anyone', 'slightest', 'happened', 'even', 'though', 'noone', 'asked', 'gregor', 'sister', 'also', 'help', 'mother', 'cooking', 'although', 'much', 'bother', 'noone', 'ate', 'much', 'gregor', 'often', 'heard', 'one', 'would', 'unsuccessfully', 'urge', 'another', 'eat', 'receive', 'answer', 'thanks', 'enough', 'something', 'similar', 'noone', 'drank', 'much', 'either', 'sister', 'would', 'sometimes', 'ask', 'father', 'whether', 'would', 'like', 'beer', 'hoping', 'chance', 'go', 'fetch', 'father', 'said', 'nothing', 'would', 'add', 'would', 'feel', 'selfish', 'could', 'send', 'housekeeper', 'father', 'would', 'close', 'matter', 'big', 'loud', 'would', 'said', 'even', 'first', 'day', 'come', 'end', 'father', 'explained', 'gregor', 'mother', 'sister', 'finances', 'prospects', 'stood', 'table', 'took', 'receipt', 'document', 'little', 'cash', 'box', 'saved', 'business', 'collapsed', 'five', 'years', 'earlier', 'gregor', 'heard', 'opened', 'complicated', 'lock', 'closed', 'taken', 'item', 'wanted', 'heard', 'father', 'say', 'first', 'good', 'news', 'gregor', 'heard', 'since', 'first', 'incarcerated', 'room', 'thought', 'nothing', 'remained', 'father', 'business', 'least', 'never', 'told', 'anything', 'different', 'gregor', 'never', 'asked', 'anyway', 'business', 'misfortune', 'reduced', 'family', 'state', 'total', 'despair', 'gregor', 'concern', 'time', 'arrange', 'things', 'could', 'forget', 'quickly', 'possible', 'started', 'working', 'especially', 'hard', 'fiery', 'vigour', 'raised', 'junior', 'salesman', 'travelling', 'representative', 'almost', 'overnight', 'bringing', 'chance', 'earn', 'money', 'quite', 'different', 'ways', 'gregor', 'converted', 'success', 'work', 'straight', 'cash', 'could', 'lay', 'table', 'home', 'benefit', 'astonished', 'delighted', 'family', 'good', 'times', 'never', 'come', 'least', 'splendour', 'even', 'though', 'gregor', 'later', 'earned', 'much', 'position', 'bear', 'costs', 'whole', 'family', 'bear', 'even', 'got', 'used', 'gregor', 'family', 'took', 'money', 'gratitude', 'glad', 'provide', 'although', 'longer', 'much', 'warm', 'affection', 'given', 'return', 'gregor', 'remained', 'close', 'sister', 'unlike', 'fond', 'music', 'gifted', 'expressive', 'violinist', 'secret', 'plan', 'send', 'conservatory', 'next', 'year', 'even', 'though', 'would', 'cause', 'great', 'expense', 'would', 'made', 'way', 'gregor', 'short', 'periods', 'town', 'conversation', 'sister', 'would', 'often', 'turn', 'conservatory', 'ever', 'mentioned', 'lovely', 'dream', 'could', 'never', 'realised', 'parents', 'like', 'hear', 'innocent', 'talk', 'gregor', 'thought', 'quite', 'hard', 'decided', 'would', 'let', 'know', 'planned', 'grand', 'announcement', 'christmas', 'day', 'sort', 'totally', 'pointless', 'thing', 'went', 'mind', 'present', 'state', 'pressed', 'upright', 'door', 'listening', 'times', 'simply', 'became', 'tired', 'continue', 'listening', 'head', 'would', 'fall', 'wearily', 'door', 'would', 'pull', 'start', 'even', 'slightest', 'noise', 'caused', 'would', 'heard', 'next', 'door', 'would', 'go', 'silent', 'father', 'would', 'say', 'clearly', 'gone', 'door', 'would', 'interrupted', 'conversation', 'slowly', 'taken', 'explaining', 'things', 'father', 'repeated', 'several', 'times', 'partly', 'long', 'time', 'since', 'occupied', 'matters', 'partly', 'gregor', 'mother', 'understand', 'everything', 'first', 'time', 'repeated', 'explanations', 'gregor', 'learned', 'pleasure', 'despite', 'misfortunes', 'still', 'money', 'available', 'old', 'days', 'lot', 'touched', 'meantime', 'interest', 'accumulated', 'besides', 'using', 'money', 'gregor', 'bringing', 'home', 'every', 'month', 'keeping', 'little', 'accumulating', 'behind', 'door', 'gregor', 'nodded', 'enthusiasm', 'pleasure', 'unexpected', 'thrift', 'caution', 'could', 'actually', 'used', 'surplus', 'money', 'reduce', 'father', 'debt', 'boss', 'day', 'could', 'freed', 'job', 'would', 'come', 'much', 'closer', 'certainly', 'better', 'way', 'father', 'done', 'things', 'money', 'however', 'certainly', 'enough', 'enable', 'family', 'live', 'interest', 'enough', 'maintain', 'perhaps', 'one', 'two', 'years', 'say', 'money', 'really', 'touched', 'set', 'aside', 'emergencies', 'money', 'live', 'earned', 'father', 'healthy', 'old', 'lacking', 'self', 'confidence', 'five', 'years', 'working', 'first', 'holiday', 'life', 'full', 'strain', 'success', 'put', 'lot', 'weight', 'become', 'slow', 'clumsy', 'would', 'gregor', 'elderly', 'mother', 'go', 'earn', 'money', 'suffered', 'asthma', 'strain', 'move', 'home', 'every', 'day', 'would', 'spent', 'struggling', 'breath', 'sofa', 'open', 'window', 'would', 'sister', 'go', 'earn', 'money', 'still', 'child', 'seventeen', 'life', 'till', 'enviable', 'consisting', 'wearing', 'nice', 'clothes', 'sleeping', 'late', 'helping', 'business', 'joining', 'modest', 'pleasures', 'playing', 'violin', 'whenever', 'began', 'talk', 'need', 'earn', 'money', 'gregor', 'would', 'always', 'first', 'let', 'go', 'door', 'throw', 'onto', 'cool', 'leather', 'sofa', 'next', 'became', 'quite', 'hot', 'shame', 'regret', 'would', 'often', 'lie', 'whole', 'night', 'sleeping', 'wink', 'scratching', 'leather', 'hours', 'end', 'might', 'go', 'effort', 'pushing', 'chair', 'window', 'climbing', 'onto', 'sill', 'propped', 'chair', 'leaning', 'window', 'stare', 'used', 'feel', 'great', 'sense', 'freedom', 'obviously', 'something', 'remembered', 'experienced', 'actually', 'saw', 'way', 'becoming', 'less', 'distinct', 'every', 'day', 'even', 'things', 'quite', 'near', 'used', 'curse', 'everpresent', 'view', 'hospital', 'across', 'street', 'could', 'see', 'known', 'lived', 'charlottenstrasse', 'quiet', 'street', 'despite', 'middle', 'city', 'could', 'thought', 'looking', 'window', 'barren', 'waste', 'grey', 'sky', 'grey', 'earth', 'mingled', 'inseparably', 'observant', 'sister', 'needed', 'notice', 'chair', 'twice', 'would', 'always', 'push', 'back', 'exact', 'position', 'window', 'tidied', 'room', 'even', 'left', 'inner', 'pane', 'window', 'open', 'gregor', 'able', 'speak', 'sister', 'thank', 'would', 'easier', 'bear', 'caused', 'pain', 'sister', 'naturally', 'tried', 'far', 'possible', 'pretend', 'nothing', 'burdensome', 'longer', 'went', 'course', 'better', 'able', 'time', 'went', 'gregor', 'also', 'able', 'see', 'much', 'better', 'even', 'become', 'unpleasant', 'whenever', 'entered', 'room', 'sooner', 'come', 'would', 'quickly', 'close', 'door', 'precaution', 'noone', 'would', 'suffer', 'view', 'gregor', 'room', 'would', 'go', 'straight', 'window', 'pull', 'hurriedly', 'open', 'almost', 'suffocating', 'even', 'cold', 'would', 'stay', 'window', 'breathing', 'deeply', 'little', 'would', 'alarm', 'gregor', 'twice', 'day', 'running', 'noise', 'making', 'would', 'stay', 'couch', 'shivering', 'whole', 'knowing', 'full', 'well', 'would', 'certainly', 'liked', 'spare', 'ordeal', 'impossible', 'room', 'windows', 'closed', 'one', 'day', 'month', 'gregor', 'transformation', 'sister', 'longer', 'particular', 'reason', 'shocked', 'appearance', 'came', 'room', 'little', 'earlier', 'usual', 'found', 'still', 'staring', 'window', 'motionless', 'would', 'horrible', 'sister', 'coming', 'room', 'would', 'surprise', 'gregor', 'would', 'difficult', 'immediately', 'open', 'window', 'still', 'come', 'went', 'straight', 'back', 'closed', 'door', 'behind', 'stranger', 'would', 'thought', 'threatened', 'tried', 'bite', 'gregor', 'went', 'straight', 'hide', 'couch', 'course', 'wait', 'midday', 'sister', 'came', 'back', 'seemed', 'much', 'uneasy', 'usual', 'made', 'realise', 'still', 'found', 'appearance', 'unbearable', 'would', 'continue', 'probably', 'even', 'overcome', 'urge', 'flee', 'saw', 'little', 'bit', 'protruded', 'couch', 'one', 'day', 'order', 'spare', 'even', 'sight', 'spent', 'four', 'hours', 'carrying', 'bedsheet', 'couch', 'back', 'arranged', 'completely', 'covered', 'sister', 'would', 'able', 'see', 'even', 'bent', 'think', 'sheet', 'necessary', 'take', 'clear', 'enough', 'pleasure', 'gregor', 'cut', 'completely', 'left', 'sheet', 'gregor', 'even', 'thought', 'glimpsed', 'look', 'gratitude', 'one', 'time', 'carefully', 'looked', 'sheet', 'see', 'sister', 'liked', 'new', 'arrangement', 'first', 'fourteen', 'days', 'gregor', 'parents', 'could', 'bring', 'come', 'room', 'see', 'would', 'often', 'hear', 'say', 'appreciated', 'new', 'work', 'sister', 'even', 'though', 'seen', 'girl', 'somewhat', 'useless', 'frequently', 'annoyed', 'two', 'father', 'mother', 'would', 'often', 'wait', 'outside', 'door', 'gregor', 'room', 'sister', 'tidied', 'soon', 'went', 'would', 'tell', 'exactly', 'everything', 'looked', 'gregor', 'eaten', 'behaved', 'time', 'whether', 'perhaps', 'slight', 'improvement', 'could', 'seen', 'mother', 'also', 'wanted', 'go', 'visit', 'gregor', 'relatively', 'soon', 'father', 'sister', 'first', 'persuaded', 'gregor', 'listened', 'closely', 'approved', 'fully', 'later', 'though', 'held', 'back', 'force', 'made', 'call', 'let', 'go', 'see', 'gregor', 'unfortunate', 'son', 'ca', 'nt', 'understand', 'see', 'gregor', 'would', 'think', 'maybe', 'would', 'better', 'mother', 'came', 'every', 'day', 'course', 'one', 'day', 'week', 'perhaps', 'could', 'understand', 'everything', 'much', 'better', 'sister', 'courage', 'still', 'child', 'really', 'might', 'adult', 'appreciation', 'burdensome', 'job', 'taken', 'gregor', 'wish', 'see', 'mother', 'soon', 'realised', 'consideration', 'parents', 'gregor', 'wanted', 'avoid', 'seen', 'window', 'day', 'square', 'meters', 'floor', 'give', 'much', 'room', 'crawl', 'hard', 'lie', 'quietly', 'night', 'food', 'soon', 'stopped', 'giving', 'pleasure', 'entertain', 'got', 'habit', 'crawling', 'walls', 'ceiling', 'especially', 'fond', 'hanging', 'ceiling', 'quite', 'different', 'lying', 'floor', 'could', 'breathe', 'freely', 'body', 'light', 'swing', 'relaxed', 'almost', 'happy', 'might', 'happen', 'would', 'surprise', 'even', 'letting', 'go', 'ceiling', 'landing', 'floor', 'crash', 'course', 'far', 'better', 'control', 'body', 'even', 'fall', 'great', 'caused', 'damage', 'soon', 'sister', 'noticed', 'gregor', 'new', 'way', 'entertaining', 'left', 'traces', 'adhesive', 'feet', 'crawled', 'got', 'head', 'make', 'easy', 'possible', 'removing', 'furniture', 'got', 'way', 'especially', 'chest', 'drawers', 'desk', 'something', 'would', 'able', 'dare', 'ask', 'help', 'father', 'sixteen', 'year', 'old', 'maid', 'carried', 'bravely', 'since', 'cook', 'left', 'certainly', 'would', 'helped', 'even', 'asked', 'allowed', 'keep', 'kitchen', 'locked', 'times', 'never', 'open', 'door', 'unless', 'especially', 'important', 'sister', 'choice', 'choose', 'time', 'gregor', 'father', 'fetch', 'mother', 'help', 'approached', 'room', 'gregor', 'could', 'hear', 'mother', 'express', 'joy', 'door', 'went', 'silent', 'first', 'course', 'sister', 'came', 'looked', 'round', 'see', 'everything', 'room', 'alright', 'let', 'mother', 'enter', 'gregor', 'hurriedly', 'pulled', 'sheet', 'lower', 'couch', 'put', 'folds', 'everything', 'really', 'looked', 'thrown', 'chance', 'gregor', 'also', 'refrained', 'time', 'spying', 'sheet', 'gave', 'chance', 'see', 'mother', 'later', 'simply', 'glad', 'come', 'come', 'ca', 'nt', 'seen', 'said', 'sister', 'obviously', 'leading', 'hand', 'old', 'chest', 'drawers', 'heavy', 'pair', 'feeble', 'women', 'heaving', 'gregor', 'listened', 'pushed', 'place', 'sister', 'always', 'taking', 'heaviest', 'part', 'work', 'ignoring', 'mother', 'warnings', 'would', 'strain', 'lasted', 'long', 'time', 'labouring', 'fifteen', 'minutes', 'mother', 'said', 'would', 'better', 'leave', 'chest', 'one', 'thing', 'heavy', 'get', 'job', 'finished', 'gregor', 'father', 'got', 'home', 'leaving', 'middle', 'room', 'would', 'way', 'even', 'another', 'thing', 'nt', 'even', 'sure', 'taking', 'furniture', 'away', 'would', 'really', 'help', 'thought', 'opposite', 'sight', 'bare', 'walls', 'saddened', 'right', 'heart', 'would', 'nt', 'gregor', 'feel', 'way', 'used', 'furniture', 'room', 'long', 'time', 'would', 'make', 'feel', 'abandoned', 'empty', 'room', 'like', 'quietly', 'almost', 'whispering', 'wanting', 'gregor', 'whose', 'whereabouts', 'know', 'hear', 'even', 'tone', 'voice', 'convinced', 'understand', 'words', 'added', 'taking', 'furniture', 'away', 'wo', 'nt', 'seem', 'like', 'showing', 'given', 'hope', 'improvement', 'abandoning', 'cope', 'think', 'best', 'leave', 'room', 'exactly', 'way', 'gregor', 'comes', 'back', 'us', 'hell', 'find', 'everything', 'unchanged', 'able', 'forget', 'time', 'easier', 'hearing', 'words', 'mother', 'made', 'gregor', 'realise', 'lack', 'direct', 'human', 'communication', 'along', 'monotonous', 'life', 'led', 'family', 'two', 'months', 'must', 'made', 'confused', 'could', 'think', 'way', 'explaining', 'seriously', 'wanted', 'room', 'emptied', 'really', 'wanted', 'transform', 'room', 'cave', 'warm', 'room', 'fitted', 'nice', 'furniture', 'inherited', 'would', 'let', 'crawl', 'around', 'unimpeded', 'direction', 'would', 'also', 'let', 'quickly', 'forget', 'past', 'still', 'human', 'come', 'close', 'forgetting', 'voice', 'mother', 'unheard', 'long', 'shaken', 'nothing', 'removed', 'everything', 'stay', 'could', 'without', 'good', 'influence', 'furniture', 'condition', 'furniture', 'made', 'difficult', 'crawl', 'mindlessly', 'loss', 'great', 'advantage', 'sister', 'unfortunately', 'agree', 'become', 'used', 'idea', 'without', 'reason', 'gregor', 'spokesman', 'parents', 'things', 'concerned', 'meant', 'mother', 'advice', 'sufficient', 'reason', 'insist', 'removing', 'chest', 'drawers', 'desk', 'thought', 'first', 'furniture', 'apart', 'allimportant', 'couch', 'childish', 'perversity', 'course', 'unexpected', 'confidence', 'recently', 'acquired', 'made', 'insist', 'indeed', 'noticed', 'gregor', 'needed', 'lot', 'room', 'crawl', 'whereas', 'furniture', 'far', 'anyone', 'could', 'see', 'use', 'girls', 'age', 'though', 'become', 'enthusiastic', 'things', 'feel', 'must', 'get', 'way', 'whenever', 'perhaps', 'tempted', 'grete', 'make', 'gregors', 'situation', 'seem', 'even', 'shocking', 'could', 'even', 'grete', 'would', 'probably', 'one', 'would', 'dare', 'enter', 'room', 'dominated', 'gregor', 'crawling', 'bare', 'walls', 'refused', 'let', 'mother', 'dissuade', 'gregor', 'mother', 'already', 'looked', 'uneasy', 'room', 'soon', 'stopped', 'speaking', 'helped', 'gregor', 'sister', 'get', 'chest', 'drawers', 'strength', 'chest', 'drawers', 'something', 'gregor', 'could', 'without', 'writing', 'desk', 'stay', 'hardly', 'two', 'women', 'pushed', 'chest', 'drawers', 'groaning', 'room', 'gregor', 'poked', 'head', 'couch', 'see', 'could', 'meant', 'careful', 'considerate', 'could', 'unfortunately', 'mother', 'came', 'back', 'first', 'grete', 'next', 'room', 'arms', 'round', 'chest', 'pushing', 'pulling', 'side', 'side', 'without', 'course', 'moving', 'inch', 'mother', 'used', 'sight', 'gregor', 'might', 'made', 'ill', 'gregor', 'hurried', 'backwards', 'far', 'end', 'couch', 'startlement', 'though', 'able', 'prevent', 'sheet', 'front', 'moving', 'little', 'enough', 'attract', 'mother', 'attention', 'stood', 'still', 'remained', 'moment', 'went', 'back', 'grete', 'gregor', 'kept', 'trying', 'assure', 'nothing', 'unusual', 'happening', 'pieces', 'furniture', 'moved', 'soon', 'admit', 'women', 'going', 'fro', 'little', 'calls', 'scraping', 'furniture', 'floor', 'things', 'made', 'feel', 'assailed', 'sides', 'head', 'legs', 'pulled', 'body', 'pressed', 'floor', 'forced', 'admit', 'could', 'stand', 'much', 'longer', 'emptying', 'room', 'taking', 'away', 'everything', 'dear', 'already', 'taken', 'chest', 'containing', 'fretsaw', 'tools', 'threatened', 'remove', 'writing', 'desk', 'place', 'clearly', 'worn', 'floor', 'desk', 'done', 'homework', 'business', 'trainee', 'high', 'school', 'even', 'infant', 'school', 'really', 'could', 'wait', 'longer', 'see', 'whether', 'two', 'women', 'intentions', 'good', 'nearly', 'forgotten', 'anyway', 'tired', 'say', 'anything', 'worked', 'could', 'hear', 'feet', 'stepped', 'heavily', 'floor', 'women', 'leant', 'desk', 'room', 'catching', 'breath', 'sallied', 'changed', 'direction', 'four', 'times', 'knowing', 'save', 'first', 'attention', 'suddenly', 'caught', 'picture', 'wall', 'already', 'denuded', 'everything', 'else', 'lady', 'dressed', 'copious', 'fur', 'hurried', 'onto', 'picture', 'pressed', 'glass', 'held', 'firmly', 'felt', 'good', 'hot', 'belly', 'picture', 'least', 'totally', 'covered', 'gregor', 'would', 'certainly', 'taken', 'away', 'noone', 'turned', 'head', 'face', 'door', 'living', 'room', 'could', 'watch', 'women', 'came', 'back', 'allowed', 'long', 'rest', 'came', 'back', 'quite', 'soon', 'grete', 'put', 'arm', 'around', 'mother', 'nearly', 'carrying', 'shall', 'take', 'said', 'grete', 'looked', 'around', 'eyes', 'met', 'gregor', 'wall', 'perhaps', 'mother', 'remained', 'calm', 'bent', 'face', 'would', 'look', 'round', 'said', 'albeit', 'hurriedly', 'tremor', 'voice', 'come', 'let', 'go', 'back', 'living', 'room', 'gregor', 'could', 'see', 'grete', 'mind', 'wanted', 'take', 'mother', 'somewhere', 'safe', 'chase', 'wall', 'well', 'could', 'certainly', 'try', 'sat', 'unyielding', 'picture', 'would', 'rather', 'jump', 'grete', 'face', 'grete', 'words', 'made', 'mother', 'quite', 'worried', 'stepped', 'one', 'side', 'saw', 'enormous', 'brown', 'patch', 'flowers', 'wallpaper', 'even', 'realised', 'gregor', 'saw', 'screamed', 'oh', 'god', 'oh', 'god', 'arms', 'outstretched', 'fell', 'onto', 'couch', 'given', 'everything', 'stayed', 'immobile', 'gregor', 'shouted', 'sister', 'glowering', 'shaking', 'fist', 'first', 'word', 'spoken', 'directly', 'since', 'transformation', 'ran', 'room', 'fetch', 'kind', 'smelling', 'salts', 'bring', 'mother', 'faint', 'gregor', 'wanted', 'help', 'could', 'save', 'picture', 'later', 'although', 'stuck', 'fast', 'glass', 'pull', 'force', 'ran', 'next', 'room', 'could', 'advise', 'sister', 'like', 'old', 'days', 'stand', 'behind', 'nothing', 'looking', 'various', 'bottles', 'startled', 'turned', 'round', 'bottle', 'fell', 'ground', 'broke', 'splinter', 'cut', 'gregor', 'face', 'kind', 'caustic', 'medicine', 'splashed', 'without', 'delaying', 'longer', 'grete', 'took', 'hold', 'bottles', 'could', 'ran', 'mother', 'slammed', 'door', 'shut', 'foot', 'gregor', 'shut', 'mother', 'might', 'near', 'death', 'could', 'open', 'door', 'want', 'chase', 'sister', 'away', 'stay', 'mother', 'nothing', 'wait', 'oppressed', 'anxiety', 'selfreproach', 'began', 'crawl', 'crawled', 'everything', 'walls', 'furniture', 'ceiling', 'finally', 'confusion', 'whole', 'room', 'began', 'spin', 'around', 'fell', 'middle', 'dinner', 'table', 'lay', 'numb', 'immobile', 'around', 'quiet', 'maybe', 'good', 'sign', 'someone', 'door', 'maid', 'course', 'locked', 'kitchen', 'grete', 'would', 'go', 'answer', 'father', 'arrived', 'home', 'happened', 'first', 'words', 'grete', 'appearance', 'must', 'made', 'everything', 'clear', 'answered', 'subdued', 'voice', 'openly', 'pressed', 'face', 'chest', 'mothers', 'fainted', 'better', 'gregor', 'got', 'expected', 'said', 'father', 'always', 'said', 'women', 'would', 'nt', 'listen', 'would', 'clear', 'gregor', 'grete', 'said', 'enough', 'father', 'took', 'mean', 'something', 'bad', 'happened', 'responsible', 'act', 'violence', 'meant', 'gregor', 'would', 'try', 'calm', 'father', 'time', 'explain', 'things', 'even', 'possible', 'fled', 'door', 'room', 'pressed', 'father', 'came', 'hall', 'could', 'see', 'straight', 'away', 'gregor', 'best', 'intentions', 'would', 'go', 'back', 'room', 'without', 'delay', 'would', 'necessary', 'drive', 'back', 'open', 'door', 'would', 'disappear', 'father', 'though', 'mood', 'notice', 'subtleties', 'like', 'ah', 'shouted', 'came', 'sounding', 'angry', 'glad', 'time', 'gregor', 'drew', 'head', 'back', 'door', 'lifted', 'towards', 'father', 'really', 'imagined', 'father', 'way', 'stood', 'late', 'new', 'habit', 'crawling', 'neglected', 'pay', 'attention', 'going', 'rest', 'flat', 'way', 'done', 'really', 'ought', 'expected', 'things', 'changed', 'still', 'still', 'really', 'father', 'tired', 'man', 'used', 'laying', 'entombed', 'bed', 'gregor', 'came', 'back', 'business', 'trips', 'would', 'receive', 'sitting', 'armchair', 'nightgown', 'came', 'back', 'evenings', 'hardly', 'even', 'able', 'stand', 'sign', 'pleasure', 'would', 'raise', 'arms', 'couple', 'times', 'year', 'went', 'walk', 'together', 'sunday', 'public', 'holiday', 'wrapped', 'tightly', 'overcoat', 'gregor', 'mother', 'would', 'always', 'labour', 'way', 'forward', 'little', 'slowly', 'already', 'walking', 'slowly', 'sake', 'would', 'place', 'stick', 'carefully', 'wanted', 'say', 'something', 'would', 'invariably', 'stop', 'gather', 'companions', 'around', 'standing', 'straight', 'enough', 'dressed', 'smart', 'blue', 'uniform', 'gold', 'buttons', 'sort', 'worn', 'employees', 'banking', 'institute', 'high', 'stiff', 'collar', 'coat', 'strong', 'doublechin', 'emerged', 'bushy', 'eyebrows', 'piercing', 'dark', 'eyes', 'looked', 'fresh', 'alert', 'normally', 'unkempt', 'white', 'hair', 'combed', 'painfully', 'close', 'scalp', 'took', 'cap', 'gold', 'monogram', 'probably', 'bank', 'threw', 'arc', 'right', 'across', 'room', 'onto', 'sofa', 'put', 'hands', 'trouser', 'pockets', 'pushing', 'back', 'bottom', 'long', 'uniform', 'coat', 'look', 'determination', 'walked', 'towards', 'gregor', 'probably', 'even', 'know', 'mind', 'nonetheless', 'lifted', 'feet', 'unusually', 'high', 'gregor', 'amazed', 'enormous', 'size', 'soles', 'boots', 'wasted', 'time', 'knew', 'full', 'well', 'right', 'first', 'day', 'new', 'life', 'father', 'thought', 'necessary', 'always', 'extremely', 'strict', 'ran', 'father', 'stopped', 'father', 'stopped', 'scurried', 'forwards', 'moved', 'even', 'slightly', 'way', 'went', 'round', 'room', 'several', 'times', 'without', 'anything', 'decisive', 'happening', 'without', 'even', 'giving', 'impression', 'chase', 'everything', 'went', 'slowly', 'gregor', 'remained', 'time', 'floor', 'largely', 'feared', 'father', 'might', 'see', 'especially', 'provoking', 'fled', 'onto', 'wall', 'ceiling', 'whatever', 'gregor', 'admit', 'certainly', 'would', 'able', 'keep', 'running', 'long', 'step', 'father', 'took', 'carry', 'countless', 'movements', 'became', 'noticeably', 'short', 'breath', 'even', 'earlier', 'life', 'lungs', 'reliable', 'lurched', 'efforts', 'muster', 'strength', 'could', 'running', 'could', 'hardly', 'keep', 'eyes', 'open', 'thoughts', 'became', 'slow', 'think', 'way', 'saving', 'running', 'almost', 'forgot', 'walls', 'use', 'although', 'concealed', 'behind', 'carefully', 'carved', 'furniture', 'full', 'notches', 'protrusions', 'right', 'beside', 'lightly', 'tossed', 'something', 'flew', 'rolled', 'front', 'apple', 'another', 'one', 'immediately', 'flew', 'gregor', 'froze', 'shock', 'longer', 'point', 'running', 'father', 'decided', 'bombard', 'filled', 'pockets', 'fruit', 'bowl', 'sideboard', 'without', 'even', 'taking', 'time', 'careful', 'aim', 'threw', 'one', 'apple', 'another', 'little', 'red', 'apples', 'rolled', 'floor', 'knocking', 'electric', 'motors', 'apple', 'thrown', 'without', 'much', 'force', 'glanced', 'gregor', 'back', 'slid', 'without', 'harm', 'another', 'one', 'however', 'immediately', 'following', 'hit', 'squarely', 'lodged', 'back', 'gregor', 'wanted', 'drag', 'away', 'could', 'remove', 'surprising', 'incredible', 'pain', 'changing', 'position', 'felt', 'nailed', 'spot', 'spread', 'senses', 'confusion', 'last', 'thing', 'saw', 'door', 'room', 'pulled', 'open', 'sister', 'screaming', 'mother', 'ran', 'front', 'blouse', 'sister', 'taken', 'clothes', 'fainted', 'make', 'easier', 'breathe', 'ran', 'father', 'skirts', 'unfastened', 'sliding', 'one', 'another', 'ground', 'stumbling', 'skirts', 'pushed', 'father', 'arms', 'around', 'uniting', 'totally', 'gregor', 'lost', 'ability', 'see', 'anything', 'hands', 'behind', 'father', 'head', 'begging', 'spare', 'gregor', 'life', 'iii', 'noone', 'dared', 'remove', 'apple', 'lodged', 'gregor', 'flesh', 'remained', 'visible', 'reminder', 'injury', 'suffered', 'month', 'condition', 'seemed', 'serious', 'enough', 'remind', 'even', 'father', 'gregor', 'despite', 'current', 'sad', 'revolting', 'form', 'family', 'member', 'could', 'treated', 'enemy', 'contrary', 'family', 'duty', 'swallow', 'revulsion', 'patient', 'patient', 'injuries', 'gregor', 'lost', 'much', 'mobility', 'probably', 'permanently', 'reduced', 'condition', 'ancient', 'invalid', 'took', 'long', 'long', 'minutes', 'crawl', 'across', 'room', 'crawling', 'ceiling', 'question', 'deterioration', 'condition', 'fully', 'opinion', 'made', 'door', 'living', 'room', 'left', 'open', 'every', 'evening', 'got', 'habit', 'closely', 'watching', 'one', 'two', 'hours', 'opened', 'lying', 'darkness', 'room', 'could', 'seen', 'living', 'room', 'could', 'watch', 'family', 'light', 'dinner', 'table', 'listen', 'conversation', 'everyone', 'permission', 'way', 'thus', 'quite', 'differently', 'longer', 'held', 'lively', 'conversations', 'earlier', 'times', 'course', 'ones', 'gregor', 'always', 'thought', 'longing', 'tired', 'getting', 'damp', 'bed', 'small', 'hotel', 'room', 'usually', 'quiet', 'nowadays', 'soon', 'dinner', 'father', 'would', 'go', 'sleep', 'chair', 'mother', 'sister', 'would', 'urge', 'quiet', 'mother', 'bent', 'deeply', 'lamp', 'would', 'sew', 'fancy', 'underwear', 'fashion', 'shop', 'sister', 'taken', 'sales', 'job', 'learned', 'shorthand', 'french', 'evenings', 'might', 'able', 'get', 'better', 'position', 'later', 'sometimes', 'father', 'would', 'wake', 'say', 'gregor', 'mother', 'much', 'sewing', 'today', 'know', 'dozing', 'would', 'go', 'back', 'sleep', 'mother', 'sister', 'would', 'exchange', 'tired', 'grin', 'kind', 'stubbornness', 'gregor', 'father', 'refused', 'take', 'uniform', 'even', 'home', 'nightgown', 'hung', 'unused', 'peg', 'gregor', 'father', 'would', 'slumber', 'fully', 'dressed', 'always', 'ready', 'serve', 'expecting', 'hear', 'voice', 'superior', 'even', 'uniform', 'new', 'start', 'result', 'slowly', 'became', 'even', 'shabbier', 'despite', 'efforts', 'gregor', 'mother', 'sister', 'look', 'gregor', 'would', 'often', 'spend', 'whole', 'evening', 'looking', 'stains', 'coat', 'gold', 'buttons', 'always', 'kept', 'polished', 'shiny', 'old', 'man', 'would', 'sleep', 'highly', 'uncomfortable', 'peaceful', 'soon', 'struck', 'ten', 'gregor', 'mother', 'would', 'speak', 'gently', 'father', 'wake', 'try', 'persuade', 'go', 'bed', 'could', 'nt', 'sleep', 'properly', 'really', 'get', 'sleep', 'six', 'get', 'work', 'since', 'work', 'become', 'obstinate', 'would', 'always', 'insist', 'staying', 'longer', 'table', 'even', 'though', 'regularly', 'fell', 'asleep', 'harder', 'ever', 'persuade', 'exchange', 'chair', 'bed', 'however', 'much', 'mother', 'sister', 'would', 'importune', 'little', 'reproaches', 'warnings', 'would', 'keep', 'slowly', 'shaking', 'head', 'quarter', 'hour', 'eyes', 'closed', 'refusing', 'get', 'gregor', 'mother', 'would', 'tug', 'sleeve', 'whisper', 'endearments', 'ear', 'gregor', 'sister', 'would', 'leave', 'work', 'help', 'mother', 'nothing', 'would', 'effect', 'would', 'sink', 'deeper', 'chair', 'two', 'women', 'took', 'arms', 'would', 'abruptly', 'open', 'eyes', 'look', 'one', 'say', 'life', 'peace', 'get', 'old', 'age', 'supported', 'two', 'women', 'would', 'lift', 'carefully', 'carrying', 'greatest', 'load', 'let', 'women', 'take', 'door', 'send', 'carry', 'gregor', 'mother', 'would', 'throw', 'needle', 'sister', 'pen', 'could', 'run', 'father', 'continue', 'help', 'tired', 'overworked', 'family', 'would', 'time', 'give', 'attention', 'gregor', 'absolutely', 'necessary', 'household', 'budget', 'became', 'even', 'smaller', 'maid', 'dismissed', 'enormous', 'thickboned', 'charwoman', 'white', 'hair', 'flapped', 'around', 'head', 'came', 'every', 'morning', 'evening', 'heaviest', 'work', 'everything', 'else', 'looked', 'gregor', 'mother', 'top', 'large', 'amount', 'sewing', 'work', 'gregor', 'even', 'learned', 'listening', 'evening', 'conversation', 'price', 'hoped', 'several', 'items', 'jewellery', 'belonging', 'family', 'sold', 'even', 'though', 'mother', 'sister', 'fond', 'wearing', 'functions', 'celebrations', 'loudest', 'complaint', 'although', 'flat', 'much', 'big', 'present', 'circumstances', 'could', 'move', 'imaginable', 'way', 'transferring', 'gregor', 'new', 'address', 'could', 'see', 'quite', 'well', 'though', 'reasons', 'consideration', 'made', 'difficult', 'move', 'would', 'quite', 'easy', 'transport', 'suitable', 'crate', 'air', 'holes', 'main', 'thing', 'holding', 'family', 'back', 'decision', 'move', 'much', 'total', 'despair', 'thought', 'struck', 'misfortune', 'unlike', 'anything', 'experienced', 'anyone', 'else', 'knew', 'related', 'carried', 'absolutely', 'everything', 'world', 'expects', 'poor', 'people', 'gregor', 'father', 'brought', 'bank', 'employees', 'breakfast', 'mother', 'sacrificed', 'washing', 'clothes', 'strangers', 'sister', 'ran', 'back', 'forth', 'behind', 'desk', 'behest', 'customers', 'strength', 'injury', 'gregor', 'back', 'began', 'hurt', 'much', 'new', 'come', 'back', 'taking', 'father', 'bed', 'gregor', 'mother', 'sister', 'would', 'leave', 'work', 'sit', 'close', 'together', 'cheek', 'cheek', 'mother', 'would', 'point', 'gregor', 'room', 'say', 'close', 'door', 'grete', 'dark', 'would', 'sit', 'next', 'room', 'tears', 'would', 'mingle', 'would', 'simply', 'sit', 'staring', 'dryeyed', 'table', 'gregor', 'hardly', 'slept', 'either', 'night', 'day', 'sometimes', 'would', 'think', 'taking', 'family', 'affairs', 'like', 'next', 'time', 'door', 'opened', 'long', 'forgotten', 'boss', 'chief', 'clerk', 'would', 'appear', 'thoughts', 'salesmen', 'apprentices', 'stupid', 'teaboy', 'two', 'three', 'friends', 'businesses', 'one', 'chambermaids', 'provincial', 'hotel', 'tender', 'memory', 'appeared', 'disappeared', 'cashier', 'hat', 'shop', 'attention', 'serious', 'slow', 'appeared', 'mixed', 'together', 'strangers', 'others', 'forgotten', 'instead', 'helping', 'family', 'inaccessible', 'glad', 'disappeared', 'times', 'mood', 'look', 'family', 'filled', 'simple', 'rage', 'lack', 'attention', 'shown', 'although', 'could', 'think', 'nothing', 'would', 'wanted', 'made', 'plans', 'could', 'get', 'pantry', 'could', 'take', 'things', 'entitled', 'even', 'hungry', 'gregor', 'sister', 'longer', 'thought', 'could', 'please', 'would', 'hurriedly', 'push', 'food', 'room', 'foot', 'rushed', 'work', 'morning', 'midday', 'evening', 'would', 'sweep', 'away', 'broom', 'indifferent', 'whether', 'eaten', 'often', 'left', 'totally', 'untouched', 'still', 'cleared', 'room', 'evening', 'could', 'quicker', 'smears', 'dirt', 'left', 'walls', 'little', 'balls', 'dust', 'filth', 'first', 'gregor', 'went', 'one', 'worst', 'places', 'sister', 'arrived', 'reproach', 'could', 'stayed', 'weeks', 'without', 'sister', 'anything', 'could', 'see', 'dirt', 'well', 'could', 'simply', 'decided', 'leave', 'time', 'became', 'touchy', 'way', 'quite', 'new', 'everyone', 'family', 'understood', 'cleaning', 'gregor', 'room', 'alone', 'gregor', 'mother', 'thoroughly', 'clean', 'room', 'needed', 'use', 'several', 'bucketfuls', 'water', 'although', 'much', 'dampness', 'also', 'made', 'gregor', 'ill', 'lay', 'flat', 'couch', 'bitter', 'immobile', 'mother', 'punished', 'still', 'done', 'hardly', 'sister', 'arrived', 'home', 'evening', 'noticed', 'change', 'gregor', 'room', 'highly', 'aggrieved', 'ran', 'back', 'living', 'room', 'despite', 'mothers', 'raised', 'imploring', 'hands', 'broke', 'convulsive', 'tears', 'father', 'course', 'startled', 'chair', 'two', 'parents', 'looked', 'astonished', 'helpless', 'became', 'agitated', 'gregor', 'father', 'standing', 'right', 'mother', 'accused', 'leaving', 'cleaning', 'gregor', 'room', 'sister', 'left', 'gregor', 'sister', 'screamed', 'never', 'clean', 'gregor', 'room', 'mother', 'tried', 'draw', 'father', 'beside', 'anger', 'bedroom', 'sister', 'quaking', 'tears', 'thumped', 'table', 'small', 'fists', 'gregor', 'hissed', 'anger', 'noone', 'even', 'thought', 'closing', 'door', 'save', 'sight', 'noise', 'gregor', 'sister', 'exhausted', 'going', 'work', 'looking', 'gregor', 'done', 'even', 'work', 'even', 'mother', 'ought', 'certainly', 'taken', 'place', 'gregor', 'hand', 'ought', 'neglected', 'though', 'charwoman', 'elderly', 'widow', 'robust', 'bone', 'structure', 'made', 'able', 'withstand', 'hardest', 'things', 'long', 'life', 'nt', 'really', 'repelled', 'gregor', 'chance', 'one', 'day', 'rather', 'real', 'curiosity', 'opened', 'door', 'gregors', 'room', 'found', 'face', 'face', 'taken', 'totally', 'surprise', 'noone', 'chasing', 'began', 'rush', 'fro', 'stood', 'amazement', 'hands', 'crossed', 'front', 'never', 'failed', 'open', 'door', 'slightly', 'every', 'evening', 'morning', 'look', 'briefly', 'first', 'would', 'call', 'words', 'probably', 'considered', 'friendly', 'come', 'old', 'dungbeetle', 'look', 'old', 'dungbeetle', 'gregor', 'never', 'responded', 'spoken', 'way', 'remained', 'without', 'moving', 'door', 'never', 'even', 'opened', 'told', 'charwoman', 'clean', 'room', 'every', 'day', 'instead', 'letting', 'disturb', 'reason', 'whenever', 'felt', 'like', 'one', 'day', 'early', 'morning', 'heavy', 'rain', 'struck', 'windowpanes', 'perhaps', 'indicating', 'spring', 'coming', 'began', 'speak', 'way', 'gregor', 'resentful', 'started', 'move', 'toward', 'slow', 'infirm', 'like', 'kind', 'attack', 'instead', 'afraid', 'charwoman', 'lifted', 'one', 'chairs', 'near', 'door', 'stood', 'mouth', 'open', 'clearly', 'intending', 'close', 'mouth', 'chair', 'hand', 'slammed', 'gregor', 'back', 'nt', 'coming', 'closer', 'asked', 'gregor', 'turned', 'round', 'calmly', 'put', 'chair', 'back', 'corner', 'gregor', 'almost', 'entirely', 'stopped', 'eating', 'happened', 'find', 'next', 'food', 'prepared', 'might', 'take', 'mouth', 'play', 'leave', 'hours', 'often', 'spit', 'first', 'thought', 'distress', 'state', 'room', 'stopped', 'eating', 'soon', 'got', 'used', 'changes', 'made', 'got', 'habit', 'putting', 'things', 'room', 'room', 'anywhere', 'else', 'many', 'things', 'one', 'rooms', 'flat', 'rented', 'three', 'gentlemen', 'earnest', 'gentlemen', 'three', 'full', 'beards', 'gregor', 'learned', 'peering', 'crack', 'door', 'one', 'day', 'painfully', 'insistent', 'things', 'tidy', 'meant', 'room', 'since', 'taken', 'room', 'establishment', 'entire', 'flat', 'especially', 'kitchen', 'unnecessary', 'clutter', 'something', 'could', 'tolerate', 'especially', 'dirty', 'moreover', 'brought', 'furnishings', 'equipment', 'reason', 'many', 'things', 'become', 'superfluous', 'although', 'could', 'sold', 'family', 'wish', 'discard', 'things', 'found', 'way', 'gregor', 'room', 'dustbins', 'kitchen', 'found', 'way', 'charwoman', 'always', 'hurry', 'anything', 'could', 'nt', 'use', 'time', 'would', 'chuck', 'fortunately', 'would', 'usually', 'see', 'object', 'hand', 'held', 'woman', 'likely', 'meant', 'fetch', 'things', 'back', 'time', 'opportunity', 'throw', 'everything', 'one', 'go', 'actually', 'happened', 'left', 'landed', 'first', 'thrown', 'unless', 'gregor', 'made', 'way', 'junk', 'moved', 'somewhere', 'else', 'first', 'moved', 'room', 'free', 'could', 'crawl', 'forced', 'later', 'came', 'enjoy', 'although', 'moving', 'way', 'left', 'sad', 'tired', 'death', 'would', 'remain', 'immobile', 'hours', 'afterwards', 'gentlemen', 'rented', 'room', 'would', 'sometimes', 'take', 'evening', 'meal', 'home', 'living', 'room', 'used', 'everyone', 'door', 'room', 'often', 'kept', 'closed', 'evening', 'gregor', 'found', 'easy', 'give', 'door', 'open', 'often', 'failed', 'make', 'use', 'open', 'without', 'family', 'noticed', 'lain', 'room', 'darkest', 'corner', 'one', 'time', 'though', 'charwoman', 'left', 'door', 'living', 'room', 'slightly', 'open', 'remained', 'open', 'gentlemen', 'rented', 'room', 'came', 'evening', 'light', 'put', 'sat', 'table', 'formerly', 'gregor', 'taken', 'meals', 'father', 'mother', 'unfolded', 'serviettes', 'picked', 'knives', 'forks', 'gregor', 'mother', 'immediately', 'appeared', 'doorway', 'dish', 'meat', 'soon', 'behind', 'came', 'sister', 'dish', 'piled', 'high', 'potatoes', 'food', 'steaming', 'filled', 'room', 'smell', 'gentlemen', 'bent', 'dishes', 'set', 'front', 'wanted', 'test', 'food', 'eating', 'gentleman', 'middle', 'seemed', 'count', 'authority', 'two', 'indeed', 'cut', 'piece', 'meat', 'still', 'dish', 'clearly', 'wishing', 'establish', 'whether', 'sufficiently', 'cooked', 'whether', 'sent', 'back', 'kitchen', 'satisfaction', 'gregor', 'mother', 'sister', 'looking', 'anxiously', 'began', 'breathe', 'smiled', 'family', 'ate', 'kitchen', 'nonetheless', 'gregors', 'father', 'came', 'living', 'room', 'went', 'kitchen', 'bowed', 'cap', 'hand', 'round', 'table', 'gentlemen', 'stood', 'one', 'mumbled', 'something', 'beards', 'alone', 'ate', 'near', 'perfect', 'silence', 'seemed', 'remarkable', 'gregor', 'various', 'noises', 'eating', 'chewing', 'teeth', 'could', 'still', 'heard', 'wanted', 'show', 'gregor', 'need', 'teeth', 'order', 'eat', 'possible', 'perform', 'anything', 'jaws', 'toothless', 'however', 'nice', 'might', 'like', 'eat', 'something', 'said', 'gregor', 'anxiously', 'anything', 'like', 'eating', 'feed', 'dying', 'throughout', 'time', 'gregor', 'could', 'remember', 'heard', 'violin', 'played', 'evening', 'began', 'heard', 'kitchen', 'three', 'gentlemen', 'already', 'finished', 'meal', 'one', 'middle', 'produced', 'newspaper', 'given', 'page', 'others', 'leant', 'back', 'chairs', 'reading', 'smoking', 'violin', 'began', 'playing', 'became', 'attentive', 'stood', 'went', 'tiptoe', 'door', 'hallway', 'stood', 'pressed', 'someone', 'must', 'heard', 'kitchen', 'gregor', 'father', 'called', 'playing', 'perhaps', 'unpleasant', 'gentlemen', 'stop', 'straight', 'away', 'contrary', 'said', 'middle', 'gentleman', 'would', 'young', 'lady', 'like', 'come', 'play', 'us', 'room', 'much', 'cosy', 'comfortable', 'oh', 'yes', 'love', 'called', 'back', 'gregor', 'father', 'violin', 'player', 'gentlemen', 'stepped', 'back', 'room', 'waited', 'gregor', 'father', 'soon', 'appeared', 'music', 'stand', 'mother', 'music', 'sister', 'violin', 'calmly', 'prepared', 'everything', 'begin', 'playing', 'parents', 'never', 'rented', 'room', 'therefore', 'showed', 'exaggerated', 'courtesy', 'towards', 'three', 'gentlemen', 'even', 'dare', 'sit', 'chairs', 'father', 'leant', 'door', 'right', 'hand', 'pushed', 'two', 'buttons', 'uniform', 'coat', 'mother', 'though', 'offered', 'seat', 'one', 'gentlemen', 'sat', 'leaving', 'chair', 'gentleman', 'happened', 'placed', 'way', 'corner', 'sister', 'began', 'play', 'father', 'mother', 'paid', 'close', 'attention', 'one', 'side', 'movements', 'hands', 'drawn', 'playing', 'gregor', 'dared', 'come', 'forward', 'little', 'already', 'head', 'living', 'room', 'taken', 'great', 'pride', 'considerate', 'hardly', 'occurred', 'become', 'thoughtless', 'others', 'reason', 'keep', 'hidden', 'covered', 'dust', 'lay', 'everywhere', 'room', 'flew', 'slightest', 'movement', 'carried', 'threads', 'hairs', 'remains', 'food', 'back', 'sides', 'much', 'indifferent', 'everything', 'lay', 'back', 'wipe', 'carpet', 'like', 'used', 'several', 'times', 'day', 'despite', 'condition', 'shy', 'move', 'forward', 'little', 'onto', 'immaculate', 'floor', 'living', 'room', 'noone', 'noticed', 'though', 'family', 'totally', 'preoccupied', 'violin', 'playing', 'first', 'three', 'gentlemen', 'put', 'hands', 'pockets', 'come', 'far', 'close', 'behind', 'music', 'stand', 'look', 'notes', 'played', 'must', 'disturbed', 'gregor', 'sister', 'soon', 'contrast', 'family', 'withdrew', 'back', 'window', 'heads', 'sunk', 'talking', 'half', 'volume', 'stayed', 'window', 'gregor', 'father', 'observed', 'anxiously', 'really', 'seemed', 'obvious', 'expected', 'hear', 'beautiful', 'entertaining', 'violin', 'playing', 'disappointed', 'enough', 'whole', 'performance', 'politeness', 'allowed', 'peace', 'disturbed', 'especially', 'unnerving', 'way', 'blew', 'smoke', 'cigarettes', 'upwards', 'mouth', 'noses', 'yet', 'gregor', 'sister', 'playing', 'beautifully', 'face', 'leant', 'one', 'side', 'following', 'lines', 'music', 'careful', 'melancholy', 'expression', 'gregor', 'crawled', 'little', 'forward', 'keeping', 'head', 'close', 'ground', 'could', 'meet', 'eyes', 'chance', 'came', 'animal', 'music', 'could', 'captivate', 'seemed', 'shown', 'way', 'unknown', 'nourishment', 'yearning', 'determined', 'make', 'way', 'forward', 'sister', 'tug', 'skirt', 'show', 'might', 'come', 'room', 'violin', 'noone', 'appreciated', 'playing', 'much', 'would', 'never', 'wanted', 'let', 'room', 'lived', 'anyway', 'shocking', 'appearance', 'use', 'wanted', 'every', 'door', 'room', 'hiss', 'spit', 'attackers', 'sister', 'forced', 'stay', 'though', 'stay', 'free', 'would', 'sit', 'beside', 'couch', 'ear', 'bent', 'told', 'always', 'intended', 'send', 'conservatory', 'would', 'told', 'everyone', 'last', 'christmas', 'christmas', 'really', 'come', 'gone', 'already', 'misfortune', 'nt', 'got', 'way', 'refuse', 'let', 'anyone', 'dissuade', 'hearing', 'sister', 'would', 'break', 'tears', 'emotion', 'gregor', 'would', 'climb', 'shoulder', 'kiss', 'neck', 'since', 'going', 'work', 'kept', 'free', 'without', 'necklace', 'collar', 'mr', 'samsa', 'shouted', 'middle', 'gentleman', 'gregor', 'father', 'pointing', 'without', 'wasting', 'words', 'forefinger', 'gregor', 'slowly', 'moved', 'forward', 'violin', 'went', 'silent', 'middle', 'three', 'gentlemen', 'first', 'smiled', 'two', 'friends', 'shaking', 'head', 'looked', 'back', 'gregor', 'father', 'seemed', 'think', 'important', 'calm', 'three', 'gentlemen', 'driving', 'gregor', 'even', 'though', 'upset', 'seemed', 'think', 'gregor', 'entertaining', 'violin', 'playing', 'rushed', 'arms', 'spread', 'attempted', 'drive', 'back', 'room', 'time', 'trying', 'block', 'view', 'gregor', 'body', 'become', 'little', 'annoyed', 'clear', 'whether', 'father', 'behaviour', 'annoyed', 'dawning', 'realisation', 'neighbour', 'like', 'gregor', 'next', 'room', 'without', 'knowing', 'asked', 'gregor', 'father', 'explanations', 'raised', 'arms', 'like', 'tugged', 'excitedly', 'beards', 'moved', 'back', 'towards', 'room', 'slowly', 'meanwhile', 'gregor', 'sister', 'overcome', 'despair', 'fallen', 'playing', 'suddenly', 'interrupted', 'let', 'hands', 'drop', 'let', 'violin', 'bow', 'hang', 'limply', 'continued', 'look', 'music', 'still', 'playing', 'suddenly', 'pulled', 'together', 'lay', 'instrument', 'mother', 'lap', 'still', 'sat', 'laboriously', 'struggling', 'breath', 'ran', 'next', 'room', 'pressure', 'father', 'three', 'gentlemen', 'quickly', 'moving', 'toward', 'sister', 'experienced', 'hand', 'pillows', 'covers', 'beds', 'flew', 'put', 'order', 'already', 'finished', 'making', 'beds', 'slipped', 'three', 'gentlemen', 'reached', 'room', 'gregor', 'father', 'seemed', 'obsessed', 'forgot', 'respect', 'owed', 'tenants', 'urged', 'pressed', 'already', 'door', 'room', 'middle', 'three', 'gentlemen', 'shouted', 'like', 'thunder', 'stamped', 'foot', 'thereby', 'brought', 'gregor', 'father', 'halt', 'declare', 'said', 'raising', 'hand', 'glancing', 'gregor', 'mother', 'sister', 'gain', 'attention', 'regard', 'repugnant', 'conditions', 'prevail', 'flat', 'family', 'looked', 'briefly', 'decisively', 'floor', 'give', 'immediate', 'notice', 'room', 'days', 'living', 'course', 'pay', 'nothing', 'contrary', 'consider', 'whether', 'proceed', 'kind', 'action', 'damages', 'believe', 'would', 'easy', 'set', 'grounds', 'action', 'silent', 'looked', 'straight', 'ahead', 'waiting', 'something', 'indeed', 'two', 'friends', 'joined', 'words', 'also', 'give', 'immediate', 'notice', 'took', 'hold', 'door', 'handle', 'slammed', 'door', 'gregor', 'father', 'staggered', 'back', 'seat', 'feeling', 'way', 'hands', 'fell', 'looked', 'stretching', 'usual', 'evening', 'nap', 'uncontrolled', 'way', 'head', 'kept', 'nodding', 'could', 'seen', 'sleeping', 'throughout', 'gregor', 'lain', 'still', 'three', 'gentlemen', 'first', 'seen', 'disappointment', 'failure', 'plan', 'perhaps', 'also', 'weak', 'hunger', 'made', 'impossible', 'move', 'sure', 'everyone', 'would', 'turn', 'moment', 'waited', 'even', 'startled', 'state', 'violin', 'mother', 'lap', 'fell', 'trembling', 'fingers', 'landed', 'loudly', 'floor', 'father', 'mother', 'said', 'sister', 'hitting', 'table', 'hand', 'introduction', 'ca', 'nt', 'carry', 'like', 'maybe', 'ca', 'nt', 'see', 'nt', 'want', 'call', 'monster', 'brother', 'say', 'try', 'get', 'rid', 'done', 'thats', 'humanly', 'possible', 'look', 'patient', 'nt', 'think', 'anyone', 'could', 'accuse', 'us', 'anything', 'wrong', 'absolutely', 'right', 'said', 'gregor', 'father', 'mother', 'still', 'time', 'catch', 'breath', 'began', 'cough', 'dully', 'hand', 'held', 'front', 'deranged', 'expression', 'eyes', 'gregor', 'sister', 'rushed', 'mother', 'put', 'hand', 'forehead', 'words', 'seemed', 'give', 'gregor', 'father', 'definite', 'ideas', 'sat', 'upright', 'played', 'uniform', 'cap', 'plates', 'left', 'three', 'gentlemen', 'meal', 'occasionally', 'looked', 'gregor', 'lay', 'immobile', 'try', 'get', 'rid', 'said', 'gregor', 'sister', 'speaking', 'father', 'mother', 'occupied', 'coughing', 'listen', 'death', 'see', 'coming', 'ca', 'nt', 'work', 'hard', 'come', 'home', 'tortured', 'like', 'ca', 'nt', 'endure', 'ca', 'nt', 'endure', 'broke', 'heavily', 'tears', 'flowed', 'face', 'mother', 'wiped', 'away', 'mechanical', 'hand', 'movements', 'child', 'said', 'father', 'sympathy', 'obvious', 'understanding', 'sister', 'shrugged', 'shoulders', 'sign', 'helplessness', 'tears', 'taken', 'hold', 'displacing', 'earlier', 'certainty', 'could', 'understand', 'us', 'said', 'father', 'almost', 'question', 'sister', 'shook', 'hand', 'vigorously', 'tears', 'sign', 'question', 'could', 'understand', 'us', 'repeated', 'gregor', 'father', 'closing', 'eyes', 'acceptance', 'sister', 'certainty', 'quite', 'impossible', 'perhaps', 'could', 'come', 'kind', 'arrangement', 'got', 'go', 'shouted', 'sister', 'way', 'father', 'got', 'get', 'rid', 'idea', 'gregor', 'harmed', 'believing', 'long', 'gregor', 'gregor', 'would', 'seen', 'long', 'ago', 'possible', 'human', 'beings', 'live', 'animal', 'like', 'would', 'gone', 'free', 'would', 'nt', 'brother', 'could', 'carry', 'lives', 'remember', 'respect', 'animal', 'persecuting', 'us', 'driven', 'tenants', 'obviously', 'wants', 'take', 'whole', 'flat', 'force', 'us', 'sleep', 'streets', 'father', 'look', 'look', 'suddenly', 'screamed', 'starting', 'alarm', 'totally', 'beyond', 'gregor', 'comprehension', 'sister', 'even', 'abandoned', 'mother', 'pushed', 'vigorously', 'chair', 'willing', 'sacrifice', 'mother', 'stay', 'anywhere', 'near', 'gregor', 'rushed', 'behind', 'father', 'become', 'excited', 'merely', 'stood', 'half', 'raising', 'hands', 'front', 'gregor', 'sister', 'protect', 'gregor', 'intention', 'frightening', 'anyone', 'least', 'sister', 'done', 'begin', 'turn', 'round', 'could', 'go', 'back', 'room', 'although', 'quite', 'startling', 'painwracked', 'condition', 'meant', 'turning', 'round', 'required', 'great', 'deal', 'effort', 'using', 'head', 'help', 'repeatedly', 'raising', 'striking', 'floor', 'stopped', 'looked', 'round', 'seemed', 'realised', 'good', 'intention', 'alarmed', 'briefly', 'looked', 'unhappy', 'silence', 'mother', 'lay', 'chair', 'legs', 'stretched', 'pressed', 'eyes', 'nearly', 'closed', 'exhaustion', 'sister', 'sat', 'next', 'father', 'arms', 'around', 'neck', 'maybe', 'let', 'turn', 'round', 'thought', 'gregor', 'went', 'back', 'work', 'could', 'help', 'panting', 'loudly', 'effort', 'sometimes', 'stop', 'take', 'rest', 'noone', 'making', 'rush', 'everything', 'left', 'soon', 'finally', 'finished', 'turning', 'round', 'began', 'move', 'straight', 'ahead', 'amazed', 'great', 'distance', 'separated', 'room', 'could', 'understand', 'covered', 'distance', 'weak', 'state', 'little', 'almost', 'without', 'noticing', 'concentrated', 'crawling', 'fast', 'could', 'hardly', 'noticed', 'word', 'cry', 'family', 'distract', 'turn', 'head', 'reached', 'doorway', 'turn', 'way', 'round', 'felt', 'neck', 'becoming', 'stiff', 'nonetheless', 'enough', 'see', 'nothing', 'behind', 'changed', 'sister', 'stood', 'last', 'glance', 'saw', 'mother', 'fallen', 'completely', 'asleep', 'hardly', 'inside', 'room', 'door', 'hurriedly', 'shut', 'bolted', 'locked', 'sudden', 'noise', 'behind', 'gregor', 'startled', 'little', 'legs', 'collapsed', 'sister', 'much', 'rush', 'standing', 'waiting', 'sprung', 'forward', 'lightly', 'gregor', 'heard', 'coming', 'turned', 'key', 'lock', 'said', 'loudly', 'parents', 'last', 'gregor', 'asked', 'looked', 'round', 'darkness', 'soon', 'made', 'discovery', 'could', 'longer', 'move', 'surprise', 'seemed', 'rather', 'able', 'actually', 'move', 'around', 'spindly', 'little', 'legs', 'unnatural', 'also', 'felt', 'relatively', 'comfortable', 'true', 'entire', 'body', 'aching', 'pain', 'seemed', 'slowly', 'getting', 'weaker', 'weaker', 'would', 'finally', 'disappear', 'altogether', 'could', 'already', 'hardly', 'feel', 'decayed', 'apple', 'back', 'inflamed', 'area', 'around', 'entirely', 'covered', 'white', 'dust', 'thought', 'back', 'family', 'emotion', 'love', 'possible', 'felt', 'must', 'go', 'away', 'even', 'strongly', 'sister', 'remained', 'state', 'empty', 'peaceful', 'rumination', 'heard', 'clock', 'tower', 'strike', 'three', 'morning', 'watched', 'slowly', 'began', 'get', 'light', 'everywhere', 'outside', 'window', 'without', 'willing', 'head', 'sank', 'completely', 'last', 'breath', 'flowed', 'weakly', 'nostrils', 'cleaner', 'came', 'early', 'morning', 'often', 'asked', 'keep', 'slamming', 'doors', 'strength', 'hurry', 'still', 'everyone', 'flat', 'knew', 'shed', 'arrived', 'impossible', 'sleep', 'peace', 'made', 'usual', 'brief', 'look', 'gregor', 'first', 'found', 'nothing', 'special', 'thought', 'laying', 'still', 'purpose', 'playing', 'martyr', 'attributed', 'possible', 'understanding', 'happened', 'holding', 'long', 'broom', 'hand', 'tried', 'tickle', 'gregor', 'doorway', 'success', 'tried', 'make', 'nuisance', 'poked', 'little', 'found', 'could', 'shove', 'across', 'floor', 'resistance', 'start', 'pay', 'attention', 'soon', 'realised', 'really', 'happened', 'opened', 'eyes', 'wide', 'whistled', 'waste', 'time', 'yank', 'open', 'bedroom', 'doors', 'shout', 'loudly', 'darkness', 'bedrooms', 'come', 'ave', 'look', 'dead', 'lying', 'stone', 'dead', 'mr', 'mrs', 'samsa', 'sat', 'upright', 'marriage', 'bed', 'make', 'effort', 'get', 'shock', 'caused', 'cleaner', 'could', 'grasp', 'saying', 'side', 'hurried', 'bed', 'mr', 'samsa', 'threw', 'blanket', 'shoulders', 'mrs', 'samsa', 'came', 'nightdress', 'went', 'gregor', 'room', 'way', 'opened', 'door', 'living', 'room', 'grete', 'sleeping', 'since', 'three', 'gentlemen', 'moved', 'fully', 'dressed', 'never', 'asleep', 'paleness', 'face', 'seemed', 'confirm', 'dead', 'asked', 'mrs', 'samsa', 'looking', 'charwoman', 'enquiringly', 'even', 'though', 'could', 'checked', 'could', 'known', 'even', 'without', 'checking', 'said', 'replied', 'cleaner', 'prove', 'gave', 'gregor', 'body', 'another', 'shove', 'broom', 'sending', 'sideways', 'across', 'floor', 'mrs', 'samsa', 'made', 'movement', 'wanted', 'hold', 'back', 'broom', 'complete', 'said', 'mr', 'samsa', 'let', 'give', 'thanks', 'god', 'crossed', 'three', 'women', 'followed', 'example', 'grete', 'taken', 'eyes', 'corpse', 'said', 'look', 'thin', 'nt', 'eat', 'anything', 'long', 'food', 'came', 'went', 'gregors', 'body', 'indeed', 'completely', 'dried', 'flat', 'seen', 'lifted', 'little', 'legs', 'anything', 'make', 'look', 'away', 'grete', 'come', 'us', 'little', 'said', 'mrs', 'samsa', 'pained', 'smile', 'grete', 'followed', 'parents', 'bedroom', 'without', 'looking', 'back', 'body', 'cleaner', 'shut', 'door', 'opened', 'window', 'wide', 'although', 'still', 'early', 'morning', 'fresh', 'air', 'something', 'warmth', 'mixed', 'already', 'end', 'march', 'three', 'gentlemen', 'stepped', 'room', 'looked', 'round', 'amazement', 'breakfasts', 'forgotten', 'breakfast', 'middle', 'gentleman', 'asked', 'cleaner', 'irritably', 'put', 'finger', 'lips', 'made', 'quick', 'silent', 'sign', 'men', 'might', 'like', 'come', 'gregors', 'room', 'stood', 'around', 'gregor', 'corpse', 'hands', 'pockets', 'wellworn', 'coats', 'quite', 'light', 'room', 'door', 'bedroom', 'opened', 'mr', 'samsa', 'appeared', 'uniform', 'wife', 'one', 'arm', 'daughter', 'crying', 'little', 'grete', 'pressed', 'face', 'father', 'arm', 'leave', 'home', 'said', 'mr', 'samsa', 'indicating', 'door', 'without', 'letting', 'women', 'mean', 'asked', 'middle', 'three', 'gentlemen', 'somewhat', 'disconcerted', 'smiled', 'sweetly', 'two', 'held', 'hands', 'behind', 'backs', 'continually', 'rubbed', 'together', 'gleeful', 'anticipation', 'loud', 'quarrel', 'could', 'end', 'favour', 'mean', 'said', 'answered', 'mr', 'samsa', 'two', 'companions', 'went', 'straight', 'line', 'towards', 'man', 'first', 'stood', 'still', 'looking', 'ground', 'contents', 'head', 'rearranging', 'new', 'positions', 'alright', 'go', 'said', 'looked', 'mr', 'samsa', 'suddenly', 'overcome', 'humility', 'wanted', 'permission', 'mr', 'samsa', 'decision', 'mr', 'samsa', 'merely', 'opened', 'eyes', 'wide', 'briefly', 'nodded', 'several', 'times', 'without', 'delay', 'man', 'actually', 'take', 'long', 'strides', 'front', 'hallway', 'two', 'friends', 'stopped', 'rubbing', 'hands', 'time', 'listening', 'said', 'jumped', 'friend', 'taken', 'sudden', 'fear', 'mr', 'samsa', 'might', 'go', 'hallway', 'front', 'break', 'connection', 'leader', 'three', 'took', 'hats', 'stand', 'took', 'sticks', 'holder', 'bowed', 'without', 'word', 'left', 'premises', 'mr', 'samsa', 'two', 'women', 'followed', 'onto', 'landing', 'reason', 'mistrust', 'men', 'intentions', 'leaned', 'landing', 'saw', 'three', 'gentlemen', 'made', 'slow', 'steady', 'progress', 'many', 'steps', 'turned', 'corner', 'floor', 'disappeared', 'would', 'reappear', 'moments', 'later', 'went', 'samsa', 'family', 'lost', 'interest', 'butchers', 'boy', 'proud', 'posture', 'tray', 'head', 'passed', 'way', 'came', 'nearer', 'mr', 'samsa', 'women', 'came', 'away', 'landing', 'went', 'relieved', 'back', 'flat', 'decided', 'best', 'way', 'make', 'use', 'day', 'relaxation', 'go', 'walk', 'earned', 'break', 'work', 'serious', 'need', 'sat', 'table', 'wrote', 'three', 'letters', 'excusal', 'mr', 'samsa', 'employers', 'mrs', 'samsa', 'contractor', 'grete', 'principal', 'cleaner', 'came', 'writing', 'tell', 'going', 'finished', 'work', 'morning', 'three', 'first', 'nodded', 'without', 'looking', 'writing', 'cleaner', 'still', 'seem', 'want', 'leave', 'looked', 'irritation', 'well', 'asked', 'mr', 'samsa', 'charwoman', 'stood', 'doorway', 'smile', 'face', 'tremendous', 'good', 'news', 'report', 'would', 'clearly', 'asked', 'almost', 'vertical', 'little', 'ostrich', 'feather', 'hat', 'source', 'irritation', 'mr', 'samsa', 'time', 'working', 'swayed', 'gently', 'directions', 'want', 'asked', 'mrs', 'samsa', 'cleaner', 'respect', 'yes', 'answered', 'broke', 'friendly', 'laugh', 'made', 'unable', 'speak', 'straight', 'away', 'well', 'thing', 'need', 'nt', 'worry', 'going', 'get', 'rid', 'sorted', 'mrs', 'samsa', 'grete', 'bent', 'letters', 'intent', 'continuing', 'writing', 'mr', 'samsa', 'saw', 'cleaner', 'wanted', 'start', 'describing', 'everything', 'detail', 'outstretched', 'hand', 'made', 'quite', 'clear', 'prevented', 'telling', 'suddenly', 'remembered', 'hurry', 'clearly', 'peeved', 'called', 'cheerio', 'everyone', 'turned', 'round', 'sharply', 'left', 'slamming', 'door', 'terribly', 'went', 'tonight', 'gets', 'sacked', 'said', 'mr', 'samsa', 'received', 'reply', 'either', 'wife', 'daughter', 'charwoman', 'seemed', 'destroyed', 'peace', 'gained', 'got', 'went', 'window', 'remained', 'arms', 'around', 'mr', 'samsa', 'twisted', 'round', 'chair', 'look', 'sat', 'watching', 'called', 'come', 'let', 'forget', 'old', 'stuff', 'shall', 'come', 'give', 'bit', 'attention', 'two', 'women', 'immediately', 'said', 'hurrying', 'kissed', 'hugged', 'quickly', 'finished', 'letters', 'three', 'left', 'flat', 'together', 'something', 'done', 'months', 'took', 'tram', 'open', 'country', 'outside', 'town', 'tram', 'filled', 'warm', 'sunshine', 'leant', 'back', 'comfortably', 'seats', 'discussed', 'prospects', 'found', 'closer', 'examination', 'bad', 'never', 'asked', 'work', 'three', 'jobs', 'good', 'held', 'particularly', 'good', 'promise', 'future', 'greatest', 'improvement', 'time', 'course', 'would', 'achieved', 'quite', 'easily', 'moving', 'house', 'needed', 'flat', 'smaller', 'cheaper', 'current', 'one', 'chosen', 'gregor', 'one', 'better', 'location', 'practical', 'time', 'grete', 'becoming', 'livelier', 'worry', 'late', 'cheeks', 'become', 'pale', 'talking', 'mr', 'mrs', 'samsa', 'struck', 'almost', 'simultaneously', 'thought', 'daughter', 'blossoming', 'well', 'built', 'beautiful', 'young', 'lady', 'became', 'quieter', 'glance', 'almost', 'without', 'knowing', 'agreed', 'would', 'soon', 'time', 'find', 'good', 'man', 'confirmation', 'new', 'dreams', 'good', 'intentions', 'soon', 'reached', 'destination', 'grete', 'first', 'get', 'stretch', 'young', 'body', 'updated', 'editions', 'replace', 'previous', 'one', 'old', 'editions', 'renamed', 'creating', 'works', 'public', 'domain', 'print', 'editions', 'means', 'one', 'owns', 'united', 'states', 'copyright', 'works', 'foundation', 'copy', 'distribute', 'united', 'states', 'without', 'permission', 'without', 'paying', 'copyright', 'royalties', 'special', 'rules', 'set', 'forth', 'general', 'terms', 'use', 'part', 'license', 'apply', 'copying', 'distributing', 'project', 'gutenbergtm', 'electronic', 'works', 'protect', 'project', 'gutenbergtm', 'concept', 'trademark', 'project', 'gutenberg', 'registered', 'trademark', 'may', 'used', 'charge', 'ebooks', 'unless', 'receive', 'specific', 'permission', 'charge', 'anything', 'copies', 'ebook', 'complying', 'rules', 'easy', 'may', 'use', 'ebook', 'nearly', 'purpose', 'creation', 'derivative', 'works', 'reports', 'performances', 'research', 'may', 'modified', 'printed', 'given', 'away', 'may', 'practically', 'anything', 'public', 'domain', 'ebooks', 'redistribution', 'subject', 'trademark', 'license', 'especially', 'commercial', 'redistribution', 'section', 'general', 'terms', 'use', 'redistributing', 'project', 'gutenbergtm', 'electronic', 'works', 'reading', 'using', 'part', 'project', 'gutenbergtm', 'electronic', 'work', 'indicate', 'read', 'understand', 'agree', 'accept', 'terms', 'license', 'intellectual', 'property', 'trademarkcopyright', 'agreement', 'agree', 'abide', 'terms', 'agreement', 'must', 'cease', 'using', 'return', 'destroy', 'copies', 'project', 'gutenbergtm', 'electronic', 'works', 'possession', 'paid', 'fee', 'obtaining', 'copy', 'access', 'project', 'gutenbergtm', 'electronic', 'work', 'agree', 'bound', 'terms', 'agreement', 'may', 'obtain', 'refund', 'person', 'entity', 'paid', 'fee', 'set', 'forth', 'paragraph', 'project', 'gutenberg', 'registered', 'trademark', 'may', 'used', 'associated', 'way', 'electronic', 'work', 'people', 'agree', 'bound', 'terms', 'agreement', 'things', 'project', 'gutenbergtm', 'electronic', 'works', 'even', 'without', 'complying', 'full', 'terms', 'agreement', 'see', 'paragraph', 'lot', 'things', 'project', 'gutenbergtm', 'electronic', 'works', 'follow', 'terms', 'agreement', 'help', 'preserve', 'free', 'future', 'access', 'project', 'gutenbergtm', 'electronic', 'works', 'see', 'paragraph', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'foundation', 'pglaf', 'owns', 'compilation', 'copyright', 'collection', 'project', 'gutenbergtm', 'electronic', 'works', 'nearly', 'individual', 'works', 'collection', 'public', 'domain', 'united', 'states', 'individual', 'work', 'public', 'domain', 'united', 'states', 'located', 'united', 'states', 'claim', 'right', 'prevent', 'copying', 'distributing', 'performing', 'displaying', 'creating', 'derivative', 'works', 'based', 'work', 'long', 'references', 'project', 'gutenberg', 'removed', 'course', 'hope', 'support', 'project', 'gutenbergtm', 'mission', 'promoting', 'free', 'access', 'electronic', 'works', 'freely', 'sharing', 'project', 'gutenbergtm', 'works', 'compliance', 'terms', 'agreement', 'keeping', 'project', 'gutenbergtm', 'name', 'associated', 'work', 'easily', 'comply', 'terms', 'agreement', 'keeping', 'work', 'format', 'attached', 'full', 'project', 'gutenbergtm', 'license', 'share', 'without', 'charge', 'others', 'particular', 'work', 'one', 'copyrighted', 'individual', 'works', 'included', 'permission', 'copyright', 'holder', 'information', 'copyright', 'owner', 'particular', 'work', 'terms', 'use', 'imposed', 'copyright', 'holder', 'work', 'set', 'forth', 'beginning', 'work', 'copyright', 'laws', 'place', 'located', 'also', 'govern', 'work', 'copyright', 'laws', 'countries', 'constant', 'state', 'change', 'outside', 'united', 'states', 'check', 'laws', 'country', 'addition', 'terms', 'agreement', 'downloading', 'copying', 'displaying', 'performing', 'distributing', 'creating', 'derivative', 'works', 'based', 'work', 'project', 'gutenbergtm', 'work', 'foundation', 'makes', 'representations', 'concerning', 'copyright', 'status', 'work', 'country', 'outside', 'united', 'states', 'unless', 'removed', 'references', 'project', 'gutenberg', 'following', 'sentence', 'active', 'links', 'immediate', 'access', 'full', 'project', 'gutenbergtm', 'license', 'must', 'appear', 'prominently', 'whenever', 'copy', 'project', 'gutenbergtm', 'work', 'work', 'phrase', 'project', 'gutenberg', 'appears', 'phrase', 'project', 'gutenberg', 'associated', 'accessed', 'displayed', 'performed', 'viewed', 'copied', 'distributed', 'ebook', 'use', 'anyone', 'anywhere', 'cost', 'almost', 'restrictions', 'whatsoever', 'may', 'copy', 'give', 'away', 'reuse', 'terms', 'project', 'gutenberg', 'license', 'included', 'ebook', 'online', 'wwwgutenbergorg', 'individual', 'project', 'gutenbergtm', 'electronic', 'work', 'derived', 'public', 'domain', 'contain', 'notice', 'indicating', 'posted', 'permission', 'copyright', 'holder', 'work', 'copied', 'distributed', 'anyone', 'united', 'states', 'without', 'paying', 'fees', 'charges', 'redistributing', 'providing', 'access', 'work', 'phrase', 'project', 'gutenberg', 'associated', 'appearing', 'work', 'must', 'comply', 'either', 'requirements', 'paragraphs', 'obtain', 'permission', 'use', 'work', 'project', 'gutenbergtm', 'trademark', 'set', 'forth', 'paragraphs', 'individual', 'project', 'gutenbergtm', 'electronic', 'work', 'posted', 'permission', 'copyright', 'holder', 'use', 'distribution', 'must', 'comply', 'paragraphs', 'additional', 'terms', 'imposed', 'copyright', 'holder', 'additional', 'terms', 'linked', 'project', 'gutenbergtm', 'license', 'works', 'posted', 'permission', 'copyright', 'holder', 'found', 'beginning', 'work', 'unlink', 'detach', 'remove', 'full', 'project', 'gutenbergtm', 'license', 'terms', 'work', 'files', 'containing', 'part', 'work', 'work', 'associated', 'project', 'gutenbergtm', 'copy', 'display', 'perform', 'distribute', 'redistribute', 'electronic', 'work', 'part', 'electronic', 'work', 'without', 'prominently', 'displaying', 'sentence', 'set', 'forth', 'paragraph', 'active', 'links', 'immediate', 'access', 'full', 'terms', 'project', 'gutenbergtm', 'license', 'may', 'convert', 'distribute', 'work', 'binary', 'compressed', 'marked', 'nonproprietary', 'proprietary', 'form', 'including', 'word', 'processing', 'hypertext', 'form', 'however', 'provide', 'access', 'distribute', 'copies', 'project', 'gutenbergtm', 'work', 'format', 'plain', 'vanilla', 'ascii', 'format', 'used', 'official', 'version', 'posted', 'official', 'project', 'gutenbergtm', 'web', 'site', 'wwwgutenbergorg', 'must', 'additional', 'cost', 'fee', 'expense', 'user', 'provide', 'copy', 'means', 'exporting', 'copy', 'means', 'obtaining', 'copy', 'upon', 'request', 'work', 'original', 'plain', 'vanilla', 'ascii', 'form', 'alternate', 'format', 'must', 'include', 'full', 'project', 'gutenbergtm', 'license', 'specified', 'paragraph', 'charge', 'fee', 'access', 'viewing', 'displaying', 'performing', 'copying', 'distributing', 'project', 'gutenbergtm', 'works', 'unless', 'comply', 'paragraph', 'may', 'charge', 'reasonable', 'fee', 'copies', 'providing', 'access', 'distributing', 'project', 'gutenbergtm', 'electronic', 'works', 'provided', 'pay', 'royalty', 'fee', 'gross', 'profits', 'derive', 'use', 'project', 'gutenbergtm', 'works', 'calculated', 'using', 'method', 'already', 'use', 'calculate', 'applicable', 'taxes', 'fee', 'owed', 'owner', 'project', 'gutenbergtm', 'trademark', 'agreed', 'donate', 'royalties', 'paragraph', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'royalty', 'payments', 'must', 'paid', 'within', 'days', 'following', 'date', 'prepare', 'legally', 'required', 'prepare', 'periodic', 'tax', 'returns', 'royalty', 'payments', 'clearly', 'marked', 'sent', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'address', 'specified', 'section', 'information', 'donations', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'provide', 'full', 'refund', 'money', 'paid', 'user', 'notifies', 'writing', 'email', 'within', 'days', 'receipt', 'agree', 'terms', 'full', 'project', 'gutenbergtm', 'license', 'must', 'require', 'user', 'return', 'destroy', 'copies', 'works', 'possessed', 'physical', 'medium', 'discontinue', 'use', 'access', 'copies', 'project', 'gutenbergtm', 'works', 'provide', 'accordance', 'paragraph', 'full', 'refund', 'money', 'paid', 'work', 'replacement', 'copy', 'defect', 'electronic', 'work', 'discovered', 'reported', 'within', 'days', 'receipt', 'work', 'comply', 'terms', 'agreement', 'free', 'distribution', 'project', 'gutenbergtm', 'works', 'wish', 'charge', 'fee', 'distribute', 'project', 'gutenbergtm', 'electronic', 'work', 'group', 'works', 'different', 'terms', 'set', 'forth', 'agreement', 'must', 'obtain', 'permission', 'writing', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'michael', 'hart', 'owner', 'project', 'gutenbergtm', 'trademark', 'contact', 'foundation', 'set', 'forth', 'section', 'project', 'gutenberg', 'volunteers', 'employees', 'expend', 'considerable', 'effort', 'identify', 'copyright', 'research', 'transcribe', 'proofread', 'public', 'domain', 'works', 'creating', 'project', 'gutenbergtm', 'collection', 'despite', 'efforts', 'project', 'gutenbergtm', 'electronic', 'works', 'medium', 'may', 'stored', 'may', 'contain', 'defects', 'limited', 'incomplete', 'inaccurate', 'corrupt', 'data', 'transcription', 'errors', 'copyright', 'intellectual', 'property', 'infringement', 'defective', 'damaged', 'disk', 'medium', 'computer', 'virus', 'computer', 'codes', 'damage', 'read', 'equipment', 'limited', 'warranty', 'disclaimer', 'damages', 'except', 'right', 'replacement', 'refund', 'described', 'paragraph', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'owner', 'project', 'gutenbergtm', 'trademark', 'party', 'distributing', 'project', 'gutenbergtm', 'electronic', 'work', 'agreement', 'disclaim', 'liability', 'damages', 'costs', 'expenses', 'including', 'legal', 'fees', 'agree', 'remedies', 'negligence', 'strict', 'liability', 'breach', 'warranty', 'breach', 'contract', 'except', 'provided', 'paragraph', 'agree', 'foundation', 'trademark', 'owner', 'distributor', 'agreement', 'liable', 'actual', 'direct', 'indirect', 'consequential', 'punitive', 'incidental', 'damages', 'even', 'give', 'notice', 'possibility', 'damage', 'limited', 'right', 'replacement', 'refund', 'discover', 'defect', 'electronic', 'work', 'within', 'days', 'receiving', 'receive', 'refund', 'money', 'paid', 'sending', 'written', 'explanation', 'person', 'received', 'work', 'received', 'work', 'physical', 'medium', 'must', 'return', 'medium', 'written', 'explanation', 'person', 'entity', 'provided', 'defective', 'work', 'may', 'elect', 'provide', 'replacement', 'copy', 'lieu', 'refund', 'received', 'work', 'electronically', 'person', 'entity', 'providing', 'may', 'choose', 'give', 'second', 'opportunity', 'receive', 'work', 'electronically', 'lieu', 'refund', 'second', 'copy', 'also', 'defective', 'may', 'demand', 'refund', 'writing', 'without', 'opportunities', 'fix', 'problem', 'except', 'limited', 'right', 'replacement', 'refund', 'set', 'forth', 'paragraph', 'work', 'provided', 'asis', 'warranties', 'kind', 'express', 'implied', 'including', 'limited', 'warranties', 'merchantibility', 'fitness', 'purpose', 'states', 'allow', 'disclaimers', 'certain', 'implied', 'warranties', 'exclusion', 'limitation', 'certain', 'types', 'damages', 'disclaimer', 'limitation', 'set', 'forth', 'agreement', 'violates', 'law', 'state', 'applicable', 'agreement', 'agreement', 'shall', 'interpreted', 'make', 'maximum', 'disclaimer', 'limitation', 'permitted', 'applicable', 'state', 'law', 'invalidity', 'unenforceability', 'provision', 'agreement', 'shall', 'void', 'remaining', 'provisions', 'indemnity', 'agree', 'indemnify', 'hold', 'foundation', 'trademark', 'owner', 'agent', 'employee', 'foundation', 'anyone', 'providing', 'copies', 'project', 'gutenbergtm', 'electronic', 'works', 'accordance', 'agreement', 'volunteers', 'associated', 'production', 'promotion', 'distribution', 'project', 'gutenbergtm', 'electronic', 'works', 'harmless', 'liability', 'costs', 'expenses', 'including', 'legal', 'fees', 'arise', 'directly', 'indirectly', 'following', 'cause', 'occur', 'distribution', 'project', 'gutenbergtm', 'work', 'b', 'alteration', 'modification', 'additions', 'deletions', 'project', 'gutenbergtm', 'work', 'c', 'defect', 'cause', 'section', 'information', 'mission', 'project', 'gutenbergtm', 'project', 'gutenbergtm', 'synonymous', 'free', 'distribution', 'electronic', 'works', 'formats', 'readable', 'widest', 'variety', 'computers', 'including', 'obsolete', 'old', 'middleaged', 'new', 'computers', 'exists', 'efforts', 'hundreds', 'volunteers', 'donations', 'people', 'walks', 'life', 'volunteers', 'financial', 'support', 'provide', 'volunteers', 'assistance', 'need', 'critical', 'reaching', 'project', 'gutenbergtms', 'goals', 'ensuring', 'project', 'gutenbergtm', 'collection', 'remain', 'freely', 'available', 'generations', 'come', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'created', 'provide', 'secure', 'permanent', 'future', 'project', 'gutenbergtm', 'future', 'generations', 'learn', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'efforts', 'donations', 'help', 'see', 'sections', 'foundation', 'web', 'page', 'https', 'wwwpglaforg', 'section', 'information', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'non', 'profit', 'c', 'educational', 'corporation', 'organized', 'laws', 'state', 'mississippi', 'granted', 'tax', 'exempt', 'status', 'internal', 'revenue', 'service', 'foundation', 'ein', 'federal', 'tax', 'identification', 'number', 'c', 'letter', 'posted', 'https', 'pglaforgfundraising', 'contributions', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'tax', 'deductible', 'full', 'extent', 'permitted', 'us', 'federal', 'laws', 'state', 'laws', 'foundation', 'principal', 'office', 'located', 'melan', 'dr', 'fairbanks', 'ak', 'volunteers', 'employees', 'scattered', 'throughout', 'numerous', 'locations', 'business', 'office', 'located', 'north', 'west', 'salt', 'lake', 'city', 'ut', 'email', 'business', 'pglaforg', 'email', 'contact', 'links', 'date', 'contact', 'information', 'found', 'foundation', 'web', 'site', 'official', 'page', 'https', 'pglaforg', 'section', 'information', 'donations', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'project', 'gutenbergtm', 'depends', 'upon', 'survive', 'without', 'wide', 'spread', 'public', 'support', 'donations', 'carry', 'mission', 'increasing', 'number', 'public', 'domain', 'licensed', 'works', 'freely', 'distributed', 'machine', 'readable', 'form', 'accessible', 'widest', 'array', 'equipment', 'including', 'outdated', 'equipment', 'many', 'small', 'donations', 'particularly', 'important', 'maintaining', 'tax', 'exempt', 'status', 'irs', 'foundation', 'committed', 'complying', 'laws', 'regulating', 'charities', 'charitable', 'donations', 'states', 'united', 'states', 'compliance', 'requirements', 'uniform', 'takes', 'considerable', 'effort', 'much', 'paperwork', 'many', 'fees', 'meet', 'keep', 'requirements', 'solicit', 'donations', 'locations', 'received', 'written', 'confirmation', 'compliance', 'send', 'donations', 'determine', 'status', 'compliance', 'particular', 'state', 'visit', 'https', 'pglaforg', 'solicit', 'contributions', 'states', 'met', 'solicitation', 'requirements', 'know', 'prohibition', 'accepting', 'unsolicited', 'donations', 'donors', 'states', 'approach', 'us', 'offers', 'donate', 'international', 'donations', 'gratefully', 'accepted', 'make', 'statements', 'concerning', 'tax', 'treatment', 'donations', 'received', 'outside', 'united', 'states', 'us', 'laws', 'alone', 'swamp', 'small', 'staff', 'please', 'check', 'project', 'gutenberg', 'web', 'pages', 'current', 'donation', 'methods', 'addresses', 'donations', 'accepted', 'number', 'ways', 'including', 'including', 'checks', 'online', 'payments', 'credit', 'card', 'donations', 'donate', 'please', 'visit', 'https', 'pglaforgdonate', 'section', 'general', 'information', 'project', 'gutenbergtm', 'electronic', 'works', 'professor', 'michael', 'hart', 'originator', 'project', 'gutenbergtm', 'concept', 'library', 'electronic', 'works', 'could', 'freely', 'shared', 'anyone', 'thirty', 'years', 'produced', 'distributed', 'project', 'gutenbergtm', 'ebooks', 'loose', 'network', 'volunteer', 'support', 'project', 'gutenbergtm', 'ebooks', 'often', 'created', 'several', 'printed', 'editions', 'confirmed', 'public', 'domain', 'us', 'unless', 'copyright', 'notice', 'included', 'thus', 'necessarily', 'keep', 'ebooks', 'compliance', 'particular', 'paper', 'edition', 'people', 'start', 'web', 'site', 'main', 'pg', 'search', 'facility', 'web', 'site', 'includes', 'information', 'project', 'gutenbergtm', 'including', 'make', 'donations', 'project', 'gutenberg', 'literary', 'archive', 'foundation', 'help', 'produce', 'new', 'ebooks', 'subscribe', 'email', 'newsletter', 'hear', 'new', 'ebooks']
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
from nltk.tokenize import word_tokenize
tokens = word_tokenize(text)
from nltk.stem.porter import PorterStemmer
porter = PorterStemmer()
stemmed = [porter.stem(word) for word in tokens]
print(stemmed)
['one', 'morn', ',', 'when', 'gregor', 'samsa', 'woke', 'from', 'troubl', 'dream', ',', 'he', 'found', 'himself', 'transform', 'in', 'hi', 'bed', 'into', 'a', 'horribl', 'vermin', '.', 'He', 'lay', 'on', 'hi', 'armour-lik', 'back', ',', 'and', 'if', 'he', 'lift', 'hi', 'head', 'a', 'littl', 'he', 'could', 'see', 'hi', 'brown', 'belli', ',', 'slightli', 'dome', 'and', 'divid', 'by', 'arch', 'into', 'stiff', 'section', '.', 'the', 'bed', 'wa', 'hardli', 'abl', 'to', 'cover', 'it', 'and', 'seem', 'readi', 'to', 'slide', 'off', 'ani', 'moment', '.', 'hi', 'mani', 'leg', ',', 'piti', 'thin', 'compar', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him', ',', 'wave', 'about', 'helplessli', 'as', 'he', 'look', '.', '``', 'what', "'s", 'happen', 'to', 'me', '?', "''", 'he', 'thought', '.', 'It', 'wa', "n't", 'a', 'dream', '.', 'hi', 'room', ',', 'a', 'proper', 'human', 'room', 'although', 'a', 'littl', 'too', 'small', ',', 'lay', 'peac', 'between', 'it', 'four', 'familiar', 'wall', '.', 'A', 'collect', 'of', 'textil', 'sampl', 'lay', 'spread', 'out', 'on', 'the', 'tabl', '-', 'samsa', 'wa', 'a', 'travel', 'salesman', '-', 'and', 'abov', 'it', 'there', 'hung', 'a', 'pictur', 'that', 'he', 'had', 'recent', 'cut', 'out', 'of', 'an', 'illustr', 'magazin', 'and', 'hous', 'in', 'a', 'nice', ',', 'gild', 'frame', '.', 'It', 'show', 'a', 'ladi', 'fit', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright', ',', 'rais', 'a', 'heavi', 'fur', 'muff', 'that', 'cover', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'toward', 'the', 'viewer', '.', 'gregor', 'then', 'turn', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather', '.', 'drop', 'of', 'rain', 'could', 'be', 'heard', 'hit', 'the', 'pane', ',', 'which', 'made', 'him', 'feel', 'quit', 'sad', '.', '``', 'how', 'about', 'if', 'I', 'sleep', 'a', 'littl', 'bit', 'longer', 'and', 'forget', 'all', 'thi', 'nonsens', "''", ',', 'he', 'thought', ',', 'but', 'that', 'wa', 'someth', 'he', 'wa', 'unabl', 'to', 'do', 'becaus', 'he', 'wa', 'use', 'to', 'sleep', 'on', 'hi', 'right', ',', 'and', 'in', 'hi', 'present', 'state', 'could', "n't", 'get', 'into', 'that', 'posit', '.', 'howev', 'hard', 'he', 'threw', 'himself', 'onto', 'hi', 'right', ',', 'he', 'alway', 'roll', 'back', 'to', 'where', 'he', 'wa', '.', 'He', 'must', 'have', 'tri', 'it', 'a', 'hundr', 'time', ',', 'shut', 'hi', 'eye', 'so', 'that', 'he', 'would', "n't", 'have', 'to', 'look', 'at', 'the', 'flounder', 'leg', ',', 'and', 'onli', 'stop', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild', ',', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'befor', '.', '``', 'Oh', ',', 'god', "''", ',', 'he', 'thought', ',', '``', 'what', 'a', 'strenuou', 'career', 'it', 'is', 'that', "i'v", 'chosen', '!', 'travel', 'day', 'in', 'and', 'day', 'out', '.', 'do', 'busi', 'like', 'thi', 'take', 'much', 'more', 'effort', 'than', 'do', 'your', 'own', 'busi', 'at', 'home', ',', 'and', 'on', 'top', 'of', 'that', 'there', "'s", 'the', 'curs', 'of', 'travel', ',', 'worri', 'about', 'make', 'train', 'connect', ',', 'bad', 'and', 'irregular', 'food', ',', 'contact', 'with', 'differ', 'peopl', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyon', 'or', 'becom', 'friendli', 'with', 'them', '.', 'It', 'can', 'all', 'go', 'to', 'hell', '!', "''", 'He', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'hi', 'belli', ';', 'push', 'himself', 'slowli', 'up', 'on', 'hi', 'back', 'toward', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'hi', 'head', 'better', ';', 'found', 'where', 'the', 'itch', 'wa', ',', 'and', 'saw', 'that', 'it', 'wa', 'cover', 'with', 'lot', 'of', 'littl', 'white', 'spot', 'which', 'he', 'did', "n't", 'know', 'what', 'to', 'make', 'of', ';', 'and', 'when', 'he', 'tri', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'hi', 'leg', 'he', 'drew', 'it', 'quickli', 'back', 'becaus', 'as', 'soon', 'as', 'he', 'touch', 'it', 'he', 'wa', 'overcom', 'by', 'a', 'cold', 'shudder', '.', 'He', 'slid', 'back', 'into', 'hi', 'former', 'posit', '.', '``', 'get', 'up', 'earli', 'all', 'the', 'time', "''", ',', 'he', 'thought', ',', '``', 'it', 'make', 'you', 'stupid', '.', 'you', "'ve", 'got', 'to', 'get', 'enough', 'sleep', '.', 'other', 'travel', 'salesmen', 'live', 'a', 'life', 'of', 'luxuri', '.', 'for', 'instanc', ',', 'whenev', 'I', 'go', 'back', 'to', 'the', 'guest', 'hous', 'dure', 'the', 'morn', 'to', 'copi', 'out', 'the', 'contract', ',', 'these', 'gentlemen', 'are', 'alway', 'still', 'sit', 'there', 'eat', 'their', 'breakfast', '.', 'I', 'ought', 'to', 'just', 'tri', 'that', 'with', 'my', 'boss', ';', 'I', "'d", 'get', 'kick', 'out', 'on', 'the', 'spot', '.', 'but', 'who', 'know', ',', 'mayb', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me', '.', 'If', 'I', 'did', "n't", 'have', 'my', 'parent', 'to', 'think', 'about', 'I', "'d", 'have', 'given', 'in', 'my', 'notic', 'a', 'long', 'time', 'ago', ',', 'I', "'d", 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'I', 'think', ',', 'tell', 'him', 'everyth', 'I', 'would', ',', 'let', 'him', 'know', 'just', 'what', 'I', 'feel', '.', 'He', "'d", 'fall', 'right', 'off', 'hi', 'desk', '!', 'and', 'it', "'s", 'a', 'funni', 'sort', 'of', 'busi', 'to', 'be', 'sit', 'up', 'there', 'at', 'your', 'desk', ',', 'talk', 'down', 'at', 'your', 'subordin', 'from', 'up', 'there', ',', 'especi', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'becaus', 'the', 'boss', 'is', 'hard', 'of', 'hear', '.', 'well', ',', 'there', "'s", 'still', 'some', 'hope', ';', 'onc', 'I', "'ve", 'got', 'the', 'money', 'togeth', 'to', 'pay', 'off', 'my', 'parent', "'", 'debt', 'to', 'him', '-', 'anoth', 'five', 'or', 'six', 'year', 'I', 'suppos', '-', 'that', "'s", 'definit', 'what', 'I', "'ll", 'do', '.', 'that', "'s", 'when', 'I', "'ll", 'make', 'the', 'big', 'chang', '.', 'first', 'of', 'all', 'though', ',', 'I', "'ve", 'got', 'to', 'get', 'up', ',', 'my', 'train', 'leav', 'at', 'five', '.', "''", 'and', 'he', 'look', 'over', 'at', 'the', 'alarm', 'clock', ',', 'tick', 'on', 'the', 'chest', 'of', 'drawer', '.', '``', 'god', 'in', 'heaven', '!', "''", 'he', 'thought', '.', 'It', 'wa', 'half', 'past', 'six', 'and', 'the', 'hand', 'were', 'quietli', 'move', 'forward', ',', 'it', 'wa', 'even', 'later', 'than', 'half', 'past', ',', 'more', 'like', 'quarter', 'to', 'seven', '.', 'had', 'the', 'alarm', 'clock', 'not', 'rung', '?', 'He', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', "o'clock", 'as', 'it', 'should', 'have', 'been', ';', 'it', 'certainli', 'must', 'have', 'rung', '.', 'ye', ',', 'but', 'wa', 'it', 'possibl', 'to', 'quietli', 'sleep', 'through', 'that', 'furniture-rattl', 'nois', '?', 'true', ',', 'he', 'had', 'not', 'slept', 'peac', ',', 'but', 'probabl', 'all', 'the', 'more', 'deepli', 'becaus', 'of', 'that', '.', 'what', 'should', 'he', 'do', 'now', '?', 'the', 'next', 'train', 'went', 'at', 'seven', ';', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collect', 'of', 'sampl', 'wa', 'still', 'not', 'pack', ',', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularli', 'fresh', 'and', 'live', '.', 'and', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'hi', 'boss', "'s", 'anger', 'as', 'the', 'offic', 'assist', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', "o'clock", 'train', 'go', ',', 'he', 'would', 'have', 'put', 'in', 'hi', 'report', 'about', 'gregor', "'s", 'not', 'be', 'there', 'a', 'long', 'time', 'ago', '.', 'the', 'offic', 'assist', 'wa', 'the', 'boss', "'s", 'man', ',', 'spineless', ',', 'and', 'with', 'no', 'understand', '.', 'what', 'about', 'if', 'he', 'report', 'sick', '?', 'but', 'that', 'would', 'be', 'extrem', 'strain', 'and', 'suspici', 'as', 'in', 'fifteen', 'year', 'of', 'servic', 'gregor', 'had', 'never', 'onc', 'yet', 'been', 'ill.', 'hi', 'boss', 'would', 'certainli', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medic', 'insur', 'compani', ',', 'accus', 'hi', 'parent', 'of', 'have', 'a', 'lazi', 'son', ',', 'and', 'accept', 'the', 'doctor', "'s", 'recommend', 'not', 'to', 'make', 'ani', 'claim', 'as', 'the', 'doctor', 'believ', 'that', 'no-on', 'wa', 'ever', 'ill', 'but', 'that', 'mani', 'were', 'workshi', '.', 'and', "what'", 'more', ',', 'would', 'he', 'have', 'been', 'entir', 'wrong', 'in', 'thi', 'case', '?', 'gregor', 'did', 'in', 'fact', ',', 'apart', 'from', 'excess', 'sleepi', 'after', 'sleep', 'for', 'so', 'long', ',', 'feel', 'complet', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual', '.', 'He', 'wa', 'still', 'hurriedli', 'think', 'all', 'thi', 'through', ',', 'unabl', 'to', 'decid', 'to', 'get', 'out', 'of', 'the', 'bed', ',', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven', '.', 'there', 'wa', 'a', 'cautiou', 'knock', 'at', 'the', 'door', 'near', 'hi', 'head', '.', '``', 'gregor', "''", ',', 'somebodi', 'call', '-', 'it', 'wa', 'hi', 'mother', '-', '``', 'it', "'s", 'quarter', 'to', 'seven', '.', 'did', "n't", 'you', 'want', 'to', 'go', 'somewher', '?', "''", 'that', 'gentl', 'voic', '!', 'gregor', 'wa', 'shock', 'when', 'he', 'heard', 'hi', 'own', 'voic', 'answer', ',', 'it', 'could', 'hardli', 'be', 'recognis', 'as', 'the', 'voic', 'he', 'had', 'had', 'befor', '.', 'As', 'if', 'from', 'deep', 'insid', 'him', ',', 'there', 'wa', 'a', 'pain', 'and', 'uncontrol', 'squeak', 'mix', 'in', 'with', 'it', ',', 'the', 'word', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'wa', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear', ',', 'leav', 'the', 'hearer', 'unsur', 'whether', 'he', 'had', 'heard', 'properli', 'or', 'not', '.', 'gregor', 'had', 'want', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everyth', ',', 'but', 'in', 'the', 'circumst', 'content', 'himself', 'with', 'say', ':', '``', 'ye', ',', 'mother', ',', 'ye', ',', 'thank-you', ',', 'I', "'m", 'get', 'up', 'now', '.', "''", 'the', 'chang', 'in', 'gregor', "'s", 'voic', 'probabl', 'could', 'not', 'be', 'notic', 'outsid', 'through', 'the', 'wooden', 'door', ',', 'as', 'hi', 'mother', 'wa', 'satisfi', 'with', 'thi', 'explan', 'and', 'shuffl', 'away', '.', 'but', 'thi', 'short', 'convers', 'made', 'the', 'other', 'member', 'of', 'the', 'famili', 'awar', 'that', 'gregor', ',', 'against', 'their', 'expect', 'wa', 'still', 'at', 'home', ',', 'and', 'soon', 'hi', 'father', 'came', 'knock', 'at', 'one', 'of', 'the', 'side', 'door', ',', 'gentli', ',', 'but', 'with', 'hi', 'fist', '.', '``', 'gregor', ',', 'gregor', "''", ',', 'he', 'call', ',', '``', 'what', "'s", 'wrong', '?', "''", 'and', 'after', 'a', 'short', 'while', 'he', 'call', 'again', 'with', 'a', 'warn', 'deep', 'in', 'hi', 'voic', ':', '``', 'gregor', '!', 'gregor', '!', "''", 'At', 'the', 'other', 'side', 'door', 'hi', 'sister', 'came', 'plaintiv', ':', "''", 'gregor', '?', 'are', "n't", 'you', 'well', '?', 'Do', 'you', 'need', 'anyth', '?', "''", 'gregor', 'answer', 'to', 'both', 'side', ':', '``', 'I', "'m", 'readi', ',', 'now', "''", ',', 'make', 'an', 'effort', 'to', 'remov', 'all', 'the', 'strang', 'from', 'hi', 'voic', 'by', 'enunci', 'veri', 'care', 'and', 'put', 'long', 'paus', 'between', 'each', ',', 'individu', 'word', '.', 'hi', 'father', 'went', 'back', 'to', 'hi', 'breakfast', ',', 'but', 'hi', 'sister', 'whisper', ':', '``', 'gregor', ',', 'open', 'the', 'door', ',', 'I', 'beg', 'of', 'you', '.', "''", 'gregor', ',', 'howev', ',', 'had', 'no', 'thought', 'of', 'open', 'the', 'door', ',', 'and', 'instead', 'congratul', 'himself', 'for', 'hi', 'cautiou', 'habit', ',', 'acquir', 'from', 'hi', 'travel', ',', 'of', 'lock', 'all', 'door', 'at', 'night', 'even', 'when', 'he', 'wa', 'at', 'home', '.', 'the', 'first', 'thing', 'he', 'want', 'to', 'do', 'wa', 'to', 'get', 'up', 'in', 'peac', 'without', 'be', 'disturb', ',', 'to', 'get', 'dress', ',', 'and', 'most', 'of', 'all', 'to', 'have', 'hi', 'breakfast', '.', 'onli', 'then', 'would', 'he', 'consid', 'what', 'to', 'do', 'next', ',', 'as', 'he', 'wa', 'well', 'awar', 'that', 'he', 'would', 'not', 'bring', 'hi', 'thought', 'to', 'ani', 'sensibl', 'conclus', 'by', 'lie', 'in', 'bed', '.', 'He', 'rememb', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed', ',', 'perhap', 'caus', 'by', 'lie', 'awkwardli', ',', 'but', 'that', 'had', 'alway', 'turn', 'out', 'to', 'be', 'pure', 'imagin', 'and', 'he', 'wonder', 'how', 'hi', 'imagin', 'would', 'slowli', 'resolv', 'themselv', 'today', '.', 'He', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'chang', 'in', 'hi', 'voic', 'wa', 'noth', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'seriou', 'cold', ',', 'which', 'wa', 'an', 'occup', 'hazard', 'for', 'travel', 'salesmen', '.', 'It', 'wa', 'a', 'simpl', 'matter', 'to', 'throw', 'off', 'the', 'cover', ';', 'he', 'onli', 'had', 'to', 'blow', 'himself', 'up', 'a', 'littl', 'and', 'they', 'fell', 'off', 'by', 'themselv', '.', 'but', 'it', 'becam', 'difficult', 'after', 'that', ',', 'especi', 'as', 'he', 'wa', 'so', 'except', 'broad', '.', 'He', 'would', 'have', 'use', 'hi', 'arm', 'and', 'hi', 'hand', 'to', 'push', 'himself', 'up', ';', 'but', 'instead', 'of', 'them', 'he', 'onli', 'had', 'all', 'those', 'littl', 'leg', 'continu', 'move', 'in', 'differ', 'direct', ',', 'and', 'which', 'he', 'wa', 'moreov', 'unabl', 'to', 'control', '.', 'If', 'he', 'want', 'to', 'bend', 'one', 'of', 'them', ',', 'then', 'that', 'wa', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out', ';', 'and', 'if', 'he', 'final', 'manag', 'to', 'do', 'what', 'he', 'want', 'with', 'that', 'leg', ',', 'all', 'the', 'other', 'seem', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'pain', '.', '``', 'thi', 'is', 'someth', 'that', 'ca', "n't", 'be', 'done', 'in', 'bed', "''", ',', 'gregor', 'said', 'to', 'himself', ',', '``', 'so', 'do', "n't", 'keep', 'tri', 'to', 'do', 'it', "''", '.', 'the', 'first', 'thing', 'he', 'want', 'to', 'do', 'wa', 'get', 'the', 'lower', 'part', 'of', 'hi', 'bodi', 'out', 'of', 'the', 'bed', ',', 'but', 'he', 'had', 'never', 'seen', 'thi', 'lower', 'part', ',', 'and', 'could', 'not', 'imagin', 'what', 'it', 'look', 'like', ';', 'it', 'turn', 'out', 'to', 'be', 'too', 'hard', 'to', 'move', ';', 'it', 'went', 'so', 'slowli', ';', 'and', 'final', ',', 'almost', 'in', 'a', 'frenzi', ',', 'when', 'he', 'carelessli', 'shove', 'himself', 'forward', 'with', 'all', 'the', 'forc', 'he', 'could', 'gather', ',', 'he', 'chose', 'the', 'wrong', 'direct', ',', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost', ',', 'and', 'learn', 'from', 'the', 'burn', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'hi', 'bodi', 'might', 'well', ',', 'at', 'present', ',', 'be', 'the', 'most', 'sensit', '.', 'So', 'then', 'he', 'tri', 'to', 'get', 'the', 'top', 'part', 'of', 'hi', 'bodi', 'out', 'of', 'the', 'bed', 'first', ',', 'care', 'turn', 'hi', 'head', 'to', 'the', 'side', '.', 'thi', 'he', 'manag', 'quit', 'easili', ',', 'and', 'despit', 'it', 'breadth', 'and', 'it', 'weight', ',', 'the', 'bulk', 'of', 'hi', 'bodi', 'eventu', 'follow', 'slowli', 'in', 'the', 'direct', 'of', 'the', 'head', '.', 'but', 'when', 'he', 'had', 'at', 'last', 'got', 'hi', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occur', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracl', 'if', 'hi', 'head', 'were', 'not', 'injur', ',', 'so', 'he', 'becam', 'afraid', 'to', 'carri', 'on', 'push', 'himself', 'forward', 'the', 'same', 'way', '.', 'and', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'ani', 'price', ';', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'conscious', '.', 'It', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier', ',', 'but', 'when', 'he', 'lay', 'there', 'sigh', ',', 'and', 'wa', 'onc', 'more', 'watch', 'hi', 'leg', 'as', 'they', 'struggl', 'against', 'each', 'other', 'even', 'harder', 'than', 'befor', ',', 'if', 'that', 'wa', 'possibl', ',', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bring', 'peac', 'and', 'order', 'to', 'thi', 'chao', '.', 'He', 'told', 'himself', 'onc', 'more', 'that', 'it', 'wa', 'not', 'possibl', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensibl', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatev', 'way', 'he', 'could', 'at', 'whatev', 'sacrific', '.', 'At', 'the', 'same', 'time', ',', 'though', ',', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consider', 'wa', 'much', 'better', 'than', 'rush', 'to', 'desper', 'conclus', '.', 'At', 'time', 'like', 'thi', 'he', 'would', 'direct', 'hi', 'eye', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearli', 'as', 'he', 'could', ',', 'but', 'unfortun', ',', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'wa', 'envelop', 'in', 'morn', 'fog', 'and', 'the', 'view', 'had', 'littl', 'confid', 'or', 'cheer', 'to', 'offer', 'him', '.', '``', 'seven', "o'clock", ',', 'alreadi', "''", ',', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again', ',', '``', 'seven', "o'clock", ',', 'and', 'there', "'s", 'still', 'a', 'fog', 'like', 'thi', '.', "''", 'and', 'he', 'lay', 'there', 'quietli', 'a', 'while', 'longer', ',', 'breath', 'lightli', 'as', 'if', 'he', 'perhap', 'expect', 'the', 'total', 'still', 'to', 'bring', 'thing', 'back', 'to', 'their', 'real', 'and', 'natur', 'state', '.', 'but', 'then', 'he', 'said', 'to', 'himself', ':', '``', 'befor', 'it', 'strike', 'quarter', 'past', 'seven', 'I', "'ll", 'definit', 'have', 'to', 'have', 'got', 'properli', 'out', 'of', 'bed', '.', 'and', 'by', 'then', 'somebodi', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', 'what', "'s", 'happen', 'to', 'me', 'as', 'well', ',', 'as', 'they', 'open', 'up', 'at', 'work', 'befor', 'seven', "o'clock", '.', "''", 'and', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swing', 'the', 'entir', 'length', 'of', 'hi', 'bodi', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time', '.', 'If', 'he', 'succeed', 'in', 'fall', 'out', 'of', 'bed', 'in', 'thi', 'way', 'and', 'kept', 'hi', 'head', 'rais', 'as', 'he', 'did', 'so', 'he', 'could', 'probabl', 'avoid', 'injur', 'it', '.', 'hi', 'back', 'seem', 'to', 'be', 'quit', 'hard', ',', 'and', 'probabl', 'noth', 'would', 'happen', 'to', 'it', 'fall', 'onto', 'the', 'carpet', '.', 'hi', 'main', 'concern', 'wa', 'for', 'the', 'loud', 'nois', 'he', 'wa', 'bound', 'to', 'make', ',', 'and', 'which', 'even', 'through', 'all', 'the', 'door', 'would', 'probabl', 'rais', 'concern', 'if', 'not', 'alarm', '.', 'but', 'it', 'wa', 'someth', 'that', 'had', 'to', 'be', 'risk', '.', 'when', 'gregor', 'wa', 'alreadi', 'stick', 'half', 'way', 'out', 'of', 'the', 'bed', '-', 'the', 'new', 'method', 'wa', 'more', 'of', 'a', 'game', 'than', 'an', 'effort', ',', 'all', 'he', 'had', 'to', 'do', 'wa', 'rock', 'back', 'and', 'forth', '-', 'it', 'occur', 'to', 'him', 'how', 'simpl', 'everyth', 'would', 'be', 'if', 'somebodi', 'came', 'to', 'help', 'him', '.', 'two', 'strong', 'peopl', '-', 'he', 'had', 'hi', 'father', 'and', 'the', 'maid', 'in', 'mind', '-', 'would', 'have', 'been', 'more', 'than', 'enough', ';', 'they', 'would', 'onli', 'have', 'to', 'push', 'their', 'arm', 'under', 'the', 'dome', 'of', 'hi', 'back', ',', 'peel', 'him', 'away', 'from', 'the', 'bed', ',', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'care', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor', ',', 'where', ',', 'hope', ',', 'the', 'littl', 'leg', 'would', 'find', 'a', 'use', '.', 'should', 'he', 'realli', 'call', 'for', 'help', 'though', ',', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'door', 'were', 'lock', '?', 'despit', 'all', 'the', 'difficulti', 'he', 'wa', 'in', ',', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'thi', 'thought', '.', 'after', 'a', 'while', 'he', 'had', 'alreadi', 'move', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'hi', 'balanc', 'if', 'he', 'rock', 'too', 'hard', '.', 'the', 'time', 'wa', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decis', 'veri', 'soon', '.', 'then', 'there', 'wa', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat', '.', '``', 'that', "'ll", 'be', 'someon', 'from', 'work', "''", ',', 'he', 'said', 'to', 'himself', ',', 'and', 'froze', 'veri', 'still', ',', 'although', 'hi', 'littl', 'leg', 'onli', 'becam', 'all', 'the', 'more', 'live', 'as', 'they', 'danc', 'around', '.', 'for', 'a', 'moment', 'everyth', 'remain', 'quiet', '.', '``', 'they', "'re", 'not', 'open', 'the', 'door', "''", ',', 'gregor', 'said', 'to', 'himself', ',', 'caught', 'in', 'some', 'nonsens', 'hope', '.', 'but', 'then', 'of', 'cours', ',', 'the', 'maid', "'s", 'firm', 'step', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'open', 'it', '.', 'gregor', 'onli', 'need', 'to', 'hear', 'the', 'visitor', "'s", 'first', 'word', 'of', 'greet', 'and', 'he', 'knew', 'who', 'it', 'wa', '-', 'the', 'chief', 'clerk', 'himself', '.', 'whi', 'did', 'gregor', 'have', 'to', 'be', 'the', 'onli', 'one', 'condemn', 'to', 'work', 'for', 'a', 'compani', 'where', 'they', 'immedi', 'becam', 'highli', 'suspici', 'at', 'the', 'slightest', 'shortcom', '?', 'were', 'all', 'employe', ',', 'everi', 'one', 'of', 'them', ',', 'lout', ',', 'wa', 'there', 'not', 'one', 'of', 'them', 'who', 'wa', 'faith', 'and', 'devot', 'who', 'would', 'go', 'so', 'mad', 'with', 'pang', 'of', 'conscienc', 'that', 'he', 'could', "n't", 'get', 'out', 'of', 'bed', 'if', 'he', 'did', "n't", 'spend', 'at', 'least', 'a', 'coupl', 'of', 'hour', 'in', 'the', 'morn', 'on', 'compani', 'busi', '?', 'wa', 'it', 'realli', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'traine', 'make', 'enquiri', '-', 'assum', 'enquiri', 'were', 'even', 'necessari', '-', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself', ',', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole', ',', 'innoc', 'famili', 'that', 'thi', 'wa', 'so', 'suspici', 'that', 'onli', 'the', 'chief', 'clerk', 'could', 'be', 'trust', 'to', 'have', 'the', 'wisdom', 'to', 'investig', 'it', '?', 'and', 'more', 'becaus', 'these', 'thought', 'had', 'made', 'him', 'upset', 'than', 'through', 'ani', 'proper', 'decis', ',', 'he', 'swang', 'himself', 'with', 'all', 'hi', 'forc', 'out', 'of', 'the', 'bed', '.', 'there', 'wa', 'a', 'loud', 'thump', ',', 'but', 'it', "wasn't", 'realli', 'a', 'loud', 'nois', '.', 'hi', 'fall', 'wa', 'soften', 'a', 'littl', 'by', 'the', 'carpet', ',', 'and', 'gregor', "'s", 'back', 'wa', 'also', 'more', 'elast', 'than', 'he', 'had', 'thought', ',', 'which', 'made', 'the', 'sound', 'muffl', 'and', 'not', 'too', 'notic', '.', 'He', 'had', 'not', 'held', 'hi', 'head', 'care', 'enough', ',', 'though', ',', 'and', 'hit', 'it', 'as', 'he', 'fell', ';', 'annoy', 'and', 'in', 'pain', ',', 'he', 'turn', 'it', 'and', 'rub', 'it', 'against', 'the', 'carpet', '.', '``', 'someth', "'s", 'fallen', 'down', 'in', 'there', "''", ',', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left', '.', 'gregor', 'tri', 'to', 'imagin', 'whether', 'someth', 'of', 'the', 'sort', 'that', 'had', 'happen', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too', ';', 'you', 'had', 'to', 'conced', 'that', 'it', 'wa', 'possibl', '.', 'but', 'as', 'if', 'in', 'gruff', 'repli', 'to', 'thi', 'question', ',', 'the', 'chief', 'clerk', "'s", 'firm', 'footstep', 'in', 'hi', 'highli', 'polish', 'boot', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoin', 'room', '.', 'from', 'the', 'room', 'on', 'hi', 'right', ',', 'gregor', "'s", 'sister', 'whisper', 'to', 'him', 'to', 'let', 'him', 'know', ':', '``', 'gregor', ',', 'the', 'chief', 'clerk', 'is', 'here', '.', "''", '``', 'ye', ',', 'I', 'know', "''", ',', 'said', 'gregor', 'to', 'himself', ';', 'but', 'without', 'dare', 'to', 'rais', 'hi', 'voic', 'loud', 'enough', 'for', 'hi', 'sister', 'to', 'hear', 'him', '.', '``', 'gregor', "''", ',', 'said', 'hi', 'father', 'now', 'from', 'the', 'room', 'to', 'hi', 'left', ',', '``', 'the', 'chief', 'clerk', 'ha', 'come', 'round', 'and', 'want', 'to', 'know', 'whi', 'you', 'did', "n't", 'leav', 'on', 'the', 'earli', 'train', '.', 'We', 'do', "n't", 'know', 'what', 'to', 'say', 'to', 'him', '.', 'and', 'anyway', ',', 'he', 'want', 'to', 'speak', 'to', 'you', 'person', '.', 'So', 'pleas', 'open', 'up', 'thi', 'door', '.', "i'm", 'sure', 'he', "'ll", 'be', 'good', 'enough', 'to', 'forgiv', 'the', 'untidi', 'of', 'your', 'room', '.', "''", 'then', 'the', 'chief', 'clerk', 'call', '``', 'good', 'morn', ',', 'mr.', 'samsa', "''", '.', '``', 'He', "isn't", 'well', "''", ',', 'said', 'hi', 'mother', 'to', 'the', 'chief', 'clerk', ',', 'while', 'hi', 'father', 'continu', 'to', 'speak', 'through', 'the', 'door', '.', '``', 'He', 'is', "n't", 'well', ',', 'pleas', 'believ', 'me', '.', 'whi', 'els', 'would', 'gregor', 'have', 'miss', 'a', 'train', '!', 'the', 'lad', 'onli', 'ever', 'think', 'about', 'the', 'busi', '.', 'It', 'nearli', 'make', 'me', 'cross', 'the', 'way', 'he', 'never', 'goe', 'out', 'in', 'the', 'even', ';', 'he', "'s", 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stay', 'home', 'everi', 'even', '.', 'He', 'sit', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'read', 'the', 'paper', 'or', 'studi', 'train', 'timet', '.', 'hi', 'idea', 'of', 'relax', 'is', 'work', 'with', 'hi', 'fretsaw', '.', 'He', "'s", 'made', 'a', 'littl', 'frame', ',', 'for', 'instanc', ',', 'it', 'onli', 'took', 'him', 'two', 'or', 'three', 'even', ',', 'you', "'ll", 'be', 'amaz', 'how', 'nice', 'it', 'is', ';', 'it', "'s", 'hang', 'up', 'in', 'hi', 'room', ';', 'you', "'ll", 'see', 'it', 'as', 'soon', 'as', 'gregor', 'open', 'the', 'door', '.', 'anyway', ',', 'I', "'m", 'glad', 'you', "'re", 'here', ';', 'we', "wouldn't", 'have', 'been', 'abl', 'to', 'get', 'gregor', 'to', 'open', 'the', 'door', 'by', 'ourselv', ';', 'he', "'s", 'so', 'stubborn', ';', 'and', 'I', "'m", 'sure', 'he', 'is', "n't", 'well', ',', 'he', 'said', 'thi', 'morn', 'that', 'he', 'is', ',', 'but', 'he', 'is', "n't", '.', "''", '``', 'I', "'ll", 'be', 'there', 'in', 'a', 'moment', "''", ',', 'said', 'gregor', 'slowli', 'and', 'thought', ',', 'but', 'without', 'move', 'so', 'that', 'he', 'would', 'not', 'miss', 'ani', 'word', 'of', 'the', 'convers', '.', '``', 'well', 'I', 'ca', "n't", 'think', 'of', 'ani', 'other', 'way', 'of', 'explain', 'it', ',', 'mrs.', 'samsa', "''", ',', 'said', 'the', 'chief', 'clerk', ',', '``', 'I', 'hope', "it'", 'noth', 'seriou', '.', 'but', 'on', 'the', 'other', 'hand', ',', 'I', 'must', 'say', 'that', 'if', 'we', 'peopl', 'in', 'commerc', 'ever', 'becom', 'slightli', 'unwel', 'then', ',', 'fortun', 'or', 'unfortun', 'as', 'you', 'like', ',', 'we', 'simpli', 'have', 'to', 'overcom', 'it', 'becaus', 'of', 'busi', 'consider', '.', "''", '``', 'can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then', '?', '``', ',', 'ask', 'hi', 'father', 'impati', ',', 'knock', 'at', 'the', 'door', 'again', '.', '``', 'No', "''", ',', 'said', 'gregor', '.', 'In', 'the', 'room', 'on', 'hi', 'right', 'there', 'follow', 'a', 'pain', 'silenc', ';', 'in', 'the', 'room', 'on', 'hi', 'left', 'hi', 'sister', 'began', 'to', 'cri', '.', 'So', 'whi', 'did', 'hi', 'sister', 'not', 'go', 'and', 'join', 'the', 'other', '?', 'she', 'had', 'probabl', 'onli', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dress', '.', 'and', 'whi', 'wa', 'she', 'cri', '?', 'wa', 'it', 'becaus', 'he', 'had', 'not', 'got', 'up', ',', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in', ',', 'becaus', 'he', 'wa', 'in', 'danger', 'of', 'lose', 'hi', 'job', 'and', 'if', 'that', 'happen', 'hi', 'boss', 'would', 'onc', 'more', 'pursu', 'their', 'parent', 'with', 'the', 'same', 'demand', 'as', 'befor', '?', 'there', 'wa', 'no', 'need', 'to', 'worri', 'about', 'thing', 'like', 'that', 'yet', '.', 'gregor', 'wa', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intent', 'of', 'abandon', 'hi', 'famili', '.', 'for', 'the', 'time', 'be', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet', ',', 'and', 'no-on', 'who', 'knew', 'the', 'condit', 'he', 'wa', 'in', 'would', 'serious', 'have', 'expect', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in', '.', 'It', 'wa', 'onli', 'a', 'minor', 'discourtesi', ',', 'and', 'a', 'suitabl', 'excus', 'could', 'easili', 'be', 'found', 'for', 'it', 'later', 'on', ',', 'it', 'wa', 'not', 'someth', 'for', 'which', 'gregor', 'could', 'be', 'sack', 'on', 'the', 'spot', '.', 'and', 'it', 'seem', 'to', 'gregor', 'much', 'more', 'sensibl', 'to', 'leav', 'him', 'now', 'in', 'peac', 'instead', 'of', 'disturb', 'him', 'with', 'talk', 'at', 'him', 'and', 'cri', '.', 'but', 'the', 'other', 'did', "n't", 'know', 'what', 'wa', 'happen', ',', 'they', 'were', 'worri', ',', 'that', 'would', 'excus', 'their', 'behaviour', '.', 'the', 'chief', 'clerk', 'now', 'rais', 'hi', 'voic', ',', '``', 'mr.', 'samsa', "''", ',', 'he', 'call', 'to', 'him', ',', "''", 'what', 'is', 'wrong', '?', 'you', 'barricad', 'yourself', 'in', 'your', 'room', ',', 'give', 'us', 'no', 'more', 'than', 'ye', 'or', 'no', 'for', 'an', 'answer', ',', 'you', 'are', 'caus', 'seriou', 'and', 'unnecessari', 'concern', 'to', 'your', 'parent', 'and', 'you', 'fail', '-', 'and', 'I', 'mention', 'thi', 'just', 'by', 'the', 'way', '-', 'you', 'fail', 'to', 'carri', 'out', 'your', 'busi', 'duti', 'in', 'a', 'way', 'that', 'is', 'quit', 'unheard', 'of', '.', 'I', "'m", 'speak', 'here', 'on', 'behalf', 'of', 'your', 'parent', 'and', 'of', 'your', 'employ', ',', 'and', 'realli', 'must', 'request', 'a', 'clear', 'and', 'immedi', 'explan', '.', 'I', 'am', 'astonish', ',', 'quit', 'astonish', '.', 'I', 'thought', 'I', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensibl', 'person', ',', 'and', 'now', 'you', 'suddenli', 'seem', 'to', 'be', 'show', 'off', 'with', 'peculiar', 'whim', '.', 'thi', 'morn', ',', 'your', 'employ', 'did', 'suggest', 'a', 'possibl', 'reason', 'for', 'your', 'failur', 'to', 'appear', ',', 'it', "'s", 'true', '-', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'wa', 'recent', 'entrust', 'to', 'you', '-', 'but', 'I', 'came', 'near', 'to', 'give', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explan', '.', 'but', 'now', 'that', 'I', 'see', 'your', 'incomprehens', 'stubborn', 'I', 'no', 'longer', 'feel', 'ani', 'wish', 'whatsoev', 'to', 'interced', 'on', 'your', 'behalf', '.', 'and', 'nor', 'is', 'your', 'posit', 'all', 'that', 'secur', '.', 'I', 'had', 'origin', 'intend', 'to', 'say', 'all', 'thi', 'to', 'you', 'in', 'privat', ',', 'but', 'sinc', 'you', 'caus', 'me', 'to', 'wast', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'I', 'do', "n't", 'see', 'whi', 'your', 'parent', 'should', 'not', 'also', 'learn', 'of', 'it', '.', 'your', 'turnov', 'ha', 'been', 'veri', 'unsatisfactori', 'of', 'late', ';', 'I', 'grant', 'you', 'that', 'it', "'s", 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especi', 'good', 'busi', ',', 'we', 'recognis', 'that', ';', 'but', 'there', 'simpli', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'busi', 'at', 'all', ',', 'mr.', 'samsa', ',', 'we', 'can', 'not', 'allow', 'there', 'to', 'be', '.', "''", '``', 'but', 'sir', "''", ',', 'call', 'gregor', ',', 'besid', 'himself', 'and', 'forget', 'all', 'els', 'in', 'the', 'excit', ',', '``', 'I', "'ll", 'open', 'up', 'immedi', ',', 'just', 'a', 'moment', '.', "i'm", 'slightli', 'unwel', ',', 'an', 'attack', 'of', 'dizzi', ',', 'I', 'have', "n't", 'been', 'abl', 'to', 'get', 'up', '.', 'I', "'m", 'still', 'in', 'bed', 'now', '.', 'I', "'m", 'quit', 'fresh', 'again', 'now', ',', 'though', '.', "i'm", 'just', 'get', 'out', 'of', 'bed', '.', 'just', 'a', 'moment', '.', 'Be', 'patient', '!', 'It', "'s", 'not', 'quit', 'as', 'easi', 'as', 'I', "'d", 'thought', '.', 'I', "'m", 'quit', 'alright', 'now', ',', 'though', '.', "it'", 'shock', ',', 'what', 'can', 'suddenli', 'happen', 'to', 'a', 'person', '!', 'I', 'wa', 'quit', 'alright', 'last', 'night', ',', 'my', 'parent', 'know', 'about', 'it', ',', 'perhap', 'better', 'than', 'me', ',', 'I', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'alreadi', '.', 'they', 'must', 'have', 'notic', 'it', '.', 'I', 'do', "n't", 'know', 'whi', 'I', 'did', "n't", 'let', 'you', 'know', 'at', 'work', '!', 'but', 'you', 'alway', 'think', 'you', 'can', 'get', 'over', 'an', 'ill', 'without', 'stay', 'at', 'home', '.', 'pleas', ',', 'do', "n't", 'make', 'my', 'parent', 'suffer', '!', 'there', "'s", 'no', 'basi', 'for', 'ani', 'of', 'the', 'accus', 'you', "'re", 'make', ';', 'nobodi', "'s", 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'ani', 'of', 'these', 'thing', '.', 'mayb', 'you', 'have', "n't", 'read', 'the', 'latest', 'contract', 'I', 'sent', 'in', '.', 'I', "'ll", 'set', 'off', 'with', 'the', 'eight', "o'clock", 'train', ',', 'as', 'well', ',', 'these', 'few', 'hour', 'of', 'rest', 'have', 'given', 'me', 'strength', '.', 'you', 'do', "n't", 'need', 'to', 'wait', ',', 'sir', ';', 'I', "'ll", 'be', 'in', 'the', 'offic', 'soon', 'after', 'you', ',', 'and', 'pleas', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him', '!', "''", 'and', 'while', 'gregor', 'gush', 'out', 'these', 'word', ',', 'hardli', 'know', 'what', 'he', 'wa', 'say', ',', 'he', 'made', 'hi', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawer', '-', 'thi', 'wa', 'easili', 'done', ',', 'probabl', 'becaus', 'of', 'the', 'practis', 'he', 'had', 'alreadi', 'had', 'in', 'bed', '-', 'where', 'he', 'now', 'tri', 'to', 'get', 'himself', 'upright', '.', 'He', 'realli', 'did', 'want', 'to', 'open', 'the', 'door', ',', 'realli', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk', ';', 'the', 'other', 'were', 'be', 'so', 'insist', ',', 'and', 'he', 'wa', 'curiou', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him', '.', 'If', 'they', 'were', 'shock', 'then', 'it', 'would', 'no', 'longer', 'be', "gregor'", 'respons', 'and', 'he', 'could', 'rest', '.', 'If', ',', 'howev', ',', 'they', 'took', 'everyth', 'calmli', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset', ',', 'and', 'if', 'he', 'hurri', 'he', 'realli', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', "o'clock", '.', 'the', 'first', 'few', 'time', 'he', 'tri', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawer', 'he', 'just', 'slid', 'down', 'again', ',', 'but', 'he', 'final', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright', ';', 'the', 'lower', 'part', 'of', 'hi', 'bodi', 'wa', 'in', 'seriou', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'ani', 'attent', 'to', 'it', '.', 'now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearbi', 'chair', 'and', 'held', 'tightli', 'to', 'the', 'edg', 'of', 'it', 'with', 'hi', 'littl', 'leg', '.', 'By', 'now', 'he', 'had', 'also', 'calm', 'down', ',', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'wa', 'say', '.', '``', 'did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that', '?', "''", 'the', 'chief', 'clerk', 'ask', 'hi', 'parent', ',', '``', 'sure', 'he', "'s", 'not', 'tri', 'to', 'make', 'fool', 'of', 'us', "''", '.', '``', 'Oh', ',', 'god', '!', "''", 'call', 'hi', 'mother', ',', 'who', 'wa', 'alreadi', 'in', 'tear', ',', '``', 'he', 'could', 'be', 'serious', 'ill', 'and', 'we', "'re", 'make', 'him', 'suffer', '.', 'grete', '!', 'grete', '!', "''", 'she', 'then', 'cri', '.', '``', 'mother', '?', "''", 'hi', 'sister', 'call', 'from', 'the', 'other', 'side', '.', 'they', 'commun', 'across', 'gregor', "'s", 'room', '.', '``', 'you', "'ll", 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away', '.', 'gregor', 'is', 'ill.', 'quick', ',', 'get', 'the', 'doctor', '.', 'did', 'you', 'hear', 'the', 'way', 'gregor', 'spoke', 'just', 'now', '?', "''", '``', 'that', 'wa', 'the', 'voic', 'of', 'an', 'anim', "''", ',', 'said', 'the', 'chief', 'clerk', ',', 'with', 'a', 'calm', 'that', 'wa', 'in', 'contrast', 'with', 'hi', "mother'", 'scream', '.', '``', 'anna', '!', 'anna', '!', "''", 'hi', 'father', 'call', 'into', 'the', 'kitchen', 'through', 'the', 'entranc', 'hall', ',', 'clap', 'hi', 'hand', ',', '``', 'get', 'a', 'locksmith', 'here', ',', 'now', '!', "''", 'and', 'the', 'two', 'girl', ',', 'their', 'skirt', 'swish', ',', 'immedi', 'ran', 'out', 'through', 'the', 'hall', ',', 'wrench', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went', '.', 'how', 'had', 'hi', 'sister', 'manag', 'to', 'get', 'dress', 'so', 'quickli', '?', 'there', 'wa', 'no', 'sound', 'of', 'the', 'door', 'bang', 'shut', 'again', ';', 'they', 'must', 'have', 'left', 'it', 'open', ';', 'peopl', 'often', 'do', 'in', 'home', 'where', 'someth', 'aw', 'ha', 'happen', '.', 'gregor', ',', 'in', 'contrast', ',', 'had', 'becom', 'much', 'calmer', '.', 'So', 'they', "couldn't", 'understand', 'hi', 'word', 'ani', 'more', ',', 'although', 'they', 'seem', 'clear', 'enough', 'to', 'him', ',', 'clearer', 'than', 'befor', '-', 'perhap', 'hi', 'ear', 'had', 'becom', 'use', 'to', 'the', 'sound', '.', 'they', 'had', 'realis', ',', 'though', ',', 'that', 'there', 'wa', 'someth', 'wrong', 'with', 'him', ',', 'and', 'were', 'readi', 'to', 'help', '.', 'the', 'first', 'respons', 'to', 'hi', 'situat', 'had', 'been', 'confid', 'and', 'wise', ',', 'and', 'that', 'made', 'him', 'feel', 'better', '.', 'He', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'peopl', ',', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expect', 'great', 'and', 'surpris', 'achiev', '-', 'although', 'he', 'did', 'not', 'realli', 'distinguish', 'one', 'from', 'the', 'other', '.', 'whatev', 'wa', 'said', 'next', 'would', 'be', 'crucial', ',', 'so', ',', 'in', 'order', 'to', 'make', 'hi', 'voic', 'as', 'clear', 'as', 'possibl', ',', 'he', 'cough', 'a', 'littl', ',', 'but', 'take', 'care', 'to', 'do', 'thi', 'not', 'too', 'loudli', 'as', 'even', 'thi', 'might', 'well', 'sound', 'differ', 'from', 'the', 'way', 'that', 'a', 'human', 'cough', 'and', 'he', 'wa', 'no', 'longer', 'sure', 'he', 'could', 'judg', 'thi', 'for', 'himself', '.', 'meanwhil', ',', 'it', 'had', 'becom', 'veri', 'quiet', 'in', 'the', 'next', 'room', '.', 'perhap', 'hi', 'parent', 'were', 'sat', 'at', 'the', 'tabl', 'whisper', 'with', 'the', 'chief', 'clerk', ',', 'or', 'perhap', 'they', 'were', 'all', 'press', 'against', 'the', 'door', 'and', 'listen', '.', 'gregor', 'slowli', 'push', 'hi', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair', '.', 'onc', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door', ',', 'hold', 'himself', 'upright', 'against', 'it', 'use', 'the', 'adhes', 'on', 'the', 'tip', 'of', 'hi', 'leg', '.', 'He', 'rest', 'there', 'a', 'littl', 'while', 'to', 'recov', 'from', 'the', 'effort', 'involv', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turn', 'the', 'key', 'in', 'the', 'lock', 'with', 'hi', 'mouth', '.', 'He', 'seem', ',', 'unfortun', ',', 'to', 'have', 'no', 'proper', 'teeth', '-', 'how', 'wa', 'he', ',', 'then', ',', 'to', 'grasp', 'the', 'key', '?', '-', 'but', 'the', 'lack', 'of', 'teeth', 'wa', ',', 'of', 'cours', ',', 'made', 'up', 'for', 'with', 'a', 'veri', 'strong', 'jaw', ';', 'use', 'the', 'jaw', ',', 'he', 'realli', 'wa', 'abl', 'to', 'start', 'the', 'key', 'turn', ',', 'ignor', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'caus', 'some', 'kind', 'of', 'damag', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'hi', 'mouth', ',', 'flow', 'over', 'the', 'key', 'and', 'drip', 'onto', 'the', 'floor', '.', '``', 'listen', "''", ',', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room', ',', '``', 'he', "'s", 'turn', 'the', 'key', '.', "''", 'gregor', 'wa', 'greatli', 'encourag', 'by', 'thi', ';', 'but', 'they', 'all', 'should', 'have', 'been', 'call', 'to', 'him', ',', 'hi', 'father', 'and', 'hi', 'mother', 'too', ':', '``', 'well', 'done', ',', 'gregor', "''", ',', 'they', 'should', 'have', 'cri', ',', '``', 'keep', 'at', 'it', ',', 'keep', 'hold', 'of', 'the', 'lock', '!', "''", 'and', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedli', 'follow', 'hi', 'effort', ',', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'hi', 'strength', ',', 'pay', 'no', 'attent', 'to', 'the', 'pain', 'he', 'wa', 'caus', 'himself', '.', 'As', 'the', 'key', 'turn', 'round', 'he', 'turn', 'around', 'the', 'lock', 'with', 'it', ',', 'onli', 'hold', 'himself', 'upright', 'with', 'hi', 'mouth', ',', 'and', 'hung', 'onto', 'the', 'key', 'or', 'push', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'hi', 'bodi', 'as', 'need', '.', 'the', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snap', 'back', 'wa', 'gregor', "'s", 'sign', 'that', 'he', 'could', 'break', 'hi', 'concentr', ',', 'and', 'as', 'he', 'regain', 'hi', 'breath', 'he', 'said', 'to', 'himself', ':', "''", 'So', ',', 'I', 'did', "n't", 'need', 'the', 'locksmith', 'after', 'all', "''", '.', 'then', 'he', 'lay', 'hi', 'head', 'on', 'the', 'handl', 'of', 'the', 'door', 'to', 'open', 'it', 'complet', '.', 'becaus', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'thi', 'way', ',', 'it', 'wa', 'alreadi', 'wide', 'open', 'befor', 'he', 'could', 'be', 'seen', '.', 'He', 'had', 'first', 'to', 'slowli', 'turn', 'himself', 'around', 'one', 'of', 'the', 'doubl', 'door', ',', 'and', 'he', 'had', 'to', 'do', 'it', 'veri', 'care', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'hi', 'back', 'befor', 'enter', 'the', 'room', '.', 'He', 'wa', 'still', 'occupi', 'with', 'thi', 'difficult', 'movement', ',', 'unabl', 'to', 'pay', 'attent', 'to', 'anyth', 'els', ',', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', '``', 'Oh', '!', '``', ',', 'which', 'sound', 'like', 'the', 'sough', 'of', 'the', 'wind', '.', 'now', 'he', 'also', 'saw', 'him', '-', 'he', 'wa', 'the', 'nearest', 'to', 'the', 'door', '-', 'hi', 'hand', 'press', 'against', 'hi', 'open', 'mouth', 'and', 'slowli', 'retreat', 'as', 'if', 'driven', 'by', 'a', 'steadi', 'and', 'invis', 'forc', '.', 'gregor', "'s", 'mother', ',', 'her', 'hair', 'still', 'dishevel', 'from', 'bed', 'despit', 'the', 'chief', 'clerk', "'s", 'be', 'there', ',', 'look', 'at', 'hi', 'father', '.', 'then', 'she', 'unfold', 'her', 'arm', ',', 'took', 'two', 'step', 'forward', 'toward', 'gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirt', 'that', 'spread', 'themselv', 'out', 'around', 'her', 'as', 'her', 'head', 'disappear', 'down', 'onto', 'her', 'breast', '.', 'hi', 'father', 'look', 'hostil', ',', 'and', 'clench', 'hi', 'fist', 'as', 'if', 'want', 'to', 'knock', 'gregor', 'back', 'into', 'hi', 'room', '.', 'then', 'he', 'look', 'uncertainli', 'round', 'the', 'live', 'room', ',', 'cover', 'hi', 'eye', 'with', 'hi', 'hand', 'and', 'wept', 'so', 'that', 'hi', 'power', 'chest', 'shook', '.', 'So', 'gregor', 'did', 'not', 'go', 'into', 'the', 'room', ',', 'but', 'leant', 'against', 'the', 'insid', 'of', 'the', 'other', 'door', 'which', 'wa', 'still', 'held', 'bolt', 'in', 'place', '.', 'In', 'thi', 'way', 'onli', 'half', 'of', 'hi', 'bodi', 'could', 'be', 'seen', ',', 'along', 'with', 'hi', 'head', 'abov', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peer', 'out', 'at', 'the', 'other', '.', 'meanwhil', 'the', 'day', 'had', 'becom', 'much', 'lighter', ';', 'part', 'of', 'the', 'endless', ',', 'grey-black', 'build', 'on', 'the', 'other', 'side', 'of', 'the', 'street', '-', 'which', 'wa', 'a', 'hospit', '-', 'could', 'be', 'seen', 'quit', 'clearli', 'with', 'the', 'auster', 'and', 'regular', 'line', 'of', 'window', 'pierc', 'it', 'facad', ';', 'the', 'rain', 'wa', 'still', 'fall', ',', 'now', 'throw', 'down', 'larg', ',', 'individu', 'droplet', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time', '.', 'the', 'wash', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'tabl', ';', 'there', 'wa', 'so', 'much', 'of', 'it', 'becaus', ',', 'for', 'gregor', "'s", 'father', ',', 'breakfast', 'wa', 'the', 'most', 'import', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'sever', 'hour', 'as', 'he', 'sat', 'read', 'a', 'number', 'of', 'differ', 'newspap', '.', 'On', 'the', 'wall', 'exactli', 'opposit', 'there', 'wa', 'photograph', 'of', 'gregor', 'when', 'he', 'wa', 'a', 'lieuten', 'in', 'the', 'armi', ',', 'hi', 'sword', 'in', 'hi', 'hand', 'and', 'a', 'carefre', 'smile', 'on', 'hi', 'face', 'as', 'he', 'call', 'forth', 'respect', 'for', 'hi', 'uniform', 'and', 'bear', '.', 'the', 'door', 'to', 'the', 'entranc', 'hall', 'wa', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'wa', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'land', 'and', 'the', 'stair', 'where', 'they', 'began', 'their', 'way', 'down', 'below', '.', '``', 'now', ',', 'then', "''", ',', 'said', 'gregor', ',', 'well', 'awar', 'that', 'he', 'wa', 'the', 'onli', 'one', 'to', 'have', 'kept', 'calm', ',', '``', 'I', "'ll", 'get', 'dress', 'straight', 'away', 'now', ',', 'pack', 'up', 'my', 'sampl', 'and', 'set', 'off', '.', 'will', 'you', 'pleas', 'just', 'let', 'me', 'leav', '?', 'you', 'can', 'see', "''", ',', 'he', 'said', 'to', 'the', 'chief', 'clerk', ',', '``', 'that', 'I', "'m", 'not', 'stubborn', 'and', 'I', 'like', 'to', 'do', 'my', 'job', ';', 'be', 'a', 'commerci', 'travel', 'is', 'arduou', 'but', 'without', 'travel', 'I', 'could', "n't", 'earn', 'my', 'live', '.', 'So', 'where', 'are', 'you', 'go', ',', 'in', 'to', 'the', 'offic', '?', 'ye', '?', 'will', 'you', 'report', 'everyth', 'accur', ',', 'then', '?', 'It', "'s", 'quit', 'possibl', 'for', 'someon', 'to', 'be', 'temporarili', 'unabl', 'to', 'work', ',', 'but', 'that', "'s", 'just', 'the', 'right', 'time', 'to', 'rememb', 'what', "'s", 'been', 'achiev', 'in', 'the', 'past', 'and', 'consid', 'that', 'later', 'on', ',', 'onc', 'the', 'difficulti', 'ha', 'been', 'remov', ',', 'he', 'will', 'certainli', 'work', 'with', 'all', 'the', 'more', 'dilig', 'and', 'concentr', '.', 'you', "'re", 'well', 'awar', 'that', 'I', "'m", 'serious', 'in', 'debt', 'to', 'our', 'employ', 'as', 'well', 'as', 'have', 'to', 'look', 'after', 'my', 'parent', 'and', 'my', 'sister', ',', 'so', 'that', 'I', "'m", 'trap', 'in', 'a', 'difficult', 'situat', ',', 'but', 'I', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again', '.', 'pleas', 'do', "n't", 'make', 'thing', 'ani', 'harder', 'for', 'me', 'than', 'they', 'are', 'alreadi', ',', 'and', 'do', "n't", 'take', 'side', 'against', 'me', 'at', 'the', 'offic', '.', 'I', 'know', 'that', 'nobodi', 'like', 'the', 'travel', '.', 'they', 'think', 'we', 'earn', 'an', 'enorm', 'wage', 'as', 'well', 'as', 'have', 'a', 'soft', 'time', 'of', 'it', '.', "that'", 'just', 'prejudic', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it', '.', 'but', 'you', ',', 'sir', ',', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff', ',', 'in', 'fact', ',', 'if', 'I', 'can', 'say', 'thi', 'in', 'confid', ',', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', '-', 'it', "'s", 'veri', 'easi', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistak', 'about', 'hi', 'employe', 'and', 'judg', 'them', 'more', 'harshli', 'than', 'he', 'should', '.', 'and', 'you', "'re", 'also', 'well', 'awar', 'that', 'we', 'travel', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'offic', ',', 'so', 'that', 'we', 'can', 'veri', 'easili', 'fall', 'victim', 'to', 'gossip', 'and', 'chanc', 'and', 'groundless', 'complaint', ',', 'and', 'it', "'s", 'almost', 'imposs', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing', ',', 'we', 'do', "n't", 'usual', 'even', 'hear', 'about', 'them', ',', 'or', 'if', 'at', 'all', 'it', "'s", 'when', 'we', 'arriv', 'back', 'home', 'exhaust', 'from', 'a', 'trip', ',', 'and', 'that', "'s", 'when', 'we', 'feel', 'the', 'harm', 'effect', 'of', 'what', "'s", 'been', 'go', 'on', 'without', 'even', 'know', 'what', 'caus', 'them', '.', 'pleas', ',', 'do', "n't", 'go', 'away', ',', 'at', 'least', 'first', 'say', 'someth', 'to', 'show', 'that', 'you', 'grant', 'that', 'I', "'m", 'at', 'least', 'partli', 'right', '!', "''", 'but', 'the', 'chief', 'clerk', 'had', 'turn', 'away', 'as', 'soon', 'as', 'gregor', 'had', 'start', 'to', 'speak', ',', 'and', ',', 'with', 'protrud', 'lip', ',', 'onli', 'stare', 'back', 'at', 'him', 'over', 'hi', 'trembl', 'shoulder', 'as', 'he', 'left', '.', 'He', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'gregor', 'wa', 'speak', ',', 'but', 'move', 'steadili', 'toward', 'the', 'door', 'without', 'take', 'hi', 'eye', 'off', 'him', '.', 'He', 'move', 'veri', 'gradual', ',', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibit', 'on', 'leav', 'the', 'room', '.', 'It', 'wa', 'onli', 'when', 'he', 'had', 'reach', 'the', 'entranc', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement', ',', 'drew', 'hi', 'foot', 'from', 'the', 'live', 'room', ',', 'and', 'rush', 'forward', 'in', 'a', 'panic', '.', 'In', 'the', 'hall', ',', 'he', 'stretch', 'hi', 'right', 'hand', 'far', 'out', 'toward', 'the', 'stairway', 'as', 'if', 'out', 'there', ',', 'there', 'were', 'some', 'supernatur', 'forc', 'wait', 'to', 'save', 'him', '.', 'gregor', 'realis', 'that', 'it', 'wa', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'thi', 'mood', 'if', 'hi', 'posit', 'in', 'the', 'firm', 'wa', 'not', 'to', 'be', 'put', 'into', 'extrem', 'danger', '.', 'that', 'wa', 'someth', 'hi', 'parent', 'did', 'not', 'understand', 'veri', 'well', ';', 'over', 'the', 'year', ',', 'they', 'had', 'becom', 'convinc', 'that', 'thi', 'job', 'would', 'provid', 'for', 'gregor', 'for', 'hi', 'entir', 'life', ',', 'and', 'besid', ',', 'they', 'had', 'so', 'much', 'to', 'worri', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'ani', 'thought', 'for', 'the', 'futur', '.', 'gregor', ',', 'though', ',', 'did', 'think', 'about', 'the', 'futur', '.', 'the', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back', ',', 'calm', 'down', ',', 'convinc', 'and', 'final', 'won', 'over', ';', 'the', 'futur', 'of', 'gregor', 'and', 'hi', 'famili', 'depend', 'on', 'it', '!', 'If', 'onli', 'hi', 'sister', 'were', 'here', '!', 'she', 'wa', 'clever', ';', 'she', 'wa', 'alreadi', 'in', 'tear', 'while', 'gregor', 'wa', 'still', 'lie', 'peac', 'on', 'hi', 'back', '.', 'and', 'the', 'chief', 'clerk', 'wa', 'a', 'lover', 'of', 'women', ',', 'sure', 'she', 'could', 'persuad', 'him', ';', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entranc', 'hall', 'and', 'talk', 'him', 'out', 'of', 'hi', 'shock', 'state', '.', 'but', 'hi', 'sister', 'wa', 'not', 'there', ',', 'gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself', '.', 'and', 'without', 'consid', 'that', 'he', 'still', 'wa', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'hi', 'present', 'state', ',', 'or', 'that', 'hi', 'speech', 'still', 'might', 'not', '-', 'or', 'probabl', 'would', 'not', '-', 'be', 'understood', ',', 'he', 'let', 'go', 'of', 'the', 'door', ';', 'push', 'himself', 'through', 'the', 'open', ';', 'tri', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'land', 'who', ',', 'ridicul', ',', 'wa', 'hold', 'on', 'to', 'the', 'banist', 'with', 'both', 'hand', ';', 'but', 'gregor', 'fell', 'immedi', 'over', 'and', ',', 'with', 'a', 'littl', 'scream', 'as', 'he', 'sought', 'someth', 'to', 'hold', 'onto', ',', 'land', 'on', 'hi', 'numer', 'littl', 'leg', '.', 'hardli', 'had', 'that', 'happen', 'than', ',', 'for', 'the', 'first', 'time', 'that', 'day', ',', 'he', 'began', 'to', 'feel', 'alright', 'with', 'hi', 'bodi', ';', 'the', 'littl', 'leg', 'had', 'the', 'solid', 'ground', 'under', 'them', ';', 'to', 'hi', 'pleasur', ',', 'they', 'did', 'exactli', 'as', 'he', 'told', 'them', ';', 'they', 'were', 'even', 'make', 'the', 'effort', 'to', 'carri', 'him', 'where', 'he', 'want', 'to', 'go', ';', 'and', 'he', 'wa', 'soon', 'believ', 'that', 'all', 'hi', 'sorrow', 'would', 'soon', 'be', 'final', 'at', 'an', 'end', '.', 'He', 'held', 'back', 'the', 'urg', 'to', 'move', 'but', 'sway', 'from', 'side', 'to', 'side', 'as', 'he', 'crouch', 'there', 'on', 'the', 'floor', '.', 'hi', 'mother', 'wa', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seem', ',', 'at', 'first', ',', 'quit', 'engross', 'in', 'herself', ',', 'but', 'then', 'she', 'suddenli', 'jump', 'up', 'with', 'her', 'arm', 'outstretch', 'and', 'her', 'finger', 'spread', 'shout', ':', '``', 'help', ',', 'for', 'piti', "'s", 'sake', ',', 'help', '!', "''", 'the', 'way', 'she', 'held', 'her', 'head', 'suggest', 'she', 'want', 'to', 'see', 'gregor', 'better', ',', 'but', 'the', 'unthink', 'way', 'she', 'wa', 'hurri', 'backward', 'show', 'that', 'she', 'did', 'not', ';', 'she', 'had', 'forgotten', 'that', 'the', 'tabl', 'wa', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'thing', 'on', 'it', ';', 'when', 'she', 'reach', 'the', 'tabl', 'she', 'sat', 'quickli', 'down', 'on', 'it', 'without', 'know', 'what', 'she', 'wa', 'do', ';', 'without', 'even', 'seem', 'to', 'notic', 'that', 'the', 'coffe', 'pot', 'had', 'been', 'knock', 'over', 'and', 'a', 'gush', 'of', 'coffe', 'wa', 'pour', 'down', 'onto', 'the', 'carpet', '.', '``', 'mother', ',', 'mother', "''", ',', 'said', 'gregor', 'gentli', ',', 'look', 'up', 'at', 'her', '.', 'He', 'had', 'complet', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment', ',', 'but', 'could', 'not', 'help', 'himself', 'snap', 'in', 'the', 'air', 'with', 'hi', 'jaw', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffe', '.', 'that', 'set', 'hi', 'mother', 'scream', 'anew', ',', 'she', 'fled', 'from', 'the', 'tabl', 'and', 'into', 'the', 'arm', 'of', 'hi', 'father', 'as', 'he', 'rush', 'toward', 'her', '.', 'gregor', ',', 'though', ',', 'had', 'no', 'time', 'to', 'spare', 'for', 'hi', 'parent', 'now', ';', 'the', 'chief', 'clerk', 'had', 'alreadi', 'reach', 'the', 'stair', ';', 'with', 'hi', 'chin', 'on', 'the', 'banist', ',', 'he', 'look', 'back', 'for', 'the', 'last', 'time', '.', 'gregor', 'made', 'a', 'run', 'for', 'him', ';', 'he', 'want', 'to', 'be', 'sure', 'of', 'reach', 'him', ';', 'the', 'chief', 'clerk', 'must', 'have', 'expect', 'someth', ',', 'as', 'he', 'leapt', 'down', 'sever', 'step', 'at', 'onc', 'and', 'disappear', ';', 'hi', 'shout', 'resound', 'all', 'around', 'the', 'staircas', '.', 'the', 'flight', 'of', 'the', 'chief', 'clerk', 'seem', ',', 'unfortun', ',', 'to', 'put', "gregor'", 'father', 'into', 'a', 'panic', 'as', 'well', '.', 'until', 'then', 'he', 'had', 'been', 'rel', 'self', 'control', ',', 'but', 'now', ',', 'instead', 'of', 'run', 'after', 'the', 'chief', 'clerk', 'himself', ',', 'or', 'at', 'least', 'not', 'imped', 'gregor', 'as', 'he', 'ran', 'after', 'him', ',', 'gregor', "'s", 'father', 'seiz', 'the', 'chief', 'clerk', "'s", 'stick', 'in', 'hi', 'right', 'hand', '(', 'the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair', ',', 'along', 'with', 'hi', 'hat', 'and', 'overcoat', ')', ',', 'pick', 'up', 'a', 'larg', 'newspap', 'from', 'the', 'tabl', 'with', 'hi', 'left', ',', 'and', 'use', 'them', 'to', 'drive', 'gregor', 'back', 'into', 'hi', 'room', ',', 'stamp', 'hi', 'foot', 'at', 'him', 'as', 'he', 'went', '.', 'gregor', "'s", 'appeal', 'to', 'hi', 'father', 'were', 'of', 'no', 'help', ',', 'hi', 'appeal', 'were', 'simpli', 'not', 'understood', ',', 'howev', 'much', 'he', 'humbl', 'turn', 'hi', 'head', 'hi', 'father', 'mere', 'stamp', 'hi', 'foot', 'all', 'the', 'harder', '.', 'across', 'the', 'room', ',', 'despit', 'the', 'chilli', 'weather', ',', 'gregor', "'s", 'mother', 'had', 'pull', 'open', 'a', 'window', ',', 'leant', 'far', 'out', 'of', 'it', 'and', 'press', 'her', 'hand', 'to', 'her', 'face', '.', 'A', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'toward', 'the', 'stairway', ',', 'the', 'curtain', 'flew', 'up', ',', 'the', 'newspap', 'on', 'the', 'tabl', 'flutter', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor', '.', 'noth', 'would', 'stop', 'gregor', "'s", 'father', 'as', 'he', 'drove', 'him', 'back', ',', 'make', 'hiss', 'nois', 'at', 'him', 'like', 'a', 'wild', 'man', '.', 'gregor', 'had', 'never', 'had', 'ani', 'practic', 'in', 'move', 'backward', 'and', 'wa', 'onli', 'abl', 'to', 'go', 'veri', 'slowli', '.', 'If', 'gregor', 'had', 'onli', 'been', 'allow', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'hi', 'room', 'straight', 'away', ',', 'but', 'he', 'wa', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'hi', 'father', 'would', 'becom', 'impati', ',', 'and', 'there', 'wa', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'hi', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'hi', 'father', "'s", 'hand', 'ani', 'moment', '.', 'eventu', ',', 'though', ',', 'gregor', 'realis', 'that', 'he', 'had', 'no', 'choic', 'as', 'he', 'saw', ',', 'to', 'hi', 'disgust', ',', 'that', 'he', 'wa', 'quit', 'incap', 'of', 'go', 'backward', 'in', 'a', 'straight', 'line', ';', 'so', 'he', 'began', ',', 'as', 'quickli', 'as', 'possibl', 'and', 'with', 'frequent', 'anxiou', 'glanc', 'at', 'hi', 'father', ',', 'to', 'turn', 'himself', 'round', '.', 'It', 'went', 'veri', 'slowli', ',', 'but', 'perhap', 'hi', 'father', 'wa', 'abl', 'to', 'see', 'hi', 'good', 'intent', 'as', 'he', 'did', 'noth', 'to', 'hinder', 'him', ',', 'in', 'fact', 'now', 'and', 'then', 'he', 'use', 'the', 'tip', 'of', 'hi', 'stick', 'to', 'give', 'direct', 'from', 'a', 'distanc', 'as', 'to', 'which', 'way', 'to', 'turn', '.', 'If', 'onli', 'hi', 'father', 'would', 'stop', 'that', 'unbear', 'hiss', '!', 'It', 'wa', 'make', 'gregor', 'quit', 'confus', '.', 'when', 'he', 'had', 'nearli', 'finish', 'turn', 'round', ',', 'still', 'listen', 'to', 'that', 'hiss', ',', 'he', 'made', 'a', 'mistak', 'and', 'turn', 'himself', 'back', 'a', 'littl', 'the', 'way', 'he', 'had', 'just', 'come', '.', 'He', 'wa', 'pleas', 'when', 'he', 'final', 'had', 'hi', 'head', 'in', 'front', 'of', 'the', 'doorway', ',', 'but', 'then', 'saw', 'that', 'it', 'wa', 'too', 'narrow', ',', 'and', 'hi', 'bodi', 'wa', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulti', '.', 'In', 'hi', 'present', 'mood', ',', 'it', 'obvious', 'did', 'not', 'occur', 'to', 'hi', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'doubl', 'door', 'so', 'that', 'gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through', '.', 'He', 'wa', 'mere', 'fix', 'on', 'the', 'idea', 'that', 'gregor', 'should', 'be', 'got', 'back', 'into', 'hi', 'room', 'as', 'quickli', 'as', 'possibl', '.', 'nor', 'would', 'he', 'ever', 'have', 'allow', 'gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'prepar', 'for', 'get', 'through', 'the', 'doorway', '.', 'what', 'he', 'did', ',', 'make', 'more', 'nois', 'than', 'ever', ',', 'wa', 'to', 'drive', 'gregor', 'forward', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'noth', 'in', 'the', 'way', ';', 'it', 'sound', 'to', 'gregor', 'as', 'if', 'there', 'wa', 'now', 'more', 'than', 'one', 'father', 'behind', 'him', ';', 'it', 'wa', 'not', 'a', 'pleasant', 'experi', ',', 'and', 'gregor', 'push', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen', '.', 'one', 'side', 'of', 'hi', 'bodi', 'lift', 'itself', ',', 'he', 'lay', 'at', 'an', 'angl', 'in', 'the', 'doorway', ',', 'one', 'flank', 'scrape', 'on', 'the', 'white', 'door', 'and', 'wa', 'pain', 'injur', ',', 'leav', 'vile', 'brown', 'fleck', 'on', 'it', ',', 'soon', 'he', 'wa', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'abl', 'to', 'move', 'at', 'all', 'by', 'himself', ',', 'the', 'littl', 'leg', 'along', 'one', 'side', 'hung', 'quiver', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'press', 'pain', 'against', 'the', 'ground', '.', 'then', 'hi', 'father', 'gave', 'him', 'a', 'hefti', 'shove', 'from', 'behind', 'which', 'releas', 'him', 'from', 'where', 'he', 'wa', 'held', 'and', 'sent', 'him', 'fli', ',', 'and', 'heavili', 'bleed', ',', 'deep', 'into', 'hi', 'room', '.', 'the', 'door', 'wa', 'slam', 'shut', 'with', 'the', 'stick', ',', 'then', ',', 'final', ',', 'all', 'wa', 'quiet', '.', 'II', 'It', 'wa', 'not', 'until', 'it', 'wa', 'get', 'dark', 'that', 'even', 'that', 'gregor', 'awok', 'from', 'hi', 'deep', 'and', 'coma-lik', 'sleep', '.', 'He', 'would', 'have', 'woken', 'soon', 'afterward', 'anyway', 'even', 'if', 'he', 'had', "n't", 'been', 'disturb', ',', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fulli', 'rest', '.', 'but', 'he', 'had', 'the', 'impress', 'that', 'some', 'hurri', 'step', 'and', 'the', 'sound', 'of', 'the', 'door', 'lead', 'into', 'the', 'front', 'room', 'be', 'care', 'shut', 'had', 'woken', 'him', '.', 'the', 'light', 'from', 'the', 'electr', 'street', 'lamp', 'shone', 'pale', 'here', 'and', 'there', 'onto', 'the', 'ceil', 'and', 'top', 'of', 'the', 'furnitur', ',', 'but', 'down', 'below', ',', 'where', 'gregor', 'wa', ',', 'it', 'wa', 'dark', '.', 'He', 'push', 'himself', 'over', 'to', 'the', 'door', ',', 'feel', 'hi', 'way', 'clumsili', 'with', 'hi', 'antenna', '-', 'of', 'which', 'he', 'wa', 'now', 'begin', 'to', 'learn', 'the', 'valu', '-', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happen', 'there', '.', 'the', 'whole', 'of', 'hi', 'left', 'side', 'seem', 'like', 'one', ',', 'pain', 'stretch', 'scar', ',', 'and', 'he', 'limp', 'badli', 'on', 'hi', 'two', 'row', 'of', 'leg', '.', 'one', 'of', 'the', 'leg', 'had', 'been', 'badli', 'injur', 'in', 'the', 'event', 'of', 'that', 'morn', '-', 'it', 'wa', 'nearli', 'a', 'miracl', 'that', 'onli', 'one', 'of', 'them', 'had', 'been', '-', 'and', 'drag', 'along', 'lifelessli', '.', 'It', 'wa', 'onli', 'when', 'he', 'had', 'reach', 'the', 'door', 'that', 'he', 'realis', 'what', 'it', 'actual', 'wa', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it', ';', 'it', 'wa', 'the', 'smell', 'of', 'someth', 'to', 'eat', '.', 'By', 'the', 'door', 'there', 'wa', 'a', 'dish', 'fill', 'with', 'sweeten', 'milk', 'with', 'littl', 'piec', 'of', 'white', 'bread', 'float', 'in', 'it', '.', 'He', 'wa', 'so', 'pleas', 'he', 'almost', 'laugh', ',', 'as', 'he', 'wa', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morn', ',', 'and', 'immedi', 'dip', 'hi', 'head', 'into', 'the', 'milk', ',', 'nearli', 'cover', 'hi', 'eye', 'with', 'it', '.', 'but', 'he', 'soon', 'drew', 'hi', 'head', 'back', 'again', 'in', 'disappoint', ';', 'not', 'onli', 'did', 'the', 'pain', 'in', 'hi', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', '-', 'he', 'wa', 'onli', 'abl', 'to', 'eat', 'if', 'hi', 'whole', 'bodi', 'work', 'togeth', 'as', 'a', 'snuffl', 'whole', '-', 'but', 'the', 'milk', 'did', 'not', 'tast', 'at', 'all', 'nice', '.', 'milk', 'like', 'thi', 'wa', 'normal', 'hi', 'favourit', 'drink', ',', 'and', 'hi', 'sister', 'had', 'certainli', 'left', 'it', 'there', 'for', 'him', 'becaus', 'of', 'that', ',', 'but', 'he', 'turn', ',', 'almost', 'against', 'hi', 'own', 'will', ',', 'away', 'from', 'the', 'dish', 'and', 'crawl', 'back', 'into', 'the', 'centr', 'of', 'the', 'room', '.', 'through', 'the', 'crack', 'in', 'the', 'door', ',', 'gregor', 'could', 'see', 'that', 'the', 'ga', 'had', 'been', 'lit', 'in', 'the', 'live', 'room', '.', 'hi', 'father', 'at', 'thi', 'time', 'would', 'normal', 'be', 'sat', 'with', 'hi', 'even', 'paper', ',', 'read', 'it', 'out', 'in', 'a', 'loud', 'voic', 'to', 'gregor', "'s", 'mother', ',', 'and', 'sometim', 'to', 'hi', 'sister', ',', 'but', 'there', 'wa', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard', '.', 'gregor', "'s", 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'thi', 'read', ',', 'but', 'mayb', 'hi', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'time', '.', 'It', 'wa', 'so', 'quiet', 'all', 'around', 'too', ',', 'even', 'though', 'there', 'must', 'have', 'been', 'somebodi', 'in', 'the', 'flat', '.', '``', 'what', 'a', 'quiet', 'life', 'it', 'is', 'the', 'famili', 'lead', "''", ',', 'said', 'gregor', 'to', 'himself', ',', 'and', ',', 'gaze', 'into', 'the', 'dark', ',', 'felt', 'a', 'great', 'pride', 'that', 'he', 'wa', 'abl', 'to', 'provid', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'hi', 'sister', 'and', 'parent', '.', 'but', 'what', 'now', ',', 'if', 'all', 'thi', 'peac', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horribl', 'and', 'frighten', 'end', '?', 'that', 'wa', 'someth', 'that', 'gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much', ',', 'so', 'he', 'start', 'to', 'move', 'about', ',', 'crawl', 'up', 'and', 'down', 'the', 'room', '.', 'onc', 'dure', 'that', 'long', 'even', ',', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'wa', 'open', 'veri', 'slightli', 'and', 'hurriedli', 'close', 'again', ';', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same', ';', 'it', 'seem', 'that', 'someon', 'need', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it', '.', 'gregor', 'went', 'and', 'wait', 'immedi', 'by', 'the', 'door', ',', 'resolv', 'either', 'to', 'bring', 'the', 'timor', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'wa', ';', 'but', 'the', 'door', 'wa', 'open', 'no', 'more', 'that', 'night', 'and', 'gregor', 'wait', 'in', 'vain', '.', 'the', 'previou', 'morn', 'while', 'the', 'door', 'were', 'lock', 'everyon', 'had', 'want', 'to', 'get', 'in', 'there', 'to', 'him', ',', 'but', 'now', ',', 'now', 'that', 'he', 'had', 'open', 'up', 'one', 'of', 'the', 'door', 'and', 'the', 'other', 'had', 'clearli', 'been', 'unlock', 'some', 'time', 'dure', 'the', 'day', ',', 'no-on', 'came', ',', 'and', 'the', 'key', 'were', 'in', 'the', 'other', 'side', '.', 'It', 'wa', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'live', 'room', 'wa', 'put', 'out', ',', 'and', 'now', 'it', 'wa', 'easi', 'to', 'see', 'that', 'hi', 'parent', 'and', 'sister', 'had', 'stay', 'awak', 'all', 'that', 'time', ',', 'as', 'they', 'all', 'could', 'be', 'distinctli', 'heard', 'as', 'they', 'went', 'away', 'togeth', 'on', 'tip-to', '.', 'It', 'wa', 'clear', 'that', 'no-on', 'would', 'come', 'into', 'gregor', "'s", 'room', 'ani', 'more', 'until', 'morn', ';', 'that', 'gave', 'him', 'plenti', 'of', 'time', 'to', 'think', 'undisturb', 'about', 'how', 'he', 'would', 'have', 'to', 're-arrang', 'hi', 'life', '.', 'for', 'some', 'reason', ',', 'the', 'tall', ',', 'empti', 'room', 'where', 'he', 'wa', 'forc', 'to', 'remain', 'made', 'him', 'feel', 'uneasi', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor', ',', 'even', 'though', 'he', 'had', 'been', 'live', 'in', 'it', 'for', 'five', 'year', '.', 'hardli', 'awar', 'of', 'what', 'he', 'wa', 'do', 'other', 'than', 'a', 'slight', 'feel', 'of', 'shame', ',', 'he', 'hurri', 'under', 'the', 'couch', '.', 'It', 'press', 'down', 'on', 'hi', 'back', 'a', 'littl', ',', 'and', 'he', 'wa', 'no', 'longer', 'abl', 'to', 'lift', 'hi', 'head', ',', 'but', 'he', 'nonetheless', 'felt', 'immedi', 'at', 'eas', 'and', 'hi', 'onli', 'regret', 'wa', 'that', 'hi', 'bodi', 'wa', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath', '.', 'He', 'spent', 'the', 'whole', 'night', 'there', '.', 'some', 'of', 'the', 'time', 'he', 'pass', 'in', 'a', 'light', 'sleep', ',', 'although', 'he', 'frequent', 'woke', 'from', 'it', 'in', 'alarm', 'becaus', 'of', 'hi', 'hunger', ',', 'and', 'some', 'of', 'the', 'time', 'wa', 'spent', 'in', 'worri', 'and', 'vagu', 'hope', 'which', ',', 'howev', ',', 'alway', 'led', 'to', 'the', 'same', 'conclus', ':', 'for', 'the', 'time', 'be', 'he', 'must', 'remain', 'calm', ',', 'he', 'must', 'show', 'patienc', 'and', 'the', 'greatest', 'consider', 'so', 'that', 'hi', 'famili', 'could', 'bear', 'the', 'unpleas', 'that', 'he', ',', 'in', 'hi', 'present', 'condit', ',', 'wa', 'forc', 'to', 'impos', 'on', 'them', '.', 'gregor', 'soon', 'had', 'the', 'opportun', 'to', 'test', 'the', 'strength', 'of', 'hi', 'decis', ',', 'as', 'earli', 'the', 'next', 'morn', ',', 'almost', 'befor', 'the', 'night', 'had', 'end', ',', 'hi', 'sister', ',', 'nearli', 'fulli', 'dress', ',', 'open', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'look', 'anxious', 'in', '.', 'she', 'did', 'not', 'see', 'him', 'straight', 'away', ',', 'but', 'when', 'she', 'did', 'notic', 'him', 'under', 'the', 'couch', '-', 'he', 'had', 'to', 'be', 'somewher', ',', 'for', 'god', "'s", 'sake', ',', 'he', 'could', "n't", 'have', 'flown', 'away', '-', 'she', 'wa', 'so', 'shock', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slam', 'the', 'door', 'shut', 'again', 'from', 'outsid', '.', 'but', 'she', 'seem', 'to', 'regret', 'her', 'behaviour', ',', 'as', 'she', 'open', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tip-to', 'as', 'if', 'enter', 'the', 'room', 'of', 'someon', 'serious', 'ill', 'or', 'even', 'of', 'a', 'stranger', '.', 'gregor', 'had', 'push', 'hi', 'head', 'forward', ',', 'right', 'to', 'the', 'edg', 'of', 'the', 'couch', ',', 'and', 'watch', 'her', '.', 'would', 'she', 'notic', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'wa', ',', 'realis', 'that', 'it', 'wa', 'not', 'from', 'ani', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'wa', 'more', 'suitabl', '?', 'If', 'she', 'did', "n't", 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungri', 'than', 'draw', 'her', 'attent', 'to', 'it', ',', 'although', 'he', 'did', 'feel', 'a', 'terribl', 'urg', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch', ',', 'throw', 'himself', 'at', 'hi', 'sister', "'s", 'feet', 'and', 'beg', 'her', 'for', 'someth', 'good', 'to', 'eat', '.', 'howev', ',', 'hi', 'sister', 'notic', 'the', 'full', 'dish', 'immedi', 'and', 'look', 'at', 'it', 'and', 'the', 'few', 'drop', 'of', 'milk', 'splash', 'around', 'it', 'with', 'some', 'surpris', '.', 'she', 'immedi', 'pick', 'it', 'up', '-', 'use', 'a', 'rag', ',', 'not', 'her', 'bare', 'hand', '-', 'and', 'carri', 'it', 'out', '.', 'gregor', 'wa', 'extrem', 'curiou', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'it', 'place', ',', 'imagin', 'the', 'wildest', 'possibl', ',', 'but', 'he', 'never', 'could', 'have', 'guess', 'what', 'hi', 'sister', ',', 'in', 'her', 'good', ',', 'actual', 'did', 'bring', '.', 'In', 'order', 'to', 'test', 'hi', 'tast', ',', 'she', 'brought', 'him', 'a', 'whole', 'select', 'of', 'thing', ',', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspap', '.', 'there', 'were', 'old', ',', 'half-rotten', 'veget', ';', 'bone', 'from', 'the', 'even', 'meal', ',', 'cover', 'in', 'white', 'sauc', 'that', 'had', 'gone', 'hard', ';', 'a', 'few', 'raisin', 'and', 'almond', ';', 'some', 'chees', 'that', 'gregor', 'had', 'declar', 'ined', 'two', 'day', 'befor', ';', 'a', 'dri', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt', '.', 'As', 'well', 'as', 'all', 'that', 'she', 'had', 'pour', 'some', 'water', 'into', 'the', 'dish', ',', 'which', 'had', 'probabl', 'been', 'perman', 'set', 'asid', 'for', "gregor'", 'use', ',', 'and', 'place', 'it', 'besid', 'them', '.', 'then', ',', 'out', 'of', 'consider', 'for', 'gregor', "'s", 'feel', ',', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her', ',', 'she', 'hurri', 'out', 'again', 'and', 'even', 'turn', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'gregor', 'would', 'know', 'he', 'could', 'make', 'thing', 'as', 'comfort', 'for', 'himself', 'as', 'he', 'like', '.', 'gregor', "'s", 'littl', 'leg', 'whir', ',', 'at', 'last', 'he', 'could', 'eat', '.', 'what', "'s", 'more', ',', 'hi', 'injuri', 'must', 'alreadi', 'have', 'complet', 'heal', 'as', 'he', 'found', 'no', 'difficulti', 'in', 'move', '.', 'thi', 'amaz', 'him', ',', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'hi', 'finger', 'slightli', 'with', 'a', 'knife', ',', 'he', 'thought', 'of', 'how', 'hi', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'befor', 'yesterday', '.', '``', 'Am', 'I', 'less', 'sensit', 'than', 'I', 'use', 'to', 'be', ',', 'then', '?', '``', ',', 'he', 'thought', ',', 'and', 'wa', 'alreadi', 'suck', 'greedili', 'at', 'the', 'chees', 'which', 'had', 'immedi', ',', 'almost', 'compellingli', ',', 'attract', 'him', 'much', 'more', 'than', 'the', 'other', 'food', 'on', 'the', 'newspap', '.', 'quickli', 'one', 'after', 'anoth', ',', 'hi', 'eye', 'water', 'with', 'pleasur', ',', 'he', 'consum', 'the', 'chees', ',', 'the', 'veget', 'and', 'the', 'sauc', ';', 'the', 'fresh', 'food', ',', 'on', 'the', 'other', 'hand', ',', 'he', 'did', "n't", 'like', 'at', 'all', ',', 'and', 'even', 'drag', 'the', 'thing', 'he', 'did', 'want', 'to', 'eat', 'a', 'littl', 'way', 'away', 'from', 'them', 'becaus', 'he', 'could', "n't", 'stand', 'the', 'smell', '.', 'long', 'after', 'he', 'had', 'finish', 'eat', 'and', 'lay', 'letharg', 'in', 'the', 'same', 'place', ',', 'hi', 'sister', 'slowli', 'turn', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw', '.', 'He', 'wa', 'immedi', 'startl', ',', 'although', 'he', 'had', 'been', 'half', 'asleep', ',', 'and', 'he', 'hurri', 'back', 'under', 'the', 'couch', '.', 'but', 'he', 'need', 'great', 'self-control', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'hi', 'sister', 'wa', 'in', 'the', 'room', ',', 'as', 'eat', 'so', 'much', 'food', 'had', 'round', 'out', 'hi', 'bodi', 'a', 'littl', 'and', 'he', 'could', 'hardli', 'breath', 'in', 'that', 'narrow', 'space', '.', 'half', 'suffoc', ',', 'he', 'watch', 'with', 'bulg', 'eye', 'as', 'hi', 'sister', 'unselfconsci', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'left-ov', ',', 'mix', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touch', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'use', 'ani', 'more', '.', 'she', 'quickli', 'drop', 'it', 'all', 'into', 'a', 'bin', ',', 'close', 'it', 'with', 'it', 'wooden', 'lid', ',', 'and', 'carri', 'everyth', 'out', '.', 'she', 'had', 'hardli', 'turn', 'her', 'back', 'befor', 'gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretch', 'himself', '.', 'thi', 'wa', 'how', 'gregor', 'receiv', 'hi', 'food', 'each', 'day', 'now', ',', 'onc', 'in', 'the', 'morn', 'while', 'hi', 'parent', 'and', 'the', 'maid', 'were', 'still', 'asleep', ',', 'and', 'the', 'second', 'time', 'after', 'everyon', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'hi', 'parent', 'would', 'sleep', 'for', 'a', 'littl', 'while', 'then', 'as', 'well', ',', 'and', "gregor'", 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand', '.', 'gregor', "'s", 'father', 'and', 'mother', 'certainli', 'did', 'not', 'want', 'him', 'to', 'starv', 'either', ',', 'but', 'perhap', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'ani', 'more', 'experi', 'of', 'hi', 'feed', 'than', 'be', 'told', 'about', 'it', ',', 'and', 'perhap', 'hi', 'sister', 'want', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'inde', 'suffer', 'enough', '.', 'It', 'wa', 'imposs', 'for', 'gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morn', 'to', 'get', 'them', 'out', 'of', 'the', 'flat', '.', 'As', 'nobodi', 'could', 'understand', 'him', ',', 'nobodi', ',', 'not', 'even', 'hi', 'sister', ',', 'thought', 'that', 'he', 'could', 'understand', 'them', ',', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'hi', 'sister', "'s", 'sigh', 'and', 'appeal', 'to', 'the', 'saint', 'as', 'she', 'move', 'about', 'hi', 'room', '.', 'It', 'wa', 'onli', 'later', ',', 'when', 'she', 'had', 'becom', 'a', 'littl', 'more', 'use', 'to', 'everyth', '-', 'there', 'wa', ',', 'of', 'cours', ',', 'no', 'question', 'of', 'her', 'ever', 'becom', 'fulli', 'use', 'to', 'the', 'situat', '-', 'that', 'gregor', 'would', 'sometim', 'catch', 'a', 'friendli', 'comment', ',', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'constru', 'as', 'friendli', '.', '``', 'He', "'s", 'enjoy', 'hi', 'dinner', 'today', "''", ',', 'she', 'might', 'say', 'when', 'he', 'had', 'dilig', 'clear', 'away', 'all', 'the', 'food', 'left', 'for', 'him', ',', 'or', 'if', 'he', 'left', 'most', 'of', 'it', ',', 'which', 'slowli', 'becam', 'more', 'and', 'more', 'frequent', ',', 'she', 'would', 'often', 'say', ',', 'sadli', ',', '``', 'now', 'everyth', "'s", 'just', 'been', 'left', 'there', 'again', "''", '.', 'although', 'gregor', 'wa', "n't", 'abl', 'to', 'hear', 'ani', 'news', 'directli', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'wa', 'said', 'in', 'the', 'next', 'room', ',', 'and', 'whenev', 'he', 'heard', 'anyon', 'speak', 'he', 'would', 'scurri', 'straight', 'to', 'the', 'appropri', 'door', 'and', 'press', 'hi', 'whole', 'bodi', 'against', 'it', '.', 'there', 'wa', 'seldom', 'ani', 'convers', ',', 'especi', 'at', 'first', ',', 'that', 'wa', 'not', 'about', 'him', 'in', 'some', 'way', ',', 'even', 'if', 'onli', 'in', 'secret', '.', 'for', 'two', 'whole', 'day', ',', 'all', 'the', 'talk', 'at', 'everi', 'mealtim', 'wa', 'about', 'what', 'they', 'should', 'do', 'now', ';', 'but', 'even', 'between', 'meal', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'alway', 'at', 'least', 'two', 'member', 'of', 'the', 'famili', 'at', 'home', '-', 'nobodi', 'want', 'to', 'be', 'at', 'home', 'by', 'themselv', 'and', 'it', 'wa', 'out', 'of', 'the', 'question', 'to', 'leav', 'the', 'flat', 'entir', 'empti', '.', 'and', 'on', 'the', 'veri', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knee', 'and', 'beg', 'gregor', "'s", 'mother', 'to', 'let', 'her', 'go', 'without', 'delay', '.', 'It', 'wa', 'not', 'veri', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happen', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour', ',', 'tear', 'thank', 'gregor', "'s", 'mother', 'for', 'her', 'dismiss', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enorm', 'servic', '.', 'she', 'even', 'swore', 'emphat', 'not', 'to', 'tell', 'anyon', 'the', 'slightest', 'about', 'what', 'had', 'happen', ',', 'even', 'though', 'no-on', 'had', 'ask', 'that', 'of', 'her', '.', 'now', 'gregor', "'s", 'sister', 'also', 'had', 'to', 'help', 'hi', 'mother', 'with', 'the', 'cook', ';', 'although', 'that', 'wa', 'not', 'so', 'much', 'bother', 'as', 'no-on', 'ate', 'veri', 'much', '.', 'gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccess', 'urg', 'anoth', 'to', 'eat', ',', 'and', 'receiv', 'no', 'more', 'answer', 'than', '``', 'no', 'thank', ',', 'I', "'ve", 'had', 'enough', "''", 'or', 'someth', 'similar', '.', 'no-on', 'drank', 'veri', 'much', 'either', '.', 'hi', 'sister', 'would', 'sometim', 'ask', 'hi', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer', ',', 'hope', 'for', 'the', 'chanc', 'to', 'go', 'and', 'fetch', 'it', 'herself', '.', 'when', 'hi', 'father', 'then', 'said', 'noth', 'she', 'would', 'add', ',', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish', ',', 'that', 'she', 'could', 'send', 'the', 'housekeep', 'for', 'it', ',', 'but', 'then', 'hi', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big', ',', 'loud', '``', 'No', "''", ',', 'and', 'no', 'more', 'would', 'be', 'said', '.', 'even', 'befor', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end', ',', 'hi', 'father', 'had', 'explain', 'to', 'gregor', "'s", 'mother', 'and', 'sister', 'what', 'their', 'financ', 'and', 'prospect', 'were', '.', 'now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'tabl', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'littl', 'cash', 'box', 'he', 'had', 'save', 'from', 'hi', 'busi', 'when', 'it', 'had', 'collaps', 'five', 'year', 'earlier', '.', 'gregor', 'heard', 'how', 'he', 'open', 'the', 'complic', 'lock', 'and', 'then', 'close', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'want', '.', 'what', 'he', 'heard', 'hi', 'father', 'say', 'wa', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'gregor', 'heard', 'sinc', 'he', 'had', 'first', 'been', 'incarcer', 'in', 'hi', 'room', '.', 'He', 'had', 'thought', 'that', 'noth', 'at', 'all', 'remain', 'from', 'hi', 'father', "'s", 'busi', ',', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anyth', 'differ', ',', 'and', 'gregor', 'had', 'never', 'ask', 'him', 'about', 'it', 'anyway', '.', 'their', 'busi', 'misfortun', 'had', 'reduc', 'the', 'famili', 'to', 'a', 'state', 'of', 'total', 'despair', ',', 'and', 'gregor', "'s", 'onli', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrang', 'thing', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickli', 'as', 'possibl', '.', 'So', 'then', 'he', 'start', 'work', 'especi', 'hard', ',', 'with', 'a', 'fieri', 'vigour', 'that', 'rais', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travel', 'repres', 'almost', 'overnight', ',', 'bring', 'with', 'it', 'the', 'chanc', 'to', 'earn', 'money', 'in', 'quit', 'differ', 'way', '.', 'gregor', 'convert', 'hi', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'tabl', 'at', 'home', 'for', 'the', 'benefit', 'of', 'hi', 'astonish', 'and', 'delight', 'famili', '.', 'they', 'had', 'been', 'good', 'time', 'and', 'they', 'had', 'never', 'come', 'again', ',', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour', ',', 'even', 'though', 'gregor', 'had', 'later', 'earn', 'so', 'much', 'that', 'he', 'wa', 'in', 'a', 'posit', 'to', 'bear', 'the', 'cost', 'of', 'the', 'whole', 'famili', ',', 'and', 'did', 'bear', 'them', '.', 'they', 'had', 'even', 'got', 'use', 'to', 'it', ',', 'both', 'gregor', 'and', 'the', 'famili', ',', 'they', 'took', 'the', 'money', 'with', 'gratitud', 'and', 'he', 'wa', 'glad', 'to', 'provid', 'it', ',', 'although', 'there', 'wa', 'no', 'longer', 'much', 'warm', 'affect', 'given', 'in', 'return', '.', 'gregor', 'onli', 'remain', 'close', 'to', 'hi', 'sister', 'now', '.', 'unlik', 'him', ',', 'she', 'wa', 'veri', 'fond', 'of', 'music', 'and', 'a', 'gift', 'and', 'express', 'violinist', ',', 'it', 'wa', 'hi', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatori', 'next', 'year', 'even', 'though', 'it', 'would', 'caus', 'great', 'expens', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way', '.', 'dure', 'gregor', "'s", 'short', 'period', 'in', 'town', ',', 'convers', 'with', 'hi', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatori', 'but', 'it', 'wa', 'onli', 'ever', 'mention', 'as', 'a', 'love', 'dream', 'that', 'could', 'never', 'be', 'realis', '.', 'their', 'parent', 'did', 'not', 'like', 'to', 'hear', 'thi', 'innoc', 'talk', ',', 'but', 'gregor', 'thought', 'about', 'it', 'quit', 'hard', 'and', 'decid', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'plan', 'with', 'a', 'grand', 'announc', 'of', 'it', 'on', 'christma', 'day', '.', 'that', 'wa', 'the', 'sort', 'of', 'total', 'pointless', 'thing', 'that', 'went', 'through', 'hi', 'mind', 'in', 'hi', 'present', 'state', ',', 'press', 'upright', 'against', 'the', 'door', 'and', 'listen', '.', 'there', 'were', 'time', 'when', 'he', 'simpli', 'becam', 'too', 'tire', 'to', 'continu', 'listen', ',', 'when', 'hi', 'head', 'would', 'fall', 'wearili', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start', ',', 'as', 'even', 'the', 'slightest', 'nois', 'he', 'caus', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent', '.', '``', 'what', "'s", 'that', 'he', "'s", 'do', 'now', "''", ',', 'hi', 'father', 'would', 'say', 'after', 'a', 'while', ',', 'clearli', 'have', 'gone', 'over', 'to', 'the', 'door', ',', 'and', 'onli', 'then', 'would', 'the', 'interrupt', 'convers', 'slowli', 'be', 'taken', 'up', 'again', '.', 'when', 'explain', 'thing', ',', 'hi', 'father', 'repeat', 'himself', 'sever', 'time', ',', 'partli', 'becaus', 'it', 'wa', 'a', 'long', 'time', 'sinc', 'he', 'had', 'been', 'occupi', 'with', 'these', 'matter', 'himself', 'and', 'partli', 'becaus', 'gregor', "'s", 'mother', 'did', 'not', 'understand', 'everyth', 'the', 'first', 'time', '.', 'from', 'these', 'repeat', 'explan', 'gregor', 'learn', ',', 'to', 'hi', 'pleasur', ',', 'that', 'despit', 'all', 'their', 'misfortun', 'there', 'wa', 'still', 'some', 'money', 'avail', 'from', 'the', 'old', 'day', '.', 'It', 'wa', 'not', 'a', 'lot', ',', 'but', 'it', 'had', 'not', 'been', 'touch', 'in', 'the', 'meantim', 'and', 'some', 'interest', 'had', 'accumul', '.', 'besid', 'that', ',', 'they', 'had', 'not', 'been', 'use', 'up', 'all', 'the', 'money', 'that', 'gregor', 'had', 'been', 'bring', 'home', 'everi', 'month', ',', 'keep', 'onli', 'a', 'littl', 'for', 'himself', ',', 'so', 'that', 'that', ',', 'too', ',', 'had', 'been', 'accumul', '.', 'behind', 'the', 'door', ',', 'gregor', 'nod', 'with', 'enthusiasm', 'in', 'hi', 'pleasur', 'at', 'thi', 'unexpect', 'thrift', 'and', 'caution', '.', 'He', 'could', 'actual', 'have', 'use', 'thi', 'surplu', 'money', 'to', 'reduc', 'hi', 'father', "'s", 'debt', 'to', 'hi', 'boss', ',', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer', ',', 'but', 'now', 'it', 'wa', 'certainli', 'better', 'the', 'way', 'hi', 'father', 'had', 'done', 'thing', '.', 'thi', 'money', ',', 'howev', ',', 'wa', 'certainli', 'not', 'enough', 'to', 'enabl', 'the', 'famili', 'to', 'live', 'off', 'the', 'interest', ';', 'it', 'wa', 'enough', 'to', 'maintain', 'them', 'for', ',', 'perhap', ',', 'one', 'or', 'two', 'year', ',', 'no', 'more', '.', 'that', "'s", 'to', 'say', ',', 'it', 'wa', 'money', 'that', 'should', 'not', 'realli', 'be', 'touch', 'but', 'set', 'asid', 'for', 'emerg', ';', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earn', '.', 'hi', 'father', 'wa', 'healthi', 'but', 'old', ',', 'and', 'lack', 'in', 'self', 'confid', '.', 'dure', 'the', 'five', 'year', 'that', 'he', 'had', 'not', 'been', 'work', '-', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', '-', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'becom', 'veri', 'slow', 'and', 'clumsi', '.', 'would', 'gregor', "'s", 'elderli', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money', '?', 'she', 'suffer', 'from', 'asthma', 'and', 'it', 'wa', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home', ',', 'everi', 'other', 'day', 'would', 'be', 'spent', 'struggl', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window', '.', 'would', 'hi', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money', '?', 'she', 'wa', 'still', 'a', 'child', 'of', 'seventeen', ',', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'veri', 'enviabl', ',', 'consist', 'of', 'wear', 'nice', 'cloth', ',', 'sleep', 'late', ',', 'help', 'out', 'in', 'the', 'busi', ',', 'join', 'in', 'with', 'a', 'few', 'modest', 'pleasur', 'and', 'most', 'of', 'all', 'play', 'the', 'violin', '.', 'whenev', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money', ',', 'gregor', 'would', 'alway', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool', ',', 'leather', 'sofa', 'next', 'to', 'it', ',', 'as', 'he', 'becam', 'quit', 'hot', 'with', 'shame', 'and', 'regret', '.', 'He', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through', ',', 'not', 'sleep', 'a', 'wink', 'but', 'scratch', 'at', 'the', 'leather', 'for', 'hour', 'on', 'end', '.', 'Or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'push', 'a', 'chair', 'to', 'the', 'window', ',', 'climb', 'up', 'onto', 'the', 'sill', 'and', ',', 'prop', 'up', 'in', 'the', 'chair', ',', 'lean', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it', '.', 'He', 'had', 'use', 'to', 'feel', 'a', 'great', 'sens', 'of', 'freedom', 'from', 'do', 'thi', ',', 'but', 'do', 'it', 'now', 'wa', 'obvious', 'someth', 'more', 'rememb', 'than', 'experienc', ',', 'as', 'what', 'he', 'actual', 'saw', 'in', 'thi', 'way', 'wa', 'becom', 'less', 'distinct', 'everi', 'day', ',', 'even', 'thing', 'that', 'were', 'quit', 'near', ';', 'he', 'had', 'use', 'to', 'curs', 'the', 'ever-pres', 'view', 'of', 'the', 'hospit', 'across', 'the', 'street', ',', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all', ',', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'live', 'in', 'charlottenstrass', ',', 'which', 'wa', 'a', 'quiet', 'street', 'despit', 'be', 'in', 'the', 'middl', 'of', 'the', 'citi', ',', 'he', 'could', 'have', 'thought', 'that', 'he', 'wa', 'look', 'out', 'the', 'window', 'at', 'a', 'barren', 'wast', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingl', 'insepar', '.', 'hi', 'observ', 'sister', 'onli', 'need', 'to', 'notic', 'the', 'chair', 'twice', 'befor', 'she', 'would', 'alway', 'push', 'it', 'back', 'to', 'it', 'exact', 'posit', 'by', 'the', 'window', 'after', 'she', 'had', 'tidi', 'up', 'the', 'room', ',', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on', '.', 'If', 'gregor', 'had', 'onli', 'been', 'abl', 'to', 'speak', 'to', 'hi', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it', ';', 'but', 'as', 'it', 'wa', 'it', 'caus', 'him', 'pain', '.', 'hi', 'sister', ',', 'natur', ',', 'tri', 'as', 'far', 'as', 'possibl', 'to', 'pretend', 'there', 'wa', 'noth', 'burdensom', 'about', 'it', ',', 'and', 'the', 'longer', 'it', 'went', 'on', ',', 'of', 'cours', ',', 'the', 'better', 'she', 'wa', 'abl', 'to', 'do', 'so', ',', 'but', 'as', 'time', 'went', 'by', 'gregor', 'wa', 'also', 'abl', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better', '.', 'It', 'had', 'even', 'becom', 'veri', 'unpleas', 'for', 'him', ',', 'now', ',', 'whenev', 'she', 'enter', 'the', 'room', '.', 'No', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickli', 'close', 'the', 'door', 'as', 'a', 'precaut', 'so', 'that', 'no-on', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', 'gregor', "'s", 'room', ',', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedli', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffoc', '.', 'even', 'if', 'it', 'wa', 'cold', ',', 'she', 'would', 'stay', 'at', 'the', 'window', 'breath', 'deepli', 'for', 'a', 'littl', 'while', '.', 'she', 'would', 'alarm', 'gregor', 'twice', 'a', 'day', 'with', 'thi', 'run', 'about', 'and', 'nois', 'make', ';', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shiver', 'the', 'whole', 'while', ',', 'know', 'full', 'well', 'that', 'she', 'would', 'certainli', 'have', 'like', 'to', 'spare', 'him', 'thi', 'ordeal', ',', 'but', 'it', 'wa', 'imposs', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'window', 'close', '.', 'one', 'day', ',', 'about', 'a', 'month', 'after', 'gregor', "'s", 'transform', 'when', 'hi', 'sister', 'no', 'longer', 'had', 'ani', 'particular', 'reason', 'to', 'be', 'shock', 'at', 'hi', 'appear', ',', 'she', 'came', 'into', 'the', 'room', 'a', 'littl', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'stare', 'out', 'the', 'window', ',', 'motionless', ',', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horribl', '.', 'In', 'itself', ',', 'hi', 'sister', "'s", 'not', 'come', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surpris', 'for', 'gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immedi', 'open', 'the', 'window', 'while', 'he', 'wa', 'still', 'there', ',', 'but', 'not', 'onli', 'did', 'she', 'not', 'come', 'in', ',', 'she', 'went', 'straight', 'back', 'and', 'close', 'the', 'door', 'behind', 'her', ',', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threaten', 'her', 'and', 'tri', 'to', 'bite', 'her', '.', 'gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch', ',', 'of', 'cours', ',', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'befor', 'hi', 'sister', 'came', 'back', 'and', 'she', 'seem', 'much', 'more', 'uneasi', 'than', 'usual', '.', 'It', 'made', 'him', 'realis', 'that', 'she', 'still', 'found', 'hi', 'appear', 'unbear', 'and', 'would', 'continu', 'to', 'do', 'so', ',', 'she', 'probabl', 'even', 'had', 'to', 'overcom', 'the', 'urg', 'to', 'flee', 'when', 'she', 'saw', 'the', 'littl', 'bit', 'of', 'him', 'that', 'protrud', 'from', 'under', 'the', 'couch', '.', 'one', 'day', ',', 'in', 'order', 'to', 'spare', 'her', 'even', 'thi', 'sight', ',', 'he', 'spent', 'four', 'hour', 'carri', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'hi', 'back', 'and', 'arrang', 'it', 'so', 'that', 'he', 'wa', 'complet', 'cover', 'and', 'hi', 'sister', 'would', 'not', 'be', 'abl', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down', '.', 'If', 'she', 'did', 'not', 'think', 'thi', 'sheet', 'wa', 'necessari', 'then', 'all', 'she', 'had', 'to', 'do', 'wa', 'take', 'it', 'off', 'again', ',', 'as', 'it', 'wa', 'clear', 'enough', 'that', 'it', 'wa', 'no', 'pleasur', 'for', 'gregor', 'to', 'cut', 'himself', 'off', 'so', 'complet', '.', 'she', 'left', 'the', 'sheet', 'where', 'it', 'wa', '.', 'gregor', 'even', 'thought', 'he', 'glimps', 'a', 'look', 'of', 'gratitud', 'one', 'time', 'when', 'he', 'care', 'look', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'hi', 'sister', 'like', 'the', 'new', 'arrang', '.', 'for', 'the', 'first', 'fourteen', 'day', ',', 'gregor', "'s", 'parent', 'could', 'not', 'bring', 'themselv', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him', '.', 'He', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreci', 'all', 'the', 'new', 'work', 'hi', 'sister', 'wa', 'do', 'even', 'though', ',', 'befor', ',', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'wa', 'somewhat', 'useless', 'and', 'frequent', 'been', 'annoy', 'with', 'her', '.', 'but', 'now', 'the', 'two', 'of', 'them', ',', 'father', 'and', 'mother', ',', 'would', 'often', 'both', 'wait', 'outsid', 'the', 'door', 'of', 'gregor', "'s", 'room', 'while', 'hi', 'sister', 'tidi', 'up', 'in', 'there', ',', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactli', 'how', 'everyth', 'look', ',', 'what', 'gregor', 'had', 'eaten', ',', 'how', 'he', 'had', 'behav', 'thi', 'time', 'and', 'whether', ',', 'perhap', ',', 'ani', 'slight', 'improv', 'could', 'be', 'seen', '.', 'hi', 'mother', 'also', 'want', 'to', 'go', 'in', 'and', 'visit', 'gregor', 'rel', 'soon', 'but', 'hi', 'father', 'and', 'sister', 'at', 'first', 'persuad', 'her', 'against', 'it', '.', 'gregor', 'listen', 'veri', 'close', 'to', 'all', 'thi', ',', 'and', 'approv', 'fulli', '.', 'later', ',', 'though', ',', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'forc', ',', 'which', 'made', 'her', 'call', 'out', ':', "''", 'let', 'me', 'go', 'and', 'see', 'gregor', ',', 'he', 'is', 'my', 'unfortun', 'son', '!', 'Ca', "n't", 'you', 'understand', 'I', 'have', 'to', 'see', 'him', '?', '``', ',', 'and', 'gregor', 'would', 'think', 'to', 'himself', 'that', 'mayb', 'it', 'would', 'be', 'better', 'if', 'hi', 'mother', 'came', 'in', ',', 'not', 'everi', 'day', 'of', 'cours', ',', 'but', 'one', 'day', 'a', 'week', ',', 'perhap', ';', 'she', 'could', 'understand', 'everyth', 'much', 'better', 'than', 'hi', 'sister', 'who', ',', 'for', 'all', 'her', 'courag', ',', 'wa', 'still', 'just', 'a', 'child', 'after', 'all', ',', 'and', 'realli', 'might', 'not', 'have', 'had', 'an', 'adult', "'s", 'appreci', 'of', 'the', 'burdensom', 'job', 'she', 'had', 'taken', 'on', '.', 'gregor', "'s", 'wish', 'to', 'see', 'hi', 'mother', 'wa', 'soon', 'realis', '.', 'out', 'of', 'consider', 'for', 'hi', 'parent', ',', 'gregor', 'want', 'to', 'avoid', 'be', 'seen', 'at', 'the', 'window', 'dure', 'the', 'day', ',', 'the', 'few', 'squar', 'meter', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about', ',', 'it', 'wa', 'hard', 'to', 'just', 'lie', 'quietli', 'through', 'the', 'night', ',', 'hi', 'food', 'soon', 'stop', 'give', 'him', 'ani', 'pleasur', 'at', 'all', ',', 'and', 'so', ',', 'to', 'entertain', 'himself', ',', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawl', 'up', 'and', 'down', 'the', 'wall', 'and', 'ceil', '.', 'He', 'wa', 'especi', 'fond', 'of', 'hang', 'from', 'the', 'ceil', ';', 'it', 'wa', 'quit', 'differ', 'from', 'lie', 'on', 'the', 'floor', ';', 'he', 'could', 'breath', 'more', 'freeli', ';', 'hi', 'bodi', 'had', 'a', 'light', 'swing', 'to', 'it', ';', 'and', 'up', 'there', ',', 'relax', 'and', 'almost', 'happi', ',', 'it', 'might', 'happen', 'that', 'he', 'would', 'surpris', 'even', 'himself', 'by', 'let', 'go', 'of', 'the', 'ceil', 'and', 'land', 'on', 'the', 'floor', 'with', 'a', 'crash', '.', 'but', 'now', ',', 'of', 'cours', ',', 'he', 'had', 'far', 'better', 'control', 'of', 'hi', 'bodi', 'than', 'befor', 'and', ',', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that', ',', 'caus', 'himself', 'no', 'damag', '.', 'veri', 'soon', 'hi', 'sister', 'notic', 'gregor', "'s", 'new', 'way', 'of', 'entertain', 'himself', '-', 'he', 'had', ',', 'after', 'all', ',', 'left', 'trace', 'of', 'the', 'adhes', 'from', 'hi', 'feet', 'as', 'he', 'crawl', 'about', '-', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easi', 'as', 'possibl', 'for', 'him', 'by', 'remov', 'the', 'furnitur', 'that', 'got', 'in', 'hi', 'way', ',', 'especi', 'the', 'chest', 'of', 'drawer', 'and', 'the', 'desk', '.', 'now', ',', 'thi', 'wa', 'not', 'someth', 'that', 'she', 'would', 'be', 'abl', 'to', 'do', 'by', 'herself', ';', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father', ';', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carri', 'on', 'brave', 'sinc', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainli', 'would', 'not', 'have', 'help', 'in', 'thi', ',', 'she', 'had', 'even', 'ask', 'to', 'be', 'allow', 'to', 'keep', 'the', 'kitchen', 'lock', 'at', 'all', 'time', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'wa', 'especi', 'import', ';', 'so', 'hi', 'sister', 'had', 'no', 'choic', 'but', 'to', 'choos', 'some', 'time', 'when', 'gregor', "'s", 'father', 'wa', 'not', 'there', 'and', 'fetch', 'hi', 'mother', 'to', 'help', 'her', '.', 'As', 'she', 'approach', 'the', 'room', ',', 'gregor', 'could', 'hear', 'hi', 'mother', 'express', 'her', 'joy', ',', 'but', 'onc', 'at', 'the', 'door', 'she', 'went', 'silent', '.', 'first', ',', 'of', 'cours', ',', 'hi', 'sister', 'came', 'in', 'and', 'look', 'round', 'to', 'see', 'that', 'everyth', 'in', 'the', 'room', 'wa', 'alright', ';', 'and', 'onli', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter', '.', 'gregor', 'had', 'hurriedli', 'pull', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'fold', 'into', 'it', 'so', 'that', 'everyth', 'realli', 'look', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chanc', '.', 'gregor', 'also', 'refrain', ',', 'thi', 'time', ',', 'from', 'spi', 'out', 'from', 'under', 'the', 'sheet', ';', 'he', 'gave', 'up', 'the', 'chanc', 'to', 'see', 'hi', 'mother', 'until', 'later', 'and', 'wa', 'simpli', 'glad', 'that', 'she', 'had', 'come', '.', '``', 'you', 'can', 'come', 'in', ',', 'he', 'ca', "n't", 'be', 'seen', "''", ',', 'said', 'hi', 'sister', ',', 'obvious', 'lead', 'her', 'in', 'by', 'the', 'hand', '.', 'the', 'old', 'chest', 'of', 'drawer', 'wa', 'too', 'heavi', 'for', 'a', 'pair', 'of', 'feebl', 'women', 'to', 'be', 'heav', 'about', ',', 'but', 'gregor', 'listen', 'as', 'they', 'push', 'it', 'from', 'it', 'place', ',', 'hi', 'sister', 'alway', 'take', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignor', 'her', 'mother', "'s", 'warn', 'that', 'she', 'would', 'strain', 'herself', '.', 'thi', 'last', 'a', 'veri', 'long', 'time', '.', 'after', 'labour', 'at', 'it', 'for', 'fifteen', 'minut', 'or', 'more', 'hi', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leav', 'the', 'chest', 'where', 'it', 'wa', ',', 'for', 'one', 'thing', 'it', 'wa', 'too', 'heavi', 'for', 'them', 'to', 'get', 'the', 'job', 'finish', 'befor', 'gregor', "'s", 'father', 'got', 'home', 'and', 'leav', 'it', 'in', 'the', 'middl', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'hi', 'way', 'even', 'more', ',', 'and', 'for', 'anoth', 'thing', 'it', 'wa', "n't", 'even', 'sure', 'that', 'take', 'the', 'furnitur', 'away', 'would', 'realli', 'be', 'ani', 'help', 'to', 'him', '.', 'she', 'thought', 'just', 'the', 'opposit', ';', 'the', 'sight', 'of', 'the', 'bare', 'wall', 'sadden', 'her', 'right', 'to', 'her', 'heart', ';', 'and', 'whi', 'would', "n't", 'gregor', 'feel', 'the', 'same', 'way', 'about', 'it', ',', 'he', "'d", 'been', 'use', 'to', 'thi', 'furnitur', 'in', 'hi', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandon', 'to', 'be', 'in', 'an', 'empti', 'room', 'like', 'that', '.', 'then', ',', 'quietli', ',', 'almost', 'whisper', 'as', 'if', 'want', 'gregor', '(', 'whose', 'whereabout', 'she', 'did', 'not', 'know', ')', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voic', ',', 'as', 'she', 'wa', 'convinc', 'that', 'he', 'did', 'not', 'understand', 'her', 'word', ',', 'she', 'ad', '``', 'and', 'by', 'take', 'the', 'furnitur', 'away', ',', 'wo', "n't", 'it', 'seem', 'like', 'we', "'re", 'show', 'that', 'we', "'ve", 'given', 'up', 'all', 'hope', 'of', 'improv', 'and', 'we', "'re", 'abandon', 'him', 'to', 'cope', 'for', 'himself', '?', 'I', 'think', 'it', "'d", 'be', 'best', 'to', 'leav', 'the', 'room', 'exactli', 'the', 'way', 'it', 'wa', 'befor', 'so', 'that', 'when', 'gregor', 'come', 'back', 'to', 'us', 'again', "he'll", 'find', 'everyth', 'unchang', 'and', 'he', "'ll", 'be', 'abl', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier', "''", '.', 'hear', 'these', 'word', 'from', 'hi', 'mother', 'made', 'gregor', 'realis', 'that', 'the', 'lack', 'of', 'ani', 'direct', 'human', 'commun', ',', 'along', 'with', 'the', 'monoton', 'life', 'led', 'by', 'the', 'famili', 'dure', 'these', 'two', 'month', ',', 'must', 'have', 'made', 'him', 'confus', '-', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explain', 'to', 'himself', 'whi', 'he', 'had', 'serious', 'want', 'hi', 'room', 'empti', 'out', '.', 'had', 'he', 'realli', 'want', 'to', 'transform', 'hi', 'room', 'into', 'a', 'cave', ',', 'a', 'warm', 'room', 'fit', 'out', 'with', 'the', 'nice', 'furnitur', 'he', 'had', 'inherit', '?', 'that', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimped', 'in', 'ani', 'direct', ',', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickli', 'forget', 'hi', 'past', 'when', 'he', 'had', 'still', 'been', 'human', '.', 'He', 'had', 'come', 'veri', 'close', 'to', 'forget', ',', 'and', 'it', 'had', 'onli', 'been', 'the', 'voic', 'of', 'hi', 'mother', ',', 'unheard', 'for', 'so', 'long', ',', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it', '.', 'noth', 'should', 'be', 'remov', ';', 'everyth', 'had', 'to', 'stay', ';', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influenc', 'the', 'furnitur', 'had', 'on', 'hi', 'condit', ';', 'and', 'if', 'the', 'furnitur', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessli', 'that', 'wa', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantag', '.', 'hi', 'sister', ',', 'unfortun', ',', 'did', 'not', 'agre', ';', 'she', 'had', 'becom', 'use', 'to', 'the', 'idea', ',', 'not', 'without', 'reason', ',', 'that', 'she', 'wa', 'gregor', "'s", 'spokesman', 'to', 'hi', 'parent', 'about', 'the', 'thing', 'that', 'concern', 'him', '.', 'thi', 'meant', 'that', 'hi', 'mother', "'s", 'advic', 'now', 'wa', 'suffici', 'reason', 'for', 'her', 'to', 'insist', 'on', 'remov', 'not', 'onli', 'the', 'chest', 'of', 'drawer', 'and', 'the', 'desk', ',', 'as', 'she', 'had', 'thought', 'at', 'first', ',', 'but', 'all', 'the', 'furnitur', 'apart', 'from', 'the', 'all-import', 'couch', '.', 'It', 'wa', 'more', 'than', 'childish', 'pervers', ',', 'of', 'cours', ',', 'or', 'the', 'unexpect', 'confid', 'she', 'had', 'recent', 'acquir', ',', 'that', 'made', 'her', 'insist', ';', 'she', 'had', 'inde', 'notic', 'that', 'gregor', 'need', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in', ',', 'wherea', 'the', 'furnitur', ',', 'as', 'far', 'as', 'anyon', 'could', 'see', ',', 'wa', 'of', 'no', 'use', 'to', 'him', 'at', 'all', '.', 'girl', 'of', 'that', 'age', ',', 'though', ',', 'do', 'becom', 'enthusiast', 'about', 'thing', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenev', 'they', 'can', '.', 'perhap', 'thi', 'wa', 'what', 'tempt', 'grete', 'to', 'make', "gregor'", 'situat', 'seem', 'even', 'more', 'shock', 'than', 'it', 'wa', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him', '.', 'grete', 'would', 'probabl', 'be', 'the', 'onli', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'domin', 'by', 'gregor', 'crawl', 'about', 'the', 'bare', 'wall', 'by', 'himself', '.', 'So', 'she', 'refus', 'to', 'let', 'her', 'mother', 'dissuad', 'her', '.', 'gregor', "'s", 'mother', 'alreadi', 'look', 'uneasi', 'in', 'hi', 'room', ',', 'she', 'soon', 'stop', 'speak', 'and', 'help', 'gregor', "'s", 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawer', 'out', 'with', 'what', 'strength', 'she', 'had', '.', 'the', 'chest', 'of', 'drawer', 'wa', 'someth', 'that', 'gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to', ',', 'but', 'the', 'write', 'desk', 'had', 'to', 'stay', '.', 'hardli', 'had', 'the', 'two', 'women', 'push', 'the', 'chest', 'of', 'drawer', ',', 'groan', ',', 'out', 'of', 'the', 'room', 'than', 'gregor', 'poke', 'hi', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it', '.', 'He', 'meant', 'to', 'be', 'as', 'care', 'and', 'consider', 'as', 'he', 'could', ',', 'but', ',', 'unfortun', ',', 'it', 'wa', 'hi', 'mother', 'who', 'came', 'back', 'first', 'while', 'grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arm', 'round', 'the', 'chest', ',', 'push', 'and', 'pull', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without', ',', 'of', 'cours', ',', 'move', 'it', 'an', 'inch', '.', 'hi', 'mother', 'wa', 'not', 'use', 'to', 'the', 'sight', 'of', 'gregor', ',', 'he', 'might', 'have', 'made', 'her', 'ill', ',', 'so', 'gregor', 'hurri', 'backward', 'to', 'the', 'far', 'end', 'of', 'the', 'couch', '.', 'In', 'hi', 'startlement', ',', 'though', ',', 'he', 'wa', 'not', 'abl', 'to', 'prevent', 'the', 'sheet', 'at', 'it', 'front', 'from', 'move', 'a', 'littl', '.', 'It', 'wa', 'enough', 'to', 'attract', 'hi', 'mother', "'s", 'attent', '.', 'she', 'stood', 'veri', 'still', ',', 'remain', 'there', 'a', 'moment', ',', 'and', 'then', 'went', 'back', 'out', 'to', 'grete', '.', 'gregor', 'kept', 'tri', 'to', 'assur', 'himself', 'that', 'noth', 'unusu', 'wa', 'happen', ',', 'it', 'wa', 'just', 'a', 'few', 'piec', 'of', 'furnitur', 'be', 'move', 'after', 'all', ',', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'go', 'to', 'and', 'fro', ',', 'their', 'littl', 'call', 'to', 'each', 'other', ',', 'the', 'scrape', 'of', 'the', 'furnitur', 'on', 'the', 'floor', ',', 'all', 'these', 'thing', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'be', 'assail', 'from', 'all', 'side', '.', 'with', 'hi', 'head', 'and', 'leg', 'pull', 'in', 'against', 'him', 'and', 'hi', 'bodi', 'press', 'to', 'the', 'floor', ',', 'he', 'wa', 'forc', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'thi', 'much', 'longer', '.', 'they', 'were', 'empti', 'hi', 'room', 'out', ';', 'take', 'away', 'everyth', 'that', 'wa', 'dear', 'to', 'him', ';', 'they', 'had', 'alreadi', 'taken', 'out', 'the', 'chest', 'contain', 'hi', 'fretsaw', 'and', 'other', 'tool', ';', 'now', 'they', 'threaten', 'to', 'remov', 'the', 'write', 'desk', 'with', 'it', 'place', 'clearli', 'worn', 'into', 'the', 'floor', ',', 'the', 'desk', 'where', 'he', 'had', 'done', 'hi', 'homework', 'as', 'a', 'busi', 'traine', ',', 'at', 'high', 'school', ',', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'school', '--', 'he', 'realli', 'could', 'not', 'wait', 'ani', 'longer', 'to', 'see', 'whether', 'the', 'two', 'women', "'s", 'intent', 'were', 'good', '.', 'He', 'had', 'nearli', 'forgotten', 'they', 'were', 'there', 'anyway', ',', 'as', 'they', 'were', 'now', 'too', 'tire', 'to', 'say', 'anyth', 'while', 'they', 'work', 'and', 'he', 'could', 'onli', 'hear', 'their', 'feet', 'as', 'they', 'step', 'heavili', 'on', 'the', 'floor', '.', 'So', ',', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catch', 'their', 'breath', ',', 'he', 'salli', 'out', ',', 'chang', 'direct', 'four', 'time', 'not', 'know', 'what', 'he', 'should', 'save', 'first', 'befor', 'hi', 'attent', 'wa', 'suddenli', 'caught', 'by', 'the', 'pictur', 'on', 'the', 'wall', '-', 'which', 'wa', 'alreadi', 'denud', 'of', 'everyth', 'els', 'that', 'had', 'been', 'on', 'it', '-', 'of', 'the', 'ladi', 'dress', 'in', 'copiou', 'fur', '.', 'He', 'hurri', 'up', 'onto', 'the', 'pictur', 'and', 'press', 'himself', 'against', 'it', 'glass', ',', 'it', 'held', 'him', 'firmli', 'and', 'felt', 'good', 'on', 'hi', 'hot', 'belli', '.', 'thi', 'pictur', 'at', 'least', ',', 'now', 'total', 'cover', 'by', 'gregor', ',', 'would', 'certainli', 'be', 'taken', 'away', 'by', 'no-on', '.', 'He', 'turn', 'hi', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'live', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back', '.', 'they', 'had', 'not', 'allow', 'themselv', 'a', 'long', 'rest', 'and', 'came', 'back', 'quit', 'soon', ';', 'grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'wa', 'nearli', 'carri', 'her', '.', '``', 'what', 'shall', 'we', 'take', 'now', ',', 'then', '?', '``', ',', 'said', 'grete', 'and', 'look', 'around', '.', 'her', 'eye', 'met', 'those', 'of', 'gregor', 'on', 'the', 'wall', '.', 'perhap', 'onli', 'becaus', 'her', 'mother', 'wa', 'there', ',', 'she', 'remain', 'calm', ',', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said', ',', 'albeit', 'hurriedli', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voic', ':', '``', 'come', 'on', ',', 'let', "'s", 'go', 'back', 'in', 'the', 'live', 'room', 'for', 'a', 'while', '?', "''", 'gregor', 'could', 'see', 'what', 'grete', 'had', 'in', 'mind', ',', 'she', 'want', 'to', 'take', 'her', 'mother', 'somewher', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall', '.', 'well', ',', 'she', 'could', 'certainli', 'tri', 'it', '!', 'He', 'sat', 'unyield', 'on', 'hi', 'pictur', '.', 'He', 'would', 'rather', 'jump', 'at', 'grete', "'s", 'face', '.', 'but', 'grete', "'s", 'word', 'had', 'made', 'her', 'mother', 'quit', 'worri', ',', 'she', 'step', 'to', 'one', 'side', ',', 'saw', 'the', 'enorm', 'brown', 'patch', 'against', 'the', 'flower', 'of', 'the', 'wallpap', ',', 'and', 'befor', 'she', 'even', 'realis', 'it', 'wa', 'gregor', 'that', 'she', 'saw', 'scream', ':', '``', 'Oh', 'god', ',', 'oh', 'god', '!', "''", 'arm', 'outstretch', ',', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everyth', 'and', 'stay', 'there', 'immobil', '.', '``', 'gregor', '!', "''", 'shout', 'hi', 'sister', ',', 'glower', 'at', 'him', 'and', 'shake', 'her', 'fist', '.', 'that', 'wa', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directli', 'sinc', 'hi', 'transform', '.', 'she', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smell', 'salt', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint', ';', 'gregor', 'want', 'to', 'help', 'too', '-', 'he', 'could', 'save', 'hi', 'pictur', 'later', ',', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'forc', ';', 'then', 'he', ',', 'too', ',', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advis', 'hi', 'sister', 'like', 'in', 'the', 'old', 'day', ';', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'do', 'noth', ';', 'she', 'wa', 'look', 'into', 'variou', 'bottl', ',', 'he', 'startl', 'her', 'when', 'she', 'turn', 'round', ';', 'a', 'bottl', 'fell', 'to', 'the', 'ground', 'and', 'broke', ';', 'a', 'splinter', 'cut', 'gregor', "'s", 'face', ',', 'some', 'kind', 'of', 'caustic', 'medicin', 'splash', 'all', 'over', 'him', ';', 'now', ',', 'without', 'delay', 'ani', 'longer', ',', 'grete', 'took', 'hold', 'of', 'all', 'the', 'bottl', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother', ';', 'she', 'slam', 'the', 'door', 'shut', 'with', 'her', 'foot', '.', 'So', 'now', 'gregor', 'wa', 'shut', 'out', 'from', 'hi', 'mother', ',', 'who', ',', 'becaus', 'of', 'him', ',', 'might', 'be', 'near', 'to', 'death', ';', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'hi', 'sister', 'away', ',', 'and', 'she', 'had', 'to', 'stay', 'with', 'hi', 'mother', ';', 'there', 'wa', 'noth', 'for', 'him', 'to', 'do', 'but', 'wait', ';', 'and', ',', 'oppress', 'with', 'anxieti', 'and', 'self-reproach', ',', 'he', 'began', 'to', 'crawl', 'about', ',', 'he', 'crawl', 'over', 'everyth', ',', 'wall', ',', 'furnitur', ',', 'ceil', ',', 'and', 'final', 'in', 'hi', 'confus', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middl', 'of', 'the', 'dinner', 'tabl', '.', 'He', 'lay', 'there', 'for', 'a', 'while', ',', 'numb', 'and', 'immobil', ',', 'all', 'around', 'him', 'it', 'wa', 'quiet', ',', 'mayb', 'that', 'wa', 'a', 'good', 'sign', '.', 'then', 'there', 'wa', 'someon', 'at', 'the', 'door', '.', 'the', 'maid', ',', 'of', 'cours', ',', 'had', 'lock', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it', '.', 'hi', 'father', 'had', 'arriv', 'home', '.', '``', 'what', "'s", 'happen', '?', "''", 'were', 'hi', 'first', 'word', ';', 'grete', "'s", 'appear', 'must', 'have', 'made', 'everyth', 'clear', 'to', 'him', '.', 'she', 'answer', 'him', 'with', 'subdu', 'voic', ',', 'and', 'openli', 'press', 'her', 'face', 'into', 'hi', 'chest', ':', '``', "mother'", 'faint', ',', 'but', 'she', "'s", 'better', 'now', '.', 'gregor', 'got', 'out', '.', "''", '``', 'just', 'as', 'I', 'expect', "''", ',', 'said', 'hi', 'father', ',', '``', 'just', 'as', 'I', 'alway', 'said', ',', 'but', 'you', 'women', 'would', "n't", 'listen', ',', 'would', 'you', '.', "''", 'It', 'wa', 'clear', 'to', 'gregor', 'that', 'grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'hi', 'father', 'took', 'it', 'to', 'mean', 'that', 'someth', 'bad', 'had', 'happen', ',', 'that', 'he', 'wa', 'respons', 'for', 'some', 'act', 'of', 'violenc', '.', 'that', 'meant', 'gregor', 'would', 'now', 'have', 'to', 'tri', 'to', 'calm', 'hi', 'father', ',', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'thing', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possibl', '.', 'So', 'he', 'fled', 'to', 'the', 'door', 'of', 'hi', 'room', 'and', 'press', 'himself', 'against', 'it', 'so', 'that', 'hi', 'father', ',', 'when', 'he', 'came', 'in', 'from', 'the', 'hall', ',', 'could', 'see', 'straight', 'away', 'that', 'gregor', 'had', 'the', 'best', 'intent', 'and', 'would', 'go', 'back', 'into', 'hi', 'room', 'without', 'delay', ',', 'that', 'it', 'would', 'not', 'be', 'necessari', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'onli', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear', '.', 'hi', 'father', ',', 'though', ',', 'wa', 'not', 'in', 'the', 'mood', 'to', 'notic', 'subtleti', 'like', 'that', ';', '``', 'Ah', '!', '``', ',', 'he', 'shout', 'as', 'he', 'came', 'in', ',', 'sound', 'as', 'if', 'he', 'were', 'both', 'angri', 'and', 'glad', 'at', 'the', 'same', 'time', '.', 'gregor', 'drew', 'hi', 'head', 'back', 'from', 'the', 'door', 'and', 'lift', 'it', 'toward', 'hi', 'father', '.', 'He', 'realli', 'had', 'not', 'imagin', 'hi', 'father', 'the', 'way', 'he', 'stood', 'there', 'now', ';', 'of', 'late', ',', 'with', 'hi', 'new', 'habit', 'of', 'crawl', 'about', ',', 'he', 'had', 'neglect', 'to', 'pay', 'attent', 'to', 'what', 'wa', 'go', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'befor', '.', 'He', 'realli', 'ought', 'to', 'have', 'expect', 'thing', 'to', 'have', 'chang', ',', 'but', 'still', ',', 'still', ',', 'wa', 'that', 'realli', 'hi', 'father', '?', 'the', 'same', 'tire', 'man', 'as', 'use', 'to', 'be', 'lay', 'there', 'entomb', 'in', 'hi', 'bed', 'when', 'gregor', 'came', 'back', 'from', 'hi', 'busi', 'trip', ',', 'who', 'would', 'receiv', 'him', 'sit', 'in', 'the', 'armchair', 'in', 'hi', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'even', ';', 'who', 'wa', 'hardli', 'even', 'abl', 'to', 'stand', 'up', 'but', ',', 'as', 'a', 'sign', 'of', 'hi', 'pleasur', ',', 'would', 'just', 'rais', 'hi', 'arm', 'and', 'who', ',', 'on', 'the', 'coupl', 'of', 'time', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'togeth', 'on', 'a', 'sunday', 'or', 'public', 'holiday', 'wrap', 'up', 'tightli', 'in', 'hi', 'overcoat', 'between', 'gregor', 'and', 'hi', 'mother', ',', 'would', 'alway', 'labour', 'hi', 'way', 'forward', 'a', 'littl', 'more', 'slowli', 'than', 'them', ',', 'who', 'were', 'alreadi', 'walk', 'slowli', 'for', 'hi', 'sake', ';', 'who', 'would', 'place', 'hi', 'stick', 'down', 'care', 'and', ',', 'if', 'he', 'want', 'to', 'say', 'someth', 'would', 'invari', 'stop', 'and', 'gather', 'hi', 'companion', 'around', 'him', '.', 'He', 'wa', 'stand', 'up', 'straight', 'enough', 'now', ';', 'dress', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'button', ',', 'the', 'sort', 'worn', 'by', 'the', 'employe', 'at', 'the', 'bank', 'institut', ';', 'abov', 'the', 'high', ',', 'stiff', 'collar', 'of', 'the', 'coat', 'hi', 'strong', 'double-chin', 'emerg', ';', 'under', 'the', 'bushi', 'eyebrow', ',', 'hi', 'pierc', ',', 'dark', 'eye', 'look', 'out', 'fresh', 'and', 'alert', ';', 'hi', 'normal', 'unkempt', 'white', 'hair', 'wa', 'comb', 'down', 'pain', 'close', 'to', 'hi', 'scalp', '.', 'He', 'took', 'hi', 'cap', ',', 'with', 'it', 'gold', 'monogram', 'from', ',', 'probabl', ',', 'some', 'bank', ',', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa', ',', 'put', 'hi', 'hand', 'in', 'hi', 'trouser', 'pocket', ',', 'push', 'back', 'the', 'bottom', 'of', 'hi', 'long', 'uniform', 'coat', ',', 'and', ',', 'with', 'look', 'of', 'determin', ',', 'walk', 'toward', 'gregor', '.', 'He', 'probabl', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind', ',', 'but', 'nonetheless', 'lift', 'hi', 'feet', 'unusu', 'high', '.', 'gregor', 'wa', 'amaz', 'at', 'the', 'enorm', 'size', 'of', 'the', 'sole', 'of', 'hi', 'boot', ',', 'but', 'wast', 'no', 'time', 'with', 'that', '-', 'he', 'knew', 'full', 'well', ',', 'right', 'from', 'the', 'first', 'day', 'of', 'hi', 'new', 'life', ',', 'that', 'hi', 'father', 'thought', 'it', 'necessari', 'to', 'alway', 'be', 'extrem', 'strict', 'with', 'him', '.', 'and', 'so', 'he', 'ran', 'up', 'to', 'hi', 'father', ',', 'stop', 'when', 'hi', 'father', 'stop', ',', 'scurri', 'forward', 'again', 'when', 'he', 'move', ',', 'even', 'slightli', '.', 'In', 'thi', 'way', 'they', 'went', 'round', 'the', 'room', 'sever', 'time', 'without', 'anyth', 'decis', 'happen', ',', 'without', 'even', 'give', 'the', 'impress', 'of', 'a', 'chase', 'as', 'everyth', 'went', 'so', 'slowli', '.', 'gregor', 'remain', 'all', 'thi', 'time', 'on', 'the', 'floor', ',', 'larg', 'becaus', 'he', 'fear', 'hi', 'father', 'might', 'see', 'it', 'as', 'especi', 'provok', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceil', '.', 'whatev', 'he', 'did', ',', 'gregor', 'had', 'to', 'admit', 'that', 'he', 'certainli', 'would', 'not', 'be', 'abl', 'to', 'keep', 'up', 'thi', 'run', 'about', 'for', 'long', ',', 'as', 'for', 'each', 'step', 'hi', 'father', 'took', 'he', 'had', 'to', 'carri', 'out', 'countless', 'movement', '.', 'He', 'becam', 'notic', 'short', 'of', 'breath', ',', 'even', 'in', 'hi', 'earlier', 'life', 'hi', 'lung', 'had', 'not', 'been', 'veri', 'reliabl', '.', 'now', ',', 'as', 'he', 'lurch', 'about', 'in', 'hi', 'effort', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'run', 'he', 'could', 'hardli', 'keep', 'hi', 'eye', 'open', ';', 'hi', 'thought', 'becam', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'ani', 'other', 'way', 'of', 'save', 'himself', 'than', 'run', ';', 'he', 'almost', 'forgot', 'that', 'the', 'wall', 'were', 'there', 'for', 'him', 'to', 'use', 'although', ',', 'here', ',', 'they', 'were', 'conceal', 'behind', 'care', 'carv', 'furnitur', 'full', 'of', 'notch', 'and', 'protrus', '-', 'then', ',', 'right', 'besid', 'him', ',', 'lightli', 'toss', ',', 'someth', 'flew', 'down', 'and', 'roll', 'in', 'front', 'of', 'him', '.', 'It', 'wa', 'an', 'appl', ';', 'then', 'anoth', 'one', 'immedi', 'flew', 'at', 'him', ';', 'gregor', 'froze', 'in', 'shock', ';', 'there', 'wa', 'no', 'longer', 'ani', 'point', 'in', 'run', 'as', 'hi', 'father', 'had', 'decid', 'to', 'bombard', 'him', '.', 'He', 'had', 'fill', 'hi', 'pocket', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now', ',', 'without', 'even', 'take', 'the', 'time', 'for', 'care', 'aim', ',', 'threw', 'one', 'appl', 'after', 'anoth', '.', 'these', 'littl', ',', 'red', 'appl', 'roll', 'about', 'on', 'the', 'floor', ',', 'knock', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electr', 'motor', '.', 'An', 'appl', 'thrown', 'without', 'much', 'forc', 'glanc', 'against', 'gregor', "'s", 'back', 'and', 'slid', 'off', 'without', 'do', 'ani', 'harm', '.', 'anoth', 'one', 'howev', ',', 'immedi', 'follow', 'it', ',', 'hit', 'squar', 'and', 'lodg', 'in', 'hi', 'back', ';', 'gregor', 'want', 'to', 'drag', 'himself', 'away', ',', 'as', 'if', 'he', 'could', 'remov', 'the', 'surpris', ',', 'the', 'incred', 'pain', 'by', 'chang', 'hi', 'posit', ';', 'but', 'he', 'felt', 'as', 'if', 'nail', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out', ',', 'all', 'hi', 'sens', 'in', 'confus', '.', 'the', 'last', 'thing', 'he', 'saw', 'wa', 'the', 'door', 'of', 'hi', 'room', 'be', 'pull', 'open', ',', 'hi', 'sister', 'wa', 'scream', ',', 'hi', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blous', '(', 'as', 'hi', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'cloth', 'after', 'she', 'had', 'faint', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breath', ')', ',', 'she', 'ran', 'to', 'hi', 'father', ',', 'her', 'skirt', 'unfasten', 'and', 'slide', 'one', 'after', 'anoth', 'to', 'the', 'ground', ',', 'stumbl', 'over', 'the', 'skirt', 'she', 'push', 'herself', 'to', 'hi', 'father', ',', 'her', 'arm', 'around', 'him', ',', 'unit', 'herself', 'with', 'him', 'total', '-', 'now', 'gregor', 'lost', 'hi', 'abil', 'to', 'see', 'anyth', '-', 'her', 'hand', 'behind', 'hi', 'father', "'s", 'head', 'beg', 'him', 'to', 'spare', 'gregor', "'s", 'life', '.', 'iii', 'no-on', 'dare', 'to', 'remov', 'the', 'appl', 'lodg', 'in', 'gregor', "'s", 'flesh', ',', 'so', 'it', 'remain', 'there', 'as', 'a', 'visibl', 'remind', 'of', 'hi', 'injuri', '.', 'He', 'had', 'suffer', 'it', 'there', 'for', 'more', 'than', 'a', 'month', ',', 'and', 'hi', 'condit', 'seem', 'seriou', 'enough', 'to', 'remind', 'even', 'hi', 'father', 'that', 'gregor', ',', 'despit', 'hi', 'current', 'sad', 'and', 'revolt', 'form', ',', 'wa', 'a', 'famili', 'member', 'who', 'could', 'not', 'be', 'treat', 'as', 'an', 'enemi', '.', 'On', 'the', 'contrari', ',', 'as', 'a', 'famili', 'there', 'wa', 'a', 'duti', 'to', 'swallow', 'ani', 'revuls', 'for', 'him', 'and', 'to', 'be', 'patient', ',', 'just', 'to', 'be', 'patient', '.', 'becaus', 'of', 'hi', 'injuri', ',', 'gregor', 'had', 'lost', 'much', 'of', 'hi', 'mobil', '-', 'probabl', 'perman', '.', 'He', 'had', 'been', 'reduc', 'to', 'the', 'condit', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long', ',', 'long', 'minut', 'to', 'crawl', 'across', 'hi', 'room', '-', 'crawl', 'over', 'the', 'ceil', 'wa', 'out', 'of', 'the', 'question', '-', 'but', 'thi', 'deterior', 'in', 'hi', 'condit', 'wa', 'fulli', '(', 'in', 'hi', 'opinion', ')', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'live', 'room', 'be', 'left', 'open', 'everi', 'even', '.', 'He', 'got', 'into', 'the', 'habit', 'of', 'close', 'watch', 'it', 'for', 'one', 'or', 'two', 'hour', 'befor', 'it', 'wa', 'open', 'and', 'then', ',', 'lie', 'in', 'the', 'dark', 'of', 'hi', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'live', 'room', ',', 'he', 'could', 'watch', 'the', 'famili', 'in', 'the', 'light', 'of', 'the', 'dinner', 'tabl', 'and', 'listen', 'to', 'their', 'convers', '-', 'with', 'everyon', "'s", 'permiss', ',', 'in', 'a', 'way', ',', 'and', 'thu', 'quit', 'differ', 'from', 'befor', '.', 'they', 'no', 'longer', 'held', 'the', 'live', 'convers', 'of', 'earlier', 'time', ',', 'of', 'cours', ',', 'the', 'one', 'that', 'gregor', 'alway', 'thought', 'about', 'with', 'long', 'when', 'he', 'wa', 'tire', 'and', 'get', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room', '.', 'all', 'of', 'them', 'were', 'usual', 'veri', 'quiet', 'nowaday', '.', 'soon', 'after', 'dinner', ',', 'hi', 'father', 'would', 'go', 'to', 'sleep', 'in', 'hi', 'chair', ';', 'hi', 'mother', 'and', 'sister', 'would', 'urg', 'each', 'other', 'to', 'be', 'quiet', ';', 'hi', 'mother', ',', 'bent', 'deepli', 'under', 'the', 'lamp', ',', 'would', 'sew', 'fanci', 'underwear', 'for', 'a', 'fashion', 'shop', ';', 'hi', 'sister', ',', 'who', 'had', 'taken', 'a', 'sale', 'job', ',', 'learn', 'shorthand', 'and', 'french', 'in', 'the', 'even', 'so', 'that', 'she', 'might', 'be', 'abl', 'to', 'get', 'a', 'better', 'posit', 'later', 'on', '.', 'sometim', 'hi', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', 'gregor', "'s", 'mother', "''", 'you', "'re", 'do', 'so', 'much', 'sew', 'again', 'today', '!', '``', ',', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'doze', '-', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchang', 'a', 'tire', 'grin', '.', 'with', 'a', 'kind', 'of', 'stubborn', ',', 'gregor', "'s", 'father', 'refus', 'to', 'take', 'hi', 'uniform', 'off', 'even', 'at', 'home', ';', 'while', 'hi', 'nightgown', 'hung', 'unus', 'on', 'it', 'peg', 'gregor', "'s", 'father', 'would', 'slumber', 'where', 'he', 'wa', ',', 'fulli', 'dress', ',', 'as', 'if', 'alway', 'readi', 'to', 'serv', 'and', 'expect', 'to', 'hear', 'the', 'voic', 'of', 'hi', 'superior', 'even', 'here', '.', 'the', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with', ',', 'but', 'as', 'a', 'result', 'of', 'thi', 'it', 'slowli', 'becam', 'even', 'shabbier', 'despit', 'the', 'effort', 'of', 'gregor', "'s", 'mother', 'and', 'sister', 'to', 'look', 'after', 'it', '.', 'gregor', 'would', 'often', 'spend', 'the', 'whole', 'even', 'look', 'at', 'all', 'the', 'stain', 'on', 'thi', 'coat', ',', 'with', 'it', 'gold', 'button', 'alway', 'kept', 'polish', 'and', 'shini', ',', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep', ',', 'highli', 'uncomfort', 'but', 'peac', '.', 'As', 'soon', 'as', 'it', 'struck', 'ten', ',', 'gregor', "'s", 'mother', 'would', 'speak', 'gentli', 'to', 'hi', 'father', 'to', 'wake', 'him', 'and', 'tri', 'to', 'persuad', 'him', 'to', 'go', 'to', 'bed', ',', 'as', 'he', 'could', "n't", 'sleep', 'properli', 'where', 'he', 'wa', 'and', 'he', 'realli', 'had', 'to', 'get', 'hi', 'sleep', 'if', 'he', 'wa', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work', '.', 'but', 'sinc', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'becom', 'more', 'obstin', 'and', 'would', 'alway', 'insist', 'on', 'stay', 'longer', 'at', 'the', 'tabl', ',', 'even', 'though', 'he', 'regularli', 'fell', 'asleep', 'and', 'it', 'wa', 'then', 'harder', 'than', 'ever', 'to', 'persuad', 'him', 'to', 'exchang', 'the', 'chair', 'for', 'hi', 'bed', '.', 'then', ',', 'howev', 'much', 'mother', 'and', 'sister', 'would', 'importun', 'him', 'with', 'littl', 'reproach', 'and', 'warn', 'he', 'would', 'keep', 'slowli', 'shake', 'hi', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'hi', 'eye', 'close', 'and', 'refus', 'to', 'get', 'up', '.', 'gregor', "'s", 'mother', 'would', 'tug', 'at', 'hi', 'sleev', ',', 'whisper', 'endear', 'into', 'hi', 'ear', ',', 'gregor', "'s", 'sister', 'would', 'leav', 'her', 'work', 'to', 'help', 'her', 'mother', ',', 'but', 'noth', 'would', 'have', 'ani', 'effect', 'on', 'him', '.', 'He', 'would', 'just', 'sink', 'deeper', 'into', 'hi', 'chair', '.', 'onli', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arm', 'he', 'would', 'abruptli', 'open', 'hi', 'eye', ',', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say', ':', '``', 'what', 'a', 'life', '!', 'thi', 'is', 'what', 'peac', 'I', 'get', 'in', 'my', 'old', 'age', '!', "''", 'and', 'support', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'care', 'as', 'if', 'he', 'were', 'carri', 'the', 'greatest', 'load', 'himself', ',', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door', ',', 'send', 'them', 'off', 'and', 'carri', 'on', 'by', 'himself', 'while', 'gregor', "'s", 'mother', 'would', 'throw', 'down', 'her', 'needl', 'and', 'hi', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'hi', 'father', 'and', 'continu', 'be', 'of', 'help', 'to', 'him', '.', 'who', ',', 'in', 'thi', 'tire', 'and', 'overwork', 'famili', ',', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attent', 'to', 'gregor', 'than', 'wa', 'absolut', 'necessari', '?', 'the', 'household', 'budget', 'becam', 'even', 'smaller', ';', 'so', 'now', 'the', 'maid', 'wa', 'dismiss', ';', 'an', 'enorm', ',', 'thick-bon', 'charwoman', 'with', 'white', 'hair', 'that', 'flap', 'around', 'her', 'head', 'came', 'everi', 'morn', 'and', 'even', 'to', 'do', 'the', 'heaviest', 'work', ';', 'everyth', 'els', 'wa', 'look', 'after', 'by', 'gregor', "'s", 'mother', 'on', 'top', 'of', 'the', 'larg', 'amount', 'of', 'sew', 'work', 'she', 'did', '.', 'gregor', 'even', 'learn', ',', 'listen', 'to', 'the', 'even', 'convers', 'about', 'what', 'price', 'they', 'had', 'hope', 'for', ',', 'that', 'sever', 'item', 'of', 'jewelleri', 'belong', 'to', 'the', 'famili', 'had', 'been', 'sold', ',', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'veri', 'fond', 'of', 'wear', 'them', 'at', 'function', 'and', 'celebr', '.', 'but', 'the', 'loudest', 'complaint', 'wa', 'that', 'although', 'the', 'flat', 'wa', 'much', 'too', 'big', 'for', 'their', 'present', 'circumst', ',', 'they', 'could', 'not', 'move', 'out', 'of', 'it', ',', 'there', 'wa', 'no', 'imagin', 'way', 'of', 'transfer', 'gregor', 'to', 'the', 'new', 'address', '.', 'He', 'could', 'see', 'quit', 'well', ',', 'though', ',', 'that', 'there', 'were', 'more', 'reason', 'than', 'consider', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move', ',', 'it', 'would', 'have', 'been', 'quit', 'easi', 'to', 'transport', 'him', 'in', 'ani', 'suitabl', 'crate', 'with', 'a', 'few', 'air', 'hole', 'in', 'it', ';', 'the', 'main', 'thing', 'hold', 'the', 'famili', 'back', 'from', 'their', 'decis', 'to', 'move', 'wa', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair', ',', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortun', 'unlik', 'anyth', 'experienc', 'by', 'anyon', 'els', 'they', 'knew', 'or', 'were', 'relat', 'to', '.', 'they', 'carri', 'out', 'absolut', 'everyth', 'that', 'the', 'world', 'expect', 'from', 'poor', 'peopl', ',', 'gregor', "'s", 'father', 'brought', 'bank', 'employe', 'their', 'breakfast', ',', 'hi', 'mother', 'sacrif', 'herself', 'by', 'wash', 'cloth', 'for', 'stranger', ',', 'hi', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'custom', ',', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'ani', 'more', '.', 'and', 'the', 'injuri', 'in', 'gregor', "'s", 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'wa', 'new', '.', 'after', 'they', 'had', 'come', 'back', 'from', 'take', 'hi', 'father', 'to', 'bed', 'gregor', "'s", 'mother', 'and', 'sister', 'would', 'now', 'leav', 'their', 'work', 'where', 'it', 'wa', 'and', 'sit', 'close', 'togeth', ',', 'cheek', 'to', 'cheek', ';', 'hi', 'mother', 'would', 'point', 'to', 'gregor', "'s", 'room', 'and', 'say', '``', 'close', 'that', 'door', ',', 'grete', "''", ',', 'and', 'then', ',', 'when', 'he', 'wa', 'in', 'the', 'dark', 'again', ',', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tear', 'would', 'mingl', ',', 'or', 'they', 'would', 'simpli', 'sit', 'there', 'stare', 'dry-ey', 'at', 'the', 'tabl', '.', 'gregor', 'hardli', 'slept', 'at', 'all', ',', 'either', 'night', 'or', 'day', '.', 'sometim', 'he', 'would', 'think', 'of', 'take', 'over', 'the', 'famili', "'s", 'affair', ',', 'just', 'like', 'befor', ',', 'the', 'next', 'time', 'the', 'door', 'wa', 'open', ';', 'he', 'had', 'long', 'forgotten', 'about', 'hi', 'boss', 'and', 'the', 'chief', 'clerk', ',', 'but', 'they', 'would', 'appear', 'again', 'in', 'hi', 'thought', ',', 'the', 'salesmen', 'and', 'the', 'apprentic', ',', 'that', 'stupid', 'teaboy', ',', 'two', 'or', 'three', 'friend', 'from', 'other', 'busi', ',', 'one', 'of', 'the', 'chambermaid', 'from', 'a', 'provinci', 'hotel', ',', 'a', 'tender', 'memori', 'that', 'appear', 'and', 'disappear', 'again', ',', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'hi', 'attent', 'had', 'been', 'seriou', 'but', 'too', 'slow', ',', '-', 'all', 'of', 'them', 'appear', 'to', 'him', ',', 'mix', 'togeth', 'with', 'stranger', 'and', 'other', 'he', 'had', 'forgotten', ',', 'but', 'instead', 'of', 'help', 'him', 'and', 'hi', 'famili', 'they', 'were', 'all', 'of', 'them', 'inaccess', ',', 'and', 'he', 'wa', 'glad', 'when', 'they', 'disappear', '.', 'other', 'time', 'he', 'wa', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'hi', 'famili', ',', 'he', 'wa', 'fill', 'with', 'simpl', 'rage', 'about', 'the', 'lack', 'of', 'attent', 'he', 'wa', 'shown', ',', 'and', 'although', 'he', 'could', 'think', 'of', 'noth', 'he', 'would', 'have', 'want', ',', 'he', 'made', 'plan', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantri', 'where', 'he', 'could', 'take', 'all', 'the', 'thing', 'he', 'wa', 'entitl', 'to', ',', 'even', 'if', 'he', 'wa', 'not', 'hungri', '.', 'gregor', "'s", 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'pleas', 'him', 'but', 'would', 'hurriedli', 'push', 'some', 'food', 'or', 'other', 'into', 'hi', 'room', 'with', 'her', 'foot', 'befor', 'she', 'rush', 'out', 'to', 'work', 'in', 'the', 'morn', 'and', 'at', 'midday', ',', 'and', 'in', 'the', 'even', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom', ',', 'indiffer', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', '-', 'more', 'often', 'than', 'not', '-', 'had', 'been', 'left', 'total', 'untouch', '.', 'she', 'still', 'clear', 'up', 'the', 'room', 'in', 'the', 'even', ',', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'ani', 'quicker', 'about', 'it', '.', 'smear', 'of', 'dirt', 'were', 'left', 'on', 'the', 'wall', ',', 'here', 'and', 'there', 'were', 'littl', 'ball', 'of', 'dust', 'and', 'filth', '.', 'At', 'first', ',', 'gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'place', 'when', 'hi', 'sister', 'arriv', 'as', 'a', 'reproach', 'to', 'her', ',', 'but', 'he', 'could', 'have', 'stay', 'there', 'for', 'week', 'without', 'hi', 'sister', 'do', 'anyth', 'about', 'it', ';', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simpli', 'decid', 'to', 'leav', 'him', 'to', 'it', '.', 'At', 'the', 'same', 'time', 'she', 'becam', 'touchi', 'in', 'a', 'way', 'that', 'wa', 'quit', 'new', 'for', 'her', 'and', 'which', 'everyon', 'in', 'the', 'famili', 'understood', '-', 'clean', 'up', 'gregor', "'s", 'room', 'wa', 'for', 'her', 'and', 'her', 'alon', '.', 'gregor', "'s", 'mother', 'did', 'onc', 'thoroughli', 'clean', 'hi', 'room', ',', 'and', 'need', 'to', 'use', 'sever', 'bucket', 'of', 'water', 'to', 'do', 'it', '-', 'although', 'that', 'much', 'damp', 'also', 'made', 'gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch', ',', 'bitter', 'and', 'immobil', '.', 'but', 'hi', 'mother', 'wa', 'to', 'be', 'punish', 'still', 'more', 'for', 'what', 'she', 'had', 'done', ',', 'as', 'hardli', 'had', 'hi', 'sister', 'arriv', 'home', 'in', 'the', 'even', 'than', 'she', 'notic', 'the', 'chang', 'in', 'gregor', "'s", 'room', 'and', ',', 'highli', 'aggriev', ',', 'ran', 'back', 'into', 'the', 'live', 'room', 'where', ',', 'despit', 'her', 'mother', 'rais', 'and', 'implor', 'hand', ',', 'she', 'broke', 'into', 'convuls', 'tear', '.', 'her', 'father', ',', 'of', 'cours', ',', 'wa', 'startl', 'out', 'of', 'hi', 'chair', 'and', 'the', 'two', 'parent', 'look', 'on', 'astonish', 'and', 'helpless', ';', 'then', 'they', ',', 'too', ',', 'becam', 'agit', ';', 'gregor', "'s", 'father', ',', 'stand', 'to', 'the', 'right', 'of', 'hi', 'mother', ',', 'accus', 'her', 'of', 'not', 'leav', 'the', 'clean', 'of', 'gregor', "'s", 'room', 'to', 'hi', 'sister', ';', 'from', 'her', 'left', ',', 'gregor', "'s", 'sister', 'scream', 'at', 'her', 'that', 'she', 'wa', 'never', 'to', 'clean', 'gregor', "'s", 'room', 'again', ';', 'while', 'hi', 'mother', 'tri', 'to', 'draw', 'hi', 'father', ',', 'who', 'wa', 'besid', 'himself', 'with', 'anger', ',', 'into', 'the', 'bedroom', ';', 'hi', 'sister', ',', 'quak', 'with', 'tear', ',', 'thump', 'on', 'the', 'tabl', 'with', 'her', 'small', 'fist', ';', 'and', 'gregor', 'hiss', 'in', 'anger', 'that', 'no-on', 'had', 'even', 'thought', 'of', 'close', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'thi', 'and', 'all', 'it', 'nois', '.', 'gregor', "'s", 'sister', 'wa', 'exhaust', 'from', 'go', 'out', 'to', 'work', ',', 'and', 'look', 'after', 'gregor', 'as', 'she', 'had', 'done', 'befor', 'wa', 'even', 'more', 'work', 'for', 'her', ',', 'but', 'even', 'so', 'hi', 'mother', 'ought', 'certainli', 'not', 'to', 'have', 'taken', 'her', 'place', '.', 'gregor', ',', 'on', 'the', 'other', 'hand', ',', 'ought', 'not', 'to', 'be', 'neglect', '.', 'now', ',', 'though', ',', 'the', 'charwoman', 'wa', 'here', '.', 'thi', 'elderli', 'widow', ',', 'with', 'a', 'robust', 'bone', 'structur', 'that', 'made', 'her', 'abl', 'to', 'withstand', 'the', 'hardest', 'of', 'thing', 'in', 'her', 'long', 'life', ',', 'wa', "n't", 'realli', 'repel', 'by', 'gregor', '.', 'just', 'by', 'chanc', 'one', 'day', ',', 'rather', 'than', 'ani', 'real', 'curios', ',', 'she', 'open', 'the', 'door', 'to', "gregor'", 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him', '.', 'He', 'wa', 'taken', 'total', 'by', 'surpris', ',', 'no-on', 'wa', 'chase', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amaz', 'with', 'her', 'hand', 'cross', 'in', 'front', 'of', 'her', '.', 'from', 'then', 'on', 'she', 'never', 'fail', 'to', 'open', 'the', 'door', 'slightli', 'everi', 'even', 'and', 'morn', 'and', 'look', 'briefli', 'in', 'on', 'him', '.', 'At', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'word', 'that', 'she', 'probabl', 'consid', 'friendli', ',', 'such', 'as', '``', 'come', 'on', 'then', ',', 'you', 'old', 'dung-beetl', '!', '``', ',', 'or', '``', 'look', 'at', 'the', 'old', 'dung-beetl', 'there', '!', "''", 'gregor', 'never', 'respond', 'to', 'be', 'spoken', 'to', 'in', 'that', 'way', ',', 'but', 'just', 'remain', 'where', 'he', 'wa', 'without', 'move', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'open', '.', 'If', 'onli', 'they', 'had', 'told', 'thi', 'charwoman', 'to', 'clean', 'up', 'hi', 'room', 'everi', 'day', 'instead', 'of', 'let', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenev', 'she', 'felt', 'like', 'it', '!', 'one', 'day', ',', 'earli', 'in', 'the', 'morn', 'while', 'a', 'heavi', 'rain', 'struck', 'the', 'windowpan', ',', 'perhap', 'indic', 'that', 'spring', 'wa', 'come', ',', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'onc', 'again', '.', 'gregor', 'wa', 'so', 'resent', 'of', 'it', 'that', 'he', 'start', 'to', 'move', 'toward', 'her', ',', 'he', 'wa', 'slow', 'and', 'infirm', ',', 'but', 'it', 'wa', 'like', 'a', 'kind', 'of', 'attack', '.', 'instead', 'of', 'be', 'afraid', ',', 'the', 'charwoman', 'just', 'lift', 'up', 'one', 'of', 'the', 'chair', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open', ',', 'clearli', 'intend', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slam', 'down', 'into', 'gregor', "'s", 'back', '.', '``', 'are', "n't", 'you', 'come', 'ani', 'closer', ',', 'then', '?', '``', ',', 'she', 'ask', 'when', 'gregor', 'turn', 'round', 'again', ',', 'and', 'she', 'calmli', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner', '.', 'gregor', 'had', 'almost', 'entir', 'stop', 'eat', '.', 'onli', 'if', 'he', 'happen', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepar', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'hi', 'mouth', 'to', 'play', 'with', 'it', ',', 'leav', 'it', 'there', 'a', 'few', 'hour', 'and', 'then', ',', 'more', 'often', 'than', 'not', ',', 'spit', 'it', 'out', 'again', '.', 'At', 'first', 'he', 'thought', 'it', 'wa', 'distress', 'at', 'the', 'state', 'of', 'hi', 'room', 'that', 'stop', 'him', 'eat', ',', 'but', 'he', 'had', 'soon', 'got', 'use', 'to', 'the', 'chang', 'made', 'there', '.', 'they', 'had', 'got', 'into', 'the', 'habit', 'of', 'put', 'thing', 'into', 'thi', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywher', 'els', ',', 'and', 'there', 'were', 'now', 'mani', 'such', 'thing', 'as', 'one', 'of', 'the', 'room', 'in', 'the', 'flat', 'had', 'been', 'rent', 'out', 'to', 'three', 'gentlemen', '.', 'these', 'earnest', 'gentlemen', '-', 'all', 'three', 'of', 'them', 'had', 'full', 'beard', ',', 'as', 'gregor', 'learn', 'peer', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', '-', 'were', 'pain', 'insist', 'on', 'thing', "'", 'be', 'tidi', '.', 'thi', 'meant', 'not', 'onli', 'in', 'their', 'own', 'room', 'but', ',', 'sinc', 'they', 'had', 'taken', 'a', 'room', 'in', 'thi', 'establish', ',', 'in', 'the', 'entir', 'flat', 'and', 'especi', 'in', 'the', 'kitchen', '.', 'unnecessari', 'clutter', 'wa', 'someth', 'they', 'could', 'not', 'toler', ',', 'especi', 'if', 'it', 'wa', 'dirti', '.', 'they', 'had', 'moreov', 'brought', 'most', 'of', 'their', 'own', 'furnish', 'and', 'equip', 'with', 'them', '.', 'for', 'thi', 'reason', ',', 'mani', 'thing', 'had', 'becom', 'superflu', 'which', ',', 'although', 'they', 'could', 'not', 'be', 'sold', ',', 'the', 'famili', 'did', 'not', 'wish', 'to', 'discard', '.', 'all', 'these', 'thing', 'found', 'their', 'way', 'into', 'gregor', "'s", 'room', '.', 'the', 'dustbin', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too', '.', 'the', 'charwoman', 'wa', 'alway', 'in', 'a', 'hurri', ',', 'and', 'anyth', 'she', 'could', "n't", 'use', 'for', 'the', 'time', 'be', 'she', 'would', 'just', 'chuck', 'in', 'there', '.', 'He', ',', 'fortun', ',', 'would', 'usual', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it', '.', 'the', 'woman', 'most', 'like', 'meant', 'to', 'fetch', 'the', 'thing', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportun', ',', 'or', 'to', 'throw', 'everyth', 'out', 'in', 'one', 'go', ',', 'but', 'what', 'actual', 'happen', 'wa', 'that', 'they', 'were', 'left', 'where', 'they', 'land', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'gregor', 'made', 'hi', 'way', 'through', 'the', 'junk', 'and', 'move', 'it', 'somewher', 'els', '.', 'At', 'first', 'he', 'move', 'it', 'becaus', ',', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about', ',', 'he', 'wa', 'forc', 'to', ',', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'move', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tire', 'to', 'death', ',', 'and', 'he', 'would', 'remain', 'immobil', 'for', 'hour', 'afterward', '.', 'the', 'gentlemen', 'who', 'rent', 'the', 'room', 'would', 'sometim', 'take', 'their', 'even', 'meal', 'at', 'home', 'in', 'the', 'live', 'room', 'that', 'wa', 'use', 'by', 'everyon', ',', 'and', 'so', 'the', 'door', 'to', 'thi', 'room', 'wa', 'often', 'kept', 'close', 'in', 'the', 'even', '.', 'but', 'gregor', 'found', 'it', 'easi', 'to', 'give', 'up', 'have', 'the', 'door', 'open', ',', 'he', 'had', ',', 'after', 'all', ',', 'often', 'fail', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'wa', 'open', 'and', ',', 'without', 'the', 'famili', 'have', 'notic', 'it', ',', 'lain', 'in', 'hi', 'room', 'in', 'it', 'darkest', 'corner', '.', 'one', 'time', ',', 'though', ',', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'live', 'room', 'slightli', 'open', ',', 'and', 'it', 'remain', 'open', 'when', 'the', 'gentlemen', 'who', 'rent', 'the', 'room', 'came', 'in', 'in', 'the', 'even', 'and', 'the', 'light', 'wa', 'put', 'on', '.', 'they', 'sat', 'up', 'at', 'the', 'tabl', 'where', ',', 'formerli', ',', 'gregor', 'had', 'taken', 'hi', 'meal', 'with', 'hi', 'father', 'and', 'mother', ',', 'they', 'unfold', 'the', 'serviett', 'and', 'pick', 'up', 'their', 'knive', 'and', 'fork', '.', 'gregor', "'s", 'mother', 'immedi', 'appear', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'hi', 'sister', 'with', 'a', 'dish', 'pile', 'high', 'with', 'potato', '.', 'the', 'food', 'wa', 'steam', ',', 'and', 'fill', 'the', 'room', 'with', 'it', 'smell', '.', 'the', 'gentlemen', 'bent', 'over', 'the', 'dish', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'want', 'to', 'test', 'the', 'food', 'befor', 'eat', 'it', ',', 'and', 'the', 'gentleman', 'in', 'the', 'middl', ',', 'who', 'seem', 'to', 'count', 'as', 'an', 'author', 'for', 'the', 'other', 'two', ',', 'did', 'inde', 'cut', 'off', 'a', 'piec', 'of', 'meat', 'while', 'it', 'wa', 'still', 'in', 'it', 'dish', ',', 'clearli', 'wish', 'to', 'establish', 'whether', 'it', 'wa', 'suffici', 'cook', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen', '.', 'It', 'wa', 'to', 'hi', 'satisfact', ',', 'and', 'gregor', "'s", 'mother', 'and', 'sister', ',', 'who', 'had', 'been', 'look', 'on', 'anxious', ',', 'began', 'to', 'breath', 'again', 'and', 'smile', '.', 'the', 'famili', 'themselv', 'ate', 'in', 'the', 'kitchen', '.', 'nonetheless', ',', "gregor'", 'father', 'came', 'into', 'the', 'live', 'room', 'befor', 'he', 'went', 'into', 'the', 'kitchen', ',', 'bow', 'onc', 'with', 'hi', 'cap', 'in', 'hi', 'hand', 'and', 'did', 'hi', 'round', 'of', 'the', 'tabl', '.', 'the', 'gentlemen', 'stood', 'as', 'one', ',', 'and', 'mumbl', 'someth', 'into', 'their', 'beard', '.', 'then', ',', 'onc', 'they', 'were', 'alon', ',', 'they', 'ate', 'in', 'near', 'perfect', 'silenc', '.', 'It', 'seem', 'remark', 'to', 'gregor', 'that', 'abov', 'all', 'the', 'variou', 'nois', 'of', 'eat', 'their', 'chew', 'teeth', 'could', 'still', 'be', 'heard', ',', 'as', 'if', 'they', 'had', 'want', 'to', 'show', 'gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'wa', 'not', 'possibl', 'to', 'perform', 'anyth', 'with', 'jaw', 'that', 'are', 'toothless', 'howev', 'nice', 'they', 'might', 'be', '.', '``', 'I', "'d", 'like', 'to', 'eat', 'someth', "''", ',', 'said', 'gregor', 'anxious', ',', '``', 'but', 'not', 'anyth', 'like', 'they', "'re", 'eat', '.', 'they', 'do', 'feed', 'themselv', '.', 'and', 'here', 'I', 'am', ',', 'die', '!', "''", 'throughout', 'all', 'thi', 'time', ',', 'gregor', 'could', 'not', 'rememb', 'have', 'heard', 'the', 'violin', 'be', 'play', ',', 'but', 'thi', 'even', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen', '.', 'the', 'three', 'gentlemen', 'had', 'alreadi', 'finish', 'their', 'meal', ',', 'the', 'one', 'in', 'the', 'middl', 'had', 'produc', 'a', 'newspap', ',', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'other', ',', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chair', 'read', 'them', 'and', 'smoke', '.', 'when', 'the', 'violin', 'began', 'play', 'they', 'becam', 'attent', ',', 'stood', 'up', 'and', 'went', 'on', 'tip-to', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'press', 'against', 'each', 'other', '.', 'someon', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen', ',', 'as', 'gregor', "'s", 'father', 'call', 'out', ':', '``', 'Is', 'the', 'play', 'perhap', 'unpleas', 'for', 'the', 'gentlemen', '?', 'We', 'can', 'stop', 'it', 'straight', 'away', '.', "''", '``', 'On', 'the', 'contrari', "''", ',', 'said', 'the', 'middl', 'gentleman', ',', '``', 'would', 'the', 'young', 'ladi', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room', ',', 'where', 'it', 'is', ',', 'after', 'all', ',', 'much', 'more', 'cosi', 'and', 'comfort', '?', "''", '``', 'Oh', 'ye', ',', 'we', "'d", 'love', 'to', "''", ',', 'call', 'back', 'gregor', "'s", 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself', '.', 'the', 'gentlemen', 'step', 'back', 'into', 'the', 'room', 'and', 'wait', '.', 'gregor', "'s", 'father', 'soon', 'appear', 'with', 'the', 'music', 'stand', ',', 'hi', 'mother', 'with', 'the', 'music', 'and', 'hi', 'sister', 'with', 'the', 'violin', '.', 'she', 'calmli', 'prepar', 'everyth', 'for', 'her', 'to', 'begin', 'play', ';', 'hi', 'parent', ',', 'who', 'had', 'never', 'rent', 'a', 'room', 'out', 'befor', 'and', 'therefor', 'show', 'an', 'exagger', 'courtesi', 'toward', 'the', 'three', 'gentlemen', ',', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chair', ';', 'hi', 'father', 'leant', 'against', 'the', 'door', 'with', 'hi', 'right', 'hand', 'push', 'in', 'between', 'two', 'button', 'on', 'hi', 'uniform', 'coat', ';', 'hi', 'mother', ',', 'though', ',', 'wa', 'offer', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', '-', 'leav', 'the', 'chair', 'where', 'the', 'gentleman', 'happen', 'to', 'have', 'place', 'it', '-', 'out', 'of', 'the', 'way', 'in', 'a', 'corner', '.', 'hi', 'sister', 'began', 'to', 'play', ';', 'father', 'and', 'mother', 'paid', 'close', 'attent', ',', 'one', 'on', 'each', 'side', ',', 'to', 'the', 'movement', 'of', 'her', 'hand', '.', 'drawn', 'in', 'by', 'the', 'play', ',', 'gregor', 'had', 'dare', 'to', 'come', 'forward', 'a', 'littl', 'and', 'alreadi', 'had', 'hi', 'head', 'in', 'the', 'live', 'room', '.', 'befor', ',', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'consider', 'he', 'wa', 'but', 'now', 'it', 'hardli', 'occur', 'to', 'him', 'that', 'he', 'had', 'becom', 'so', 'thoughtless', 'about', 'the', 'other', '.', 'what', "'s", 'more', ',', 'there', 'wa', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'wa', 'cover', 'in', 'the', 'dust', 'that', 'lay', 'everywher', 'in', 'hi', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement', ';', 'he', 'carri', 'thread', ',', 'hair', ',', 'and', 'remain', 'of', 'food', 'about', 'on', 'hi', 'back', 'and', 'side', ';', 'he', 'wa', 'much', 'too', 'indiffer', 'to', 'everyth', 'now', 'to', 'lay', 'on', 'hi', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'use', 'to', 'do', 'sever', 'time', 'a', 'day', '.', 'and', 'despit', 'thi', 'condit', ',', 'he', 'wa', 'not', 'too', 'shi', 'to', 'move', 'forward', 'a', 'littl', 'onto', 'the', 'immacul', 'floor', 'of', 'the', 'live', 'room', '.', 'no-on', 'notic', 'him', ',', 'though', '.', 'the', 'famili', 'wa', 'total', 'preoccupi', 'with', 'the', 'violin', 'play', ';', 'at', 'first', ',', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hand', 'in', 'their', 'pocket', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'note', 'be', 'play', ',', 'and', 'they', 'must', 'have', 'disturb', 'gregor', "'s", 'sister', ',', 'but', 'soon', ',', 'in', 'contrast', 'with', 'the', 'famili', ',', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'head', 'sunk', 'and', 'talk', 'to', 'each', 'other', 'at', 'half', 'volum', ',', 'and', 'they', 'stay', 'by', 'the', 'window', 'while', 'gregor', "'s", 'father', 'observ', 'them', 'anxious', '.', 'It', 'realli', 'now', 'seem', 'veri', 'obviou', 'that', 'they', 'had', 'expect', 'to', 'hear', 'some', 'beauti', 'or', 'entertain', 'violin', 'play', 'but', 'had', 'been', 'disappoint', ',', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'perform', 'and', 'it', 'wa', 'onli', 'now', 'out', 'of', 'polit', 'that', 'they', 'allow', 'their', 'peac', 'to', 'be', 'disturb', '.', 'It', 'wa', 'especi', 'unnerv', ',', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarett', 'upward', 'from', 'their', 'mouth', 'and', 'nose', '.', 'yet', 'gregor', "'s", 'sister', 'wa', 'play', 'so', 'beauti', '.', 'her', 'face', 'wa', 'leant', 'to', 'one', 'side', ',', 'follow', 'the', 'line', 'of', 'music', 'with', 'a', 'care', 'and', 'melancholi', 'express', '.', 'gregor', 'crawl', 'a', 'littl', 'further', 'forward', ',', 'keep', 'hi', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eye', 'if', 'the', 'chanc', 'came', '.', 'wa', 'he', 'an', 'anim', 'if', 'music', 'could', 'captiv', 'him', 'so', '?', 'It', 'seem', 'to', 'him', 'that', 'he', 'wa', 'be', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourish', 'he', 'had', 'been', 'yearn', 'for', '.', 'He', 'wa', 'determin', 'to', 'make', 'hi', 'way', 'forward', 'to', 'hi', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'hi', 'room', 'with', 'her', 'violin', ',', 'as', 'no-on', 'appreci', 'her', 'play', 'here', 'as', 'much', 'as', 'he', 'would', '.', 'He', 'never', 'want', 'to', 'let', 'her', 'out', 'of', 'hi', 'room', ',', 'not', 'while', 'he', 'live', ',', 'anyway', ';', 'hi', 'shock', 'appear', 'should', ',', 'for', 'onc', ',', 'be', 'of', 'some', 'use', 'to', 'him', ';', 'he', 'want', 'to', 'be', 'at', 'everi', 'door', 'of', 'hi', 'room', 'at', 'onc', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attack', ';', 'hi', 'sister', 'should', 'not', 'be', 'forc', 'to', 'stay', 'with', 'him', ',', 'though', ',', 'but', 'stay', 'of', 'her', 'own', 'free', 'will', ';', 'she', 'would', 'sit', 'besid', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'alway', 'intend', 'to', 'send', 'her', 'to', 'the', 'conservatori', ',', 'how', 'he', 'would', 'have', 'told', 'everyon', 'about', 'it', 'last', 'christma', '-', 'had', 'christma', 'realli', 'come', 'and', 'gone', 'alreadi', '?', '-', 'if', 'thi', 'misfortun', 'had', "n't", 'got', 'in', 'the', 'way', ',', 'and', 'refus', 'to', 'let', 'anyon', 'dissuad', 'him', 'from', 'it', '.', 'On', 'hear', 'all', 'thi', ',', 'hi', 'sister', 'would', 'break', 'out', 'in', 'tear', 'of', 'emot', ',', 'and', 'gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck', ',', 'which', ',', 'sinc', 'she', 'had', 'been', 'go', 'out', 'to', 'work', ',', 'she', 'had', 'kept', 'free', 'without', 'ani', 'necklac', 'or', 'collar', '.', '``', 'Mr', '.', 'samsa', '!', '``', ',', 'shout', 'the', 'middl', 'gentleman', 'to', 'gregor', "'s", 'father', ',', 'point', ',', 'without', 'wast', 'ani', 'more', 'word', ',', 'with', 'hi', 'forefing', 'at', 'gregor', 'as', 'he', 'slowli', 'move', 'forward', '.', 'the', 'violin', 'went', 'silent', ',', 'the', 'middl', 'of', 'the', 'three', 'gentlemen', 'first', 'smile', 'at', 'hi', 'two', 'friend', ',', 'shake', 'hi', 'head', ',', 'and', 'then', 'look', 'back', 'at', 'gregor', '.', 'hi', 'father', 'seem', 'to', 'think', 'it', 'more', 'import', 'to', 'calm', 'the', 'three', 'gentlemen', 'befor', 'drive', 'gregor', 'out', ',', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seem', 'to', 'think', 'gregor', 'wa', 'more', 'entertain', 'than', 'the', 'violin', 'play', 'had', 'been', '.', 'He', 'rush', 'up', 'to', 'them', 'with', 'hi', 'arm', 'spread', 'out', 'and', 'attempt', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'tri', 'to', 'block', 'their', 'view', 'of', 'gregor', 'with', 'hi', 'bodi', '.', 'now', 'they', 'did', 'becom', 'a', 'littl', 'annoy', ',', 'and', 'it', 'wa', 'not', 'clear', 'whether', 'it', 'wa', 'hi', 'father', "'s", 'behaviour', 'that', 'annoy', 'them', 'or', 'the', 'dawn', 'realis', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'gregor', 'in', 'the', 'next', 'room', 'without', 'know', 'it', '.', 'they', 'ask', 'gregor', "'s", 'father', 'for', 'explan', ',', 'rais', 'their', 'arm', 'like', 'he', 'had', ',', 'tug', 'excitedli', 'at', 'their', 'beard', 'and', 'move', 'back', 'toward', 'their', 'room', 'onli', 'veri', 'slowli', '.', 'meanwhil', 'gregor', "'s", 'sister', 'had', 'overcom', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'play', 'wa', 'suddenli', 'interrupt', '.', 'she', 'had', 'let', 'her', 'hand', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limpli', 'for', 'a', 'while', 'but', 'continu', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'play', ',', 'but', 'then', 'she', 'suddenli', 'pull', 'herself', 'togeth', ',', 'lay', 'the', 'instrument', 'on', 'her', 'mother', "'s", 'lap', 'who', 'still', 'sat', 'labori', 'struggl', 'for', 'breath', 'where', 'she', 'wa', ',', 'and', 'ran', 'into', 'the', 'next', 'room', 'which', ',', 'under', 'pressur', 'from', 'her', 'father', ',', 'the', 'three', 'gentlemen', 'were', 'more', 'quickli', 'move', 'toward', '.', 'under', 'hi', 'sister', "'s", 'experienc', 'hand', ',', 'the', 'pillow', 'and', 'cover', 'on', 'the', 'bed', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'alreadi', 'finish', 'make', 'the', 'bed', 'and', 'slip', 'out', 'again', 'befor', 'the', 'three', 'gentlemen', 'had', 'reach', 'the', 'room', '.', 'gregor', "'s", 'father', 'seem', 'so', 'obsess', 'with', 'what', 'he', 'wa', 'do', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owe', 'to', 'hi', 'tenant', '.', 'He', 'urg', 'them', 'and', 'press', 'them', 'until', ',', 'when', 'he', 'wa', 'alreadi', 'at', 'the', 'door', 'of', 'the', 'room', ',', 'the', 'middl', 'of', 'the', 'three', 'gentlemen', 'shout', 'like', 'thunder', 'and', 'stamp', 'hi', 'foot', 'and', 'therebi', 'brought', 'gregor', "'s", 'father', 'to', 'a', 'halt', '.', '``', 'I', 'declar', 'here', 'and', 'now', "''", ',', 'he', 'said', ',', 'rais', 'hi', 'hand', 'and', 'glanc', 'at', 'gregor', "'s", 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attent', 'too', ',', '``', 'that', 'with', 'regard', 'to', 'the', 'repugn', 'condit', 'that', 'prevail', 'in', 'thi', 'flat', 'and', 'with', 'thi', 'famili', "''", '-', 'here', 'he', 'look', 'briefli', 'but', 'decis', 'at', 'the', 'floor', '-', '``', 'I', 'give', 'immedi', 'notic', 'on', 'my', 'room', '.', 'for', 'the', 'day', 'that', 'I', 'have', 'been', 'live', 'here', 'I', 'will', ',', 'of', 'cours', ',', 'pay', 'noth', 'at', 'all', ',', 'on', 'the', 'contrari', 'I', 'will', 'consid', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damag', 'from', 'you', ',', 'and', 'believ', 'me', 'it', 'would', 'be', 'veri', 'easi', 'to', 'set', 'out', 'the', 'ground', 'for', 'such', 'an', 'action', '.', "''", 'He', 'wa', 'silent', 'and', 'look', 'straight', 'ahead', 'as', 'if', 'wait', 'for', 'someth', '.', 'and', 'inde', ',', 'hi', 'two', 'friend', 'join', 'in', 'with', 'the', 'word', ':', '``', 'and', 'we', 'also', 'give', 'immedi', 'notic', '.', "''", 'with', 'that', ',', 'he', 'took', 'hold', 'of', 'the', 'door', 'handl', 'and', 'slam', 'the', 'door', '.', 'gregor', "'s", 'father', 'stagger', 'back', 'to', 'hi', 'seat', ',', 'feel', 'hi', 'way', 'with', 'hi', 'hand', ',', 'and', 'fell', 'into', 'it', ';', 'it', 'look', 'as', 'if', 'he', 'wa', 'stretch', 'himself', 'out', 'for', 'hi', 'usual', 'even', 'nap', 'but', 'from', 'the', 'uncontrol', 'way', 'hi', 'head', 'kept', 'nod', 'it', 'could', 'be', 'seen', 'that', 'he', 'wa', 'not', 'sleep', 'at', 'all', '.', 'throughout', 'all', 'thi', ',', 'gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him', '.', 'hi', 'disappoint', 'at', 'the', 'failur', 'of', 'hi', 'plan', ',', 'and', 'perhap', 'also', 'becaus', 'he', 'wa', 'weak', 'from', 'hunger', ',', 'made', 'it', 'imposs', 'for', 'him', 'to', 'move', '.', 'He', 'wa', 'sure', 'that', 'everyon', 'would', 'turn', 'on', 'him', 'ani', 'moment', ',', 'and', 'he', 'wait', '.', 'He', 'wa', 'not', 'even', 'startl', 'out', 'of', 'thi', 'state', 'when', 'the', 'violin', 'on', 'hi', 'mother', "'s", 'lap', 'fell', 'from', 'her', 'trembl', 'finger', 'and', 'land', 'loudli', 'on', 'the', 'floor', '.', '``', 'father', ',', 'mother', "''", ',', 'said', 'hi', 'sister', ',', 'hit', 'the', 'tabl', 'with', 'her', 'hand', 'as', 'introduct', ',', '``', 'we', 'ca', "n't", 'carri', 'on', 'like', 'thi', '.', 'mayb', 'you', 'ca', "n't", 'see', 'it', ',', 'but', 'I', 'can', '.', 'I', 'do', "n't", 'want', 'to', 'call', 'thi', 'monster', 'my', 'brother', ',', 'all', 'I', 'can', 'say', 'is', ':', 'we', 'have', 'to', 'tri', 'and', 'get', 'rid', 'of', 'it', '.', 'We', "'ve", 'done', 'all', "that'", 'humanli', 'possibl', 'to', 'look', 'after', 'it', 'and', 'be', 'patient', ',', 'I', 'do', "n't", 'think', 'anyon', 'could', 'accus', 'us', 'of', 'do', 'anyth', 'wrong', '.', "''", '``', 'she', "'s", 'absolut', 'right', "''", ',', 'said', 'gregor', "'s", 'father', 'to', 'himself', '.', 'hi', 'mother', ',', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath', ',', 'began', 'to', 'cough', 'dulli', ',', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'derang', 'express', 'in', 'her', 'eye', '.', 'gregor', "'s", 'sister', 'rush', 'to', 'hi', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead', '.', 'her', 'word', 'seem', 'to', 'give', 'gregor', "'s", 'father', 'some', 'more', 'definit', 'idea', '.', 'He', 'sat', 'upright', ',', 'play', 'with', 'hi', 'uniform', 'cap', 'between', 'the', 'plate', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal', ',', 'and', 'occasion', 'look', 'down', 'at', 'gregor', 'as', 'he', 'lay', 'there', 'immobil', '.', '``', 'We', 'have', 'to', 'tri', 'and', 'get', 'rid', 'of', 'it', "''", ',', 'said', 'gregor', "'s", 'sister', ',', 'now', 'speak', 'onli', 'to', 'her', 'father', ',', 'as', 'her', 'mother', 'wa', 'too', 'occupi', 'with', 'cough', 'to', 'listen', ',', '``', 'it', "'ll", 'be', 'the', 'death', 'of', 'both', 'of', 'you', ',', 'I', 'can', 'see', 'it', 'come', '.', 'We', 'ca', "n't", 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortur', 'like', 'thi', ',', 'we', 'ca', "n't", 'endur', 'it', '.', 'I', 'ca', "n't", 'endur', 'it', 'ani', 'more', '.', "''", 'and', 'she', 'broke', 'out', 'so', 'heavili', 'in', 'tear', 'that', 'they', 'flow', 'down', 'the', 'face', 'of', 'her', 'mother', ',', 'and', 'she', 'wipe', 'them', 'away', 'with', 'mechan', 'hand', 'movement', '.', '``', 'My', 'child', "''", ',', 'said', 'her', 'father', 'with', 'sympathi', 'and', 'obviou', 'understand', ',', "''", 'what', 'are', 'we', 'to', 'do', '?', "''", 'hi', 'sister', 'just', 'shrug', 'her', 'shoulder', 'as', 'a', 'sign', 'of', 'the', 'helpless', 'and', 'tear', 'that', 'had', 'taken', 'hold', 'of', 'her', ',', 'displac', 'her', 'earlier', 'certainti', '.', '``', 'If', 'he', 'could', 'just', 'understand', 'us', "''", ',', 'said', 'hi', 'father', 'almost', 'as', 'a', 'question', ';', 'hi', 'sister', 'shook', 'her', 'hand', 'vigor', 'through', 'her', 'tear', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'wa', 'no', 'question', '.', '``', 'If', 'he', 'could', 'just', 'understand', 'us', "''", ',', 'repeat', 'gregor', "'s", 'father', ',', 'close', 'hi', 'eye', 'in', 'accept', 'of', 'hi', 'sister', "'s", 'certainti', 'that', 'that', 'wa', 'quit', 'imposs', ',', '``', 'then', 'perhap', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrang', 'with', 'him', '.', 'but', 'as', 'it', 'is', '...', "''", "''", 'It', "'s", 'got', 'to', 'go', "''", ',', 'shout', 'hi', 'sister', ',', '``', 'that', "'s", 'the', 'onli', 'way', ',', 'father', '.', 'you', "'ve", 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', 'that', "'s", 'gregor', '.', 'We', "'ve", 'onli', 'harm', 'ourselv', 'by', 'believ', 'it', 'for', 'so', 'long', '.', 'how', 'can', 'that', 'be', 'gregor', '?', 'If', 'it', 'were', 'gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', 'it', "'s", 'not', 'possibl', 'for', 'human', 'be', 'to', 'live', 'with', 'an', 'anim', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'hi', 'own', 'free', 'will', '.', 'We', 'would', "n't", 'have', 'a', 'brother', 'ani', 'more', ',', 'then', ',', 'but', 'we', 'could', 'carri', 'on', 'with', 'our', 'live', 'and', 'rememb', 'him', 'with', 'respect', '.', 'As', 'it', 'is', 'thi', 'anim', 'is', 'persecut', 'us', ',', "it'", 'driven', 'out', 'our', 'tenant', ',', 'it', 'obvious', 'want', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'forc', 'us', 'to', 'sleep', 'on', 'the', 'street', '.', 'father', ',', 'look', ',', 'just', 'look', "''", ',', 'she', 'suddenli', 'scream', ',', '``', 'he', "'s", 'start', 'again', '!', "''", 'In', 'her', 'alarm', ',', 'which', 'wa', 'total', 'beyond', 'gregor', "'s", 'comprehens', ',', 'hi', 'sister', 'even', 'abandon', 'hi', 'mother', 'as', 'she', 'push', 'herself', 'vigor', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'will', 'to', 'sacrific', 'her', 'own', 'mother', 'than', 'stay', 'anywher', 'near', 'gregor', '.', 'she', 'rush', 'over', 'to', 'behind', 'her', 'father', ',', 'who', 'had', 'becom', 'excit', 'mere', 'becaus', 'she', 'wa', 'and', 'stood', 'up', 'half', 'rais', 'hi', 'hand', 'in', 'front', 'of', 'gregor', "'s", 'sister', 'as', 'if', 'to', 'protect', 'her', '.', 'but', 'gregor', 'had', 'had', 'no', 'intent', 'of', 'frighten', 'anyon', ',', 'least', 'of', 'all', 'hi', 'sister', '.', 'all', 'he', 'had', 'done', 'wa', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'hi', 'room', ',', 'although', 'that', 'wa', 'in', 'itself', 'quit', 'startl', 'as', 'hi', 'pain-wrack', 'condit', 'meant', 'that', 'turn', 'round', 'requir', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'wa', 'use', 'hi', 'head', 'to', 'help', 'himself', 'do', 'it', ',', 'repeatedli', 'rais', 'it', 'and', 'strike', 'it', 'against', 'the', 'floor', '.', 'He', 'stop', 'and', 'look', 'round', '.', 'they', 'seem', 'to', 'have', 'realis', 'hi', 'good', 'intent', 'and', 'had', 'onli', 'been', 'alarm', 'briefli', '.', 'now', 'they', 'all', 'look', 'at', 'him', 'in', 'unhappi', 'silenc', '.', 'hi', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'leg', 'stretch', 'out', 'and', 'press', 'against', 'each', 'other', ',', 'her', 'eye', 'nearli', 'close', 'with', 'exhaust', ';', 'hi', 'sister', 'sat', 'next', 'to', 'hi', 'father', 'with', 'her', 'arm', 'around', 'hi', 'neck', '.', '``', 'mayb', 'now', 'they', "'ll", 'let', 'me', 'turn', 'round', "''", ',', 'thought', 'gregor', 'and', 'went', 'back', 'to', 'work', '.', 'He', 'could', 'not', 'help', 'pant', 'loudli', 'with', 'the', 'effort', 'and', 'had', 'sometim', 'to', 'stop', 'and', 'take', 'a', 'rest', '.', 'no-on', 'wa', 'make', 'him', 'rush', 'ani', 'more', ',', 'everyth', 'wa', 'left', 'up', 'to', 'him', '.', 'As', 'soon', 'as', 'he', 'had', 'final', 'finish', 'turn', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead', '.', 'He', 'wa', 'amaz', 'at', 'the', 'great', 'distanc', 'that', 'separ', 'him', 'from', 'hi', 'room', ',', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'cover', 'that', 'distanc', 'in', 'hi', 'weak', 'state', 'a', 'littl', 'while', 'befor', 'and', 'almost', 'without', 'notic', 'it', '.', 'He', 'concentr', 'on', 'crawl', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardli', 'notic', 'that', 'there', 'wa', 'not', 'a', 'word', ',', 'not', 'ani', 'cri', ',', 'from', 'hi', 'famili', 'to', 'distract', 'him', '.', 'He', 'did', 'not', 'turn', 'hi', 'head', 'until', 'he', 'had', 'reach', 'the', 'doorway', '.', 'He', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'hi', 'neck', 'becom', 'stiff', ',', 'but', 'it', 'wa', 'nonetheless', 'enough', 'to', 'see', 'that', 'noth', 'behind', 'him', 'had', 'chang', ',', 'onli', 'hi', 'sister', 'had', 'stood', 'up', '.', 'with', 'hi', 'last', 'glanc', 'he', 'saw', 'that', 'hi', 'mother', 'had', 'now', 'fallen', 'complet', 'asleep', '.', 'He', 'wa', 'hardli', 'insid', 'hi', 'room', 'befor', 'the', 'door', 'wa', 'hurriedli', 'shut', ',', 'bolt', 'and', 'lock', '.', 'the', 'sudden', 'nois', 'behind', 'gregor', 'so', 'startl', 'him', 'that', 'hi', 'littl', 'leg', 'collaps', 'under', 'him', '.', 'It', 'wa', 'hi', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush', '.', 'she', 'had', 'been', 'stand', 'there', 'wait', 'and', 'sprung', 'forward', 'lightli', ',', 'gregor', 'had', 'not', 'heard', 'her', 'come', 'at', 'all', ',', 'and', 'as', 'she', 'turn', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudli', 'to', 'her', 'parent', '``', 'At', 'last', '!', "''", '.', '``', 'what', 'now', ',', 'then', '?', '``', ',', 'gregor', 'ask', 'himself', 'as', 'he', 'look', 'round', 'in', 'the', 'dark', '.', 'He', 'soon', 'made', 'the', 'discoveri', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all', '.', 'thi', 'wa', 'no', 'surpris', 'to', 'him', ',', 'it', 'seem', 'rather', 'that', 'be', 'abl', 'to', 'actual', 'move', 'around', 'on', 'those', 'spindli', 'littl', 'leg', 'until', 'then', 'wa', 'unnatur', '.', 'He', 'also', 'felt', 'rel', 'comfort', '.', 'It', 'is', 'true', 'that', 'hi', 'entir', 'bodi', 'wa', 'ach', ',', 'but', 'the', 'pain', 'seem', 'to', 'be', 'slowli', 'get', 'weaker', 'and', 'weaker', 'and', 'would', 'final', 'disappear', 'altogeth', '.', 'He', 'could', 'alreadi', 'hardli', 'feel', 'the', 'decay', 'appl', 'in', 'hi', 'back', 'or', 'the', 'inflam', 'area', 'around', 'it', ',', 'which', 'wa', 'entir', 'cover', 'in', 'white', 'dust', '.', 'He', 'thought', 'back', 'of', 'hi', 'famili', 'with', 'emot', 'and', 'love', '.', 'If', 'it', 'wa', 'possibl', ',', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongli', 'than', 'hi', 'sister', '.', 'He', 'remain', 'in', 'thi', 'state', 'of', 'empti', 'and', 'peac', 'rumin', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morn', '.', 'He', 'watch', 'as', 'it', 'slowli', 'began', 'to', 'get', 'light', 'everywher', 'outsid', 'the', 'window', 'too', '.', 'then', ',', 'without', 'hi', 'will', 'it', ',', 'hi', 'head', 'sank', 'down', 'complet', ',', 'and', 'hi', 'last', 'breath', 'flow', 'weakli', 'from', 'hi', 'nostril', '.', 'when', 'the', 'cleaner', 'came', 'in', 'earli', 'in', 'the', 'morn', '-', 'they', "'d", 'often', 'ask', 'her', 'not', 'to', 'keep', 'slam', 'the', 'door', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurri', 'she', 'still', 'did', ',', 'so', 'that', 'everyon', 'in', 'the', 'flat', 'knew', 'when', "she'd", 'arriv', 'and', 'from', 'then', 'on', 'it', 'wa', 'imposs', 'to', 'sleep', 'in', 'peac', '-', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'gregor', 'and', 'at', 'first', 'found', 'noth', 'special', '.', 'she', 'thought', 'he', 'wa', 'lay', 'there', 'so', 'still', 'on', 'purpos', ',', 'play', 'the', 'martyr', ';', 'she', 'attribut', 'all', 'possibl', 'understand', 'to', 'him', '.', 'she', 'happen', 'to', 'be', 'hold', 'the', 'long', 'broom', 'in', 'her', 'hand', ',', 'so', 'she', 'tri', 'to', 'tickl', 'gregor', 'with', 'it', 'from', 'the', 'doorway', '.', 'when', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tri', 'to', 'make', 'a', 'nuisanc', 'of', 'herself', 'and', 'poke', 'at', 'him', 'a', 'littl', ',', 'and', 'onli', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resist', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attent', '.', 'she', 'soon', 'realis', 'what', 'had', 'realli', 'happen', ',', 'open', 'her', 'eye', 'wide', ',', 'whistl', 'to', 'herself', ',', 'but', 'did', 'not', 'wast', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'door', 'and', 'shout', 'loudli', 'into', 'the', 'dark', 'of', 'the', 'bedroom', ':', '``', 'come', 'and', "'ave", 'a', 'look', 'at', 'thi', ',', 'it', "'s", 'dead', ',', 'just', 'lie', 'there', ',', 'stone', 'dead', '!', "''", 'mr.', 'and', 'mrs.', 'samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriag', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caus', 'by', 'the', 'cleaner', 'befor', 'they', 'could', 'grasp', 'what', 'she', 'wa', 'say', '.', 'but', 'then', ',', 'each', 'from', 'hi', 'own', 'side', ',', 'they', 'hurri', 'out', 'of', 'bed', '.', 'mr.', 'samsa', 'threw', 'the', 'blanket', 'over', 'hi', 'shoulder', ',', 'mrs.', 'samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress', ';', 'and', 'that', 'is', 'how', 'they', 'went', 'into', 'gregor', "'s", 'room', '.', 'On', 'the', 'way', 'they', 'open', 'the', 'door', 'to', 'the', 'live', 'room', 'where', 'grete', 'had', 'been', 'sleep', 'sinc', 'the', 'three', 'gentlemen', 'had', 'move', 'in', ';', 'she', 'wa', 'fulli', 'dress', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep', ',', 'and', 'the', 'pale', 'of', 'her', 'face', 'seem', 'to', 'confirm', 'thi', '.', '``', 'dead', '?', '``', ',', 'ask', 'mrs.', 'samsa', ',', 'look', 'at', 'the', 'charwoman', 'enquiringli', ',', 'even', 'though', 'she', 'could', 'have', 'check', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'check', '.', '``', 'that', "'s", 'what', 'I', 'said', "''", ',', 'repli', 'the', 'cleaner', ',', 'and', 'to', 'prove', 'it', 'she', 'gave', 'gregor', "'s", 'bodi', 'anoth', 'shove', 'with', 'the', 'broom', ',', 'send', 'it', 'sideway', 'across', 'the', 'floor', '.', 'mrs.', 'samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'want', 'to', 'hold', 'back', 'the', 'broom', ',', 'but', 'did', 'not', 'complet', 'it', '.', '``', 'now', 'then', "''", ',', 'said', 'mr.', 'samsa', ',', '``', 'let', "'s", 'give', 'thank', 'to', 'god', 'for', 'that', "''", '.', 'He', 'cross', 'himself', ',', 'and', 'the', 'three', 'women', 'follow', 'hi', 'exampl', '.', 'grete', ',', 'who', 'had', 'not', 'taken', 'her', 'eye', 'from', 'the', 'corps', ',', 'said', ':', "''", 'just', 'look', 'how', 'thin', 'he', 'wa', '.', 'He', 'did', "n't", 'eat', 'anyth', 'for', 'so', 'long', '.', 'the', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in', "''", '.', "gregor'", 'bodi', 'wa', 'inde', 'complet', 'dri', 'up', 'and', 'flat', ',', 'they', 'had', 'not', 'seen', 'it', 'until', 'then', ',', 'but', 'now', 'he', 'wa', 'not', 'lift', 'up', 'on', 'hi', 'littl', 'leg', ',', 'nor', 'did', 'he', 'do', 'anyth', 'to', 'make', 'them', 'look', 'away', '.', '``', 'grete', ',', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'littl', 'while', "''", ',', 'said', 'mrs.', 'samsa', 'with', 'a', 'pain', 'smile', ',', 'and', 'grete', 'follow', 'her', 'parent', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'look', 'back', 'at', 'the', 'bodi', '.', 'the', 'cleaner', 'shut', 'the', 'door', 'and', 'open', 'the', 'window', 'wide', '.', 'although', 'it', 'wa', 'still', 'earli', 'in', 'the', 'morn', 'the', 'fresh', 'air', 'had', 'someth', 'of', 'warmth', 'mix', 'in', 'with', 'it', '.', 'It', 'wa', 'alreadi', 'the', 'end', 'of', 'march', ',', 'after', 'all', '.', 'the', 'three', 'gentlemen', 'step', 'out', 'of', 'their', 'room', 'and', 'look', 'round', 'in', 'amaz', 'for', 'their', 'breakfast', ';', 'they', 'had', 'been', 'forgotten', 'about', '.', '``', 'where', 'is', 'our', 'breakfast', '?', '``', ',', 'the', 'middl', 'gentleman', 'ask', 'the', 'cleaner', 'irrit', '.', 'she', 'just', 'put', 'her', 'finger', 'on', 'her', 'lip', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', "gregor'", 'room', '.', 'they', 'did', 'so', ',', 'and', 'stood', 'around', 'gregor', "'s", 'corps', 'with', 'their', 'hand', 'in', 'the', 'pocket', 'of', 'their', 'well-worn', 'coat', '.', 'It', 'wa', 'now', 'quit', 'light', 'in', 'the', 'room', '.', 'then', 'the', 'door', 'of', 'the', 'bedroom', 'open', 'and', 'mr.', 'samsa', 'appear', 'in', 'hi', 'uniform', 'with', 'hi', 'wife', 'on', 'one', 'arm', 'and', 'hi', 'daughter', 'on', 'the', 'other', '.', 'all', 'of', 'them', 'had', 'been', 'cri', 'a', 'littl', ';', 'grete', 'now', 'and', 'then', 'press', 'her', 'face', 'against', 'her', 'father', "'s", 'arm', '.', '``', 'leav', 'my', 'home', '.', 'now', '!', '``', ',', 'said', 'mr.', 'samsa', ',', 'indic', 'the', 'door', 'and', 'without', 'let', 'the', 'women', 'from', 'him', '.', '``', 'what', 'do', 'you', 'mean', '?', '``', ',', 'ask', 'the', 'middl', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcert', ',', 'and', 'he', 'smile', 'sweetli', '.', 'the', 'other', 'two', 'held', 'their', 'hand', 'behind', 'their', 'back', 'and', 'continu', 'rub', 'them', 'togeth', 'in', 'gleeful', 'anticip', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'onli', 'end', 'in', 'their', 'favour', '.', '``', 'I', 'mean', 'just', 'what', 'I', 'said', "''", ',', 'answer', 'mr.', 'samsa', ',', 'and', ',', 'with', 'hi', 'two', 'companion', ',', 'went', 'in', 'a', 'straight', 'line', 'toward', 'the', 'man', '.', 'At', 'first', ',', 'he', 'stood', 'there', 'still', ',', 'look', 'at', 'the', 'ground', 'as', 'if', 'the', 'content', 'of', 'hi', 'head', 'were', 'rearrang', 'themselv', 'into', 'new', 'posit', '.', '``', 'alright', ',', 'we', "'ll", 'go', 'then', "''", ',', 'he', 'said', ',', 'and', 'look', 'up', 'at', 'mr.', 'samsa', 'as', 'if', 'he', 'had', 'been', 'suddenli', 'overcom', 'with', 'humil', 'and', 'want', 'permiss', 'again', 'from', 'mr.', 'samsa', 'for', 'hi', 'decis', '.', 'mr.', 'samsa', 'mere', 'open', 'hi', 'eye', 'wide', 'and', 'briefli', 'nod', 'to', 'him', 'sever', 'time', '.', 'At', 'that', ',', 'and', 'without', 'delay', ',', 'the', 'man', 'actual', 'did', 'take', 'long', 'stride', 'into', 'the', 'front', 'hallway', ';', 'hi', 'two', 'friend', 'had', 'stop', 'rub', 'their', 'hand', 'some', 'time', 'befor', 'and', 'had', 'been', 'listen', 'to', 'what', 'wa', 'be', 'said', '.', 'now', 'they', 'jump', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'mr.', 'samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connect', 'with', 'their', 'leader', '.', 'onc', 'there', ',', 'all', 'three', 'took', 'their', 'hat', 'from', 'the', 'stand', ',', 'took', 'their', 'stick', 'from', 'the', 'holder', ',', 'bow', 'without', 'a', 'word', 'and', 'left', 'the', 'premis', '.', 'mr.', 'samsa', 'and', 'the', 'two', 'women', 'follow', 'them', 'out', 'onto', 'the', 'land', ';', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', 'men', "'s", 'intent', 'and', 'as', 'they', 'lean', 'over', 'the', 'land', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steadi', 'progress', 'down', 'the', 'mani', 'step', '.', 'As', 'they', 'turn', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappear', 'and', 'would', 'reappear', 'a', 'few', 'moment', 'later', ';', 'the', 'further', 'down', 'they', 'went', ',', 'the', 'more', 'that', 'the', 'samsa', 'famili', 'lost', 'interest', 'in', 'them', ';', 'when', 'a', "butcher'", 'boy', ',', 'proud', 'of', 'postur', 'with', 'hi', 'tray', 'on', 'hi', 'head', ',', 'pass', 'them', 'on', 'hi', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were', ',', 'mr.', 'samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'land', 'and', 'went', ',', 'as', 'if', 'reliev', ',', 'back', 'into', 'the', 'flat', '.', 'they', 'decid', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'wa', 'for', 'relax', 'and', 'to', 'go', 'for', 'a', 'walk', ';', 'not', 'onli', 'had', 'they', 'earn', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'seriou', 'need', 'of', 'it', '.', 'So', 'they', 'sat', 'at', 'the', 'tabl', 'and', 'wrote', 'three', 'letter', 'of', 'excus', ',', 'mr.', 'samsa', 'to', 'hi', 'employ', ',', 'mrs.', 'samsa', 'to', 'her', 'contractor', 'and', 'grete', 'to', 'her', 'princip', '.', 'the', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'write', 'to', 'tell', 'them', 'she', 'wa', 'go', ',', 'she', "'d", 'finish', 'her', 'work', 'for', 'that', 'morn', '.', 'the', 'three', 'of', 'them', 'at', 'first', 'just', 'nod', 'without', 'look', 'up', 'from', 'what', 'they', 'were', 'write', ',', 'and', 'it', 'wa', 'onli', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leav', 'that', 'they', 'look', 'up', 'in', 'irrit', '.', '``', 'well', '?', '``', ',', 'ask', 'mr.', 'samsa', '.', 'the', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremend', 'good', 'news', 'to', 'report', ',', 'but', 'would', 'onli', 'do', 'it', 'if', 'she', 'wa', 'clearli', 'ask', 'to', '.', 'the', 'almost', 'vertic', 'littl', 'ostrich', 'feather', 'on', 'her', 'hat', ',', 'which', 'had', 'been', 'a', 'sourc', 'of', 'irrit', 'to', 'mr.', 'samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'work', 'for', 'them', ',', 'sway', 'gentli', 'in', 'all', 'direct', '.', '``', 'what', 'is', 'it', 'you', 'want', 'then', '?', '``', ',', 'ask', 'mrs.', 'samsa', ',', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for', '.', '``', 'ye', "''", ',', 'she', 'answer', ',', 'and', 'broke', 'into', 'a', 'friendli', 'laugh', 'that', 'made', 'her', 'unabl', 'to', 'speak', 'straight', 'away', ',', '``', 'well', 'then', ',', 'that', 'thing', 'in', 'there', ',', 'you', 'need', "n't", 'worri', 'about', 'how', 'you', "'re", 'go', 'to', 'get', 'rid', 'of', 'it', '.', 'that', "'s", 'all', 'been', 'sort', 'out', '.', "''", 'mrs.', 'samsa', 'and', 'grete', 'bent', 'down', 'over', 'their', 'letter', 'as', 'if', 'intent', 'on', 'continu', 'with', 'what', 'they', 'were', 'write', ';', 'mr.', 'samsa', 'saw', 'that', 'the', 'cleaner', 'want', 'to', 'start', 'describ', 'everyth', 'in', 'detail', 'but', ',', 'with', 'outstretch', 'hand', ',', 'he', 'made', 'it', 'quit', 'clear', 'that', 'she', 'wa', 'not', 'to', '.', 'So', ',', 'as', 'she', 'wa', 'prevent', 'from', 'tell', 'them', 'all', 'about', 'it', ',', 'she', 'suddenli', 'rememb', 'what', 'a', 'hurri', 'she', 'wa', 'in', 'and', ',', 'clearli', 'peev', ',', 'call', 'out', '``', 'cheerio', 'then', ',', 'everyon', "''", ',', 'turn', 'round', 'sharpli', 'and', 'left', ',', 'slam', 'the', 'door', 'terribl', 'as', 'she', 'went', '.', '``', 'tonight', 'she', 'get', 'sack', "''", ',', 'said', 'mr.', 'samsa', ',', 'but', 'he', 'receiv', 'no', 'repli', 'from', 'either', 'hi', 'wife', 'or', 'hi', 'daughter', 'as', 'the', 'charwoman', 'seem', 'to', 'have', 'destroy', 'the', 'peac', 'they', 'had', 'onli', 'just', 'gain', '.', 'they', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remain', 'with', 'their', 'arm', 'around', 'each', 'other', '.', 'mr.', 'samsa', 'twist', 'round', 'in', 'hi', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watch', 'for', 'a', 'while', '.', 'then', 'he', 'call', 'out', ':', '``', 'come', 'here', ',', 'then', '.', 'let', "'s", 'forget', 'about', 'all', 'that', 'old', 'stuff', ',', 'shall', 'we', '.', 'come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attent', "''", '.', 'the', 'two', 'women', 'immedi', 'did', 'as', 'he', 'said', ',', 'hurri', 'over', 'to', 'him', 'where', 'they', 'kiss', 'him', 'and', 'hug', 'him', 'and', 'then', 'they', 'quickli', 'finish', 'their', 'letter', '.', 'after', 'that', ',', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'togeth', ',', 'which', 'wa', 'someth', 'they', 'had', 'not', 'done', 'for', 'month', ',', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'countri', 'outsid', 'the', 'town', '.', 'they', 'had', 'the', 'tram', ',', 'fill', 'with', 'warm', 'sunshin', ',', 'all', 'to', 'themselv', '.', 'leant', 'back', 'comfort', 'on', 'their', 'seat', ',', 'they', 'discuss', 'their', 'prospect', 'and', 'found', 'that', 'on', 'closer', 'examin', 'they', 'were', 'not', 'at', 'all', 'bad', '-', 'until', 'then', 'they', 'had', 'never', 'ask', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'job', 'which', 'were', 'veri', 'good', 'and', 'held', 'particularli', 'good', 'promis', 'for', 'the', 'futur', '.', 'the', 'greatest', 'improv', 'for', 'the', 'time', 'be', ',', 'of', 'cours', ',', 'would', 'be', 'achiev', 'quit', 'easili', 'by', 'move', 'hous', ';', 'what', 'they', 'need', 'now', 'wa', 'a', 'flat', 'that', 'wa', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'gregor', ',', 'one', 'that', 'wa', 'in', 'a', 'better', 'locat', 'and', ',', 'most', 'of', 'all', ',', 'more', 'practic', '.', 'all', 'the', 'time', ',', 'grete', 'wa', 'becom', 'liveli', '.', 'with', 'all', 'the', 'worri', 'they', 'had', 'been', 'have', 'of', 'late', 'her', 'cheek', 'had', 'becom', 'pale', ',', 'but', ',', 'while', 'they', 'were', 'talk', ',', 'mr.', 'and', 'mrs.', 'samsa', 'were', 'struck', ',', 'almost', 'simultan', ',', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'wa', 'blossom', 'into', 'a', 'well', 'built', 'and', 'beauti', 'young', 'ladi', '.', 'they', 'becam', 'quieter', '.', 'just', 'from', 'each', 'other', "'s", 'glanc', 'and', 'almost', 'without', 'know', 'it', 'they', 'agre', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her', '.', 'and', ',', 'as', 'if', 'in', 'confirm', 'of', 'their', 'new', 'dream', 'and', 'good', 'intent', ',', 'as', 'soon', 'as', 'they', 'reach', 'their', 'destin', 'grete', 'wa', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'bodi', '.', 'updat', 'edit', 'will', 'replac', 'the', 'previou', 'one', '--', 'the', 'old', 'edit', 'will', 'be', 'renam', '.', 'creat', 'the', 'work', 'from', 'public', 'domain', 'print', 'edit', 'mean', 'that', 'no', 'one', 'own', 'a', 'unit', 'state', 'copyright', 'in', 'these', 'work', ',', 'so', 'the', 'foundat', '(', 'and', 'you', '!', ')', 'can', 'copi', 'and', 'distribut', 'it', 'in', 'the', 'unit', 'state', 'without', 'permiss', 'and', 'without', 'pay', 'copyright', 'royalti', '.', 'special', 'rule', ',', 'set', 'forth', 'in', 'the', 'gener', 'term', 'of', 'use', 'part', 'of', 'thi', 'licens', ',', 'appli', 'to', 'copi', 'and', 'distribut', 'project', 'gutenberg-tm', 'electron', 'work', 'to', 'protect', 'the', 'project', 'gutenberg-tm', 'concept', 'and', 'trademark', '.', 'project', 'gutenberg', 'is', 'a', 'regist', 'trademark', ',', 'and', 'may', 'not', 'be', 'use', 'if', 'you', 'charg', 'for', 'the', 'ebook', ',', 'unless', 'you', 'receiv', 'specif', 'permiss', '.', 'If', 'you', 'do', 'not', 'charg', 'anyth', 'for', 'copi', 'of', 'thi', 'ebook', ',', 'compli', 'with', 'the', 'rule', 'is', 'veri', 'easi', '.', 'you', 'may', 'use', 'thi', 'ebook', 'for', 'nearli', 'ani', 'purpos', 'such', 'as', 'creation', 'of', 'deriv', 'work', ',', 'report', ',', 'perform', 'and', 'research', '.', 'they', 'may', 'be', 'modifi', 'and', 'print', 'and', 'given', 'away', '--', 'you', 'may', 'do', 'practic', 'anyth', 'with', 'public', 'domain', 'ebook', '.', 'redistribut', 'is', 'subject', 'to', 'the', 'trademark', 'licens', ',', 'especi', 'commerci', 'redistribut', '.', 'A', '.', 'By', 'read', 'or', 'use', 'ani', 'part', 'of', 'thi', 'project', 'gutenberg-tm', 'electron', 'work', ',', 'you', 'indic', 'that', 'you', 'have', 'read', ',', 'understand', ',', 'agre', 'to', 'and', 'accept', 'all', 'the', 'term', 'of', 'thi', 'licens', 'and', 'intellectu', 'properti', '(', 'trademark/copyright', ')', 'agreement', '.', 'If', 'you', 'do', 'not', 'agre', 'to', 'abid', 'by', 'all', 'the', 'term', 'of', 'thi', 'agreement', ',', 'you', 'must', 'ceas', 'use', 'and', 'return', 'or', 'destroy', 'all', 'copi', 'of', 'project', 'gutenberg-tm', 'electron', 'work', 'in', 'your', 'possess', '.', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtain', 'a', 'copi', 'of', 'or', 'access', 'to', 'a', 'project', 'gutenberg-tm', 'electron', 'work', 'and', 'you', 'do', 'not', 'agre', 'to', 'be', 'bound', 'by', 'the', 'term', 'of', 'thi', 'agreement', ',', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entiti', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1.e.8', '.', '1.b', '.', '``', 'project', 'gutenberg', "''", 'is', 'a', 'regist', 'trademark', '.', 'It', 'may', 'onli', 'be', 'use', 'on', 'or', 'associ', 'in', 'ani', 'way', 'with', 'an', 'electron', 'work', 'by', 'peopl', 'who', 'agre', 'to', 'be', 'bound', 'by', 'the', 'term', 'of', 'thi', 'agreement', '.', 'there', 'are', 'a', 'few', 'thing', 'that', 'you', 'can', 'do', 'with', 'most', 'project', 'gutenberg-tm', 'electron', 'work', 'even', 'without', 'compli', 'with', 'the', 'full', 'term', 'of', 'thi', 'agreement', '.', 'see', 'paragraph', '1.c', 'below', '.', 'there', 'are', 'a', 'lot', 'of', 'thing', 'you', 'can', 'do', 'with', 'project', 'gutenberg-tm', 'electron', 'work', 'if', 'you', 'follow', 'the', 'term', 'of', 'thi', 'agreement', 'and', 'help', 'preserv', 'free', 'futur', 'access', 'to', 'project', 'gutenberg-tm', 'electron', 'work', '.', 'see', 'paragraph', '1.e', 'below', '.', '1.c', '.', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', '(', '``', 'the', 'foundat', "''", 'or', 'pglaf', ')', ',', 'own', 'a', 'compil', 'copyright', 'in', 'the', 'collect', 'of', 'project', 'gutenberg-tm', 'electron', 'work', '.', 'nearli', 'all', 'the', 'individu', 'work', 'in', 'the', 'collect', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'unit', 'state', '.', 'If', 'an', 'individu', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'unit', 'state', 'and', 'you', 'are', 'locat', 'in', 'the', 'unit', 'state', ',', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copi', ',', 'distribut', ',', 'perform', ',', 'display', 'or', 'creat', 'deriv', 'work', 'base', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'refer', 'to', 'project', 'gutenberg', 'are', 'remov', '.', 'Of', 'cours', ',', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'project', 'gutenberg-tm', 'mission', 'of', 'promot', 'free', 'access', 'to', 'electron', 'work', 'by', 'freeli', 'share', 'project', 'gutenberg-tm', 'work', 'in', 'complianc', 'with', 'the', 'term', 'of', 'thi', 'agreement', 'for', 'keep', 'the', 'project', 'gutenberg-tm', 'name', 'associ', 'with', 'the', 'work', '.', 'you', 'can', 'easili', 'compli', 'with', 'the', 'term', 'of', 'thi', 'agreement', 'by', 'keep', 'thi', 'work', 'in', 'the', 'same', 'format', 'with', 'it', 'attach', 'full', 'project', 'gutenberg-tm', 'licens', 'when', 'you', 'share', 'it', 'without', 'charg', 'with', 'other', '.', 'thi', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyright', 'individu', 'work', 'includ', 'with', 'the', 'permiss', 'of', 'the', 'copyright', 'holder', '.', 'inform', 'on', 'the', 'copyright', 'owner', 'for', 'thi', 'particular', 'work', 'and', 'the', 'term', 'of', 'use', 'impos', 'by', 'the', 'copyright', 'holder', 'on', 'thi', 'work', 'are', 'set', 'forth', 'at', 'the', 'begin', 'of', 'thi', 'work', '.', '1.d', '.', 'the', 'copyright', 'law', 'of', 'the', 'place', 'where', 'you', 'are', 'locat', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'thi', 'work', '.', 'copyright', 'law', 'in', 'most', 'countri', 'are', 'in', 'a', 'constant', 'state', 'of', 'chang', '.', 'If', 'you', 'are', 'outsid', 'the', 'unit', 'state', ',', 'check', 'the', 'law', 'of', 'your', 'countri', 'in', 'addit', 'to', 'the', 'term', 'of', 'thi', 'agreement', 'befor', 'download', ',', 'copi', ',', 'display', ',', 'perform', ',', 'distribut', 'or', 'creat', 'deriv', 'work', 'base', 'on', 'thi', 'work', 'or', 'ani', 'other', 'project', 'gutenberg-tm', 'work', '.', 'the', 'foundat', 'make', 'no', 'represent', 'concern', 'the', 'copyright', 'statu', 'of', 'ani', 'work', 'in', 'ani', 'countri', 'outsid', 'the', 'unit', 'state', '.', '1.e', '.', 'unless', 'you', 'have', 'remov', 'all', 'refer', 'to', 'project', 'gutenberg', ':', '1.e.1', '.', 'the', 'follow', 'sentenc', ',', 'with', 'activ', 'link', 'to', ',', 'or', 'other', 'immedi', 'access', 'to', ',', 'the', 'full', 'project', 'gutenberg-tm', 'licens', 'must', 'appear', 'promin', 'whenev', 'ani', 'copi', 'of', 'a', 'project', 'gutenberg-tm', 'work', '(', 'ani', 'work', 'on', 'which', 'the', 'phrase', '``', 'project', 'gutenberg', "''", 'appear', ',', 'or', 'with', 'which', 'the', 'phrase', '``', 'project', 'gutenberg', "''", 'is', 'associ', ')', 'is', 'access', ',', 'display', ',', 'perform', ',', 'view', ',', 'copi', 'or', 'distribut', ':', 'thi', 'ebook', 'is', 'for', 'the', 'use', 'of', 'anyon', 'anywher', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrict', 'whatsoev', '.', 'you', 'may', 'copi', 'it', ',', 'give', 'it', 'away', 'or', 're-us', 'it', 'under', 'the', 'term', 'of', 'the', 'project', 'gutenberg', 'licens', 'includ', 'with', 'thi', 'ebook', 'or', 'onlin', 'at', 'www.gutenberg.org', '1.e.2', '.', 'If', 'an', 'individu', 'project', 'gutenberg-tm', 'electron', 'work', 'is', 'deriv', 'from', 'the', 'public', 'domain', '(', 'doe', 'not', 'contain', 'a', 'notic', 'indic', 'that', 'it', 'is', 'post', 'with', 'permiss', 'of', 'the', 'copyright', 'holder', ')', ',', 'the', 'work', 'can', 'be', 'copi', 'and', 'distribut', 'to', 'anyon', 'in', 'the', 'unit', 'state', 'without', 'pay', 'ani', 'fee', 'or', 'charg', '.', 'If', 'you', 'are', 'redistribut', 'or', 'provid', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '``', 'project', 'gutenberg', "''", 'associ', 'with', 'or', 'appear', 'on', 'the', 'work', ',', 'you', 'must', 'compli', 'either', 'with', 'the', 'requir', 'of', 'paragraph', '1.e.1', 'through', '1.e.7', 'or', 'obtain', 'permiss', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'project', 'gutenberg-tm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraph', '1.e.8', 'or', '1.e.9', '.', '1.e.3', '.', 'If', 'an', 'individu', 'project', 'gutenberg-tm', 'electron', 'work', 'is', 'post', 'with', 'the', 'permiss', 'of', 'the', 'copyright', 'holder', ',', 'your', 'use', 'and', 'distribut', 'must', 'compli', 'with', 'both', 'paragraph', '1.e.1', 'through', '1.e.7', 'and', 'ani', 'addit', 'term', 'impos', 'by', 'the', 'copyright', 'holder', '.', 'addit', 'term', 'will', 'be', 'link', 'to', 'the', 'project', 'gutenberg-tm', 'licens', 'for', 'all', 'work', 'post', 'with', 'the', 'permiss', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'begin', 'of', 'thi', 'work', '.', '1.e.4', '.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remov', 'the', 'full', 'project', 'gutenberg-tm', 'licens', 'term', 'from', 'thi', 'work', ',', 'or', 'ani', 'file', 'contain', 'a', 'part', 'of', 'thi', 'work', 'or', 'ani', 'other', 'work', 'associ', 'with', 'project', 'gutenberg-tm', '.', '1.e.5', '.', 'Do', 'not', 'copi', ',', 'display', ',', 'perform', ',', 'distribut', 'or', 'redistribut', 'thi', 'electron', 'work', ',', 'or', 'ani', 'part', 'of', 'thi', 'electron', 'work', ',', 'without', 'promin', 'display', 'the', 'sentenc', 'set', 'forth', 'in', 'paragraph', '1.e.1', 'with', 'activ', 'link', 'or', 'immedi', 'access', 'to', 'the', 'full', 'term', 'of', 'the', 'project', 'gutenberg-tm', 'licens', '.', '1.e.6', '.', 'you', 'may', 'convert', 'to', 'and', 'distribut', 'thi', 'work', 'in', 'ani', 'binari', ',', 'compress', ',', 'mark', 'up', ',', 'nonproprietari', 'or', 'proprietari', 'form', ',', 'includ', 'ani', 'word', 'process', 'or', 'hypertext', 'form', '.', 'howev', ',', 'if', 'you', 'provid', 'access', 'to', 'or', 'distribut', 'copi', 'of', 'a', 'project', 'gutenberg-tm', 'work', 'in', 'a', 'format', 'other', 'than', "''", 'plain', 'vanilla', 'ascii', "''", 'or', 'other', 'format', 'use', 'in', 'the', 'offici', 'version', 'post', 'on', 'the', 'offici', 'project', 'gutenberg-tm', 'web', 'site', '(', 'www.gutenberg.org', ')', ',', 'you', 'must', ',', 'at', 'no', 'addit', 'cost', ',', 'fee', 'or', 'expens', 'to', 'the', 'user', ',', 'provid', 'a', 'copi', ',', 'a', 'mean', 'of', 'export', 'a', 'copi', ',', 'or', 'a', 'mean', 'of', 'obtain', 'a', 'copi', 'upon', 'request', ',', 'of', 'the', 'work', 'in', 'it', 'origin', '``', 'plain', 'vanilla', 'ascii', "''", 'or', 'other', 'form', '.', 'ani', 'altern', 'format', 'must', 'includ', 'the', 'full', 'project', 'gutenberg-tm', 'licens', 'as', 'specifi', 'in', 'paragraph', '1.e.1', '.', '1.e.7', '.', 'Do', 'not', 'charg', 'a', 'fee', 'for', 'access', 'to', ',', 'view', ',', 'display', ',', 'perform', ',', 'copi', 'or', 'distribut', 'ani', 'project', 'gutenberg-tm', 'work', 'unless', 'you', 'compli', 'with', 'paragraph', '1.e.8', 'or', '1.e.9', '.', '1.e.8', '.', 'you', 'may', 'charg', 'a', 'reason', 'fee', 'for', 'copi', 'of', 'or', 'provid', 'access', 'to', 'or', 'distribut', 'project', 'gutenberg-tm', 'electron', 'work', 'provid', 'that', '-', 'you', 'pay', 'a', 'royalti', 'fee', 'of', '20', '%', 'of', 'the', 'gross', 'profit', 'you', 'deriv', 'from', 'the', 'use', 'of', 'project', 'gutenberg-tm', 'work', 'calcul', 'use', 'the', 'method', 'you', 'alreadi', 'use', 'to', 'calcul', 'your', 'applic', 'tax', '.', 'the', 'fee', 'is', 'owe', 'to', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark', ',', 'but', 'he', 'ha', 'agre', 'to', 'donat', 'royalti', 'under', 'thi', 'paragraph', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', '.', 'royalti', 'payment', 'must', 'be', 'paid', 'within', '60', 'day', 'follow', 'each', 'date', 'on', 'which', 'you', 'prepar', '(', 'or', 'are', 'legal', 'requir', 'to', 'prepar', ')', 'your', 'period', 'tax', 'return', '.', 'royalti', 'payment', 'should', 'be', 'clearli', 'mark', 'as', 'such', 'and', 'sent', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'at', 'the', 'address', 'specifi', 'in', 'section', '4', ',', '``', 'inform', 'about', 'donat', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', '.', "''", '-', 'you', 'provid', 'a', 'full', 'refund', 'of', 'ani', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifi', 'you', 'in', 'write', '(', 'or', 'by', 'e-mail', ')', 'within', '30', 'day', 'of', 'receipt', 'that', 's/he', 'doe', 'not', 'agre', 'to', 'the', 'term', 'of', 'the', 'full', 'project', 'gutenberg-tm', 'licens', '.', 'you', 'must', 'requir', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copi', 'of', 'the', 'work', 'possess', 'in', 'a', 'physic', 'medium', 'and', 'discontinu', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copi', 'of', 'project', 'gutenberg-tm', 'work', '.', '-', 'you', 'provid', ',', 'in', 'accord', 'with', 'paragraph', '1.f.3', ',', 'a', 'full', 'refund', 'of', 'ani', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replac', 'copi', ',', 'if', 'a', 'defect', 'in', 'the', 'electron', 'work', 'is', 'discov', 'and', 'report', 'to', 'you', 'within', '90', 'day', 'of', 'receipt', 'of', 'the', 'work', '.', '-', 'you', 'compli', 'with', 'all', 'other', 'term', 'of', 'thi', 'agreement', 'for', 'free', 'distribut', 'of', 'project', 'gutenberg-tm', 'work', '.', '1.e.9', '.', 'If', 'you', 'wish', 'to', 'charg', 'a', 'fee', 'or', 'distribut', 'a', 'project', 'gutenberg-tm', 'electron', 'work', 'or', 'group', 'of', 'work', 'on', 'differ', 'term', 'than', 'are', 'set', 'forth', 'in', 'thi', 'agreement', ',', 'you', 'must', 'obtain', 'permiss', 'in', 'write', 'from', 'both', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'and', 'michael', 'hart', ',', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark', '.', 'contact', 'the', 'foundat', 'as', 'set', 'forth', 'in', 'section', '3', 'below', '.', '1.f', '.', '1.f.1', '.', 'project', 'gutenberg', 'volunt', 'and', 'employe', 'expend', 'consider', 'effort', 'to', 'identifi', ',', 'do', 'copyright', 'research', 'on', ',', 'transcrib', 'and', 'proofread', 'public', 'domain', 'work', 'in', 'creat', 'the', 'project', 'gutenberg-tm', 'collect', '.', 'despit', 'these', 'effort', ',', 'project', 'gutenberg-tm', 'electron', 'work', ',', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'store', ',', 'may', 'contain', "''", 'defect', ',', "''", 'such', 'as', ',', 'but', 'not', 'limit', 'to', ',', 'incomplet', ',', 'inaccur', 'or', 'corrupt', 'data', ',', 'transcript', 'error', ',', 'a', 'copyright', 'or', 'other', 'intellectu', 'properti', 'infring', ',', 'a', 'defect', 'or', 'damag', 'disk', 'or', 'other', 'medium', ',', 'a', 'comput', 'viru', ',', 'or', 'comput', 'code', 'that', 'damag', 'or', 'can', 'not', 'be', 'read', 'by', 'your', 'equip', '.', '1.f.2', '.', 'limit', 'warranti', ',', 'disclaim', 'OF', 'damag', '-', 'except', 'for', 'the', '``', 'right', 'of', 'replac', 'or', 'refund', "''", 'describ', 'in', 'paragraph', '1.f.3', ',', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', ',', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark', ',', 'and', 'ani', 'other', 'parti', 'distribut', 'a', 'project', 'gutenberg-tm', 'electron', 'work', 'under', 'thi', 'agreement', ',', 'disclaim', 'all', 'liabil', 'to', 'you', 'for', 'damag', ',', 'cost', 'and', 'expens', ',', 'includ', 'legal', 'fee', '.', 'you', 'agre', 'that', 'you', 'have', 'NO', 'remedi', 'for', 'neglig', ',', 'strict', 'liabil', ',', 'breach', 'OF', 'warranti', 'OR', 'breach', 'OF', 'contract', 'except', 'those', 'provid', 'IN', 'paragraph', 'F3', '.', 'you', 'agre', 'that', 'the', 'foundat', ',', 'the', 'trademark', 'owner', ',', 'and', 'ani', 'distributor', 'under', 'thi', 'agreement', 'will', 'not', 'BE', 'liabl', 'TO', 'you', 'for', 'actual', ',', 'direct', ',', 'indirect', ',', 'consequenti', ',', 'punit', 'OR', 'incident', 'damag', 'even', 'IF', 'you', 'give', 'notic', 'OF', 'the', 'possibl', 'OF', 'such', 'damag', '.', '1.f.3', '.', 'limit', 'right', 'OF', 'replac', 'OR', 'refund', '-', 'If', 'you', 'discov', 'a', 'defect', 'in', 'thi', 'electron', 'work', 'within', '90', 'day', 'of', 'receiv', 'it', ',', 'you', 'can', 'receiv', 'a', 'refund', 'of', 'the', 'money', '(', 'if', 'ani', ')', 'you', 'paid', 'for', 'it', 'by', 'send', 'a', 'written', 'explan', 'to', 'the', 'person', 'you', 'receiv', 'the', 'work', 'from', '.', 'If', 'you', 'receiv', 'the', 'work', 'on', 'a', 'physic', 'medium', ',', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explan', '.', 'the', 'person', 'or', 'entiti', 'that', 'provid', 'you', 'with', 'the', 'defect', 'work', 'may', 'elect', 'to', 'provid', 'a', 'replac', 'copi', 'in', 'lieu', 'of', 'a', 'refund', '.', 'If', 'you', 'receiv', 'the', 'work', 'electron', ',', 'the', 'person', 'or', 'entiti', 'provid', 'it', 'to', 'you', 'may', 'choos', 'to', 'give', 'you', 'a', 'second', 'opportun', 'to', 'receiv', 'the', 'work', 'electron', 'in', 'lieu', 'of', 'a', 'refund', '.', 'If', 'the', 'second', 'copi', 'is', 'also', 'defect', ',', 'you', 'may', 'demand', 'a', 'refund', 'in', 'write', 'without', 'further', 'opportun', 'to', 'fix', 'the', 'problem', '.', '1.f.4', '.', 'except', 'for', 'the', 'limit', 'right', 'of', 'replac', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1.f.3', ',', 'thi', 'work', 'is', 'provid', 'to', 'you', "'as-i", ',', "'", 'with', 'NO', 'other', 'warranti', 'OF', 'ani', 'kind', ',', 'express', 'OR', 'impli', ',', 'includ', 'but', 'not', 'limit', 'TO', 'warranti', 'OF', 'merchant', 'OR', 'fit', 'for', 'ani', 'purpos', '.', '1.f.5', '.', 'some', 'state', 'do', 'not', 'allow', 'disclaim', 'of', 'certain', 'impli', 'warranti', 'or', 'the', 'exclus', 'or', 'limit', 'of', 'certain', 'type', 'of', 'damag', '.', 'If', 'ani', 'disclaim', 'or', 'limit', 'set', 'forth', 'in', 'thi', 'agreement', 'violat', 'the', 'law', 'of', 'the', 'state', 'applic', 'to', 'thi', 'agreement', ',', 'the', 'agreement', 'shall', 'be', 'interpret', 'to', 'make', 'the', 'maximum', 'disclaim', 'or', 'limit', 'permit', 'by', 'the', 'applic', 'state', 'law', '.', 'the', 'invalid', 'or', 'unenforc', 'of', 'ani', 'provis', 'of', 'thi', 'agreement', 'shall', 'not', 'void', 'the', 'remain', 'provis', '.', '1.f.6', '.', 'indemn', '-', 'you', 'agre', 'to', 'indemnifi', 'and', 'hold', 'the', 'foundat', ',', 'the', 'trademark', 'owner', ',', 'ani', 'agent', 'or', 'employe', 'of', 'the', 'foundat', ',', 'anyon', 'provid', 'copi', 'of', 'project', 'gutenberg-tm', 'electron', 'work', 'in', 'accord', 'with', 'thi', 'agreement', ',', 'and', 'ani', 'volunt', 'associ', 'with', 'the', 'product', ',', 'promot', 'and', 'distribut', 'of', 'project', 'gutenberg-tm', 'electron', 'work', ',', 'harmless', 'from', 'all', 'liabil', ',', 'cost', 'and', 'expens', ',', 'includ', 'legal', 'fee', ',', 'that', 'aris', 'directli', 'or', 'indirectli', 'from', 'ani', 'of', 'the', 'follow', 'which', 'you', 'do', 'or', 'caus', 'to', 'occur', ':', '(', 'a', ')', 'distribut', 'of', 'thi', 'or', 'ani', 'project', 'gutenberg-tm', 'work', ',', '(', 'b', ')', 'alter', ',', 'modif', ',', 'or', 'addit', 'or', 'delet', 'to', 'ani', 'project', 'gutenberg-tm', 'work', ',', 'and', '(', 'c', ')', 'ani', 'defect', 'you', 'caus', '.', 'section', '2', '.', 'inform', 'about', 'the', 'mission', 'of', 'project', 'gutenberg-tm', 'project', 'gutenberg-tm', 'is', 'synonym', 'with', 'the', 'free', 'distribut', 'of', 'electron', 'work', 'in', 'format', 'readabl', 'by', 'the', 'widest', 'varieti', 'of', 'comput', 'includ', 'obsolet', ',', 'old', ',', 'middle-ag', 'and', 'new', 'comput', '.', 'It', 'exist', 'becaus', 'of', 'the', 'effort', 'of', 'hundr', 'of', 'volunt', 'and', 'donat', 'from', 'peopl', 'in', 'all', 'walk', 'of', 'life', '.', 'volunt', 'and', 'financi', 'support', 'to', 'provid', 'volunt', 'with', 'the', 'assist', 'they', 'need', ',', 'is', 'critic', 'to', 'reach', 'project', "gutenberg-tm'", 'goal', 'and', 'ensur', 'that', 'the', 'project', 'gutenberg-tm', 'collect', 'will', 'remain', 'freeli', 'avail', 'for', 'gener', 'to', 'come', '.', 'In', '2001', ',', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'wa', 'creat', 'to', 'provid', 'a', 'secur', 'and', 'perman', 'futur', 'for', 'project', 'gutenberg-tm', 'and', 'futur', 'gener', '.', 'To', 'learn', 'more', 'about', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'and', 'how', 'your', 'effort', 'and', 'donat', 'can', 'help', ',', 'see', 'section', '3', 'and', '4', 'and', 'the', 'foundat', 'web', 'page', 'at', 'http', ':', '//www.pglaf.org', '.', 'section', '3', '.', 'inform', 'about', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'is', 'a', 'non', 'profit', '501', '(', 'c', ')', '(', '3', ')', 'educ', 'corpor', 'organ', 'under', 'the', 'law', 'of', 'the', 'state', 'of', 'mississippi', 'and', 'grant', 'tax', 'exempt', 'statu', 'by', 'the', 'intern', 'revenu', 'servic', '.', 'the', 'foundat', "'s", 'ein', 'or', 'feder', 'tax', 'identif', 'number', 'is', '64-6221541', '.', 'it', '501', '(', 'c', ')', '(', '3', ')', 'letter', 'is', 'post', 'at', 'http', ':', '//pglaf.org/fundrais', '.', 'contribut', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'are', 'tax', 'deduct', 'to', 'the', 'full', 'extent', 'permit', 'by', 'u.s.', 'feder', 'law', 'and', 'your', 'state', "'s", 'law', '.', 'the', 'foundat', "'s", 'princip', 'offic', 'is', 'locat', 'at', '4557', 'melan', 'dr.', 'S.', 'fairbank', ',', 'AK', ',', '99712.', ',', 'but', 'it', 'volunt', 'and', 'employe', 'are', 'scatter', 'throughout', 'numer', 'locat', '.', 'it', 'busi', 'offic', 'is', 'locat', 'at', '809', 'north', '1500', 'west', ',', 'salt', 'lake', 'citi', ',', 'UT', '84116', ',', '(', '801', ')', '596-1887', ',', 'email', 'busi', '@', 'pglaf.org', '.', 'email', 'contact', 'link', 'and', 'up', 'to', 'date', 'contact', 'inform', 'can', 'be', 'found', 'at', 'the', 'foundat', "'s", 'web', 'site', 'and', 'offici', 'page', 'at', 'http', ':', '//pglaf.org', 'section', '4', '.', 'inform', 'about', 'donat', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'project', 'gutenberg-tm', 'depend', 'upon', 'and', 'can', 'not', 'surviv', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donat', 'to', 'carri', 'out', 'it', 'mission', 'of', 'increas', 'the', 'number', 'of', 'public', 'domain', 'and', 'licens', 'work', 'that', 'can', 'be', 'freeli', 'distribut', 'in', 'machin', 'readabl', 'form', 'access', 'by', 'the', 'widest', 'array', 'of', 'equip', 'includ', 'outdat', 'equip', '.', 'mani', 'small', 'donat', '(', '$', '1', 'to', '$', '5,000', ')', 'are', 'particularli', 'import', 'to', 'maintain', 'tax', 'exempt', 'statu', 'with', 'the', 'ir', '.', 'the', 'foundat', 'is', 'commit', 'to', 'compli', 'with', 'the', 'law', 'regul', 'chariti', 'and', 'charit', 'donat', 'in', 'all', '50', 'state', 'of', 'the', 'unit', 'state', '.', 'complianc', 'requir', 'are', 'not', 'uniform', 'and', 'it', 'take', 'a', 'consider', 'effort', ',', 'much', 'paperwork', 'and', 'mani', 'fee', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requir', '.', 'We', 'do', 'not', 'solicit', 'donat', 'in', 'locat', 'where', 'we', 'have', 'not', 'receiv', 'written', 'confirm', 'of', 'complianc', '.', 'To', 'send', 'donat', 'or', 'determin', 'the', 'statu', 'of', 'complianc', 'for', 'ani', 'particular', 'state', 'visit', 'http', ':', '//pglaf.org', 'while', 'we', 'can', 'not', 'and', 'do', 'not', 'solicit', 'contribut', 'from', 'state', 'where', 'we', 'have', 'not', 'met', 'the', 'solicit', 'requir', ',', 'we', 'know', 'of', 'no', 'prohibit', 'against', 'accept', 'unsolicit', 'donat', 'from', 'donor', 'in', 'such', 'state', 'who', 'approach', 'us', 'with', 'offer', 'to', 'donat', '.', 'intern', 'donat', 'are', 'grate', 'accept', ',', 'but', 'we', 'can', 'not', 'make', 'ani', 'statement', 'concern', 'tax', 'treatment', 'of', 'donat', 'receiv', 'from', 'outsid', 'the', 'unit', 'state', '.', 'u.s.', 'law', 'alon', 'swamp', 'our', 'small', 'staff', '.', 'pleas', 'check', 'the', 'project', 'gutenberg', 'web', 'page', 'for', 'current', 'donat', 'method', 'and', 'address', '.', 'donat', 'are', 'accept', 'in', 'a', 'number', 'of', 'other', 'way', 'includ', 'includ', 'check', ',', 'onlin', 'payment', 'and', 'credit', 'card', 'donat', '.', 'To', 'donat', ',', 'pleas', 'visit', ':', 'http', ':', '//pglaf.org/don', 'section', '5', '.', 'gener', 'inform', 'about', 'project', 'gutenberg-tm', 'electron', 'work', '.', 'professor', 'michael', 'S.', 'hart', 'wa', 'the', 'origin', 'of', 'the', 'project', 'gutenberg-tm', 'concept', 'of', 'a', 'librari', 'of', 'electron', 'work', 'that', 'could', 'be', 'freeli', 'share', 'with', 'anyon', '.', 'for', 'thirti', 'year', ',', 'he', 'produc', 'and', 'distribut', 'project', 'gutenberg-tm', 'ebook', 'with', 'onli', 'a', 'loos', 'network', 'of', 'volunt', 'support', '.', 'project', 'gutenberg-tm', 'ebook', 'are', 'often', 'creat', 'from', 'sever', 'print', 'edit', ',', 'all', 'of', 'which', 'are', 'confirm', 'as', 'public', 'domain', 'in', 'the', 'u.s.', 'unless', 'a', 'copyright', 'notic', 'is', 'includ', '.', 'thu', ',', 'we', 'do', 'not', 'necessarili', 'keep', 'ebook', 'in', 'complianc', 'with', 'ani', 'particular', 'paper', 'edit', '.', 'most', 'peopl', 'start', 'at', 'our', 'web', 'site', 'which', 'ha', 'the', 'main', 'PG', 'search', 'facil', ':', 'http', ':', '//www.gutenberg.org', 'thi', 'web', 'site', 'includ', 'inform', 'about', 'project', 'gutenberg-tm', ',', 'includ', 'how', 'to', 'make', 'donat', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', ',', 'how', 'to', 'help', 'produc', 'our', 'new', 'ebook', ',', 'and', 'how', 'to', 'subscrib', 'to', 'our', 'email', 'newslett', 'to', 'hear', 'about', 'new', 'ebook', '.', 'the', 'project', 'gutenberg', 'ebook', 'of', 'metamorphosi', ',', 'by', 'franz', 'kafka', 'translat', 'by', 'david', 'wylli', '.', 'thi', 'ebook', 'is', 'for', 'the', 'use', 'of', 'anyon', 'anywher', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrict', 'whatsoev', '.', 'you', 'may', 'copi', 'it', ',', 'give', 'it', 'away', 'or', 're-us', 'it', 'under', 'the', 'term', 'of', 'the', 'project', 'gutenberg', 'licens', 'includ', 'with', 'thi', 'ebook', 'or', 'onlin', 'at', 'www.gutenberg.org', 'one', 'morn', ',', 'when', 'gregor', 'samsa', 'woke', 'from', 'troubl', 'dream', ',', 'he', 'found', 'himself', 'transform', 'in', 'hi', 'bed', 'into', 'a', 'horribl', 'vermin', '.', 'He', 'lay', 'on', 'hi', 'armour-lik', 'back', ',', 'and', 'if', 'he', 'lift', 'hi', 'head', 'a', 'littl', 'he', 'could', 'see', 'hi', 'brown', 'belli', ',', 'slightli', 'dome', 'and', 'divid', 'by', 'arch', 'into', 'stiff', 'section', '.', 'the', 'bed', 'wa', 'hardli', 'abl', 'to', 'cover', 'it', 'and', 'seem', 'readi', 'to', 'slide', 'off', 'ani', 'moment', '.', 'hi', 'mani', 'leg', ',', 'piti', 'thin', 'compar', 'with', 'the', 'size', 'of', 'the', 'rest', 'of', 'him', ',', 'wave', 'about', 'helplessli', 'as', 'he', 'look', '.', '``', 'what', "'s", 'happen', 'to', 'me', '?', "''", 'he', 'thought', '.', 'It', 'wa', "n't", 'a', 'dream', '.', 'hi', 'room', ',', 'a', 'proper', 'human', 'room', 'although', 'a', 'littl', 'too', 'small', ',', 'lay', 'peac', 'between', 'it', 'four', 'familiar', 'wall', '.', 'A', 'collect', 'of', 'textil', 'sampl', 'lay', 'spread', 'out', 'on', 'the', 'tabl', '-', 'samsa', 'wa', 'a', 'travel', 'salesman', '-', 'and', 'abov', 'it', 'there', 'hung', 'a', 'pictur', 'that', 'he', 'had', 'recent', 'cut', 'out', 'of', 'an', 'illustr', 'magazin', 'and', 'hous', 'in', 'a', 'nice', ',', 'gild', 'frame', '.', 'It', 'show', 'a', 'ladi', 'fit', 'out', 'with', 'a', 'fur', 'hat', 'and', 'fur', 'boa', 'who', 'sat', 'upright', ',', 'rais', 'a', 'heavi', 'fur', 'muff', 'that', 'cover', 'the', 'whole', 'of', 'her', 'lower', 'arm', 'toward', 'the', 'viewer', '.', 'gregor', 'then', 'turn', 'to', 'look', 'out', 'the', 'window', 'at', 'the', 'dull', 'weather', '.', 'drop', 'of', 'rain', 'could', 'be', 'heard', 'hit', 'the', 'pane', ',', 'which', 'made', 'him', 'feel', 'quit', 'sad', '.', '``', 'how', 'about', 'if', 'I', 'sleep', 'a', 'littl', 'bit', 'longer', 'and', 'forget', 'all', 'thi', 'nonsens', "''", ',', 'he', 'thought', ',', 'but', 'that', 'wa', 'someth', 'he', 'wa', 'unabl', 'to', 'do', 'becaus', 'he', 'wa', 'use', 'to', 'sleep', 'on', 'hi', 'right', ',', 'and', 'in', 'hi', 'present', 'state', 'could', "n't", 'get', 'into', 'that', 'posit', '.', 'howev', 'hard', 'he', 'threw', 'himself', 'onto', 'hi', 'right', ',', 'he', 'alway', 'roll', 'back', 'to', 'where', 'he', 'wa', '.', 'He', 'must', 'have', 'tri', 'it', 'a', 'hundr', 'time', ',', 'shut', 'hi', 'eye', 'so', 'that', 'he', 'would', "n't", 'have', 'to', 'look', 'at', 'the', 'flounder', 'leg', ',', 'and', 'onli', 'stop', 'when', 'he', 'began', 'to', 'feel', 'a', 'mild', ',', 'dull', 'pain', 'there', 'that', 'he', 'had', 'never', 'felt', 'befor', '.', '``', 'Oh', ',', 'god', "''", ',', 'he', 'thought', ',', '``', 'what', 'a', 'strenuou', 'career', 'it', 'is', 'that', "i'v", 'chosen', '!', 'travel', 'day', 'in', 'and', 'day', 'out', '.', 'do', 'busi', 'like', 'thi', 'take', 'much', 'more', 'effort', 'than', 'do', 'your', 'own', 'busi', 'at', 'home', ',', 'and', 'on', 'top', 'of', 'that', 'there', "'s", 'the', 'curs', 'of', 'travel', ',', 'worri', 'about', 'make', 'train', 'connect', ',', 'bad', 'and', 'irregular', 'food', ',', 'contact', 'with', 'differ', 'peopl', 'all', 'the', 'time', 'so', 'that', 'you', 'can', 'never', 'get', 'to', 'know', 'anyon', 'or', 'becom', 'friendli', 'with', 'them', '.', 'It', 'can', 'all', 'go', 'to', 'hell', '!', "''", 'He', 'felt', 'a', 'slight', 'itch', 'up', 'on', 'hi', 'belli', ';', 'push', 'himself', 'slowli', 'up', 'on', 'hi', 'back', 'toward', 'the', 'headboard', 'so', 'that', 'he', 'could', 'lift', 'hi', 'head', 'better', ';', 'found', 'where', 'the', 'itch', 'wa', ',', 'and', 'saw', 'that', 'it', 'wa', 'cover', 'with', 'lot', 'of', 'littl', 'white', 'spot', 'which', 'he', 'did', "n't", 'know', 'what', 'to', 'make', 'of', ';', 'and', 'when', 'he', 'tri', 'to', 'feel', 'the', 'place', 'with', 'one', 'of', 'hi', 'leg', 'he', 'drew', 'it', 'quickli', 'back', 'becaus', 'as', 'soon', 'as', 'he', 'touch', 'it', 'he', 'wa', 'overcom', 'by', 'a', 'cold', 'shudder', '.', 'He', 'slid', 'back', 'into', 'hi', 'former', 'posit', '.', '``', 'get', 'up', 'earli', 'all', 'the', 'time', "''", ',', 'he', 'thought', ',', '``', 'it', 'make', 'you', 'stupid', '.', 'you', "'ve", 'got', 'to', 'get', 'enough', 'sleep', '.', 'other', 'travel', 'salesmen', 'live', 'a', 'life', 'of', 'luxuri', '.', 'for', 'instanc', ',', 'whenev', 'I', 'go', 'back', 'to', 'the', 'guest', 'hous', 'dure', 'the', 'morn', 'to', 'copi', 'out', 'the', 'contract', ',', 'these', 'gentlemen', 'are', 'alway', 'still', 'sit', 'there', 'eat', 'their', 'breakfast', '.', 'I', 'ought', 'to', 'just', 'tri', 'that', 'with', 'my', 'boss', ';', 'I', "'d", 'get', 'kick', 'out', 'on', 'the', 'spot', '.', 'but', 'who', 'know', ',', 'mayb', 'that', 'would', 'be', 'the', 'best', 'thing', 'for', 'me', '.', 'If', 'I', 'did', "n't", 'have', 'my', 'parent', 'to', 'think', 'about', 'I', "'d", 'have', 'given', 'in', 'my', 'notic', 'a', 'long', 'time', 'ago', ',', 'I', "'d", 'have', 'gone', 'up', 'to', 'the', 'boss', 'and', 'told', 'him', 'just', 'what', 'I', 'think', ',', 'tell', 'him', 'everyth', 'I', 'would', ',', 'let', 'him', 'know', 'just', 'what', 'I', 'feel', '.', 'He', "'d", 'fall', 'right', 'off', 'hi', 'desk', '!', 'and', 'it', "'s", 'a', 'funni', 'sort', 'of', 'busi', 'to', 'be', 'sit', 'up', 'there', 'at', 'your', 'desk', ',', 'talk', 'down', 'at', 'your', 'subordin', 'from', 'up', 'there', ',', 'especi', 'when', 'you', 'have', 'to', 'go', 'right', 'up', 'close', 'becaus', 'the', 'boss', 'is', 'hard', 'of', 'hear', '.', 'well', ',', 'there', "'s", 'still', 'some', 'hope', ';', 'onc', 'I', "'ve", 'got', 'the', 'money', 'togeth', 'to', 'pay', 'off', 'my', 'parent', "'", 'debt', 'to', 'him', '-', 'anoth', 'five', 'or', 'six', 'year', 'I', 'suppos', '-', 'that', "'s", 'definit', 'what', 'I', "'ll", 'do', '.', 'that', "'s", 'when', 'I', "'ll", 'make', 'the', 'big', 'chang', '.', 'first', 'of', 'all', 'though', ',', 'I', "'ve", 'got', 'to', 'get', 'up', ',', 'my', 'train', 'leav', 'at', 'five', '.', "''", 'and', 'he', 'look', 'over', 'at', 'the', 'alarm', 'clock', ',', 'tick', 'on', 'the', 'chest', 'of', 'drawer', '.', '``', 'god', 'in', 'heaven', '!', "''", 'he', 'thought', '.', 'It', 'wa', 'half', 'past', 'six', 'and', 'the', 'hand', 'were', 'quietli', 'move', 'forward', ',', 'it', 'wa', 'even', 'later', 'than', 'half', 'past', ',', 'more', 'like', 'quarter', 'to', 'seven', '.', 'had', 'the', 'alarm', 'clock', 'not', 'rung', '?', 'He', 'could', 'see', 'from', 'the', 'bed', 'that', 'it', 'had', 'been', 'set', 'for', 'four', "o'clock", 'as', 'it', 'should', 'have', 'been', ';', 'it', 'certainli', 'must', 'have', 'rung', '.', 'ye', ',', 'but', 'wa', 'it', 'possibl', 'to', 'quietli', 'sleep', 'through', 'that', 'furniture-rattl', 'nois', '?', 'true', ',', 'he', 'had', 'not', 'slept', 'peac', ',', 'but', 'probabl', 'all', 'the', 'more', 'deepli', 'becaus', 'of', 'that', '.', 'what', 'should', 'he', 'do', 'now', '?', 'the', 'next', 'train', 'went', 'at', 'seven', ';', 'if', 'he', 'were', 'to', 'catch', 'that', 'he', 'would', 'have', 'to', 'rush', 'like', 'mad', 'and', 'the', 'collect', 'of', 'sampl', 'wa', 'still', 'not', 'pack', ',', 'and', 'he', 'did', 'not', 'at', 'all', 'feel', 'particularli', 'fresh', 'and', 'live', '.', 'and', 'even', 'if', 'he', 'did', 'catch', 'the', 'train', 'he', 'would', 'not', 'avoid', 'hi', 'boss', "'s", 'anger', 'as', 'the', 'offic', 'assist', 'would', 'have', 'been', 'there', 'to', 'see', 'the', 'five', "o'clock", 'train', 'go', ',', 'he', 'would', 'have', 'put', 'in', 'hi', 'report', 'about', 'gregor', "'s", 'not', 'be', 'there', 'a', 'long', 'time', 'ago', '.', 'the', 'offic', 'assist', 'wa', 'the', 'boss', "'s", 'man', ',', 'spineless', ',', 'and', 'with', 'no', 'understand', '.', 'what', 'about', 'if', 'he', 'report', 'sick', '?', 'but', 'that', 'would', 'be', 'extrem', 'strain', 'and', 'suspici', 'as', 'in', 'fifteen', 'year', 'of', 'servic', 'gregor', 'had', 'never', 'onc', 'yet', 'been', 'ill.', 'hi', 'boss', 'would', 'certainli', 'come', 'round', 'with', 'the', 'doctor', 'from', 'the', 'medic', 'insur', 'compani', ',', 'accus', 'hi', 'parent', 'of', 'have', 'a', 'lazi', 'son', ',', 'and', 'accept', 'the', 'doctor', "'s", 'recommend', 'not', 'to', 'make', 'ani', 'claim', 'as', 'the', 'doctor', 'believ', 'that', 'no-on', 'wa', 'ever', 'ill', 'but', 'that', 'mani', 'were', 'workshi', '.', 'and', "what'", 'more', ',', 'would', 'he', 'have', 'been', 'entir', 'wrong', 'in', 'thi', 'case', '?', 'gregor', 'did', 'in', 'fact', ',', 'apart', 'from', 'excess', 'sleepi', 'after', 'sleep', 'for', 'so', 'long', ',', 'feel', 'complet', 'well', 'and', 'even', 'felt', 'much', 'hungrier', 'than', 'usual', '.', 'He', 'wa', 'still', 'hurriedli', 'think', 'all', 'thi', 'through', ',', 'unabl', 'to', 'decid', 'to', 'get', 'out', 'of', 'the', 'bed', ',', 'when', 'the', 'clock', 'struck', 'quarter', 'to', 'seven', '.', 'there', 'wa', 'a', 'cautiou', 'knock', 'at', 'the', 'door', 'near', 'hi', 'head', '.', '``', 'gregor', "''", ',', 'somebodi', 'call', '-', 'it', 'wa', 'hi', 'mother', '-', '``', 'it', "'s", 'quarter', 'to', 'seven', '.', 'did', "n't", 'you', 'want', 'to', 'go', 'somewher', '?', "''", 'that', 'gentl', 'voic', '!', 'gregor', 'wa', 'shock', 'when', 'he', 'heard', 'hi', 'own', 'voic', 'answer', ',', 'it', 'could', 'hardli', 'be', 'recognis', 'as', 'the', 'voic', 'he', 'had', 'had', 'befor', '.', 'As', 'if', 'from', 'deep', 'insid', 'him', ',', 'there', 'wa', 'a', 'pain', 'and', 'uncontrol', 'squeak', 'mix', 'in', 'with', 'it', ',', 'the', 'word', 'could', 'be', 'made', 'out', 'at', 'first', 'but', 'then', 'there', 'wa', 'a', 'sort', 'of', 'echo', 'which', 'made', 'them', 'unclear', ',', 'leav', 'the', 'hearer', 'unsur', 'whether', 'he', 'had', 'heard', 'properli', 'or', 'not', '.', 'gregor', 'had', 'want', 'to', 'give', 'a', 'full', 'answer', 'and', 'explain', 'everyth', ',', 'but', 'in', 'the', 'circumst', 'content', 'himself', 'with', 'say', ':', '``', 'ye', ',', 'mother', ',', 'ye', ',', 'thank-you', ',', 'I', "'m", 'get', 'up', 'now', '.', "''", 'the', 'chang', 'in', 'gregor', "'s", 'voic', 'probabl', 'could', 'not', 'be', 'notic', 'outsid', 'through', 'the', 'wooden', 'door', ',', 'as', 'hi', 'mother', 'wa', 'satisfi', 'with', 'thi', 'explan', 'and', 'shuffl', 'away', '.', 'but', 'thi', 'short', 'convers', 'made', 'the', 'other', 'member', 'of', 'the', 'famili', 'awar', 'that', 'gregor', ',', 'against', 'their', 'expect', 'wa', 'still', 'at', 'home', ',', 'and', 'soon', 'hi', 'father', 'came', 'knock', 'at', 'one', 'of', 'the', 'side', 'door', ',', 'gentli', ',', 'but', 'with', 'hi', 'fist', '.', '``', 'gregor', ',', 'gregor', "''", ',', 'he', 'call', ',', '``', 'what', "'s", 'wrong', '?', "''", 'and', 'after', 'a', 'short', 'while', 'he', 'call', 'again', 'with', 'a', 'warn', 'deep', 'in', 'hi', 'voic', ':', '``', 'gregor', '!', 'gregor', '!', "''", 'At', 'the', 'other', 'side', 'door', 'hi', 'sister', 'came', 'plaintiv', ':', "''", 'gregor', '?', 'are', "n't", 'you', 'well', '?', 'Do', 'you', 'need', 'anyth', '?', "''", 'gregor', 'answer', 'to', 'both', 'side', ':', '``', 'I', "'m", 'readi', ',', 'now', "''", ',', 'make', 'an', 'effort', 'to', 'remov', 'all', 'the', 'strang', 'from', 'hi', 'voic', 'by', 'enunci', 'veri', 'care', 'and', 'put', 'long', 'paus', 'between', 'each', ',', 'individu', 'word', '.', 'hi', 'father', 'went', 'back', 'to', 'hi', 'breakfast', ',', 'but', 'hi', 'sister', 'whisper', ':', '``', 'gregor', ',', 'open', 'the', 'door', ',', 'I', 'beg', 'of', 'you', '.', "''", 'gregor', ',', 'howev', ',', 'had', 'no', 'thought', 'of', 'open', 'the', 'door', ',', 'and', 'instead', 'congratul', 'himself', 'for', 'hi', 'cautiou', 'habit', ',', 'acquir', 'from', 'hi', 'travel', ',', 'of', 'lock', 'all', 'door', 'at', 'night', 'even', 'when', 'he', 'wa', 'at', 'home', '.', 'the', 'first', 'thing', 'he', 'want', 'to', 'do', 'wa', 'to', 'get', 'up', 'in', 'peac', 'without', 'be', 'disturb', ',', 'to', 'get', 'dress', ',', 'and', 'most', 'of', 'all', 'to', 'have', 'hi', 'breakfast', '.', 'onli', 'then', 'would', 'he', 'consid', 'what', 'to', 'do', 'next', ',', 'as', 'he', 'wa', 'well', 'awar', 'that', 'he', 'would', 'not', 'bring', 'hi', 'thought', 'to', 'ani', 'sensibl', 'conclus', 'by', 'lie', 'in', 'bed', '.', 'He', 'rememb', 'that', 'he', 'had', 'often', 'felt', 'a', 'slight', 'pain', 'in', 'bed', ',', 'perhap', 'caus', 'by', 'lie', 'awkwardli', ',', 'but', 'that', 'had', 'alway', 'turn', 'out', 'to', 'be', 'pure', 'imagin', 'and', 'he', 'wonder', 'how', 'hi', 'imagin', 'would', 'slowli', 'resolv', 'themselv', 'today', '.', 'He', 'did', 'not', 'have', 'the', 'slightest', 'doubt', 'that', 'the', 'chang', 'in', 'hi', 'voic', 'wa', 'noth', 'more', 'than', 'the', 'first', 'sign', 'of', 'a', 'seriou', 'cold', ',', 'which', 'wa', 'an', 'occup', 'hazard', 'for', 'travel', 'salesmen', '.', 'It', 'wa', 'a', 'simpl', 'matter', 'to', 'throw', 'off', 'the', 'cover', ';', 'he', 'onli', 'had', 'to', 'blow', 'himself', 'up', 'a', 'littl', 'and', 'they', 'fell', 'off', 'by', 'themselv', '.', 'but', 'it', 'becam', 'difficult', 'after', 'that', ',', 'especi', 'as', 'he', 'wa', 'so', 'except', 'broad', '.', 'He', 'would', 'have', 'use', 'hi', 'arm', 'and', 'hi', 'hand', 'to', 'push', 'himself', 'up', ';', 'but', 'instead', 'of', 'them', 'he', 'onli', 'had', 'all', 'those', 'littl', 'leg', 'continu', 'move', 'in', 'differ', 'direct', ',', 'and', 'which', 'he', 'wa', 'moreov', 'unabl', 'to', 'control', '.', 'If', 'he', 'want', 'to', 'bend', 'one', 'of', 'them', ',', 'then', 'that', 'wa', 'the', 'first', 'one', 'that', 'would', 'stretch', 'itself', 'out', ';', 'and', 'if', 'he', 'final', 'manag', 'to', 'do', 'what', 'he', 'want', 'with', 'that', 'leg', ',', 'all', 'the', 'other', 'seem', 'to', 'be', 'set', 'free', 'and', 'would', 'move', 'about', 'pain', '.', '``', 'thi', 'is', 'someth', 'that', 'ca', "n't", 'be', 'done', 'in', 'bed', "''", ',', 'gregor', 'said', 'to', 'himself', ',', '``', 'so', 'do', "n't", 'keep', 'tri', 'to', 'do', 'it', "''", '.', 'the', 'first', 'thing', 'he', 'want', 'to', 'do', 'wa', 'get', 'the', 'lower', 'part', 'of', 'hi', 'bodi', 'out', 'of', 'the', 'bed', ',', 'but', 'he', 'had', 'never', 'seen', 'thi', 'lower', 'part', ',', 'and', 'could', 'not', 'imagin', 'what', 'it', 'look', 'like', ';', 'it', 'turn', 'out', 'to', 'be', 'too', 'hard', 'to', 'move', ';', 'it', 'went', 'so', 'slowli', ';', 'and', 'final', ',', 'almost', 'in', 'a', 'frenzi', ',', 'when', 'he', 'carelessli', 'shove', 'himself', 'forward', 'with', 'all', 'the', 'forc', 'he', 'could', 'gather', ',', 'he', 'chose', 'the', 'wrong', 'direct', ',', 'hit', 'hard', 'against', 'the', 'lower', 'bedpost', ',', 'and', 'learn', 'from', 'the', 'burn', 'pain', 'he', 'felt', 'that', 'the', 'lower', 'part', 'of', 'hi', 'bodi', 'might', 'well', ',', 'at', 'present', ',', 'be', 'the', 'most', 'sensit', '.', 'So', 'then', 'he', 'tri', 'to', 'get', 'the', 'top', 'part', 'of', 'hi', 'bodi', 'out', 'of', 'the', 'bed', 'first', ',', 'care', 'turn', 'hi', 'head', 'to', 'the', 'side', '.', 'thi', 'he', 'manag', 'quit', 'easili', ',', 'and', 'despit', 'it', 'breadth', 'and', 'it', 'weight', ',', 'the', 'bulk', 'of', 'hi', 'bodi', 'eventu', 'follow', 'slowli', 'in', 'the', 'direct', 'of', 'the', 'head', '.', 'but', 'when', 'he', 'had', 'at', 'last', 'got', 'hi', 'head', 'out', 'of', 'the', 'bed', 'and', 'into', 'the', 'fresh', 'air', 'it', 'occur', 'to', 'him', 'that', 'if', 'he', 'let', 'himself', 'fall', 'it', 'would', 'be', 'a', 'miracl', 'if', 'hi', 'head', 'were', 'not', 'injur', ',', 'so', 'he', 'becam', 'afraid', 'to', 'carri', 'on', 'push', 'himself', 'forward', 'the', 'same', 'way', '.', 'and', 'he', 'could', 'not', 'knock', 'himself', 'out', 'now', 'at', 'ani', 'price', ';', 'better', 'to', 'stay', 'in', 'bed', 'than', 'lose', 'conscious', '.', 'It', 'took', 'just', 'as', 'much', 'effort', 'to', 'get', 'back', 'to', 'where', 'he', 'had', 'been', 'earlier', ',', 'but', 'when', 'he', 'lay', 'there', 'sigh', ',', 'and', 'wa', 'onc', 'more', 'watch', 'hi', 'leg', 'as', 'they', 'struggl', 'against', 'each', 'other', 'even', 'harder', 'than', 'befor', ',', 'if', 'that', 'wa', 'possibl', ',', 'he', 'could', 'think', 'of', 'no', 'way', 'of', 'bring', 'peac', 'and', 'order', 'to', 'thi', 'chao', '.', 'He', 'told', 'himself', 'onc', 'more', 'that', 'it', 'wa', 'not', 'possibl', 'for', 'him', 'to', 'stay', 'in', 'bed', 'and', 'that', 'the', 'most', 'sensibl', 'thing', 'to', 'do', 'would', 'be', 'to', 'get', 'free', 'of', 'it', 'in', 'whatev', 'way', 'he', 'could', 'at', 'whatev', 'sacrific', '.', 'At', 'the', 'same', 'time', ',', 'though', ',', 'he', 'did', 'not', 'forget', 'to', 'remind', 'himself', 'that', 'calm', 'consider', 'wa', 'much', 'better', 'than', 'rush', 'to', 'desper', 'conclus', '.', 'At', 'time', 'like', 'thi', 'he', 'would', 'direct', 'hi', 'eye', 'to', 'the', 'window', 'and', 'look', 'out', 'as', 'clearli', 'as', 'he', 'could', ',', 'but', 'unfortun', ',', 'even', 'the', 'other', 'side', 'of', 'the', 'narrow', 'street', 'wa', 'envelop', 'in', 'morn', 'fog', 'and', 'the', 'view', 'had', 'littl', 'confid', 'or', 'cheer', 'to', 'offer', 'him', '.', '``', 'seven', "o'clock", ',', 'alreadi', "''", ',', 'he', 'said', 'to', 'himself', 'when', 'the', 'clock', 'struck', 'again', ',', '``', 'seven', "o'clock", ',', 'and', 'there', "'s", 'still', 'a', 'fog', 'like', 'thi', '.', "''", 'and', 'he', 'lay', 'there', 'quietli', 'a', 'while', 'longer', ',', 'breath', 'lightli', 'as', 'if', 'he', 'perhap', 'expect', 'the', 'total', 'still', 'to', 'bring', 'thing', 'back', 'to', 'their', 'real', 'and', 'natur', 'state', '.', 'but', 'then', 'he', 'said', 'to', 'himself', ':', '``', 'befor', 'it', 'strike', 'quarter', 'past', 'seven', 'I', "'ll", 'definit', 'have', 'to', 'have', 'got', 'properli', 'out', 'of', 'bed', '.', 'and', 'by', 'then', 'somebodi', 'will', 'have', 'come', 'round', 'from', 'work', 'to', 'ask', 'what', "'s", 'happen', 'to', 'me', 'as', 'well', ',', 'as', 'they', 'open', 'up', 'at', 'work', 'befor', 'seven', "o'clock", '.', "''", 'and', 'so', 'he', 'set', 'himself', 'to', 'the', 'task', 'of', 'swing', 'the', 'entir', 'length', 'of', 'hi', 'bodi', 'out', 'of', 'the', 'bed', 'all', 'at', 'the', 'same', 'time', '.', 'If', 'he', 'succeed', 'in', 'fall', 'out', 'of', 'bed', 'in', 'thi', 'way', 'and', 'kept', 'hi', 'head', 'rais', 'as', 'he', 'did', 'so', 'he', 'could', 'probabl', 'avoid', 'injur', 'it', '.', 'hi', 'back', 'seem', 'to', 'be', 'quit', 'hard', ',', 'and', 'probabl', 'noth', 'would', 'happen', 'to', 'it', 'fall', 'onto', 'the', 'carpet', '.', 'hi', 'main', 'concern', 'wa', 'for', 'the', 'loud', 'nois', 'he', 'wa', 'bound', 'to', 'make', ',', 'and', 'which', 'even', 'through', 'all', 'the', 'door', 'would', 'probabl', 'rais', 'concern', 'if', 'not', 'alarm', '.', 'but', 'it', 'wa', 'someth', 'that', 'had', 'to', 'be', 'risk', '.', 'when', 'gregor', 'wa', 'alreadi', 'stick', 'half', 'way', 'out', 'of', 'the', 'bed', '-', 'the', 'new', 'method', 'wa', 'more', 'of', 'a', 'game', 'than', 'an', 'effort', ',', 'all', 'he', 'had', 'to', 'do', 'wa', 'rock', 'back', 'and', 'forth', '-', 'it', 'occur', 'to', 'him', 'how', 'simpl', 'everyth', 'would', 'be', 'if', 'somebodi', 'came', 'to', 'help', 'him', '.', 'two', 'strong', 'peopl', '-', 'he', 'had', 'hi', 'father', 'and', 'the', 'maid', 'in', 'mind', '-', 'would', 'have', 'been', 'more', 'than', 'enough', ';', 'they', 'would', 'onli', 'have', 'to', 'push', 'their', 'arm', 'under', 'the', 'dome', 'of', 'hi', 'back', ',', 'peel', 'him', 'away', 'from', 'the', 'bed', ',', 'bend', 'down', 'with', 'the', 'load', 'and', 'then', 'be', 'patient', 'and', 'care', 'as', 'he', 'swang', 'over', 'onto', 'the', 'floor', ',', 'where', ',', 'hope', ',', 'the', 'littl', 'leg', 'would', 'find', 'a', 'use', '.', 'should', 'he', 'realli', 'call', 'for', 'help', 'though', ',', 'even', 'apart', 'from', 'the', 'fact', 'that', 'all', 'the', 'door', 'were', 'lock', '?', 'despit', 'all', 'the', 'difficulti', 'he', 'wa', 'in', ',', 'he', 'could', 'not', 'suppress', 'a', 'smile', 'at', 'thi', 'thought', '.', 'after', 'a', 'while', 'he', 'had', 'alreadi', 'move', 'so', 'far', 'across', 'that', 'it', 'would', 'have', 'been', 'hard', 'for', 'him', 'to', 'keep', 'hi', 'balanc', 'if', 'he', 'rock', 'too', 'hard', '.', 'the', 'time', 'wa', 'now', 'ten', 'past', 'seven', 'and', 'he', 'would', 'have', 'to', 'make', 'a', 'final', 'decis', 'veri', 'soon', '.', 'then', 'there', 'wa', 'a', 'ring', 'at', 'the', 'door', 'of', 'the', 'flat', '.', '``', 'that', "'ll", 'be', 'someon', 'from', 'work', "''", ',', 'he', 'said', 'to', 'himself', ',', 'and', 'froze', 'veri', 'still', ',', 'although', 'hi', 'littl', 'leg', 'onli', 'becam', 'all', 'the', 'more', 'live', 'as', 'they', 'danc', 'around', '.', 'for', 'a', 'moment', 'everyth', 'remain', 'quiet', '.', '``', 'they', "'re", 'not', 'open', 'the', 'door', "''", ',', 'gregor', 'said', 'to', 'himself', ',', 'caught', 'in', 'some', 'nonsens', 'hope', '.', 'but', 'then', 'of', 'cours', ',', 'the', 'maid', "'s", 'firm', 'step', 'went', 'to', 'the', 'door', 'as', 'ever', 'and', 'open', 'it', '.', 'gregor', 'onli', 'need', 'to', 'hear', 'the', 'visitor', "'s", 'first', 'word', 'of', 'greet', 'and', 'he', 'knew', 'who', 'it', 'wa', '-', 'the', 'chief', 'clerk', 'himself', '.', 'whi', 'did', 'gregor', 'have', 'to', 'be', 'the', 'onli', 'one', 'condemn', 'to', 'work', 'for', 'a', 'compani', 'where', 'they', 'immedi', 'becam', 'highli', 'suspici', 'at', 'the', 'slightest', 'shortcom', '?', 'were', 'all', 'employe', ',', 'everi', 'one', 'of', 'them', ',', 'lout', ',', 'wa', 'there', 'not', 'one', 'of', 'them', 'who', 'wa', 'faith', 'and', 'devot', 'who', 'would', 'go', 'so', 'mad', 'with', 'pang', 'of', 'conscienc', 'that', 'he', 'could', "n't", 'get', 'out', 'of', 'bed', 'if', 'he', 'did', "n't", 'spend', 'at', 'least', 'a', 'coupl', 'of', 'hour', 'in', 'the', 'morn', 'on', 'compani', 'busi', '?', 'wa', 'it', 'realli', 'not', 'enough', 'to', 'let', 'one', 'of', 'the', 'traine', 'make', 'enquiri', '-', 'assum', 'enquiri', 'were', 'even', 'necessari', '-', 'did', 'the', 'chief', 'clerk', 'have', 'to', 'come', 'himself', ',', 'and', 'did', 'they', 'have', 'to', 'show', 'the', 'whole', ',', 'innoc', 'famili', 'that', 'thi', 'wa', 'so', 'suspici', 'that', 'onli', 'the', 'chief', 'clerk', 'could', 'be', 'trust', 'to', 'have', 'the', 'wisdom', 'to', 'investig', 'it', '?', 'and', 'more', 'becaus', 'these', 'thought', 'had', 'made', 'him', 'upset', 'than', 'through', 'ani', 'proper', 'decis', ',', 'he', 'swang', 'himself', 'with', 'all', 'hi', 'forc', 'out', 'of', 'the', 'bed', '.', 'there', 'wa', 'a', 'loud', 'thump', ',', 'but', 'it', "wasn't", 'realli', 'a', 'loud', 'nois', '.', 'hi', 'fall', 'wa', 'soften', 'a', 'littl', 'by', 'the', 'carpet', ',', 'and', 'gregor', "'s", 'back', 'wa', 'also', 'more', 'elast', 'than', 'he', 'had', 'thought', ',', 'which', 'made', 'the', 'sound', 'muffl', 'and', 'not', 'too', 'notic', '.', 'He', 'had', 'not', 'held', 'hi', 'head', 'care', 'enough', ',', 'though', ',', 'and', 'hit', 'it', 'as', 'he', 'fell', ';', 'annoy', 'and', 'in', 'pain', ',', 'he', 'turn', 'it', 'and', 'rub', 'it', 'against', 'the', 'carpet', '.', '``', 'someth', "'s", 'fallen', 'down', 'in', 'there', "''", ',', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'room', 'on', 'the', 'left', '.', 'gregor', 'tri', 'to', 'imagin', 'whether', 'someth', 'of', 'the', 'sort', 'that', 'had', 'happen', 'to', 'him', 'today', 'could', 'ever', 'happen', 'to', 'the', 'chief', 'clerk', 'too', ';', 'you', 'had', 'to', 'conced', 'that', 'it', 'wa', 'possibl', '.', 'but', 'as', 'if', 'in', 'gruff', 'repli', 'to', 'thi', 'question', ',', 'the', 'chief', 'clerk', "'s", 'firm', 'footstep', 'in', 'hi', 'highli', 'polish', 'boot', 'could', 'now', 'be', 'heard', 'in', 'the', 'adjoin', 'room', '.', 'from', 'the', 'room', 'on', 'hi', 'right', ',', 'gregor', "'s", 'sister', 'whisper', 'to', 'him', 'to', 'let', 'him', 'know', ':', '``', 'gregor', ',', 'the', 'chief', 'clerk', 'is', 'here', '.', "''", '``', 'ye', ',', 'I', 'know', "''", ',', 'said', 'gregor', 'to', 'himself', ';', 'but', 'without', 'dare', 'to', 'rais', 'hi', 'voic', 'loud', 'enough', 'for', 'hi', 'sister', 'to', 'hear', 'him', '.', '``', 'gregor', "''", ',', 'said', 'hi', 'father', 'now', 'from', 'the', 'room', 'to', 'hi', 'left', ',', '``', 'the', 'chief', 'clerk', 'ha', 'come', 'round', 'and', 'want', 'to', 'know', 'whi', 'you', 'did', "n't", 'leav', 'on', 'the', 'earli', 'train', '.', 'We', 'do', "n't", 'know', 'what', 'to', 'say', 'to', 'him', '.', 'and', 'anyway', ',', 'he', 'want', 'to', 'speak', 'to', 'you', 'person', '.', 'So', 'pleas', 'open', 'up', 'thi', 'door', '.', "i'm", 'sure', 'he', "'ll", 'be', 'good', 'enough', 'to', 'forgiv', 'the', 'untidi', 'of', 'your', 'room', '.', "''", 'then', 'the', 'chief', 'clerk', 'call', '``', 'good', 'morn', ',', 'mr.', 'samsa', "''", '.', '``', 'He', "isn't", 'well', "''", ',', 'said', 'hi', 'mother', 'to', 'the', 'chief', 'clerk', ',', 'while', 'hi', 'father', 'continu', 'to', 'speak', 'through', 'the', 'door', '.', '``', 'He', 'is', "n't", 'well', ',', 'pleas', 'believ', 'me', '.', 'whi', 'els', 'would', 'gregor', 'have', 'miss', 'a', 'train', '!', 'the', 'lad', 'onli', 'ever', 'think', 'about', 'the', 'busi', '.', 'It', 'nearli', 'make', 'me', 'cross', 'the', 'way', 'he', 'never', 'goe', 'out', 'in', 'the', 'even', ';', 'he', "'s", 'been', 'in', 'town', 'for', 'a', 'week', 'now', 'but', 'stay', 'home', 'everi', 'even', '.', 'He', 'sit', 'with', 'us', 'in', 'the', 'kitchen', 'and', 'just', 'read', 'the', 'paper', 'or', 'studi', 'train', 'timet', '.', 'hi', 'idea', 'of', 'relax', 'is', 'work', 'with', 'hi', 'fretsaw', '.', 'He', "'s", 'made', 'a', 'littl', 'frame', ',', 'for', 'instanc', ',', 'it', 'onli', 'took', 'him', 'two', 'or', 'three', 'even', ',', 'you', "'ll", 'be', 'amaz', 'how', 'nice', 'it', 'is', ';', 'it', "'s", 'hang', 'up', 'in', 'hi', 'room', ';', 'you', "'ll", 'see', 'it', 'as', 'soon', 'as', 'gregor', 'open', 'the', 'door', '.', 'anyway', ',', 'I', "'m", 'glad', 'you', "'re", 'here', ';', 'we', "wouldn't", 'have', 'been', 'abl', 'to', 'get', 'gregor', 'to', 'open', 'the', 'door', 'by', 'ourselv', ';', 'he', "'s", 'so', 'stubborn', ';', 'and', 'I', "'m", 'sure', 'he', 'is', "n't", 'well', ',', 'he', 'said', 'thi', 'morn', 'that', 'he', 'is', ',', 'but', 'he', 'is', "n't", '.', "''", '``', 'I', "'ll", 'be', 'there', 'in', 'a', 'moment', "''", ',', 'said', 'gregor', 'slowli', 'and', 'thought', ',', 'but', 'without', 'move', 'so', 'that', 'he', 'would', 'not', 'miss', 'ani', 'word', 'of', 'the', 'convers', '.', '``', 'well', 'I', 'ca', "n't", 'think', 'of', 'ani', 'other', 'way', 'of', 'explain', 'it', ',', 'mrs.', 'samsa', "''", ',', 'said', 'the', 'chief', 'clerk', ',', '``', 'I', 'hope', "it'", 'noth', 'seriou', '.', 'but', 'on', 'the', 'other', 'hand', ',', 'I', 'must', 'say', 'that', 'if', 'we', 'peopl', 'in', 'commerc', 'ever', 'becom', 'slightli', 'unwel', 'then', ',', 'fortun', 'or', 'unfortun', 'as', 'you', 'like', ',', 'we', 'simpli', 'have', 'to', 'overcom', 'it', 'becaus', 'of', 'busi', 'consider', '.', "''", '``', 'can', 'the', 'chief', 'clerk', 'come', 'in', 'to', 'see', 'you', 'now', 'then', '?', '``', ',', 'ask', 'hi', 'father', 'impati', ',', 'knock', 'at', 'the', 'door', 'again', '.', '``', 'No', "''", ',', 'said', 'gregor', '.', 'In', 'the', 'room', 'on', 'hi', 'right', 'there', 'follow', 'a', 'pain', 'silenc', ';', 'in', 'the', 'room', 'on', 'hi', 'left', 'hi', 'sister', 'began', 'to', 'cri', '.', 'So', 'whi', 'did', 'hi', 'sister', 'not', 'go', 'and', 'join', 'the', 'other', '?', 'she', 'had', 'probabl', 'onli', 'just', 'got', 'up', 'and', 'had', 'not', 'even', 'begun', 'to', 'get', 'dress', '.', 'and', 'whi', 'wa', 'she', 'cri', '?', 'wa', 'it', 'becaus', 'he', 'had', 'not', 'got', 'up', ',', 'and', 'had', 'not', 'let', 'the', 'chief', 'clerk', 'in', ',', 'becaus', 'he', 'wa', 'in', 'danger', 'of', 'lose', 'hi', 'job', 'and', 'if', 'that', 'happen', 'hi', 'boss', 'would', 'onc', 'more', 'pursu', 'their', 'parent', 'with', 'the', 'same', 'demand', 'as', 'befor', '?', 'there', 'wa', 'no', 'need', 'to', 'worri', 'about', 'thing', 'like', 'that', 'yet', '.', 'gregor', 'wa', 'still', 'there', 'and', 'had', 'not', 'the', 'slightest', 'intent', 'of', 'abandon', 'hi', 'famili', '.', 'for', 'the', 'time', 'be', 'he', 'just', 'lay', 'there', 'on', 'the', 'carpet', ',', 'and', 'no-on', 'who', 'knew', 'the', 'condit', 'he', 'wa', 'in', 'would', 'serious', 'have', 'expect', 'him', 'to', 'let', 'the', 'chief', 'clerk', 'in', '.', 'It', 'wa', 'onli', 'a', 'minor', 'discourtesi', ',', 'and', 'a', 'suitabl', 'excus', 'could', 'easili', 'be', 'found', 'for', 'it', 'later', 'on', ',', 'it', 'wa', 'not', 'someth', 'for', 'which', 'gregor', 'could', 'be', 'sack', 'on', 'the', 'spot', '.', 'and', 'it', 'seem', 'to', 'gregor', 'much', 'more', 'sensibl', 'to', 'leav', 'him', 'now', 'in', 'peac', 'instead', 'of', 'disturb', 'him', 'with', 'talk', 'at', 'him', 'and', 'cri', '.', 'but', 'the', 'other', 'did', "n't", 'know', 'what', 'wa', 'happen', ',', 'they', 'were', 'worri', ',', 'that', 'would', 'excus', 'their', 'behaviour', '.', 'the', 'chief', 'clerk', 'now', 'rais', 'hi', 'voic', ',', '``', 'mr.', 'samsa', "''", ',', 'he', 'call', 'to', 'him', ',', "''", 'what', 'is', 'wrong', '?', 'you', 'barricad', 'yourself', 'in', 'your', 'room', ',', 'give', 'us', 'no', 'more', 'than', 'ye', 'or', 'no', 'for', 'an', 'answer', ',', 'you', 'are', 'caus', 'seriou', 'and', 'unnecessari', 'concern', 'to', 'your', 'parent', 'and', 'you', 'fail', '-', 'and', 'I', 'mention', 'thi', 'just', 'by', 'the', 'way', '-', 'you', 'fail', 'to', 'carri', 'out', 'your', 'busi', 'duti', 'in', 'a', 'way', 'that', 'is', 'quit', 'unheard', 'of', '.', 'I', "'m", 'speak', 'here', 'on', 'behalf', 'of', 'your', 'parent', 'and', 'of', 'your', 'employ', ',', 'and', 'realli', 'must', 'request', 'a', 'clear', 'and', 'immedi', 'explan', '.', 'I', 'am', 'astonish', ',', 'quit', 'astonish', '.', 'I', 'thought', 'I', 'knew', 'you', 'as', 'a', 'calm', 'and', 'sensibl', 'person', ',', 'and', 'now', 'you', 'suddenli', 'seem', 'to', 'be', 'show', 'off', 'with', 'peculiar', 'whim', '.', 'thi', 'morn', ',', 'your', 'employ', 'did', 'suggest', 'a', 'possibl', 'reason', 'for', 'your', 'failur', 'to', 'appear', ',', 'it', "'s", 'true', '-', 'it', 'had', 'to', 'do', 'with', 'the', 'money', 'that', 'wa', 'recent', 'entrust', 'to', 'you', '-', 'but', 'I', 'came', 'near', 'to', 'give', 'him', 'my', 'word', 'of', 'honour', 'that', 'that', 'could', 'not', 'be', 'the', 'right', 'explan', '.', 'but', 'now', 'that', 'I', 'see', 'your', 'incomprehens', 'stubborn', 'I', 'no', 'longer', 'feel', 'ani', 'wish', 'whatsoev', 'to', 'interced', 'on', 'your', 'behalf', '.', 'and', 'nor', 'is', 'your', 'posit', 'all', 'that', 'secur', '.', 'I', 'had', 'origin', 'intend', 'to', 'say', 'all', 'thi', 'to', 'you', 'in', 'privat', ',', 'but', 'sinc', 'you', 'caus', 'me', 'to', 'wast', 'my', 'time', 'here', 'for', 'no', 'good', 'reason', 'I', 'do', "n't", 'see', 'whi', 'your', 'parent', 'should', 'not', 'also', 'learn', 'of', 'it', '.', 'your', 'turnov', 'ha', 'been', 'veri', 'unsatisfactori', 'of', 'late', ';', 'I', 'grant', 'you', 'that', 'it', "'s", 'not', 'the', 'time', 'of', 'year', 'to', 'do', 'especi', 'good', 'busi', ',', 'we', 'recognis', 'that', ';', 'but', 'there', 'simpli', 'is', 'no', 'time', 'of', 'year', 'to', 'do', 'no', 'busi', 'at', 'all', ',', 'mr.', 'samsa', ',', 'we', 'can', 'not', 'allow', 'there', 'to', 'be', '.', "''", '``', 'but', 'sir', "''", ',', 'call', 'gregor', ',', 'besid', 'himself', 'and', 'forget', 'all', 'els', 'in', 'the', 'excit', ',', '``', 'I', "'ll", 'open', 'up', 'immedi', ',', 'just', 'a', 'moment', '.', "i'm", 'slightli', 'unwel', ',', 'an', 'attack', 'of', 'dizzi', ',', 'I', 'have', "n't", 'been', 'abl', 'to', 'get', 'up', '.', 'I', "'m", 'still', 'in', 'bed', 'now', '.', 'I', "'m", 'quit', 'fresh', 'again', 'now', ',', 'though', '.', "i'm", 'just', 'get', 'out', 'of', 'bed', '.', 'just', 'a', 'moment', '.', 'Be', 'patient', '!', 'It', "'s", 'not', 'quit', 'as', 'easi', 'as', 'I', "'d", 'thought', '.', 'I', "'m", 'quit', 'alright', 'now', ',', 'though', '.', "it'", 'shock', ',', 'what', 'can', 'suddenli', 'happen', 'to', 'a', 'person', '!', 'I', 'wa', 'quit', 'alright', 'last', 'night', ',', 'my', 'parent', 'know', 'about', 'it', ',', 'perhap', 'better', 'than', 'me', ',', 'I', 'had', 'a', 'small', 'symptom', 'of', 'it', 'last', 'night', 'alreadi', '.', 'they', 'must', 'have', 'notic', 'it', '.', 'I', 'do', "n't", 'know', 'whi', 'I', 'did', "n't", 'let', 'you', 'know', 'at', 'work', '!', 'but', 'you', 'alway', 'think', 'you', 'can', 'get', 'over', 'an', 'ill', 'without', 'stay', 'at', 'home', '.', 'pleas', ',', 'do', "n't", 'make', 'my', 'parent', 'suffer', '!', 'there', "'s", 'no', 'basi', 'for', 'ani', 'of', 'the', 'accus', 'you', "'re", 'make', ';', 'nobodi', "'s", 'ever', 'said', 'a', 'word', 'to', 'me', 'about', 'ani', 'of', 'these', 'thing', '.', 'mayb', 'you', 'have', "n't", 'read', 'the', 'latest', 'contract', 'I', 'sent', 'in', '.', 'I', "'ll", 'set', 'off', 'with', 'the', 'eight', "o'clock", 'train', ',', 'as', 'well', ',', 'these', 'few', 'hour', 'of', 'rest', 'have', 'given', 'me', 'strength', '.', 'you', 'do', "n't", 'need', 'to', 'wait', ',', 'sir', ';', 'I', "'ll", 'be', 'in', 'the', 'offic', 'soon', 'after', 'you', ',', 'and', 'pleas', 'be', 'so', 'good', 'as', 'to', 'tell', 'that', 'to', 'the', 'boss', 'and', 'recommend', 'me', 'to', 'him', '!', "''", 'and', 'while', 'gregor', 'gush', 'out', 'these', 'word', ',', 'hardli', 'know', 'what', 'he', 'wa', 'say', ',', 'he', 'made', 'hi', 'way', 'over', 'to', 'the', 'chest', 'of', 'drawer', '-', 'thi', 'wa', 'easili', 'done', ',', 'probabl', 'becaus', 'of', 'the', 'practis', 'he', 'had', 'alreadi', 'had', 'in', 'bed', '-', 'where', 'he', 'now', 'tri', 'to', 'get', 'himself', 'upright', '.', 'He', 'realli', 'did', 'want', 'to', 'open', 'the', 'door', ',', 'realli', 'did', 'want', 'to', 'let', 'them', 'see', 'him', 'and', 'to', 'speak', 'with', 'the', 'chief', 'clerk', ';', 'the', 'other', 'were', 'be', 'so', 'insist', ',', 'and', 'he', 'wa', 'curiou', 'to', 'learn', 'what', 'they', 'would', 'say', 'when', 'they', 'caught', 'sight', 'of', 'him', '.', 'If', 'they', 'were', 'shock', 'then', 'it', 'would', 'no', 'longer', 'be', "gregor'", 'respons', 'and', 'he', 'could', 'rest', '.', 'If', ',', 'howev', ',', 'they', 'took', 'everyth', 'calmli', 'he', 'would', 'still', 'have', 'no', 'reason', 'to', 'be', 'upset', ',', 'and', 'if', 'he', 'hurri', 'he', 'realli', 'could', 'be', 'at', 'the', 'station', 'for', 'eight', "o'clock", '.', 'the', 'first', 'few', 'time', 'he', 'tri', 'to', 'climb', 'up', 'on', 'the', 'smooth', 'chest', 'of', 'drawer', 'he', 'just', 'slid', 'down', 'again', ',', 'but', 'he', 'final', 'gave', 'himself', 'one', 'last', 'swing', 'and', 'stood', 'there', 'upright', ';', 'the', 'lower', 'part', 'of', 'hi', 'bodi', 'wa', 'in', 'seriou', 'pain', 'but', 'he', 'no', 'longer', 'gave', 'ani', 'attent', 'to', 'it', '.', 'now', 'he', 'let', 'himself', 'fall', 'against', 'the', 'back', 'of', 'a', 'nearbi', 'chair', 'and', 'held', 'tightli', 'to', 'the', 'edg', 'of', 'it', 'with', 'hi', 'littl', 'leg', '.', 'By', 'now', 'he', 'had', 'also', 'calm', 'down', ',', 'and', 'kept', 'quiet', 'so', 'that', 'he', 'could', 'listen', 'to', 'what', 'the', 'chief', 'clerk', 'wa', 'say', '.', '``', 'did', 'you', 'understand', 'a', 'word', 'of', 'all', 'that', '?', "''", 'the', 'chief', 'clerk', 'ask', 'hi', 'parent', ',', '``', 'sure', 'he', "'s", 'not', 'tri', 'to', 'make', 'fool', 'of', 'us', "''", '.', '``', 'Oh', ',', 'god', '!', "''", 'call', 'hi', 'mother', ',', 'who', 'wa', 'alreadi', 'in', 'tear', ',', '``', 'he', 'could', 'be', 'serious', 'ill', 'and', 'we', "'re", 'make', 'him', 'suffer', '.', 'grete', '!', 'grete', '!', "''", 'she', 'then', 'cri', '.', '``', 'mother', '?', "''", 'hi', 'sister', 'call', 'from', 'the', 'other', 'side', '.', 'they', 'commun', 'across', 'gregor', "'s", 'room', '.', '``', 'you', "'ll", 'have', 'to', 'go', 'for', 'the', 'doctor', 'straight', 'away', '.', 'gregor', 'is', 'ill.', 'quick', ',', 'get', 'the', 'doctor', '.', 'did', 'you', 'hear', 'the', 'way', 'gregor', 'spoke', 'just', 'now', '?', "''", '``', 'that', 'wa', 'the', 'voic', 'of', 'an', 'anim', "''", ',', 'said', 'the', 'chief', 'clerk', ',', 'with', 'a', 'calm', 'that', 'wa', 'in', 'contrast', 'with', 'hi', "mother'", 'scream', '.', '``', 'anna', '!', 'anna', '!', "''", 'hi', 'father', 'call', 'into', 'the', 'kitchen', 'through', 'the', 'entranc', 'hall', ',', 'clap', 'hi', 'hand', ',', '``', 'get', 'a', 'locksmith', 'here', ',', 'now', '!', "''", 'and', 'the', 'two', 'girl', ',', 'their', 'skirt', 'swish', ',', 'immedi', 'ran', 'out', 'through', 'the', 'hall', ',', 'wrench', 'open', 'the', 'front', 'door', 'of', 'the', 'flat', 'as', 'they', 'went', '.', 'how', 'had', 'hi', 'sister', 'manag', 'to', 'get', 'dress', 'so', 'quickli', '?', 'there', 'wa', 'no', 'sound', 'of', 'the', 'door', 'bang', 'shut', 'again', ';', 'they', 'must', 'have', 'left', 'it', 'open', ';', 'peopl', 'often', 'do', 'in', 'home', 'where', 'someth', 'aw', 'ha', 'happen', '.', 'gregor', ',', 'in', 'contrast', ',', 'had', 'becom', 'much', 'calmer', '.', 'So', 'they', "couldn't", 'understand', 'hi', 'word', 'ani', 'more', ',', 'although', 'they', 'seem', 'clear', 'enough', 'to', 'him', ',', 'clearer', 'than', 'befor', '-', 'perhap', 'hi', 'ear', 'had', 'becom', 'use', 'to', 'the', 'sound', '.', 'they', 'had', 'realis', ',', 'though', ',', 'that', 'there', 'wa', 'someth', 'wrong', 'with', 'him', ',', 'and', 'were', 'readi', 'to', 'help', '.', 'the', 'first', 'respons', 'to', 'hi', 'situat', 'had', 'been', 'confid', 'and', 'wise', ',', 'and', 'that', 'made', 'him', 'feel', 'better', '.', 'He', 'felt', 'that', 'he', 'had', 'been', 'drawn', 'back', 'in', 'among', 'peopl', ',', 'and', 'from', 'the', 'doctor', 'and', 'the', 'locksmith', 'he', 'expect', 'great', 'and', 'surpris', 'achiev', '-', 'although', 'he', 'did', 'not', 'realli', 'distinguish', 'one', 'from', 'the', 'other', '.', 'whatev', 'wa', 'said', 'next', 'would', 'be', 'crucial', ',', 'so', ',', 'in', 'order', 'to', 'make', 'hi', 'voic', 'as', 'clear', 'as', 'possibl', ',', 'he', 'cough', 'a', 'littl', ',', 'but', 'take', 'care', 'to', 'do', 'thi', 'not', 'too', 'loudli', 'as', 'even', 'thi', 'might', 'well', 'sound', 'differ', 'from', 'the', 'way', 'that', 'a', 'human', 'cough', 'and', 'he', 'wa', 'no', 'longer', 'sure', 'he', 'could', 'judg', 'thi', 'for', 'himself', '.', 'meanwhil', ',', 'it', 'had', 'becom', 'veri', 'quiet', 'in', 'the', 'next', 'room', '.', 'perhap', 'hi', 'parent', 'were', 'sat', 'at', 'the', 'tabl', 'whisper', 'with', 'the', 'chief', 'clerk', ',', 'or', 'perhap', 'they', 'were', 'all', 'press', 'against', 'the', 'door', 'and', 'listen', '.', 'gregor', 'slowli', 'push', 'hi', 'way', 'over', 'to', 'the', 'door', 'with', 'the', 'chair', '.', 'onc', 'there', 'he', 'let', 'go', 'of', 'it', 'and', 'threw', 'himself', 'onto', 'the', 'door', ',', 'hold', 'himself', 'upright', 'against', 'it', 'use', 'the', 'adhes', 'on', 'the', 'tip', 'of', 'hi', 'leg', '.', 'He', 'rest', 'there', 'a', 'littl', 'while', 'to', 'recov', 'from', 'the', 'effort', 'involv', 'and', 'then', 'set', 'himself', 'to', 'the', 'task', 'of', 'turn', 'the', 'key', 'in', 'the', 'lock', 'with', 'hi', 'mouth', '.', 'He', 'seem', ',', 'unfortun', ',', 'to', 'have', 'no', 'proper', 'teeth', '-', 'how', 'wa', 'he', ',', 'then', ',', 'to', 'grasp', 'the', 'key', '?', '-', 'but', 'the', 'lack', 'of', 'teeth', 'wa', ',', 'of', 'cours', ',', 'made', 'up', 'for', 'with', 'a', 'veri', 'strong', 'jaw', ';', 'use', 'the', 'jaw', ',', 'he', 'realli', 'wa', 'abl', 'to', 'start', 'the', 'key', 'turn', ',', 'ignor', 'the', 'fact', 'that', 'he', 'must', 'have', 'been', 'caus', 'some', 'kind', 'of', 'damag', 'as', 'a', 'brown', 'fluid', 'came', 'from', 'hi', 'mouth', ',', 'flow', 'over', 'the', 'key', 'and', 'drip', 'onto', 'the', 'floor', '.', '``', 'listen', "''", ',', 'said', 'the', 'chief', 'clerk', 'in', 'the', 'next', 'room', ',', '``', 'he', "'s", 'turn', 'the', 'key', '.', "''", 'gregor', 'wa', 'greatli', 'encourag', 'by', 'thi', ';', 'but', 'they', 'all', 'should', 'have', 'been', 'call', 'to', 'him', ',', 'hi', 'father', 'and', 'hi', 'mother', 'too', ':', '``', 'well', 'done', ',', 'gregor', "''", ',', 'they', 'should', 'have', 'cri', ',', '``', 'keep', 'at', 'it', ',', 'keep', 'hold', 'of', 'the', 'lock', '!', "''", 'and', 'with', 'the', 'idea', 'that', 'they', 'were', 'all', 'excitedli', 'follow', 'hi', 'effort', ',', 'he', 'bit', 'on', 'the', 'key', 'with', 'all', 'hi', 'strength', ',', 'pay', 'no', 'attent', 'to', 'the', 'pain', 'he', 'wa', 'caus', 'himself', '.', 'As', 'the', 'key', 'turn', 'round', 'he', 'turn', 'around', 'the', 'lock', 'with', 'it', ',', 'onli', 'hold', 'himself', 'upright', 'with', 'hi', 'mouth', ',', 'and', 'hung', 'onto', 'the', 'key', 'or', 'push', 'it', 'down', 'again', 'with', 'the', 'whole', 'weight', 'of', 'hi', 'bodi', 'as', 'need', '.', 'the', 'clear', 'sound', 'of', 'the', 'lock', 'as', 'it', 'snap', 'back', 'wa', 'gregor', "'s", 'sign', 'that', 'he', 'could', 'break', 'hi', 'concentr', ',', 'and', 'as', 'he', 'regain', 'hi', 'breath', 'he', 'said', 'to', 'himself', ':', "''", 'So', ',', 'I', 'did', "n't", 'need', 'the', 'locksmith', 'after', 'all', "''", '.', 'then', 'he', 'lay', 'hi', 'head', 'on', 'the', 'handl', 'of', 'the', 'door', 'to', 'open', 'it', 'complet', '.', 'becaus', 'he', 'had', 'to', 'open', 'the', 'door', 'in', 'thi', 'way', ',', 'it', 'wa', 'alreadi', 'wide', 'open', 'befor', 'he', 'could', 'be', 'seen', '.', 'He', 'had', 'first', 'to', 'slowli', 'turn', 'himself', 'around', 'one', 'of', 'the', 'doubl', 'door', ',', 'and', 'he', 'had', 'to', 'do', 'it', 'veri', 'care', 'if', 'he', 'did', 'not', 'want', 'to', 'fall', 'flat', 'on', 'hi', 'back', 'befor', 'enter', 'the', 'room', '.', 'He', 'wa', 'still', 'occupi', 'with', 'thi', 'difficult', 'movement', ',', 'unabl', 'to', 'pay', 'attent', 'to', 'anyth', 'els', ',', 'when', 'he', 'heard', 'the', 'chief', 'clerk', 'exclaim', 'a', 'loud', '``', 'Oh', '!', '``', ',', 'which', 'sound', 'like', 'the', 'sough', 'of', 'the', 'wind', '.', 'now', 'he', 'also', 'saw', 'him', '-', 'he', 'wa', 'the', 'nearest', 'to', 'the', 'door', '-', 'hi', 'hand', 'press', 'against', 'hi', 'open', 'mouth', 'and', 'slowli', 'retreat', 'as', 'if', 'driven', 'by', 'a', 'steadi', 'and', 'invis', 'forc', '.', 'gregor', "'s", 'mother', ',', 'her', 'hair', 'still', 'dishevel', 'from', 'bed', 'despit', 'the', 'chief', 'clerk', "'s", 'be', 'there', ',', 'look', 'at', 'hi', 'father', '.', 'then', 'she', 'unfold', 'her', 'arm', ',', 'took', 'two', 'step', 'forward', 'toward', 'gregor', 'and', 'sank', 'down', 'onto', 'the', 'floor', 'into', 'her', 'skirt', 'that', 'spread', 'themselv', 'out', 'around', 'her', 'as', 'her', 'head', 'disappear', 'down', 'onto', 'her', 'breast', '.', 'hi', 'father', 'look', 'hostil', ',', 'and', 'clench', 'hi', 'fist', 'as', 'if', 'want', 'to', 'knock', 'gregor', 'back', 'into', 'hi', 'room', '.', 'then', 'he', 'look', 'uncertainli', 'round', 'the', 'live', 'room', ',', 'cover', 'hi', 'eye', 'with', 'hi', 'hand', 'and', 'wept', 'so', 'that', 'hi', 'power', 'chest', 'shook', '.', 'So', 'gregor', 'did', 'not', 'go', 'into', 'the', 'room', ',', 'but', 'leant', 'against', 'the', 'insid', 'of', 'the', 'other', 'door', 'which', 'wa', 'still', 'held', 'bolt', 'in', 'place', '.', 'In', 'thi', 'way', 'onli', 'half', 'of', 'hi', 'bodi', 'could', 'be', 'seen', ',', 'along', 'with', 'hi', 'head', 'abov', 'it', 'which', 'he', 'leant', 'over', 'to', 'one', 'side', 'as', 'he', 'peer', 'out', 'at', 'the', 'other', '.', 'meanwhil', 'the', 'day', 'had', 'becom', 'much', 'lighter', ';', 'part', 'of', 'the', 'endless', ',', 'grey-black', 'build', 'on', 'the', 'other', 'side', 'of', 'the', 'street', '-', 'which', 'wa', 'a', 'hospit', '-', 'could', 'be', 'seen', 'quit', 'clearli', 'with', 'the', 'auster', 'and', 'regular', 'line', 'of', 'window', 'pierc', 'it', 'facad', ';', 'the', 'rain', 'wa', 'still', 'fall', ',', 'now', 'throw', 'down', 'larg', ',', 'individu', 'droplet', 'which', 'hit', 'the', 'ground', 'one', 'at', 'a', 'time', '.', 'the', 'wash', 'up', 'from', 'breakfast', 'lay', 'on', 'the', 'tabl', ';', 'there', 'wa', 'so', 'much', 'of', 'it', 'becaus', ',', 'for', 'gregor', "'s", 'father', ',', 'breakfast', 'wa', 'the', 'most', 'import', 'meal', 'of', 'the', 'day', 'and', 'he', 'would', 'stretch', 'it', 'out', 'for', 'sever', 'hour', 'as', 'he', 'sat', 'read', 'a', 'number', 'of', 'differ', 'newspap', '.', 'On', 'the', 'wall', 'exactli', 'opposit', 'there', 'wa', 'photograph', 'of', 'gregor', 'when', 'he', 'wa', 'a', 'lieuten', 'in', 'the', 'armi', ',', 'hi', 'sword', 'in', 'hi', 'hand', 'and', 'a', 'carefre', 'smile', 'on', 'hi', 'face', 'as', 'he', 'call', 'forth', 'respect', 'for', 'hi', 'uniform', 'and', 'bear', '.', 'the', 'door', 'to', 'the', 'entranc', 'hall', 'wa', 'open', 'and', 'as', 'the', 'front', 'door', 'of', 'the', 'flat', 'wa', 'also', 'open', 'he', 'could', 'see', 'onto', 'the', 'land', 'and', 'the', 'stair', 'where', 'they', 'began', 'their', 'way', 'down', 'below', '.', '``', 'now', ',', 'then', "''", ',', 'said', 'gregor', ',', 'well', 'awar', 'that', 'he', 'wa', 'the', 'onli', 'one', 'to', 'have', 'kept', 'calm', ',', '``', 'I', "'ll", 'get', 'dress', 'straight', 'away', 'now', ',', 'pack', 'up', 'my', 'sampl', 'and', 'set', 'off', '.', 'will', 'you', 'pleas', 'just', 'let', 'me', 'leav', '?', 'you', 'can', 'see', "''", ',', 'he', 'said', 'to', 'the', 'chief', 'clerk', ',', '``', 'that', 'I', "'m", 'not', 'stubborn', 'and', 'I', 'like', 'to', 'do', 'my', 'job', ';', 'be', 'a', 'commerci', 'travel', 'is', 'arduou', 'but', 'without', 'travel', 'I', 'could', "n't", 'earn', 'my', 'live', '.', 'So', 'where', 'are', 'you', 'go', ',', 'in', 'to', 'the', 'offic', '?', 'ye', '?', 'will', 'you', 'report', 'everyth', 'accur', ',', 'then', '?', 'It', "'s", 'quit', 'possibl', 'for', 'someon', 'to', 'be', 'temporarili', 'unabl', 'to', 'work', ',', 'but', 'that', "'s", 'just', 'the', 'right', 'time', 'to', 'rememb', 'what', "'s", 'been', 'achiev', 'in', 'the', 'past', 'and', 'consid', 'that', 'later', 'on', ',', 'onc', 'the', 'difficulti', 'ha', 'been', 'remov', ',', 'he', 'will', 'certainli', 'work', 'with', 'all', 'the', 'more', 'dilig', 'and', 'concentr', '.', 'you', "'re", 'well', 'awar', 'that', 'I', "'m", 'serious', 'in', 'debt', 'to', 'our', 'employ', 'as', 'well', 'as', 'have', 'to', 'look', 'after', 'my', 'parent', 'and', 'my', 'sister', ',', 'so', 'that', 'I', "'m", 'trap', 'in', 'a', 'difficult', 'situat', ',', 'but', 'I', 'will', 'work', 'my', 'way', 'out', 'of', 'it', 'again', '.', 'pleas', 'do', "n't", 'make', 'thing', 'ani', 'harder', 'for', 'me', 'than', 'they', 'are', 'alreadi', ',', 'and', 'do', "n't", 'take', 'side', 'against', 'me', 'at', 'the', 'offic', '.', 'I', 'know', 'that', 'nobodi', 'like', 'the', 'travel', '.', 'they', 'think', 'we', 'earn', 'an', 'enorm', 'wage', 'as', 'well', 'as', 'have', 'a', 'soft', 'time', 'of', 'it', '.', "that'", 'just', 'prejudic', 'but', 'they', 'have', 'no', 'particular', 'reason', 'to', 'think', 'better', 'of', 'it', '.', 'but', 'you', ',', 'sir', ',', 'you', 'have', 'a', 'better', 'overview', 'than', 'the', 'rest', 'of', 'the', 'staff', ',', 'in', 'fact', ',', 'if', 'I', 'can', 'say', 'thi', 'in', 'confid', ',', 'a', 'better', 'overview', 'than', 'the', 'boss', 'himself', '-', 'it', "'s", 'veri', 'easi', 'for', 'a', 'businessman', 'like', 'him', 'to', 'make', 'mistak', 'about', 'hi', 'employe', 'and', 'judg', 'them', 'more', 'harshli', 'than', 'he', 'should', '.', 'and', 'you', "'re", 'also', 'well', 'awar', 'that', 'we', 'travel', 'spend', 'almost', 'the', 'whole', 'year', 'away', 'from', 'the', 'offic', ',', 'so', 'that', 'we', 'can', 'veri', 'easili', 'fall', 'victim', 'to', 'gossip', 'and', 'chanc', 'and', 'groundless', 'complaint', ',', 'and', 'it', "'s", 'almost', 'imposs', 'to', 'defend', 'yourself', 'from', 'that', 'sort', 'of', 'thing', ',', 'we', 'do', "n't", 'usual', 'even', 'hear', 'about', 'them', ',', 'or', 'if', 'at', 'all', 'it', "'s", 'when', 'we', 'arriv', 'back', 'home', 'exhaust', 'from', 'a', 'trip', ',', 'and', 'that', "'s", 'when', 'we', 'feel', 'the', 'harm', 'effect', 'of', 'what', "'s", 'been', 'go', 'on', 'without', 'even', 'know', 'what', 'caus', 'them', '.', 'pleas', ',', 'do', "n't", 'go', 'away', ',', 'at', 'least', 'first', 'say', 'someth', 'to', 'show', 'that', 'you', 'grant', 'that', 'I', "'m", 'at', 'least', 'partli', 'right', '!', "''", 'but', 'the', 'chief', 'clerk', 'had', 'turn', 'away', 'as', 'soon', 'as', 'gregor', 'had', 'start', 'to', 'speak', ',', 'and', ',', 'with', 'protrud', 'lip', ',', 'onli', 'stare', 'back', 'at', 'him', 'over', 'hi', 'trembl', 'shoulder', 'as', 'he', 'left', '.', 'He', 'did', 'not', 'keep', 'still', 'for', 'a', 'moment', 'while', 'gregor', 'wa', 'speak', ',', 'but', 'move', 'steadili', 'toward', 'the', 'door', 'without', 'take', 'hi', 'eye', 'off', 'him', '.', 'He', 'move', 'veri', 'gradual', ',', 'as', 'if', 'there', 'had', 'been', 'some', 'secret', 'prohibit', 'on', 'leav', 'the', 'room', '.', 'It', 'wa', 'onli', 'when', 'he', 'had', 'reach', 'the', 'entranc', 'hall', 'that', 'he', 'made', 'a', 'sudden', 'movement', ',', 'drew', 'hi', 'foot', 'from', 'the', 'live', 'room', ',', 'and', 'rush', 'forward', 'in', 'a', 'panic', '.', 'In', 'the', 'hall', ',', 'he', 'stretch', 'hi', 'right', 'hand', 'far', 'out', 'toward', 'the', 'stairway', 'as', 'if', 'out', 'there', ',', 'there', 'were', 'some', 'supernatur', 'forc', 'wait', 'to', 'save', 'him', '.', 'gregor', 'realis', 'that', 'it', 'wa', 'out', 'of', 'the', 'question', 'to', 'let', 'the', 'chief', 'clerk', 'go', 'away', 'in', 'thi', 'mood', 'if', 'hi', 'posit', 'in', 'the', 'firm', 'wa', 'not', 'to', 'be', 'put', 'into', 'extrem', 'danger', '.', 'that', 'wa', 'someth', 'hi', 'parent', 'did', 'not', 'understand', 'veri', 'well', ';', 'over', 'the', 'year', ',', 'they', 'had', 'becom', 'convinc', 'that', 'thi', 'job', 'would', 'provid', 'for', 'gregor', 'for', 'hi', 'entir', 'life', ',', 'and', 'besid', ',', 'they', 'had', 'so', 'much', 'to', 'worri', 'about', 'at', 'present', 'that', 'they', 'had', 'lost', 'sight', 'of', 'ani', 'thought', 'for', 'the', 'futur', '.', 'gregor', ',', 'though', ',', 'did', 'think', 'about', 'the', 'futur', '.', 'the', 'chief', 'clerk', 'had', 'to', 'be', 'held', 'back', ',', 'calm', 'down', ',', 'convinc', 'and', 'final', 'won', 'over', ';', 'the', 'futur', 'of', 'gregor', 'and', 'hi', 'famili', 'depend', 'on', 'it', '!', 'If', 'onli', 'hi', 'sister', 'were', 'here', '!', 'she', 'wa', 'clever', ';', 'she', 'wa', 'alreadi', 'in', 'tear', 'while', 'gregor', 'wa', 'still', 'lie', 'peac', 'on', 'hi', 'back', '.', 'and', 'the', 'chief', 'clerk', 'wa', 'a', 'lover', 'of', 'women', ',', 'sure', 'she', 'could', 'persuad', 'him', ';', 'she', 'would', 'close', 'the', 'front', 'door', 'in', 'the', 'entranc', 'hall', 'and', 'talk', 'him', 'out', 'of', 'hi', 'shock', 'state', '.', 'but', 'hi', 'sister', 'wa', 'not', 'there', ',', 'gregor', 'would', 'have', 'to', 'do', 'the', 'job', 'himself', '.', 'and', 'without', 'consid', 'that', 'he', 'still', 'wa', 'not', 'familiar', 'with', 'how', 'well', 'he', 'could', 'move', 'about', 'in', 'hi', 'present', 'state', ',', 'or', 'that', 'hi', 'speech', 'still', 'might', 'not', '-', 'or', 'probabl', 'would', 'not', '-', 'be', 'understood', ',', 'he', 'let', 'go', 'of', 'the', 'door', ';', 'push', 'himself', 'through', 'the', 'open', ';', 'tri', 'to', 'reach', 'the', 'chief', 'clerk', 'on', 'the', 'land', 'who', ',', 'ridicul', ',', 'wa', 'hold', 'on', 'to', 'the', 'banist', 'with', 'both', 'hand', ';', 'but', 'gregor', 'fell', 'immedi', 'over', 'and', ',', 'with', 'a', 'littl', 'scream', 'as', 'he', 'sought', 'someth', 'to', 'hold', 'onto', ',', 'land', 'on', 'hi', 'numer', 'littl', 'leg', '.', 'hardli', 'had', 'that', 'happen', 'than', ',', 'for', 'the', 'first', 'time', 'that', 'day', ',', 'he', 'began', 'to', 'feel', 'alright', 'with', 'hi', 'bodi', ';', 'the', 'littl', 'leg', 'had', 'the', 'solid', 'ground', 'under', 'them', ';', 'to', 'hi', 'pleasur', ',', 'they', 'did', 'exactli', 'as', 'he', 'told', 'them', ';', 'they', 'were', 'even', 'make', 'the', 'effort', 'to', 'carri', 'him', 'where', 'he', 'want', 'to', 'go', ';', 'and', 'he', 'wa', 'soon', 'believ', 'that', 'all', 'hi', 'sorrow', 'would', 'soon', 'be', 'final', 'at', 'an', 'end', '.', 'He', 'held', 'back', 'the', 'urg', 'to', 'move', 'but', 'sway', 'from', 'side', 'to', 'side', 'as', 'he', 'crouch', 'there', 'on', 'the', 'floor', '.', 'hi', 'mother', 'wa', 'not', 'far', 'away', 'in', 'front', 'of', 'him', 'and', 'seem', ',', 'at', 'first', ',', 'quit', 'engross', 'in', 'herself', ',', 'but', 'then', 'she', 'suddenli', 'jump', 'up', 'with', 'her', 'arm', 'outstretch', 'and', 'her', 'finger', 'spread', 'shout', ':', '``', 'help', ',', 'for', 'piti', "'s", 'sake', ',', 'help', '!', "''", 'the', 'way', 'she', 'held', 'her', 'head', 'suggest', 'she', 'want', 'to', 'see', 'gregor', 'better', ',', 'but', 'the', 'unthink', 'way', 'she', 'wa', 'hurri', 'backward', 'show', 'that', 'she', 'did', 'not', ';', 'she', 'had', 'forgotten', 'that', 'the', 'tabl', 'wa', 'behind', 'her', 'with', 'all', 'the', 'breakfast', 'thing', 'on', 'it', ';', 'when', 'she', 'reach', 'the', 'tabl', 'she', 'sat', 'quickli', 'down', 'on', 'it', 'without', 'know', 'what', 'she', 'wa', 'do', ';', 'without', 'even', 'seem', 'to', 'notic', 'that', 'the', 'coffe', 'pot', 'had', 'been', 'knock', 'over', 'and', 'a', 'gush', 'of', 'coffe', 'wa', 'pour', 'down', 'onto', 'the', 'carpet', '.', '``', 'mother', ',', 'mother', "''", ',', 'said', 'gregor', 'gentli', ',', 'look', 'up', 'at', 'her', '.', 'He', 'had', 'complet', 'forgotten', 'the', 'chief', 'clerk', 'for', 'the', 'moment', ',', 'but', 'could', 'not', 'help', 'himself', 'snap', 'in', 'the', 'air', 'with', 'hi', 'jaw', 'at', 'the', 'sight', 'of', 'the', 'flow', 'of', 'coffe', '.', 'that', 'set', 'hi', 'mother', 'scream', 'anew', ',', 'she', 'fled', 'from', 'the', 'tabl', 'and', 'into', 'the', 'arm', 'of', 'hi', 'father', 'as', 'he', 'rush', 'toward', 'her', '.', 'gregor', ',', 'though', ',', 'had', 'no', 'time', 'to', 'spare', 'for', 'hi', 'parent', 'now', ';', 'the', 'chief', 'clerk', 'had', 'alreadi', 'reach', 'the', 'stair', ';', 'with', 'hi', 'chin', 'on', 'the', 'banist', ',', 'he', 'look', 'back', 'for', 'the', 'last', 'time', '.', 'gregor', 'made', 'a', 'run', 'for', 'him', ';', 'he', 'want', 'to', 'be', 'sure', 'of', 'reach', 'him', ';', 'the', 'chief', 'clerk', 'must', 'have', 'expect', 'someth', ',', 'as', 'he', 'leapt', 'down', 'sever', 'step', 'at', 'onc', 'and', 'disappear', ';', 'hi', 'shout', 'resound', 'all', 'around', 'the', 'staircas', '.', 'the', 'flight', 'of', 'the', 'chief', 'clerk', 'seem', ',', 'unfortun', ',', 'to', 'put', "gregor'", 'father', 'into', 'a', 'panic', 'as', 'well', '.', 'until', 'then', 'he', 'had', 'been', 'rel', 'self', 'control', ',', 'but', 'now', ',', 'instead', 'of', 'run', 'after', 'the', 'chief', 'clerk', 'himself', ',', 'or', 'at', 'least', 'not', 'imped', 'gregor', 'as', 'he', 'ran', 'after', 'him', ',', 'gregor', "'s", 'father', 'seiz', 'the', 'chief', 'clerk', "'s", 'stick', 'in', 'hi', 'right', 'hand', '(', 'the', 'chief', 'clerk', 'had', 'left', 'it', 'behind', 'on', 'a', 'chair', ',', 'along', 'with', 'hi', 'hat', 'and', 'overcoat', ')', ',', 'pick', 'up', 'a', 'larg', 'newspap', 'from', 'the', 'tabl', 'with', 'hi', 'left', ',', 'and', 'use', 'them', 'to', 'drive', 'gregor', 'back', 'into', 'hi', 'room', ',', 'stamp', 'hi', 'foot', 'at', 'him', 'as', 'he', 'went', '.', 'gregor', "'s", 'appeal', 'to', 'hi', 'father', 'were', 'of', 'no', 'help', ',', 'hi', 'appeal', 'were', 'simpli', 'not', 'understood', ',', 'howev', 'much', 'he', 'humbl', 'turn', 'hi', 'head', 'hi', 'father', 'mere', 'stamp', 'hi', 'foot', 'all', 'the', 'harder', '.', 'across', 'the', 'room', ',', 'despit', 'the', 'chilli', 'weather', ',', 'gregor', "'s", 'mother', 'had', 'pull', 'open', 'a', 'window', ',', 'leant', 'far', 'out', 'of', 'it', 'and', 'press', 'her', 'hand', 'to', 'her', 'face', '.', 'A', 'strong', 'draught', 'of', 'air', 'flew', 'in', 'from', 'the', 'street', 'toward', 'the', 'stairway', ',', 'the', 'curtain', 'flew', 'up', ',', 'the', 'newspap', 'on', 'the', 'tabl', 'flutter', 'and', 'some', 'of', 'them', 'were', 'blown', 'onto', 'the', 'floor', '.', 'noth', 'would', 'stop', 'gregor', "'s", 'father', 'as', 'he', 'drove', 'him', 'back', ',', 'make', 'hiss', 'nois', 'at', 'him', 'like', 'a', 'wild', 'man', '.', 'gregor', 'had', 'never', 'had', 'ani', 'practic', 'in', 'move', 'backward', 'and', 'wa', 'onli', 'abl', 'to', 'go', 'veri', 'slowli', '.', 'If', 'gregor', 'had', 'onli', 'been', 'allow', 'to', 'turn', 'round', 'he', 'would', 'have', 'been', 'back', 'in', 'hi', 'room', 'straight', 'away', ',', 'but', 'he', 'wa', 'afraid', 'that', 'if', 'he', 'took', 'the', 'time', 'to', 'do', 'that', 'hi', 'father', 'would', 'becom', 'impati', ',', 'and', 'there', 'wa', 'the', 'threat', 'of', 'a', 'lethal', 'blow', 'to', 'hi', 'back', 'or', 'head', 'from', 'the', 'stick', 'in', 'hi', 'father', "'s", 'hand', 'ani', 'moment', '.', 'eventu', ',', 'though', ',', 'gregor', 'realis', 'that', 'he', 'had', 'no', 'choic', 'as', 'he', 'saw', ',', 'to', 'hi', 'disgust', ',', 'that', 'he', 'wa', 'quit', 'incap', 'of', 'go', 'backward', 'in', 'a', 'straight', 'line', ';', 'so', 'he', 'began', ',', 'as', 'quickli', 'as', 'possibl', 'and', 'with', 'frequent', 'anxiou', 'glanc', 'at', 'hi', 'father', ',', 'to', 'turn', 'himself', 'round', '.', 'It', 'went', 'veri', 'slowli', ',', 'but', 'perhap', 'hi', 'father', 'wa', 'abl', 'to', 'see', 'hi', 'good', 'intent', 'as', 'he', 'did', 'noth', 'to', 'hinder', 'him', ',', 'in', 'fact', 'now', 'and', 'then', 'he', 'use', 'the', 'tip', 'of', 'hi', 'stick', 'to', 'give', 'direct', 'from', 'a', 'distanc', 'as', 'to', 'which', 'way', 'to', 'turn', '.', 'If', 'onli', 'hi', 'father', 'would', 'stop', 'that', 'unbear', 'hiss', '!', 'It', 'wa', 'make', 'gregor', 'quit', 'confus', '.', 'when', 'he', 'had', 'nearli', 'finish', 'turn', 'round', ',', 'still', 'listen', 'to', 'that', 'hiss', ',', 'he', 'made', 'a', 'mistak', 'and', 'turn', 'himself', 'back', 'a', 'littl', 'the', 'way', 'he', 'had', 'just', 'come', '.', 'He', 'wa', 'pleas', 'when', 'he', 'final', 'had', 'hi', 'head', 'in', 'front', 'of', 'the', 'doorway', ',', 'but', 'then', 'saw', 'that', 'it', 'wa', 'too', 'narrow', ',', 'and', 'hi', 'bodi', 'wa', 'too', 'broad', 'to', 'get', 'through', 'it', 'without', 'further', 'difficulti', '.', 'In', 'hi', 'present', 'mood', ',', 'it', 'obvious', 'did', 'not', 'occur', 'to', 'hi', 'father', 'to', 'open', 'the', 'other', 'of', 'the', 'doubl', 'door', 'so', 'that', 'gregor', 'would', 'have', 'enough', 'space', 'to', 'get', 'through', '.', 'He', 'wa', 'mere', 'fix', 'on', 'the', 'idea', 'that', 'gregor', 'should', 'be', 'got', 'back', 'into', 'hi', 'room', 'as', 'quickli', 'as', 'possibl', '.', 'nor', 'would', 'he', 'ever', 'have', 'allow', 'gregor', 'the', 'time', 'to', 'get', 'himself', 'upright', 'as', 'prepar', 'for', 'get', 'through', 'the', 'doorway', '.', 'what', 'he', 'did', ',', 'make', 'more', 'nois', 'than', 'ever', ',', 'wa', 'to', 'drive', 'gregor', 'forward', 'all', 'the', 'harder', 'as', 'if', 'there', 'had', 'been', 'noth', 'in', 'the', 'way', ';', 'it', 'sound', 'to', 'gregor', 'as', 'if', 'there', 'wa', 'now', 'more', 'than', 'one', 'father', 'behind', 'him', ';', 'it', 'wa', 'not', 'a', 'pleasant', 'experi', ',', 'and', 'gregor', 'push', 'himself', 'into', 'the', 'doorway', 'without', 'regard', 'for', 'what', 'might', 'happen', '.', 'one', 'side', 'of', 'hi', 'bodi', 'lift', 'itself', ',', 'he', 'lay', 'at', 'an', 'angl', 'in', 'the', 'doorway', ',', 'one', 'flank', 'scrape', 'on', 'the', 'white', 'door', 'and', 'wa', 'pain', 'injur', ',', 'leav', 'vile', 'brown', 'fleck', 'on', 'it', ',', 'soon', 'he', 'wa', 'stuck', 'fast', 'and', 'would', 'not', 'have', 'been', 'abl', 'to', 'move', 'at', 'all', 'by', 'himself', ',', 'the', 'littl', 'leg', 'along', 'one', 'side', 'hung', 'quiver', 'in', 'the', 'air', 'while', 'those', 'on', 'the', 'other', 'side', 'were', 'press', 'pain', 'against', 'the', 'ground', '.', 'then', 'hi', 'father', 'gave', 'him', 'a', 'hefti', 'shove', 'from', 'behind', 'which', 'releas', 'him', 'from', 'where', 'he', 'wa', 'held', 'and', 'sent', 'him', 'fli', ',', 'and', 'heavili', 'bleed', ',', 'deep', 'into', 'hi', 'room', '.', 'the', 'door', 'wa', 'slam', 'shut', 'with', 'the', 'stick', ',', 'then', ',', 'final', ',', 'all', 'wa', 'quiet', '.', 'II', 'It', 'wa', 'not', 'until', 'it', 'wa', 'get', 'dark', 'that', 'even', 'that', 'gregor', 'awok', 'from', 'hi', 'deep', 'and', 'coma-lik', 'sleep', '.', 'He', 'would', 'have', 'woken', 'soon', 'afterward', 'anyway', 'even', 'if', 'he', 'had', "n't", 'been', 'disturb', ',', 'as', 'he', 'had', 'had', 'enough', 'sleep', 'and', 'felt', 'fulli', 'rest', '.', 'but', 'he', 'had', 'the', 'impress', 'that', 'some', 'hurri', 'step', 'and', 'the', 'sound', 'of', 'the', 'door', 'lead', 'into', 'the', 'front', 'room', 'be', 'care', 'shut', 'had', 'woken', 'him', '.', 'the', 'light', 'from', 'the', 'electr', 'street', 'lamp', 'shone', 'pale', 'here', 'and', 'there', 'onto', 'the', 'ceil', 'and', 'top', 'of', 'the', 'furnitur', ',', 'but', 'down', 'below', ',', 'where', 'gregor', 'wa', ',', 'it', 'wa', 'dark', '.', 'He', 'push', 'himself', 'over', 'to', 'the', 'door', ',', 'feel', 'hi', 'way', 'clumsili', 'with', 'hi', 'antenna', '-', 'of', 'which', 'he', 'wa', 'now', 'begin', 'to', 'learn', 'the', 'valu', '-', 'in', 'order', 'to', 'see', 'what', 'had', 'been', 'happen', 'there', '.', 'the', 'whole', 'of', 'hi', 'left', 'side', 'seem', 'like', 'one', ',', 'pain', 'stretch', 'scar', ',', 'and', 'he', 'limp', 'badli', 'on', 'hi', 'two', 'row', 'of', 'leg', '.', 'one', 'of', 'the', 'leg', 'had', 'been', 'badli', 'injur', 'in', 'the', 'event', 'of', 'that', 'morn', '-', 'it', 'wa', 'nearli', 'a', 'miracl', 'that', 'onli', 'one', 'of', 'them', 'had', 'been', '-', 'and', 'drag', 'along', 'lifelessli', '.', 'It', 'wa', 'onli', 'when', 'he', 'had', 'reach', 'the', 'door', 'that', 'he', 'realis', 'what', 'it', 'actual', 'wa', 'that', 'had', 'drawn', 'him', 'over', 'to', 'it', ';', 'it', 'wa', 'the', 'smell', 'of', 'someth', 'to', 'eat', '.', 'By', 'the', 'door', 'there', 'wa', 'a', 'dish', 'fill', 'with', 'sweeten', 'milk', 'with', 'littl', 'piec', 'of', 'white', 'bread', 'float', 'in', 'it', '.', 'He', 'wa', 'so', 'pleas', 'he', 'almost', 'laugh', ',', 'as', 'he', 'wa', 'even', 'hungrier', 'than', 'he', 'had', 'been', 'that', 'morn', ',', 'and', 'immedi', 'dip', 'hi', 'head', 'into', 'the', 'milk', ',', 'nearli', 'cover', 'hi', 'eye', 'with', 'it', '.', 'but', 'he', 'soon', 'drew', 'hi', 'head', 'back', 'again', 'in', 'disappoint', ';', 'not', 'onli', 'did', 'the', 'pain', 'in', 'hi', 'tender', 'left', 'side', 'make', 'it', 'difficult', 'to', 'eat', 'the', 'food', '-', 'he', 'wa', 'onli', 'abl', 'to', 'eat', 'if', 'hi', 'whole', 'bodi', 'work', 'togeth', 'as', 'a', 'snuffl', 'whole', '-', 'but', 'the', 'milk', 'did', 'not', 'tast', 'at', 'all', 'nice', '.', 'milk', 'like', 'thi', 'wa', 'normal', 'hi', 'favourit', 'drink', ',', 'and', 'hi', 'sister', 'had', 'certainli', 'left', 'it', 'there', 'for', 'him', 'becaus', 'of', 'that', ',', 'but', 'he', 'turn', ',', 'almost', 'against', 'hi', 'own', 'will', ',', 'away', 'from', 'the', 'dish', 'and', 'crawl', 'back', 'into', 'the', 'centr', 'of', 'the', 'room', '.', 'through', 'the', 'crack', 'in', 'the', 'door', ',', 'gregor', 'could', 'see', 'that', 'the', 'ga', 'had', 'been', 'lit', 'in', 'the', 'live', 'room', '.', 'hi', 'father', 'at', 'thi', 'time', 'would', 'normal', 'be', 'sat', 'with', 'hi', 'even', 'paper', ',', 'read', 'it', 'out', 'in', 'a', 'loud', 'voic', 'to', 'gregor', "'s", 'mother', ',', 'and', 'sometim', 'to', 'hi', 'sister', ',', 'but', 'there', 'wa', 'now', 'not', 'a', 'sound', 'to', 'be', 'heard', '.', 'gregor', "'s", 'sister', 'would', 'often', 'write', 'and', 'tell', 'him', 'about', 'thi', 'read', ',', 'but', 'mayb', 'hi', 'father', 'had', 'lost', 'the', 'habit', 'in', 'recent', 'time', '.', 'It', 'wa', 'so', 'quiet', 'all', 'around', 'too', ',', 'even', 'though', 'there', 'must', 'have', 'been', 'somebodi', 'in', 'the', 'flat', '.', '``', 'what', 'a', 'quiet', 'life', 'it', 'is', 'the', 'famili', 'lead', "''", ',', 'said', 'gregor', 'to', 'himself', ',', 'and', ',', 'gaze', 'into', 'the', 'dark', ',', 'felt', 'a', 'great', 'pride', 'that', 'he', 'wa', 'abl', 'to', 'provid', 'a', 'life', 'like', 'that', 'in', 'such', 'a', 'nice', 'home', 'for', 'hi', 'sister', 'and', 'parent', '.', 'but', 'what', 'now', ',', 'if', 'all', 'thi', 'peac', 'and', 'wealth', 'and', 'comfort', 'should', 'come', 'to', 'a', 'horribl', 'and', 'frighten', 'end', '?', 'that', 'wa', 'someth', 'that', 'gregor', 'did', 'not', 'want', 'to', 'think', 'about', 'too', 'much', ',', 'so', 'he', 'start', 'to', 'move', 'about', ',', 'crawl', 'up', 'and', 'down', 'the', 'room', '.', 'onc', 'dure', 'that', 'long', 'even', ',', 'the', 'door', 'on', 'one', 'side', 'of', 'the', 'room', 'wa', 'open', 'veri', 'slightli', 'and', 'hurriedli', 'close', 'again', ';', 'later', 'on', 'the', 'door', 'on', 'the', 'other', 'side', 'did', 'the', 'same', ';', 'it', 'seem', 'that', 'someon', 'need', 'to', 'enter', 'the', 'room', 'but', 'thought', 'better', 'of', 'it', '.', 'gregor', 'went', 'and', 'wait', 'immedi', 'by', 'the', 'door', ',', 'resolv', 'either', 'to', 'bring', 'the', 'timor', 'visitor', 'into', 'the', 'room', 'in', 'some', 'way', 'or', 'at', 'least', 'to', 'find', 'out', 'who', 'it', 'wa', ';', 'but', 'the', 'door', 'wa', 'open', 'no', 'more', 'that', 'night', 'and', 'gregor', 'wait', 'in', 'vain', '.', 'the', 'previou', 'morn', 'while', 'the', 'door', 'were', 'lock', 'everyon', 'had', 'want', 'to', 'get', 'in', 'there', 'to', 'him', ',', 'but', 'now', ',', 'now', 'that', 'he', 'had', 'open', 'up', 'one', 'of', 'the', 'door', 'and', 'the', 'other', 'had', 'clearli', 'been', 'unlock', 'some', 'time', 'dure', 'the', 'day', ',', 'no-on', 'came', ',', 'and', 'the', 'key', 'were', 'in', 'the', 'other', 'side', '.', 'It', 'wa', 'not', 'until', 'late', 'at', 'night', 'that', 'the', 'gaslight', 'in', 'the', 'live', 'room', 'wa', 'put', 'out', ',', 'and', 'now', 'it', 'wa', 'easi', 'to', 'see', 'that', 'hi', 'parent', 'and', 'sister', 'had', 'stay', 'awak', 'all', 'that', 'time', ',', 'as', 'they', 'all', 'could', 'be', 'distinctli', 'heard', 'as', 'they', 'went', 'away', 'togeth', 'on', 'tip-to', '.', 'It', 'wa', 'clear', 'that', 'no-on', 'would', 'come', 'into', 'gregor', "'s", 'room', 'ani', 'more', 'until', 'morn', ';', 'that', 'gave', 'him', 'plenti', 'of', 'time', 'to', 'think', 'undisturb', 'about', 'how', 'he', 'would', 'have', 'to', 're-arrang', 'hi', 'life', '.', 'for', 'some', 'reason', ',', 'the', 'tall', ',', 'empti', 'room', 'where', 'he', 'wa', 'forc', 'to', 'remain', 'made', 'him', 'feel', 'uneasi', 'as', 'he', 'lay', 'there', 'flat', 'on', 'the', 'floor', ',', 'even', 'though', 'he', 'had', 'been', 'live', 'in', 'it', 'for', 'five', 'year', '.', 'hardli', 'awar', 'of', 'what', 'he', 'wa', 'do', 'other', 'than', 'a', 'slight', 'feel', 'of', 'shame', ',', 'he', 'hurri', 'under', 'the', 'couch', '.', 'It', 'press', 'down', 'on', 'hi', 'back', 'a', 'littl', ',', 'and', 'he', 'wa', 'no', 'longer', 'abl', 'to', 'lift', 'hi', 'head', ',', 'but', 'he', 'nonetheless', 'felt', 'immedi', 'at', 'eas', 'and', 'hi', 'onli', 'regret', 'wa', 'that', 'hi', 'bodi', 'wa', 'too', 'broad', 'to', 'get', 'it', 'all', 'underneath', '.', 'He', 'spent', 'the', 'whole', 'night', 'there', '.', 'some', 'of', 'the', 'time', 'he', 'pass', 'in', 'a', 'light', 'sleep', ',', 'although', 'he', 'frequent', 'woke', 'from', 'it', 'in', 'alarm', 'becaus', 'of', 'hi', 'hunger', ',', 'and', 'some', 'of', 'the', 'time', 'wa', 'spent', 'in', 'worri', 'and', 'vagu', 'hope', 'which', ',', 'howev', ',', 'alway', 'led', 'to', 'the', 'same', 'conclus', ':', 'for', 'the', 'time', 'be', 'he', 'must', 'remain', 'calm', ',', 'he', 'must', 'show', 'patienc', 'and', 'the', 'greatest', 'consider', 'so', 'that', 'hi', 'famili', 'could', 'bear', 'the', 'unpleas', 'that', 'he', ',', 'in', 'hi', 'present', 'condit', ',', 'wa', 'forc', 'to', 'impos', 'on', 'them', '.', 'gregor', 'soon', 'had', 'the', 'opportun', 'to', 'test', 'the', 'strength', 'of', 'hi', 'decis', ',', 'as', 'earli', 'the', 'next', 'morn', ',', 'almost', 'befor', 'the', 'night', 'had', 'end', ',', 'hi', 'sister', ',', 'nearli', 'fulli', 'dress', ',', 'open', 'the', 'door', 'from', 'the', 'front', 'room', 'and', 'look', 'anxious', 'in', '.', 'she', 'did', 'not', 'see', 'him', 'straight', 'away', ',', 'but', 'when', 'she', 'did', 'notic', 'him', 'under', 'the', 'couch', '-', 'he', 'had', 'to', 'be', 'somewher', ',', 'for', 'god', "'s", 'sake', ',', 'he', 'could', "n't", 'have', 'flown', 'away', '-', 'she', 'wa', 'so', 'shock', 'that', 'she', 'lost', 'control', 'of', 'herself', 'and', 'slam', 'the', 'door', 'shut', 'again', 'from', 'outsid', '.', 'but', 'she', 'seem', 'to', 'regret', 'her', 'behaviour', ',', 'as', 'she', 'open', 'the', 'door', 'again', 'straight', 'away', 'and', 'came', 'in', 'on', 'tip-to', 'as', 'if', 'enter', 'the', 'room', 'of', 'someon', 'serious', 'ill', 'or', 'even', 'of', 'a', 'stranger', '.', 'gregor', 'had', 'push', 'hi', 'head', 'forward', ',', 'right', 'to', 'the', 'edg', 'of', 'the', 'couch', ',', 'and', 'watch', 'her', '.', 'would', 'she', 'notic', 'that', 'he', 'had', 'left', 'the', 'milk', 'as', 'it', 'wa', ',', 'realis', 'that', 'it', 'wa', 'not', 'from', 'ani', 'lack', 'of', 'hunger', 'and', 'bring', 'him', 'in', 'some', 'other', 'food', 'that', 'wa', 'more', 'suitabl', '?', 'If', 'she', 'did', "n't", 'do', 'it', 'herself', 'he', 'would', 'rather', 'go', 'hungri', 'than', 'draw', 'her', 'attent', 'to', 'it', ',', 'although', 'he', 'did', 'feel', 'a', 'terribl', 'urg', 'to', 'rush', 'forward', 'from', 'under', 'the', 'couch', ',', 'throw', 'himself', 'at', 'hi', 'sister', "'s", 'feet', 'and', 'beg', 'her', 'for', 'someth', 'good', 'to', 'eat', '.', 'howev', ',', 'hi', 'sister', 'notic', 'the', 'full', 'dish', 'immedi', 'and', 'look', 'at', 'it', 'and', 'the', 'few', 'drop', 'of', 'milk', 'splash', 'around', 'it', 'with', 'some', 'surpris', '.', 'she', 'immedi', 'pick', 'it', 'up', '-', 'use', 'a', 'rag', ',', 'not', 'her', 'bare', 'hand', '-', 'and', 'carri', 'it', 'out', '.', 'gregor', 'wa', 'extrem', 'curiou', 'as', 'to', 'what', 'she', 'would', 'bring', 'in', 'it', 'place', ',', 'imagin', 'the', 'wildest', 'possibl', ',', 'but', 'he', 'never', 'could', 'have', 'guess', 'what', 'hi', 'sister', ',', 'in', 'her', 'good', ',', 'actual', 'did', 'bring', '.', 'In', 'order', 'to', 'test', 'hi', 'tast', ',', 'she', 'brought', 'him', 'a', 'whole', 'select', 'of', 'thing', ',', 'all', 'spread', 'out', 'on', 'an', 'old', 'newspap', '.', 'there', 'were', 'old', ',', 'half-rotten', 'veget', ';', 'bone', 'from', 'the', 'even', 'meal', ',', 'cover', 'in', 'white', 'sauc', 'that', 'had', 'gone', 'hard', ';', 'a', 'few', 'raisin', 'and', 'almond', ';', 'some', 'chees', 'that', 'gregor', 'had', 'declar', 'ined', 'two', 'day', 'befor', ';', 'a', 'dri', 'roll', 'and', 'some', 'bread', 'spread', 'with', 'butter', 'and', 'salt', '.', 'As', 'well', 'as', 'all', 'that', 'she', 'had', 'pour', 'some', 'water', 'into', 'the', 'dish', ',', 'which', 'had', 'probabl', 'been', 'perman', 'set', 'asid', 'for', "gregor'", 'use', ',', 'and', 'place', 'it', 'besid', 'them', '.', 'then', ',', 'out', 'of', 'consider', 'for', 'gregor', "'s", 'feel', ',', 'as', 'she', 'knew', 'that', 'he', 'would', 'not', 'eat', 'in', 'front', 'of', 'her', ',', 'she', 'hurri', 'out', 'again', 'and', 'even', 'turn', 'the', 'key', 'in', 'the', 'lock', 'so', 'that', 'gregor', 'would', 'know', 'he', 'could', 'make', 'thing', 'as', 'comfort', 'for', 'himself', 'as', 'he', 'like', '.', 'gregor', "'s", 'littl', 'leg', 'whir', ',', 'at', 'last', 'he', 'could', 'eat', '.', 'what', "'s", 'more', ',', 'hi', 'injuri', 'must', 'alreadi', 'have', 'complet', 'heal', 'as', 'he', 'found', 'no', 'difficulti', 'in', 'move', '.', 'thi', 'amaz', 'him', ',', 'as', 'more', 'than', 'a', 'month', 'earlier', 'he', 'had', 'cut', 'hi', 'finger', 'slightli', 'with', 'a', 'knife', ',', 'he', 'thought', 'of', 'how', 'hi', 'finger', 'had', 'still', 'hurt', 'the', 'day', 'befor', 'yesterday', '.', '``', 'Am', 'I', 'less', 'sensit', 'than', 'I', 'use', 'to', 'be', ',', 'then', '?', '``', ',', 'he', 'thought', ',', 'and', 'wa', 'alreadi', 'suck', 'greedili', 'at', 'the', 'chees', 'which', 'had', 'immedi', ',', 'almost', 'compellingli', ',', 'attract', 'him', 'much', 'more', 'than', 'the', 'other', 'food', 'on', 'the', 'newspap', '.', 'quickli', 'one', 'after', 'anoth', ',', 'hi', 'eye', 'water', 'with', 'pleasur', ',', 'he', 'consum', 'the', 'chees', ',', 'the', 'veget', 'and', 'the', 'sauc', ';', 'the', 'fresh', 'food', ',', 'on', 'the', 'other', 'hand', ',', 'he', 'did', "n't", 'like', 'at', 'all', ',', 'and', 'even', 'drag', 'the', 'thing', 'he', 'did', 'want', 'to', 'eat', 'a', 'littl', 'way', 'away', 'from', 'them', 'becaus', 'he', 'could', "n't", 'stand', 'the', 'smell', '.', 'long', 'after', 'he', 'had', 'finish', 'eat', 'and', 'lay', 'letharg', 'in', 'the', 'same', 'place', ',', 'hi', 'sister', 'slowli', 'turn', 'the', 'key', 'in', 'the', 'lock', 'as', 'a', 'sign', 'to', 'him', 'that', 'he', 'should', 'withdraw', '.', 'He', 'wa', 'immedi', 'startl', ',', 'although', 'he', 'had', 'been', 'half', 'asleep', ',', 'and', 'he', 'hurri', 'back', 'under', 'the', 'couch', '.', 'but', 'he', 'need', 'great', 'self-control', 'to', 'stay', 'there', 'even', 'for', 'the', 'short', 'time', 'that', 'hi', 'sister', 'wa', 'in', 'the', 'room', ',', 'as', 'eat', 'so', 'much', 'food', 'had', 'round', 'out', 'hi', 'bodi', 'a', 'littl', 'and', 'he', 'could', 'hardli', 'breath', 'in', 'that', 'narrow', 'space', '.', 'half', 'suffoc', ',', 'he', 'watch', 'with', 'bulg', 'eye', 'as', 'hi', 'sister', 'unselfconsci', 'took', 'a', 'broom', 'and', 'swept', 'up', 'the', 'left-ov', ',', 'mix', 'them', 'in', 'with', 'the', 'food', 'he', 'had', 'not', 'even', 'touch', 'at', 'all', 'as', 'if', 'it', 'could', 'not', 'be', 'use', 'ani', 'more', '.', 'she', 'quickli', 'drop', 'it', 'all', 'into', 'a', 'bin', ',', 'close', 'it', 'with', 'it', 'wooden', 'lid', ',', 'and', 'carri', 'everyth', 'out', '.', 'she', 'had', 'hardli', 'turn', 'her', 'back', 'befor', 'gregor', 'came', 'out', 'again', 'from', 'under', 'the', 'couch', 'and', 'stretch', 'himself', '.', 'thi', 'wa', 'how', 'gregor', 'receiv', 'hi', 'food', 'each', 'day', 'now', ',', 'onc', 'in', 'the', 'morn', 'while', 'hi', 'parent', 'and', 'the', 'maid', 'were', 'still', 'asleep', ',', 'and', 'the', 'second', 'time', 'after', 'everyon', 'had', 'eaten', 'their', 'meal', 'at', 'midday', 'as', 'hi', 'parent', 'would', 'sleep', 'for', 'a', 'littl', 'while', 'then', 'as', 'well', ',', 'and', "gregor'", 'sister', 'would', 'send', 'the', 'maid', 'away', 'on', 'some', 'errand', '.', 'gregor', "'s", 'father', 'and', 'mother', 'certainli', 'did', 'not', 'want', 'him', 'to', 'starv', 'either', ',', 'but', 'perhap', 'it', 'would', 'have', 'been', 'more', 'than', 'they', 'could', 'stand', 'to', 'have', 'ani', 'more', 'experi', 'of', 'hi', 'feed', 'than', 'be', 'told', 'about', 'it', ',', 'and', 'perhap', 'hi', 'sister', 'want', 'to', 'spare', 'them', 'what', 'distress', 'she', 'could', 'as', 'they', 'were', 'inde', 'suffer', 'enough', '.', 'It', 'wa', 'imposs', 'for', 'gregor', 'to', 'find', 'out', 'what', 'they', 'had', 'told', 'the', 'doctor', 'and', 'the', 'locksmith', 'that', 'first', 'morn', 'to', 'get', 'them', 'out', 'of', 'the', 'flat', '.', 'As', 'nobodi', 'could', 'understand', 'him', ',', 'nobodi', ',', 'not', 'even', 'hi', 'sister', ',', 'thought', 'that', 'he', 'could', 'understand', 'them', ',', 'so', 'he', 'had', 'to', 'be', 'content', 'to', 'hear', 'hi', 'sister', "'s", 'sigh', 'and', 'appeal', 'to', 'the', 'saint', 'as', 'she', 'move', 'about', 'hi', 'room', '.', 'It', 'wa', 'onli', 'later', ',', 'when', 'she', 'had', 'becom', 'a', 'littl', 'more', 'use', 'to', 'everyth', '-', 'there', 'wa', ',', 'of', 'cours', ',', 'no', 'question', 'of', 'her', 'ever', 'becom', 'fulli', 'use', 'to', 'the', 'situat', '-', 'that', 'gregor', 'would', 'sometim', 'catch', 'a', 'friendli', 'comment', ',', 'or', 'at', 'least', 'a', 'comment', 'that', 'could', 'be', 'constru', 'as', 'friendli', '.', '``', 'He', "'s", 'enjoy', 'hi', 'dinner', 'today', "''", ',', 'she', 'might', 'say', 'when', 'he', 'had', 'dilig', 'clear', 'away', 'all', 'the', 'food', 'left', 'for', 'him', ',', 'or', 'if', 'he', 'left', 'most', 'of', 'it', ',', 'which', 'slowli', 'becam', 'more', 'and', 'more', 'frequent', ',', 'she', 'would', 'often', 'say', ',', 'sadli', ',', '``', 'now', 'everyth', "'s", 'just', 'been', 'left', 'there', 'again', "''", '.', 'although', 'gregor', 'wa', "n't", 'abl', 'to', 'hear', 'ani', 'news', 'directli', 'he', 'did', 'listen', 'to', 'much', 'of', 'what', 'wa', 'said', 'in', 'the', 'next', 'room', ',', 'and', 'whenev', 'he', 'heard', 'anyon', 'speak', 'he', 'would', 'scurri', 'straight', 'to', 'the', 'appropri', 'door', 'and', 'press', 'hi', 'whole', 'bodi', 'against', 'it', '.', 'there', 'wa', 'seldom', 'ani', 'convers', ',', 'especi', 'at', 'first', ',', 'that', 'wa', 'not', 'about', 'him', 'in', 'some', 'way', ',', 'even', 'if', 'onli', 'in', 'secret', '.', 'for', 'two', 'whole', 'day', ',', 'all', 'the', 'talk', 'at', 'everi', 'mealtim', 'wa', 'about', 'what', 'they', 'should', 'do', 'now', ';', 'but', 'even', 'between', 'meal', 'they', 'spoke', 'about', 'the', 'same', 'subject', 'as', 'there', 'were', 'alway', 'at', 'least', 'two', 'member', 'of', 'the', 'famili', 'at', 'home', '-', 'nobodi', 'want', 'to', 'be', 'at', 'home', 'by', 'themselv', 'and', 'it', 'wa', 'out', 'of', 'the', 'question', 'to', 'leav', 'the', 'flat', 'entir', 'empti', '.', 'and', 'on', 'the', 'veri', 'first', 'day', 'the', 'maid', 'had', 'fallen', 'to', 'her', 'knee', 'and', 'beg', 'gregor', "'s", 'mother', 'to', 'let', 'her', 'go', 'without', 'delay', '.', 'It', 'wa', 'not', 'veri', 'clear', 'how', 'much', 'she', 'knew', 'of', 'what', 'had', 'happen', 'but', 'she', 'left', 'within', 'a', 'quarter', 'of', 'an', 'hour', ',', 'tear', 'thank', 'gregor', "'s", 'mother', 'for', 'her', 'dismiss', 'as', 'if', 'she', 'had', 'done', 'her', 'an', 'enorm', 'servic', '.', 'she', 'even', 'swore', 'emphat', 'not', 'to', 'tell', 'anyon', 'the', 'slightest', 'about', 'what', 'had', 'happen', ',', 'even', 'though', 'no-on', 'had', 'ask', 'that', 'of', 'her', '.', 'now', 'gregor', "'s", 'sister', 'also', 'had', 'to', 'help', 'hi', 'mother', 'with', 'the', 'cook', ';', 'although', 'that', 'wa', 'not', 'so', 'much', 'bother', 'as', 'no-on', 'ate', 'veri', 'much', '.', 'gregor', 'often', 'heard', 'how', 'one', 'of', 'them', 'would', 'unsuccess', 'urg', 'anoth', 'to', 'eat', ',', 'and', 'receiv', 'no', 'more', 'answer', 'than', '``', 'no', 'thank', ',', 'I', "'ve", 'had', 'enough', "''", 'or', 'someth', 'similar', '.', 'no-on', 'drank', 'veri', 'much', 'either', '.', 'hi', 'sister', 'would', 'sometim', 'ask', 'hi', 'father', 'whether', 'he', 'would', 'like', 'a', 'beer', ',', 'hope', 'for', 'the', 'chanc', 'to', 'go', 'and', 'fetch', 'it', 'herself', '.', 'when', 'hi', 'father', 'then', 'said', 'noth', 'she', 'would', 'add', ',', 'so', 'that', 'he', 'would', 'not', 'feel', 'selfish', ',', 'that', 'she', 'could', 'send', 'the', 'housekeep', 'for', 'it', ',', 'but', 'then', 'hi', 'father', 'would', 'close', 'the', 'matter', 'with', 'a', 'big', ',', 'loud', '``', 'No', "''", ',', 'and', 'no', 'more', 'would', 'be', 'said', '.', 'even', 'befor', 'the', 'first', 'day', 'had', 'come', 'to', 'an', 'end', ',', 'hi', 'father', 'had', 'explain', 'to', 'gregor', "'s", 'mother', 'and', 'sister', 'what', 'their', 'financ', 'and', 'prospect', 'were', '.', 'now', 'and', 'then', 'he', 'stood', 'up', 'from', 'the', 'tabl', 'and', 'took', 'some', 'receipt', 'or', 'document', 'from', 'the', 'littl', 'cash', 'box', 'he', 'had', 'save', 'from', 'hi', 'busi', 'when', 'it', 'had', 'collaps', 'five', 'year', 'earlier', '.', 'gregor', 'heard', 'how', 'he', 'open', 'the', 'complic', 'lock', 'and', 'then', 'close', 'it', 'again', 'after', 'he', 'had', 'taken', 'the', 'item', 'he', 'want', '.', 'what', 'he', 'heard', 'hi', 'father', 'say', 'wa', 'some', 'of', 'the', 'first', 'good', 'news', 'that', 'gregor', 'heard', 'sinc', 'he', 'had', 'first', 'been', 'incarcer', 'in', 'hi', 'room', '.', 'He', 'had', 'thought', 'that', 'noth', 'at', 'all', 'remain', 'from', 'hi', 'father', "'s", 'busi', ',', 'at', 'least', 'he', 'had', 'never', 'told', 'him', 'anyth', 'differ', ',', 'and', 'gregor', 'had', 'never', 'ask', 'him', 'about', 'it', 'anyway', '.', 'their', 'busi', 'misfortun', 'had', 'reduc', 'the', 'famili', 'to', 'a', 'state', 'of', 'total', 'despair', ',', 'and', 'gregor', "'s", 'onli', 'concern', 'at', 'that', 'time', 'had', 'been', 'to', 'arrang', 'thing', 'so', 'that', 'they', 'could', 'all', 'forget', 'about', 'it', 'as', 'quickli', 'as', 'possibl', '.', 'So', 'then', 'he', 'start', 'work', 'especi', 'hard', ',', 'with', 'a', 'fieri', 'vigour', 'that', 'rais', 'him', 'from', 'a', 'junior', 'salesman', 'to', 'a', 'travel', 'repres', 'almost', 'overnight', ',', 'bring', 'with', 'it', 'the', 'chanc', 'to', 'earn', 'money', 'in', 'quit', 'differ', 'way', '.', 'gregor', 'convert', 'hi', 'success', 'at', 'work', 'straight', 'into', 'cash', 'that', 'he', 'could', 'lay', 'on', 'the', 'tabl', 'at', 'home', 'for', 'the', 'benefit', 'of', 'hi', 'astonish', 'and', 'delight', 'famili', '.', 'they', 'had', 'been', 'good', 'time', 'and', 'they', 'had', 'never', 'come', 'again', ',', 'at', 'least', 'not', 'with', 'the', 'same', 'splendour', ',', 'even', 'though', 'gregor', 'had', 'later', 'earn', 'so', 'much', 'that', 'he', 'wa', 'in', 'a', 'posit', 'to', 'bear', 'the', 'cost', 'of', 'the', 'whole', 'famili', ',', 'and', 'did', 'bear', 'them', '.', 'they', 'had', 'even', 'got', 'use', 'to', 'it', ',', 'both', 'gregor', 'and', 'the', 'famili', ',', 'they', 'took', 'the', 'money', 'with', 'gratitud', 'and', 'he', 'wa', 'glad', 'to', 'provid', 'it', ',', 'although', 'there', 'wa', 'no', 'longer', 'much', 'warm', 'affect', 'given', 'in', 'return', '.', 'gregor', 'onli', 'remain', 'close', 'to', 'hi', 'sister', 'now', '.', 'unlik', 'him', ',', 'she', 'wa', 'veri', 'fond', 'of', 'music', 'and', 'a', 'gift', 'and', 'express', 'violinist', ',', 'it', 'wa', 'hi', 'secret', 'plan', 'to', 'send', 'her', 'to', 'the', 'conservatori', 'next', 'year', 'even', 'though', 'it', 'would', 'caus', 'great', 'expens', 'that', 'would', 'have', 'to', 'be', 'made', 'up', 'for', 'in', 'some', 'other', 'way', '.', 'dure', 'gregor', "'s", 'short', 'period', 'in', 'town', ',', 'convers', 'with', 'hi', 'sister', 'would', 'often', 'turn', 'to', 'the', 'conservatori', 'but', 'it', 'wa', 'onli', 'ever', 'mention', 'as', 'a', 'love', 'dream', 'that', 'could', 'never', 'be', 'realis', '.', 'their', 'parent', 'did', 'not', 'like', 'to', 'hear', 'thi', 'innoc', 'talk', ',', 'but', 'gregor', 'thought', 'about', 'it', 'quit', 'hard', 'and', 'decid', 'he', 'would', 'let', 'them', 'know', 'what', 'he', 'plan', 'with', 'a', 'grand', 'announc', 'of', 'it', 'on', 'christma', 'day', '.', 'that', 'wa', 'the', 'sort', 'of', 'total', 'pointless', 'thing', 'that', 'went', 'through', 'hi', 'mind', 'in', 'hi', 'present', 'state', ',', 'press', 'upright', 'against', 'the', 'door', 'and', 'listen', '.', 'there', 'were', 'time', 'when', 'he', 'simpli', 'becam', 'too', 'tire', 'to', 'continu', 'listen', ',', 'when', 'hi', 'head', 'would', 'fall', 'wearili', 'against', 'the', 'door', 'and', 'he', 'would', 'pull', 'it', 'up', 'again', 'with', 'a', 'start', ',', 'as', 'even', 'the', 'slightest', 'nois', 'he', 'caus', 'would', 'be', 'heard', 'next', 'door', 'and', 'they', 'would', 'all', 'go', 'silent', '.', '``', 'what', "'s", 'that', 'he', "'s", 'do', 'now', "''", ',', 'hi', 'father', 'would', 'say', 'after', 'a', 'while', ',', 'clearli', 'have', 'gone', 'over', 'to', 'the', 'door', ',', 'and', 'onli', 'then', 'would', 'the', 'interrupt', 'convers', 'slowli', 'be', 'taken', 'up', 'again', '.', 'when', 'explain', 'thing', ',', 'hi', 'father', 'repeat', 'himself', 'sever', 'time', ',', 'partli', 'becaus', 'it', 'wa', 'a', 'long', 'time', 'sinc', 'he', 'had', 'been', 'occupi', 'with', 'these', 'matter', 'himself', 'and', 'partli', 'becaus', 'gregor', "'s", 'mother', 'did', 'not', 'understand', 'everyth', 'the', 'first', 'time', '.', 'from', 'these', 'repeat', 'explan', 'gregor', 'learn', ',', 'to', 'hi', 'pleasur', ',', 'that', 'despit', 'all', 'their', 'misfortun', 'there', 'wa', 'still', 'some', 'money', 'avail', 'from', 'the', 'old', 'day', '.', 'It', 'wa', 'not', 'a', 'lot', ',', 'but', 'it', 'had', 'not', 'been', 'touch', 'in', 'the', 'meantim', 'and', 'some', 'interest', 'had', 'accumul', '.', 'besid', 'that', ',', 'they', 'had', 'not', 'been', 'use', 'up', 'all', 'the', 'money', 'that', 'gregor', 'had', 'been', 'bring', 'home', 'everi', 'month', ',', 'keep', 'onli', 'a', 'littl', 'for', 'himself', ',', 'so', 'that', 'that', ',', 'too', ',', 'had', 'been', 'accumul', '.', 'behind', 'the', 'door', ',', 'gregor', 'nod', 'with', 'enthusiasm', 'in', 'hi', 'pleasur', 'at', 'thi', 'unexpect', 'thrift', 'and', 'caution', '.', 'He', 'could', 'actual', 'have', 'use', 'thi', 'surplu', 'money', 'to', 'reduc', 'hi', 'father', "'s", 'debt', 'to', 'hi', 'boss', ',', 'and', 'the', 'day', 'when', 'he', 'could', 'have', 'freed', 'himself', 'from', 'that', 'job', 'would', 'have', 'come', 'much', 'closer', ',', 'but', 'now', 'it', 'wa', 'certainli', 'better', 'the', 'way', 'hi', 'father', 'had', 'done', 'thing', '.', 'thi', 'money', ',', 'howev', ',', 'wa', 'certainli', 'not', 'enough', 'to', 'enabl', 'the', 'famili', 'to', 'live', 'off', 'the', 'interest', ';', 'it', 'wa', 'enough', 'to', 'maintain', 'them', 'for', ',', 'perhap', ',', 'one', 'or', 'two', 'year', ',', 'no', 'more', '.', 'that', "'s", 'to', 'say', ',', 'it', 'wa', 'money', 'that', 'should', 'not', 'realli', 'be', 'touch', 'but', 'set', 'asid', 'for', 'emerg', ';', 'money', 'to', 'live', 'on', 'had', 'to', 'be', 'earn', '.', 'hi', 'father', 'wa', 'healthi', 'but', 'old', ',', 'and', 'lack', 'in', 'self', 'confid', '.', 'dure', 'the', 'five', 'year', 'that', 'he', 'had', 'not', 'been', 'work', '-', 'the', 'first', 'holiday', 'in', 'a', 'life', 'that', 'had', 'been', 'full', 'of', 'strain', 'and', 'no', 'success', '-', 'he', 'had', 'put', 'on', 'a', 'lot', 'of', 'weight', 'and', 'becom', 'veri', 'slow', 'and', 'clumsi', '.', 'would', 'gregor', "'s", 'elderli', 'mother', 'now', 'have', 'to', 'go', 'and', 'earn', 'money', '?', 'she', 'suffer', 'from', 'asthma', 'and', 'it', 'wa', 'a', 'strain', 'for', 'her', 'just', 'to', 'move', 'about', 'the', 'home', ',', 'everi', 'other', 'day', 'would', 'be', 'spent', 'struggl', 'for', 'breath', 'on', 'the', 'sofa', 'by', 'the', 'open', 'window', '.', 'would', 'hi', 'sister', 'have', 'to', 'go', 'and', 'earn', 'money', '?', 'she', 'wa', 'still', 'a', 'child', 'of', 'seventeen', ',', 'her', 'life', 'up', 'till', 'then', 'had', 'been', 'veri', 'enviabl', ',', 'consist', 'of', 'wear', 'nice', 'cloth', ',', 'sleep', 'late', ',', 'help', 'out', 'in', 'the', 'busi', ',', 'join', 'in', 'with', 'a', 'few', 'modest', 'pleasur', 'and', 'most', 'of', 'all', 'play', 'the', 'violin', '.', 'whenev', 'they', 'began', 'to', 'talk', 'of', 'the', 'need', 'to', 'earn', 'money', ',', 'gregor', 'would', 'alway', 'first', 'let', 'go', 'of', 'the', 'door', 'and', 'then', 'throw', 'himself', 'onto', 'the', 'cool', ',', 'leather', 'sofa', 'next', 'to', 'it', ',', 'as', 'he', 'becam', 'quit', 'hot', 'with', 'shame', 'and', 'regret', '.', 'He', 'would', 'often', 'lie', 'there', 'the', 'whole', 'night', 'through', ',', 'not', 'sleep', 'a', 'wink', 'but', 'scratch', 'at', 'the', 'leather', 'for', 'hour', 'on', 'end', '.', 'Or', 'he', 'might', 'go', 'to', 'all', 'the', 'effort', 'of', 'push', 'a', 'chair', 'to', 'the', 'window', ',', 'climb', 'up', 'onto', 'the', 'sill', 'and', ',', 'prop', 'up', 'in', 'the', 'chair', ',', 'lean', 'on', 'the', 'window', 'to', 'stare', 'out', 'of', 'it', '.', 'He', 'had', 'use', 'to', 'feel', 'a', 'great', 'sens', 'of', 'freedom', 'from', 'do', 'thi', ',', 'but', 'do', 'it', 'now', 'wa', 'obvious', 'someth', 'more', 'rememb', 'than', 'experienc', ',', 'as', 'what', 'he', 'actual', 'saw', 'in', 'thi', 'way', 'wa', 'becom', 'less', 'distinct', 'everi', 'day', ',', 'even', 'thing', 'that', 'were', 'quit', 'near', ';', 'he', 'had', 'use', 'to', 'curs', 'the', 'ever-pres', 'view', 'of', 'the', 'hospit', 'across', 'the', 'street', ',', 'but', 'now', 'he', 'could', 'not', 'see', 'it', 'at', 'all', ',', 'and', 'if', 'he', 'had', 'not', 'known', 'that', 'he', 'live', 'in', 'charlottenstrass', ',', 'which', 'wa', 'a', 'quiet', 'street', 'despit', 'be', 'in', 'the', 'middl', 'of', 'the', 'citi', ',', 'he', 'could', 'have', 'thought', 'that', 'he', 'wa', 'look', 'out', 'the', 'window', 'at', 'a', 'barren', 'wast', 'where', 'the', 'grey', 'sky', 'and', 'the', 'grey', 'earth', 'mingl', 'insepar', '.', 'hi', 'observ', 'sister', 'onli', 'need', 'to', 'notic', 'the', 'chair', 'twice', 'befor', 'she', 'would', 'alway', 'push', 'it', 'back', 'to', 'it', 'exact', 'posit', 'by', 'the', 'window', 'after', 'she', 'had', 'tidi', 'up', 'the', 'room', ',', 'and', 'even', 'left', 'the', 'inner', 'pane', 'of', 'the', 'window', 'open', 'from', 'then', 'on', '.', 'If', 'gregor', 'had', 'onli', 'been', 'abl', 'to', 'speak', 'to', 'hi', 'sister', 'and', 'thank', 'her', 'for', 'all', 'that', 'she', 'had', 'to', 'do', 'for', 'him', 'it', 'would', 'have', 'been', 'easier', 'for', 'him', 'to', 'bear', 'it', ';', 'but', 'as', 'it', 'wa', 'it', 'caus', 'him', 'pain', '.', 'hi', 'sister', ',', 'natur', ',', 'tri', 'as', 'far', 'as', 'possibl', 'to', 'pretend', 'there', 'wa', 'noth', 'burdensom', 'about', 'it', ',', 'and', 'the', 'longer', 'it', 'went', 'on', ',', 'of', 'cours', ',', 'the', 'better', 'she', 'wa', 'abl', 'to', 'do', 'so', ',', 'but', 'as', 'time', 'went', 'by', 'gregor', 'wa', 'also', 'abl', 'to', 'see', 'through', 'it', 'all', 'so', 'much', 'better', '.', 'It', 'had', 'even', 'becom', 'veri', 'unpleas', 'for', 'him', ',', 'now', ',', 'whenev', 'she', 'enter', 'the', 'room', '.', 'No', 'sooner', 'had', 'she', 'come', 'in', 'than', 'she', 'would', 'quickli', 'close', 'the', 'door', 'as', 'a', 'precaut', 'so', 'that', 'no-on', 'would', 'have', 'to', 'suffer', 'the', 'view', 'into', 'gregor', "'s", 'room', ',', 'then', 'she', 'would', 'go', 'straight', 'to', 'the', 'window', 'and', 'pull', 'it', 'hurriedli', 'open', 'almost', 'as', 'if', 'she', 'were', 'suffoc', '.', 'even', 'if', 'it', 'wa', 'cold', ',', 'she', 'would', 'stay', 'at', 'the', 'window', 'breath', 'deepli', 'for', 'a', 'littl', 'while', '.', 'she', 'would', 'alarm', 'gregor', 'twice', 'a', 'day', 'with', 'thi', 'run', 'about', 'and', 'nois', 'make', ';', 'he', 'would', 'stay', 'under', 'the', 'couch', 'shiver', 'the', 'whole', 'while', ',', 'know', 'full', 'well', 'that', 'she', 'would', 'certainli', 'have', 'like', 'to', 'spare', 'him', 'thi', 'ordeal', ',', 'but', 'it', 'wa', 'imposs', 'for', 'her', 'to', 'be', 'in', 'the', 'same', 'room', 'with', 'him', 'with', 'the', 'window', 'close', '.', 'one', 'day', ',', 'about', 'a', 'month', 'after', 'gregor', "'s", 'transform', 'when', 'hi', 'sister', 'no', 'longer', 'had', 'ani', 'particular', 'reason', 'to', 'be', 'shock', 'at', 'hi', 'appear', ',', 'she', 'came', 'into', 'the', 'room', 'a', 'littl', 'earlier', 'than', 'usual', 'and', 'found', 'him', 'still', 'stare', 'out', 'the', 'window', ',', 'motionless', ',', 'and', 'just', 'where', 'he', 'would', 'be', 'most', 'horribl', '.', 'In', 'itself', ',', 'hi', 'sister', "'s", 'not', 'come', 'into', 'the', 'room', 'would', 'have', 'been', 'no', 'surpris', 'for', 'gregor', 'as', 'it', 'would', 'have', 'been', 'difficult', 'for', 'her', 'to', 'immedi', 'open', 'the', 'window', 'while', 'he', 'wa', 'still', 'there', ',', 'but', 'not', 'onli', 'did', 'she', 'not', 'come', 'in', ',', 'she', 'went', 'straight', 'back', 'and', 'close', 'the', 'door', 'behind', 'her', ',', 'a', 'stranger', 'would', 'have', 'thought', 'he', 'had', 'threaten', 'her', 'and', 'tri', 'to', 'bite', 'her', '.', 'gregor', 'went', 'straight', 'to', 'hide', 'himself', 'under', 'the', 'couch', ',', 'of', 'cours', ',', 'but', 'he', 'had', 'to', 'wait', 'until', 'midday', 'befor', 'hi', 'sister', 'came', 'back', 'and', 'she', 'seem', 'much', 'more', 'uneasi', 'than', 'usual', '.', 'It', 'made', 'him', 'realis', 'that', 'she', 'still', 'found', 'hi', 'appear', 'unbear', 'and', 'would', 'continu', 'to', 'do', 'so', ',', 'she', 'probabl', 'even', 'had', 'to', 'overcom', 'the', 'urg', 'to', 'flee', 'when', 'she', 'saw', 'the', 'littl', 'bit', 'of', 'him', 'that', 'protrud', 'from', 'under', 'the', 'couch', '.', 'one', 'day', ',', 'in', 'order', 'to', 'spare', 'her', 'even', 'thi', 'sight', ',', 'he', 'spent', 'four', 'hour', 'carri', 'the', 'bedsheet', 'over', 'to', 'the', 'couch', 'on', 'hi', 'back', 'and', 'arrang', 'it', 'so', 'that', 'he', 'wa', 'complet', 'cover', 'and', 'hi', 'sister', 'would', 'not', 'be', 'abl', 'to', 'see', 'him', 'even', 'if', 'she', 'bent', 'down', '.', 'If', 'she', 'did', 'not', 'think', 'thi', 'sheet', 'wa', 'necessari', 'then', 'all', 'she', 'had', 'to', 'do', 'wa', 'take', 'it', 'off', 'again', ',', 'as', 'it', 'wa', 'clear', 'enough', 'that', 'it', 'wa', 'no', 'pleasur', 'for', 'gregor', 'to', 'cut', 'himself', 'off', 'so', 'complet', '.', 'she', 'left', 'the', 'sheet', 'where', 'it', 'wa', '.', 'gregor', 'even', 'thought', 'he', 'glimps', 'a', 'look', 'of', 'gratitud', 'one', 'time', 'when', 'he', 'care', 'look', 'out', 'from', 'under', 'the', 'sheet', 'to', 'see', 'how', 'hi', 'sister', 'like', 'the', 'new', 'arrang', '.', 'for', 'the', 'first', 'fourteen', 'day', ',', 'gregor', "'s", 'parent', 'could', 'not', 'bring', 'themselv', 'to', 'come', 'into', 'the', 'room', 'to', 'see', 'him', '.', 'He', 'would', 'often', 'hear', 'them', 'say', 'how', 'they', 'appreci', 'all', 'the', 'new', 'work', 'hi', 'sister', 'wa', 'do', 'even', 'though', ',', 'befor', ',', 'they', 'had', 'seen', 'her', 'as', 'a', 'girl', 'who', 'wa', 'somewhat', 'useless', 'and', 'frequent', 'been', 'annoy', 'with', 'her', '.', 'but', 'now', 'the', 'two', 'of', 'them', ',', 'father', 'and', 'mother', ',', 'would', 'often', 'both', 'wait', 'outsid', 'the', 'door', 'of', 'gregor', "'s", 'room', 'while', 'hi', 'sister', 'tidi', 'up', 'in', 'there', ',', 'and', 'as', 'soon', 'as', 'she', 'went', 'out', 'again', 'she', 'would', 'have', 'to', 'tell', 'them', 'exactli', 'how', 'everyth', 'look', ',', 'what', 'gregor', 'had', 'eaten', ',', 'how', 'he', 'had', 'behav', 'thi', 'time', 'and', 'whether', ',', 'perhap', ',', 'ani', 'slight', 'improv', 'could', 'be', 'seen', '.', 'hi', 'mother', 'also', 'want', 'to', 'go', 'in', 'and', 'visit', 'gregor', 'rel', 'soon', 'but', 'hi', 'father', 'and', 'sister', 'at', 'first', 'persuad', 'her', 'against', 'it', '.', 'gregor', 'listen', 'veri', 'close', 'to', 'all', 'thi', ',', 'and', 'approv', 'fulli', '.', 'later', ',', 'though', ',', 'she', 'had', 'to', 'be', 'held', 'back', 'by', 'forc', ',', 'which', 'made', 'her', 'call', 'out', ':', "''", 'let', 'me', 'go', 'and', 'see', 'gregor', ',', 'he', 'is', 'my', 'unfortun', 'son', '!', 'Ca', "n't", 'you', 'understand', 'I', 'have', 'to', 'see', 'him', '?', '``', ',', 'and', 'gregor', 'would', 'think', 'to', 'himself', 'that', 'mayb', 'it', 'would', 'be', 'better', 'if', 'hi', 'mother', 'came', 'in', ',', 'not', 'everi', 'day', 'of', 'cours', ',', 'but', 'one', 'day', 'a', 'week', ',', 'perhap', ';', 'she', 'could', 'understand', 'everyth', 'much', 'better', 'than', 'hi', 'sister', 'who', ',', 'for', 'all', 'her', 'courag', ',', 'wa', 'still', 'just', 'a', 'child', 'after', 'all', ',', 'and', 'realli', 'might', 'not', 'have', 'had', 'an', 'adult', "'s", 'appreci', 'of', 'the', 'burdensom', 'job', 'she', 'had', 'taken', 'on', '.', 'gregor', "'s", 'wish', 'to', 'see', 'hi', 'mother', 'wa', 'soon', 'realis', '.', 'out', 'of', 'consider', 'for', 'hi', 'parent', ',', 'gregor', 'want', 'to', 'avoid', 'be', 'seen', 'at', 'the', 'window', 'dure', 'the', 'day', ',', 'the', 'few', 'squar', 'meter', 'of', 'the', 'floor', 'did', 'not', 'give', 'him', 'much', 'room', 'to', 'crawl', 'about', ',', 'it', 'wa', 'hard', 'to', 'just', 'lie', 'quietli', 'through', 'the', 'night', ',', 'hi', 'food', 'soon', 'stop', 'give', 'him', 'ani', 'pleasur', 'at', 'all', ',', 'and', 'so', ',', 'to', 'entertain', 'himself', ',', 'he', 'got', 'into', 'the', 'habit', 'of', 'crawl', 'up', 'and', 'down', 'the', 'wall', 'and', 'ceil', '.', 'He', 'wa', 'especi', 'fond', 'of', 'hang', 'from', 'the', 'ceil', ';', 'it', 'wa', 'quit', 'differ', 'from', 'lie', 'on', 'the', 'floor', ';', 'he', 'could', 'breath', 'more', 'freeli', ';', 'hi', 'bodi', 'had', 'a', 'light', 'swing', 'to', 'it', ';', 'and', 'up', 'there', ',', 'relax', 'and', 'almost', 'happi', ',', 'it', 'might', 'happen', 'that', 'he', 'would', 'surpris', 'even', 'himself', 'by', 'let', 'go', 'of', 'the', 'ceil', 'and', 'land', 'on', 'the', 'floor', 'with', 'a', 'crash', '.', 'but', 'now', ',', 'of', 'cours', ',', 'he', 'had', 'far', 'better', 'control', 'of', 'hi', 'bodi', 'than', 'befor', 'and', ',', 'even', 'with', 'a', 'fall', 'as', 'great', 'as', 'that', ',', 'caus', 'himself', 'no', 'damag', '.', 'veri', 'soon', 'hi', 'sister', 'notic', 'gregor', "'s", 'new', 'way', 'of', 'entertain', 'himself', '-', 'he', 'had', ',', 'after', 'all', ',', 'left', 'trace', 'of', 'the', 'adhes', 'from', 'hi', 'feet', 'as', 'he', 'crawl', 'about', '-', 'and', 'got', 'it', 'into', 'her', 'head', 'to', 'make', 'it', 'as', 'easi', 'as', 'possibl', 'for', 'him', 'by', 'remov', 'the', 'furnitur', 'that', 'got', 'in', 'hi', 'way', ',', 'especi', 'the', 'chest', 'of', 'drawer', 'and', 'the', 'desk', '.', 'now', ',', 'thi', 'wa', 'not', 'someth', 'that', 'she', 'would', 'be', 'abl', 'to', 'do', 'by', 'herself', ';', 'she', 'did', 'not', 'dare', 'to', 'ask', 'for', 'help', 'from', 'her', 'father', ';', 'the', 'sixteen', 'year', 'old', 'maid', 'had', 'carri', 'on', 'brave', 'sinc', 'the', 'cook', 'had', 'left', 'but', 'she', 'certainli', 'would', 'not', 'have', 'help', 'in', 'thi', ',', 'she', 'had', 'even', 'ask', 'to', 'be', 'allow', 'to', 'keep', 'the', 'kitchen', 'lock', 'at', 'all', 'time', 'and', 'never', 'to', 'have', 'to', 'open', 'the', 'door', 'unless', 'it', 'wa', 'especi', 'import', ';', 'so', 'hi', 'sister', 'had', 'no', 'choic', 'but', 'to', 'choos', 'some', 'time', 'when', 'gregor', "'s", 'father', 'wa', 'not', 'there', 'and', 'fetch', 'hi', 'mother', 'to', 'help', 'her', '.', 'As', 'she', 'approach', 'the', 'room', ',', 'gregor', 'could', 'hear', 'hi', 'mother', 'express', 'her', 'joy', ',', 'but', 'onc', 'at', 'the', 'door', 'she', 'went', 'silent', '.', 'first', ',', 'of', 'cours', ',', 'hi', 'sister', 'came', 'in', 'and', 'look', 'round', 'to', 'see', 'that', 'everyth', 'in', 'the', 'room', 'wa', 'alright', ';', 'and', 'onli', 'then', 'did', 'she', 'let', 'her', 'mother', 'enter', '.', 'gregor', 'had', 'hurriedli', 'pull', 'the', 'sheet', 'down', 'lower', 'over', 'the', 'couch', 'and', 'put', 'more', 'fold', 'into', 'it', 'so', 'that', 'everyth', 'realli', 'look', 'as', 'if', 'it', 'had', 'just', 'been', 'thrown', 'down', 'by', 'chanc', '.', 'gregor', 'also', 'refrain', ',', 'thi', 'time', ',', 'from', 'spi', 'out', 'from', 'under', 'the', 'sheet', ';', 'he', 'gave', 'up', 'the', 'chanc', 'to', 'see', 'hi', 'mother', 'until', 'later', 'and', 'wa', 'simpli', 'glad', 'that', 'she', 'had', 'come', '.', '``', 'you', 'can', 'come', 'in', ',', 'he', 'ca', "n't", 'be', 'seen', "''", ',', 'said', 'hi', 'sister', ',', 'obvious', 'lead', 'her', 'in', 'by', 'the', 'hand', '.', 'the', 'old', 'chest', 'of', 'drawer', 'wa', 'too', 'heavi', 'for', 'a', 'pair', 'of', 'feebl', 'women', 'to', 'be', 'heav', 'about', ',', 'but', 'gregor', 'listen', 'as', 'they', 'push', 'it', 'from', 'it', 'place', ',', 'hi', 'sister', 'alway', 'take', 'on', 'the', 'heaviest', 'part', 'of', 'the', 'work', 'for', 'herself', 'and', 'ignor', 'her', 'mother', "'s", 'warn', 'that', 'she', 'would', 'strain', 'herself', '.', 'thi', 'last', 'a', 'veri', 'long', 'time', '.', 'after', 'labour', 'at', 'it', 'for', 'fifteen', 'minut', 'or', 'more', 'hi', 'mother', 'said', 'it', 'would', 'be', 'better', 'to', 'leav', 'the', 'chest', 'where', 'it', 'wa', ',', 'for', 'one', 'thing', 'it', 'wa', 'too', 'heavi', 'for', 'them', 'to', 'get', 'the', 'job', 'finish', 'befor', 'gregor', "'s", 'father', 'got', 'home', 'and', 'leav', 'it', 'in', 'the', 'middl', 'of', 'the', 'room', 'it', 'would', 'be', 'in', 'hi', 'way', 'even', 'more', ',', 'and', 'for', 'anoth', 'thing', 'it', 'wa', "n't", 'even', 'sure', 'that', 'take', 'the', 'furnitur', 'away', 'would', 'realli', 'be', 'ani', 'help', 'to', 'him', '.', 'she', 'thought', 'just', 'the', 'opposit', ';', 'the', 'sight', 'of', 'the', 'bare', 'wall', 'sadden', 'her', 'right', 'to', 'her', 'heart', ';', 'and', 'whi', 'would', "n't", 'gregor', 'feel', 'the', 'same', 'way', 'about', 'it', ',', 'he', "'d", 'been', 'use', 'to', 'thi', 'furnitur', 'in', 'hi', 'room', 'for', 'a', 'long', 'time', 'and', 'it', 'would', 'make', 'him', 'feel', 'abandon', 'to', 'be', 'in', 'an', 'empti', 'room', 'like', 'that', '.', 'then', ',', 'quietli', ',', 'almost', 'whisper', 'as', 'if', 'want', 'gregor', '(', 'whose', 'whereabout', 'she', 'did', 'not', 'know', ')', 'to', 'hear', 'not', 'even', 'the', 'tone', 'of', 'her', 'voic', ',', 'as', 'she', 'wa', 'convinc', 'that', 'he', 'did', 'not', 'understand', 'her', 'word', ',', 'she', 'ad', '``', 'and', 'by', 'take', 'the', 'furnitur', 'away', ',', 'wo', "n't", 'it', 'seem', 'like', 'we', "'re", 'show', 'that', 'we', "'ve", 'given', 'up', 'all', 'hope', 'of', 'improv', 'and', 'we', "'re", 'abandon', 'him', 'to', 'cope', 'for', 'himself', '?', 'I', 'think', 'it', "'d", 'be', 'best', 'to', 'leav', 'the', 'room', 'exactli', 'the', 'way', 'it', 'wa', 'befor', 'so', 'that', 'when', 'gregor', 'come', 'back', 'to', 'us', 'again', "he'll", 'find', 'everyth', 'unchang', 'and', 'he', "'ll", 'be', 'abl', 'to', 'forget', 'the', 'time', 'in', 'between', 'all', 'the', 'easier', "''", '.', 'hear', 'these', 'word', 'from', 'hi', 'mother', 'made', 'gregor', 'realis', 'that', 'the', 'lack', 'of', 'ani', 'direct', 'human', 'commun', ',', 'along', 'with', 'the', 'monoton', 'life', 'led', 'by', 'the', 'famili', 'dure', 'these', 'two', 'month', ',', 'must', 'have', 'made', 'him', 'confus', '-', 'he', 'could', 'think', 'of', 'no', 'other', 'way', 'of', 'explain', 'to', 'himself', 'whi', 'he', 'had', 'serious', 'want', 'hi', 'room', 'empti', 'out', '.', 'had', 'he', 'realli', 'want', 'to', 'transform', 'hi', 'room', 'into', 'a', 'cave', ',', 'a', 'warm', 'room', 'fit', 'out', 'with', 'the', 'nice', 'furnitur', 'he', 'had', 'inherit', '?', 'that', 'would', 'have', 'let', 'him', 'crawl', 'around', 'unimped', 'in', 'ani', 'direct', ',', 'but', 'it', 'would', 'also', 'have', 'let', 'him', 'quickli', 'forget', 'hi', 'past', 'when', 'he', 'had', 'still', 'been', 'human', '.', 'He', 'had', 'come', 'veri', 'close', 'to', 'forget', ',', 'and', 'it', 'had', 'onli', 'been', 'the', 'voic', 'of', 'hi', 'mother', ',', 'unheard', 'for', 'so', 'long', ',', 'that', 'had', 'shaken', 'him', 'out', 'of', 'it', '.', 'noth', 'should', 'be', 'remov', ';', 'everyth', 'had', 'to', 'stay', ';', 'he', 'could', 'not', 'do', 'without', 'the', 'good', 'influenc', 'the', 'furnitur', 'had', 'on', 'hi', 'condit', ';', 'and', 'if', 'the', 'furnitur', 'made', 'it', 'difficult', 'for', 'him', 'to', 'crawl', 'about', 'mindlessli', 'that', 'wa', 'not', 'a', 'loss', 'but', 'a', 'great', 'advantag', '.', 'hi', 'sister', ',', 'unfortun', ',', 'did', 'not', 'agre', ';', 'she', 'had', 'becom', 'use', 'to', 'the', 'idea', ',', 'not', 'without', 'reason', ',', 'that', 'she', 'wa', 'gregor', "'s", 'spokesman', 'to', 'hi', 'parent', 'about', 'the', 'thing', 'that', 'concern', 'him', '.', 'thi', 'meant', 'that', 'hi', 'mother', "'s", 'advic', 'now', 'wa', 'suffici', 'reason', 'for', 'her', 'to', 'insist', 'on', 'remov', 'not', 'onli', 'the', 'chest', 'of', 'drawer', 'and', 'the', 'desk', ',', 'as', 'she', 'had', 'thought', 'at', 'first', ',', 'but', 'all', 'the', 'furnitur', 'apart', 'from', 'the', 'all-import', 'couch', '.', 'It', 'wa', 'more', 'than', 'childish', 'pervers', ',', 'of', 'cours', ',', 'or', 'the', 'unexpect', 'confid', 'she', 'had', 'recent', 'acquir', ',', 'that', 'made', 'her', 'insist', ';', 'she', 'had', 'inde', 'notic', 'that', 'gregor', 'need', 'a', 'lot', 'of', 'room', 'to', 'crawl', 'about', 'in', ',', 'wherea', 'the', 'furnitur', ',', 'as', 'far', 'as', 'anyon', 'could', 'see', ',', 'wa', 'of', 'no', 'use', 'to', 'him', 'at', 'all', '.', 'girl', 'of', 'that', 'age', ',', 'though', ',', 'do', 'becom', 'enthusiast', 'about', 'thing', 'and', 'feel', 'they', 'must', 'get', 'their', 'way', 'whenev', 'they', 'can', '.', 'perhap', 'thi', 'wa', 'what', 'tempt', 'grete', 'to', 'make', "gregor'", 'situat', 'seem', 'even', 'more', 'shock', 'than', 'it', 'wa', 'so', 'that', 'she', 'could', 'do', 'even', 'more', 'for', 'him', '.', 'grete', 'would', 'probabl', 'be', 'the', 'onli', 'one', 'who', 'would', 'dare', 'enter', 'a', 'room', 'domin', 'by', 'gregor', 'crawl', 'about', 'the', 'bare', 'wall', 'by', 'himself', '.', 'So', 'she', 'refus', 'to', 'let', 'her', 'mother', 'dissuad', 'her', '.', 'gregor', "'s", 'mother', 'alreadi', 'look', 'uneasi', 'in', 'hi', 'room', ',', 'she', 'soon', 'stop', 'speak', 'and', 'help', 'gregor', "'s", 'sister', 'to', 'get', 'the', 'chest', 'of', 'drawer', 'out', 'with', 'what', 'strength', 'she', 'had', '.', 'the', 'chest', 'of', 'drawer', 'wa', 'someth', 'that', 'gregor', 'could', 'do', 'without', 'if', 'he', 'had', 'to', ',', 'but', 'the', 'write', 'desk', 'had', 'to', 'stay', '.', 'hardli', 'had', 'the', 'two', 'women', 'push', 'the', 'chest', 'of', 'drawer', ',', 'groan', ',', 'out', 'of', 'the', 'room', 'than', 'gregor', 'poke', 'hi', 'head', 'out', 'from', 'under', 'the', 'couch', 'to', 'see', 'what', 'he', 'could', 'do', 'about', 'it', '.', 'He', 'meant', 'to', 'be', 'as', 'care', 'and', 'consider', 'as', 'he', 'could', ',', 'but', ',', 'unfortun', ',', 'it', 'wa', 'hi', 'mother', 'who', 'came', 'back', 'first', 'while', 'grete', 'in', 'the', 'next', 'room', 'had', 'her', 'arm', 'round', 'the', 'chest', ',', 'push', 'and', 'pull', 'at', 'it', 'from', 'side', 'to', 'side', 'by', 'herself', 'without', ',', 'of', 'cours', ',', 'move', 'it', 'an', 'inch', '.', 'hi', 'mother', 'wa', 'not', 'use', 'to', 'the', 'sight', 'of', 'gregor', ',', 'he', 'might', 'have', 'made', 'her', 'ill', ',', 'so', 'gregor', 'hurri', 'backward', 'to', 'the', 'far', 'end', 'of', 'the', 'couch', '.', 'In', 'hi', 'startlement', ',', 'though', ',', 'he', 'wa', 'not', 'abl', 'to', 'prevent', 'the', 'sheet', 'at', 'it', 'front', 'from', 'move', 'a', 'littl', '.', 'It', 'wa', 'enough', 'to', 'attract', 'hi', 'mother', "'s", 'attent', '.', 'she', 'stood', 'veri', 'still', ',', 'remain', 'there', 'a', 'moment', ',', 'and', 'then', 'went', 'back', 'out', 'to', 'grete', '.', 'gregor', 'kept', 'tri', 'to', 'assur', 'himself', 'that', 'noth', 'unusu', 'wa', 'happen', ',', 'it', 'wa', 'just', 'a', 'few', 'piec', 'of', 'furnitur', 'be', 'move', 'after', 'all', ',', 'but', 'he', 'soon', 'had', 'to', 'admit', 'that', 'the', 'women', 'go', 'to', 'and', 'fro', ',', 'their', 'littl', 'call', 'to', 'each', 'other', ',', 'the', 'scrape', 'of', 'the', 'furnitur', 'on', 'the', 'floor', ',', 'all', 'these', 'thing', 'made', 'him', 'feel', 'as', 'if', 'he', 'were', 'be', 'assail', 'from', 'all', 'side', '.', 'with', 'hi', 'head', 'and', 'leg', 'pull', 'in', 'against', 'him', 'and', 'hi', 'bodi', 'press', 'to', 'the', 'floor', ',', 'he', 'wa', 'forc', 'to', 'admit', 'to', 'himself', 'that', 'he', 'could', 'not', 'stand', 'all', 'of', 'thi', 'much', 'longer', '.', 'they', 'were', 'empti', 'hi', 'room', 'out', ';', 'take', 'away', 'everyth', 'that', 'wa', 'dear', 'to', 'him', ';', 'they', 'had', 'alreadi', 'taken', 'out', 'the', 'chest', 'contain', 'hi', 'fretsaw', 'and', 'other', 'tool', ';', 'now', 'they', 'threaten', 'to', 'remov', 'the', 'write', 'desk', 'with', 'it', 'place', 'clearli', 'worn', 'into', 'the', 'floor', ',', 'the', 'desk', 'where', 'he', 'had', 'done', 'hi', 'homework', 'as', 'a', 'busi', 'traine', ',', 'at', 'high', 'school', ',', 'even', 'while', 'he', 'had', 'been', 'at', 'infant', 'school', '--', 'he', 'realli', 'could', 'not', 'wait', 'ani', 'longer', 'to', 'see', 'whether', 'the', 'two', 'women', "'s", 'intent', 'were', 'good', '.', 'He', 'had', 'nearli', 'forgotten', 'they', 'were', 'there', 'anyway', ',', 'as', 'they', 'were', 'now', 'too', 'tire', 'to', 'say', 'anyth', 'while', 'they', 'work', 'and', 'he', 'could', 'onli', 'hear', 'their', 'feet', 'as', 'they', 'step', 'heavili', 'on', 'the', 'floor', '.', 'So', ',', 'while', 'the', 'women', 'were', 'leant', 'against', 'the', 'desk', 'in', 'the', 'other', 'room', 'catch', 'their', 'breath', ',', 'he', 'salli', 'out', ',', 'chang', 'direct', 'four', 'time', 'not', 'know', 'what', 'he', 'should', 'save', 'first', 'befor', 'hi', 'attent', 'wa', 'suddenli', 'caught', 'by', 'the', 'pictur', 'on', 'the', 'wall', '-', 'which', 'wa', 'alreadi', 'denud', 'of', 'everyth', 'els', 'that', 'had', 'been', 'on', 'it', '-', 'of', 'the', 'ladi', 'dress', 'in', 'copiou', 'fur', '.', 'He', 'hurri', 'up', 'onto', 'the', 'pictur', 'and', 'press', 'himself', 'against', 'it', 'glass', ',', 'it', 'held', 'him', 'firmli', 'and', 'felt', 'good', 'on', 'hi', 'hot', 'belli', '.', 'thi', 'pictur', 'at', 'least', ',', 'now', 'total', 'cover', 'by', 'gregor', ',', 'would', 'certainli', 'be', 'taken', 'away', 'by', 'no-on', '.', 'He', 'turn', 'hi', 'head', 'to', 'face', 'the', 'door', 'into', 'the', 'live', 'room', 'so', 'that', 'he', 'could', 'watch', 'the', 'women', 'when', 'they', 'came', 'back', '.', 'they', 'had', 'not', 'allow', 'themselv', 'a', 'long', 'rest', 'and', 'came', 'back', 'quit', 'soon', ';', 'grete', 'had', 'put', 'her', 'arm', 'around', 'her', 'mother', 'and', 'wa', 'nearli', 'carri', 'her', '.', '``', 'what', 'shall', 'we', 'take', 'now', ',', 'then', '?', '``', ',', 'said', 'grete', 'and', 'look', 'around', '.', 'her', 'eye', 'met', 'those', 'of', 'gregor', 'on', 'the', 'wall', '.', 'perhap', 'onli', 'becaus', 'her', 'mother', 'wa', 'there', ',', 'she', 'remain', 'calm', ',', 'bent', 'her', 'face', 'to', 'her', 'so', 'that', 'she', 'would', 'not', 'look', 'round', 'and', 'said', ',', 'albeit', 'hurriedli', 'and', 'with', 'a', 'tremor', 'in', 'her', 'voic', ':', '``', 'come', 'on', ',', 'let', "'s", 'go', 'back', 'in', 'the', 'live', 'room', 'for', 'a', 'while', '?', "''", 'gregor', 'could', 'see', 'what', 'grete', 'had', 'in', 'mind', ',', 'she', 'want', 'to', 'take', 'her', 'mother', 'somewher', 'safe', 'and', 'then', 'chase', 'him', 'down', 'from', 'the', 'wall', '.', 'well', ',', 'she', 'could', 'certainli', 'tri', 'it', '!', 'He', 'sat', 'unyield', 'on', 'hi', 'pictur', '.', 'He', 'would', 'rather', 'jump', 'at', 'grete', "'s", 'face', '.', 'but', 'grete', "'s", 'word', 'had', 'made', 'her', 'mother', 'quit', 'worri', ',', 'she', 'step', 'to', 'one', 'side', ',', 'saw', 'the', 'enorm', 'brown', 'patch', 'against', 'the', 'flower', 'of', 'the', 'wallpap', ',', 'and', 'befor', 'she', 'even', 'realis', 'it', 'wa', 'gregor', 'that', 'she', 'saw', 'scream', ':', '``', 'Oh', 'god', ',', 'oh', 'god', '!', "''", 'arm', 'outstretch', ',', 'she', 'fell', 'onto', 'the', 'couch', 'as', 'if', 'she', 'had', 'given', 'up', 'everyth', 'and', 'stay', 'there', 'immobil', '.', '``', 'gregor', '!', "''", 'shout', 'hi', 'sister', ',', 'glower', 'at', 'him', 'and', 'shake', 'her', 'fist', '.', 'that', 'wa', 'the', 'first', 'word', 'she', 'had', 'spoken', 'to', 'him', 'directli', 'sinc', 'hi', 'transform', '.', 'she', 'ran', 'into', 'the', 'other', 'room', 'to', 'fetch', 'some', 'kind', 'of', 'smell', 'salt', 'to', 'bring', 'her', 'mother', 'out', 'of', 'her', 'faint', ';', 'gregor', 'want', 'to', 'help', 'too', '-', 'he', 'could', 'save', 'hi', 'pictur', 'later', ',', 'although', 'he', 'stuck', 'fast', 'to', 'the', 'glass', 'and', 'had', 'to', 'pull', 'himself', 'off', 'by', 'forc', ';', 'then', 'he', ',', 'too', ',', 'ran', 'into', 'the', 'next', 'room', 'as', 'if', 'he', 'could', 'advis', 'hi', 'sister', 'like', 'in', 'the', 'old', 'day', ';', 'but', 'he', 'had', 'to', 'just', 'stand', 'behind', 'her', 'do', 'noth', ';', 'she', 'wa', 'look', 'into', 'variou', 'bottl', ',', 'he', 'startl', 'her', 'when', 'she', 'turn', 'round', ';', 'a', 'bottl', 'fell', 'to', 'the', 'ground', 'and', 'broke', ';', 'a', 'splinter', 'cut', 'gregor', "'s", 'face', ',', 'some', 'kind', 'of', 'caustic', 'medicin', 'splash', 'all', 'over', 'him', ';', 'now', ',', 'without', 'delay', 'ani', 'longer', ',', 'grete', 'took', 'hold', 'of', 'all', 'the', 'bottl', 'she', 'could', 'and', 'ran', 'with', 'them', 'in', 'to', 'her', 'mother', ';', 'she', 'slam', 'the', 'door', 'shut', 'with', 'her', 'foot', '.', 'So', 'now', 'gregor', 'wa', 'shut', 'out', 'from', 'hi', 'mother', ',', 'who', ',', 'becaus', 'of', 'him', ',', 'might', 'be', 'near', 'to', 'death', ';', 'he', 'could', 'not', 'open', 'the', 'door', 'if', 'he', 'did', 'not', 'want', 'to', 'chase', 'hi', 'sister', 'away', ',', 'and', 'she', 'had', 'to', 'stay', 'with', 'hi', 'mother', ';', 'there', 'wa', 'noth', 'for', 'him', 'to', 'do', 'but', 'wait', ';', 'and', ',', 'oppress', 'with', 'anxieti', 'and', 'self-reproach', ',', 'he', 'began', 'to', 'crawl', 'about', ',', 'he', 'crawl', 'over', 'everyth', ',', 'wall', ',', 'furnitur', ',', 'ceil', ',', 'and', 'final', 'in', 'hi', 'confus', 'as', 'the', 'whole', 'room', 'began', 'to', 'spin', 'around', 'him', 'he', 'fell', 'down', 'into', 'the', 'middl', 'of', 'the', 'dinner', 'tabl', '.', 'He', 'lay', 'there', 'for', 'a', 'while', ',', 'numb', 'and', 'immobil', ',', 'all', 'around', 'him', 'it', 'wa', 'quiet', ',', 'mayb', 'that', 'wa', 'a', 'good', 'sign', '.', 'then', 'there', 'wa', 'someon', 'at', 'the', 'door', '.', 'the', 'maid', ',', 'of', 'cours', ',', 'had', 'lock', 'herself', 'in', 'her', 'kitchen', 'so', 'that', 'grete', 'would', 'have', 'to', 'go', 'and', 'answer', 'it', '.', 'hi', 'father', 'had', 'arriv', 'home', '.', '``', 'what', "'s", 'happen', '?', "''", 'were', 'hi', 'first', 'word', ';', 'grete', "'s", 'appear', 'must', 'have', 'made', 'everyth', 'clear', 'to', 'him', '.', 'she', 'answer', 'him', 'with', 'subdu', 'voic', ',', 'and', 'openli', 'press', 'her', 'face', 'into', 'hi', 'chest', ':', '``', "mother'", 'faint', ',', 'but', 'she', "'s", 'better', 'now', '.', 'gregor', 'got', 'out', '.', "''", '``', 'just', 'as', 'I', 'expect', "''", ',', 'said', 'hi', 'father', ',', '``', 'just', 'as', 'I', 'alway', 'said', ',', 'but', 'you', 'women', 'would', "n't", 'listen', ',', 'would', 'you', '.', "''", 'It', 'wa', 'clear', 'to', 'gregor', 'that', 'grete', 'had', 'not', 'said', 'enough', 'and', 'that', 'hi', 'father', 'took', 'it', 'to', 'mean', 'that', 'someth', 'bad', 'had', 'happen', ',', 'that', 'he', 'wa', 'respons', 'for', 'some', 'act', 'of', 'violenc', '.', 'that', 'meant', 'gregor', 'would', 'now', 'have', 'to', 'tri', 'to', 'calm', 'hi', 'father', ',', 'as', 'he', 'did', 'not', 'have', 'the', 'time', 'to', 'explain', 'thing', 'to', 'him', 'even', 'if', 'that', 'had', 'been', 'possibl', '.', 'So', 'he', 'fled', 'to', 'the', 'door', 'of', 'hi', 'room', 'and', 'press', 'himself', 'against', 'it', 'so', 'that', 'hi', 'father', ',', 'when', 'he', 'came', 'in', 'from', 'the', 'hall', ',', 'could', 'see', 'straight', 'away', 'that', 'gregor', 'had', 'the', 'best', 'intent', 'and', 'would', 'go', 'back', 'into', 'hi', 'room', 'without', 'delay', ',', 'that', 'it', 'would', 'not', 'be', 'necessari', 'to', 'drive', 'him', 'back', 'but', 'that', 'they', 'had', 'onli', 'to', 'open', 'the', 'door', 'and', 'he', 'would', 'disappear', '.', 'hi', 'father', ',', 'though', ',', 'wa', 'not', 'in', 'the', 'mood', 'to', 'notic', 'subtleti', 'like', 'that', ';', '``', 'Ah', '!', '``', ',', 'he', 'shout', 'as', 'he', 'came', 'in', ',', 'sound', 'as', 'if', 'he', 'were', 'both', 'angri', 'and', 'glad', 'at', 'the', 'same', 'time', '.', 'gregor', 'drew', 'hi', 'head', 'back', 'from', 'the', 'door', 'and', 'lift', 'it', 'toward', 'hi', 'father', '.', 'He', 'realli', 'had', 'not', 'imagin', 'hi', 'father', 'the', 'way', 'he', 'stood', 'there', 'now', ';', 'of', 'late', ',', 'with', 'hi', 'new', 'habit', 'of', 'crawl', 'about', ',', 'he', 'had', 'neglect', 'to', 'pay', 'attent', 'to', 'what', 'wa', 'go', 'on', 'the', 'rest', 'of', 'the', 'flat', 'the', 'way', 'he', 'had', 'done', 'befor', '.', 'He', 'realli', 'ought', 'to', 'have', 'expect', 'thing', 'to', 'have', 'chang', ',', 'but', 'still', ',', 'still', ',', 'wa', 'that', 'realli', 'hi', 'father', '?', 'the', 'same', 'tire', 'man', 'as', 'use', 'to', 'be', 'lay', 'there', 'entomb', 'in', 'hi', 'bed', 'when', 'gregor', 'came', 'back', 'from', 'hi', 'busi', 'trip', ',', 'who', 'would', 'receiv', 'him', 'sit', 'in', 'the', 'armchair', 'in', 'hi', 'nightgown', 'when', 'he', 'came', 'back', 'in', 'the', 'even', ';', 'who', 'wa', 'hardli', 'even', 'abl', 'to', 'stand', 'up', 'but', ',', 'as', 'a', 'sign', 'of', 'hi', 'pleasur', ',', 'would', 'just', 'rais', 'hi', 'arm', 'and', 'who', ',', 'on', 'the', 'coupl', 'of', 'time', 'a', 'year', 'when', 'they', 'went', 'for', 'a', 'walk', 'togeth', 'on', 'a', 'sunday', 'or', 'public', 'holiday', 'wrap', 'up', 'tightli', 'in', 'hi', 'overcoat', 'between', 'gregor', 'and', 'hi', 'mother', ',', 'would', 'alway', 'labour', 'hi', 'way', 'forward', 'a', 'littl', 'more', 'slowli', 'than', 'them', ',', 'who', 'were', 'alreadi', 'walk', 'slowli', 'for', 'hi', 'sake', ';', 'who', 'would', 'place', 'hi', 'stick', 'down', 'care', 'and', ',', 'if', 'he', 'want', 'to', 'say', 'someth', 'would', 'invari', 'stop', 'and', 'gather', 'hi', 'companion', 'around', 'him', '.', 'He', 'wa', 'stand', 'up', 'straight', 'enough', 'now', ';', 'dress', 'in', 'a', 'smart', 'blue', 'uniform', 'with', 'gold', 'button', ',', 'the', 'sort', 'worn', 'by', 'the', 'employe', 'at', 'the', 'bank', 'institut', ';', 'abov', 'the', 'high', ',', 'stiff', 'collar', 'of', 'the', 'coat', 'hi', 'strong', 'double-chin', 'emerg', ';', 'under', 'the', 'bushi', 'eyebrow', ',', 'hi', 'pierc', ',', 'dark', 'eye', 'look', 'out', 'fresh', 'and', 'alert', ';', 'hi', 'normal', 'unkempt', 'white', 'hair', 'wa', 'comb', 'down', 'pain', 'close', 'to', 'hi', 'scalp', '.', 'He', 'took', 'hi', 'cap', ',', 'with', 'it', 'gold', 'monogram', 'from', ',', 'probabl', ',', 'some', 'bank', ',', 'and', 'threw', 'it', 'in', 'an', 'arc', 'right', 'across', 'the', 'room', 'onto', 'the', 'sofa', ',', 'put', 'hi', 'hand', 'in', 'hi', 'trouser', 'pocket', ',', 'push', 'back', 'the', 'bottom', 'of', 'hi', 'long', 'uniform', 'coat', ',', 'and', ',', 'with', 'look', 'of', 'determin', ',', 'walk', 'toward', 'gregor', '.', 'He', 'probabl', 'did', 'not', 'even', 'know', 'himself', 'what', 'he', 'had', 'in', 'mind', ',', 'but', 'nonetheless', 'lift', 'hi', 'feet', 'unusu', 'high', '.', 'gregor', 'wa', 'amaz', 'at', 'the', 'enorm', 'size', 'of', 'the', 'sole', 'of', 'hi', 'boot', ',', 'but', 'wast', 'no', 'time', 'with', 'that', '-', 'he', 'knew', 'full', 'well', ',', 'right', 'from', 'the', 'first', 'day', 'of', 'hi', 'new', 'life', ',', 'that', 'hi', 'father', 'thought', 'it', 'necessari', 'to', 'alway', 'be', 'extrem', 'strict', 'with', 'him', '.', 'and', 'so', 'he', 'ran', 'up', 'to', 'hi', 'father', ',', 'stop', 'when', 'hi', 'father', 'stop', ',', 'scurri', 'forward', 'again', 'when', 'he', 'move', ',', 'even', 'slightli', '.', 'In', 'thi', 'way', 'they', 'went', 'round', 'the', 'room', 'sever', 'time', 'without', 'anyth', 'decis', 'happen', ',', 'without', 'even', 'give', 'the', 'impress', 'of', 'a', 'chase', 'as', 'everyth', 'went', 'so', 'slowli', '.', 'gregor', 'remain', 'all', 'thi', 'time', 'on', 'the', 'floor', ',', 'larg', 'becaus', 'he', 'fear', 'hi', 'father', 'might', 'see', 'it', 'as', 'especi', 'provok', 'if', 'he', 'fled', 'onto', 'the', 'wall', 'or', 'ceil', '.', 'whatev', 'he', 'did', ',', 'gregor', 'had', 'to', 'admit', 'that', 'he', 'certainli', 'would', 'not', 'be', 'abl', 'to', 'keep', 'up', 'thi', 'run', 'about', 'for', 'long', ',', 'as', 'for', 'each', 'step', 'hi', 'father', 'took', 'he', 'had', 'to', 'carri', 'out', 'countless', 'movement', '.', 'He', 'becam', 'notic', 'short', 'of', 'breath', ',', 'even', 'in', 'hi', 'earlier', 'life', 'hi', 'lung', 'had', 'not', 'been', 'veri', 'reliabl', '.', 'now', ',', 'as', 'he', 'lurch', 'about', 'in', 'hi', 'effort', 'to', 'muster', 'all', 'the', 'strength', 'he', 'could', 'for', 'run', 'he', 'could', 'hardli', 'keep', 'hi', 'eye', 'open', ';', 'hi', 'thought', 'becam', 'too', 'slow', 'for', 'him', 'to', 'think', 'of', 'ani', 'other', 'way', 'of', 'save', 'himself', 'than', 'run', ';', 'he', 'almost', 'forgot', 'that', 'the', 'wall', 'were', 'there', 'for', 'him', 'to', 'use', 'although', ',', 'here', ',', 'they', 'were', 'conceal', 'behind', 'care', 'carv', 'furnitur', 'full', 'of', 'notch', 'and', 'protrus', '-', 'then', ',', 'right', 'besid', 'him', ',', 'lightli', 'toss', ',', 'someth', 'flew', 'down', 'and', 'roll', 'in', 'front', 'of', 'him', '.', 'It', 'wa', 'an', 'appl', ';', 'then', 'anoth', 'one', 'immedi', 'flew', 'at', 'him', ';', 'gregor', 'froze', 'in', 'shock', ';', 'there', 'wa', 'no', 'longer', 'ani', 'point', 'in', 'run', 'as', 'hi', 'father', 'had', 'decid', 'to', 'bombard', 'him', '.', 'He', 'had', 'fill', 'hi', 'pocket', 'with', 'fruit', 'from', 'the', 'bowl', 'on', 'the', 'sideboard', 'and', 'now', ',', 'without', 'even', 'take', 'the', 'time', 'for', 'care', 'aim', ',', 'threw', 'one', 'appl', 'after', 'anoth', '.', 'these', 'littl', ',', 'red', 'appl', 'roll', 'about', 'on', 'the', 'floor', ',', 'knock', 'into', 'each', 'other', 'as', 'if', 'they', 'had', 'electr', 'motor', '.', 'An', 'appl', 'thrown', 'without', 'much', 'forc', 'glanc', 'against', 'gregor', "'s", 'back', 'and', 'slid', 'off', 'without', 'do', 'ani', 'harm', '.', 'anoth', 'one', 'howev', ',', 'immedi', 'follow', 'it', ',', 'hit', 'squar', 'and', 'lodg', 'in', 'hi', 'back', ';', 'gregor', 'want', 'to', 'drag', 'himself', 'away', ',', 'as', 'if', 'he', 'could', 'remov', 'the', 'surpris', ',', 'the', 'incred', 'pain', 'by', 'chang', 'hi', 'posit', ';', 'but', 'he', 'felt', 'as', 'if', 'nail', 'to', 'the', 'spot', 'and', 'spread', 'himself', 'out', ',', 'all', 'hi', 'sens', 'in', 'confus', '.', 'the', 'last', 'thing', 'he', 'saw', 'wa', 'the', 'door', 'of', 'hi', 'room', 'be', 'pull', 'open', ',', 'hi', 'sister', 'wa', 'scream', ',', 'hi', 'mother', 'ran', 'out', 'in', 'front', 'of', 'her', 'in', 'her', 'blous', '(', 'as', 'hi', 'sister', 'had', 'taken', 'off', 'some', 'of', 'her', 'cloth', 'after', 'she', 'had', 'faint', 'to', 'make', 'it', 'easier', 'for', 'her', 'to', 'breath', ')', ',', 'she', 'ran', 'to', 'hi', 'father', ',', 'her', 'skirt', 'unfasten', 'and', 'slide', 'one', 'after', 'anoth', 'to', 'the', 'ground', ',', 'stumbl', 'over', 'the', 'skirt', 'she', 'push', 'herself', 'to', 'hi', 'father', ',', 'her', 'arm', 'around', 'him', ',', 'unit', 'herself', 'with', 'him', 'total', '-', 'now', 'gregor', 'lost', 'hi', 'abil', 'to', 'see', 'anyth', '-', 'her', 'hand', 'behind', 'hi', 'father', "'s", 'head', 'beg', 'him', 'to', 'spare', 'gregor', "'s", 'life', '.', 'iii', 'no-on', 'dare', 'to', 'remov', 'the', 'appl', 'lodg', 'in', 'gregor', "'s", 'flesh', ',', 'so', 'it', 'remain', 'there', 'as', 'a', 'visibl', 'remind', 'of', 'hi', 'injuri', '.', 'He', 'had', 'suffer', 'it', 'there', 'for', 'more', 'than', 'a', 'month', ',', 'and', 'hi', 'condit', 'seem', 'seriou', 'enough', 'to', 'remind', 'even', 'hi', 'father', 'that', 'gregor', ',', 'despit', 'hi', 'current', 'sad', 'and', 'revolt', 'form', ',', 'wa', 'a', 'famili', 'member', 'who', 'could', 'not', 'be', 'treat', 'as', 'an', 'enemi', '.', 'On', 'the', 'contrari', ',', 'as', 'a', 'famili', 'there', 'wa', 'a', 'duti', 'to', 'swallow', 'ani', 'revuls', 'for', 'him', 'and', 'to', 'be', 'patient', ',', 'just', 'to', 'be', 'patient', '.', 'becaus', 'of', 'hi', 'injuri', ',', 'gregor', 'had', 'lost', 'much', 'of', 'hi', 'mobil', '-', 'probabl', 'perman', '.', 'He', 'had', 'been', 'reduc', 'to', 'the', 'condit', 'of', 'an', 'ancient', 'invalid', 'and', 'it', 'took', 'him', 'long', ',', 'long', 'minut', 'to', 'crawl', 'across', 'hi', 'room', '-', 'crawl', 'over', 'the', 'ceil', 'wa', 'out', 'of', 'the', 'question', '-', 'but', 'thi', 'deterior', 'in', 'hi', 'condit', 'wa', 'fulli', '(', 'in', 'hi', 'opinion', ')', 'made', 'up', 'for', 'by', 'the', 'door', 'to', 'the', 'live', 'room', 'be', 'left', 'open', 'everi', 'even', '.', 'He', 'got', 'into', 'the', 'habit', 'of', 'close', 'watch', 'it', 'for', 'one', 'or', 'two', 'hour', 'befor', 'it', 'wa', 'open', 'and', 'then', ',', 'lie', 'in', 'the', 'dark', 'of', 'hi', 'room', 'where', 'he', 'could', 'not', 'be', 'seen', 'from', 'the', 'live', 'room', ',', 'he', 'could', 'watch', 'the', 'famili', 'in', 'the', 'light', 'of', 'the', 'dinner', 'tabl', 'and', 'listen', 'to', 'their', 'convers', '-', 'with', 'everyon', "'s", 'permiss', ',', 'in', 'a', 'way', ',', 'and', 'thu', 'quit', 'differ', 'from', 'befor', '.', 'they', 'no', 'longer', 'held', 'the', 'live', 'convers', 'of', 'earlier', 'time', ',', 'of', 'cours', ',', 'the', 'one', 'that', 'gregor', 'alway', 'thought', 'about', 'with', 'long', 'when', 'he', 'wa', 'tire', 'and', 'get', 'into', 'the', 'damp', 'bed', 'in', 'some', 'small', 'hotel', 'room', '.', 'all', 'of', 'them', 'were', 'usual', 'veri', 'quiet', 'nowaday', '.', 'soon', 'after', 'dinner', ',', 'hi', 'father', 'would', 'go', 'to', 'sleep', 'in', 'hi', 'chair', ';', 'hi', 'mother', 'and', 'sister', 'would', 'urg', 'each', 'other', 'to', 'be', 'quiet', ';', 'hi', 'mother', ',', 'bent', 'deepli', 'under', 'the', 'lamp', ',', 'would', 'sew', 'fanci', 'underwear', 'for', 'a', 'fashion', 'shop', ';', 'hi', 'sister', ',', 'who', 'had', 'taken', 'a', 'sale', 'job', ',', 'learn', 'shorthand', 'and', 'french', 'in', 'the', 'even', 'so', 'that', 'she', 'might', 'be', 'abl', 'to', 'get', 'a', 'better', 'posit', 'later', 'on', '.', 'sometim', 'hi', 'father', 'would', 'wake', 'up', 'and', 'say', 'to', 'gregor', "'s", 'mother', "''", 'you', "'re", 'do', 'so', 'much', 'sew', 'again', 'today', '!', '``', ',', 'as', 'if', 'he', 'did', 'not', 'know', 'that', 'he', 'had', 'been', 'doze', '-', 'and', 'then', 'he', 'would', 'go', 'back', 'to', 'sleep', 'again', 'while', 'mother', 'and', 'sister', 'would', 'exchang', 'a', 'tire', 'grin', '.', 'with', 'a', 'kind', 'of', 'stubborn', ',', 'gregor', "'s", 'father', 'refus', 'to', 'take', 'hi', 'uniform', 'off', 'even', 'at', 'home', ';', 'while', 'hi', 'nightgown', 'hung', 'unus', 'on', 'it', 'peg', 'gregor', "'s", 'father', 'would', 'slumber', 'where', 'he', 'wa', ',', 'fulli', 'dress', ',', 'as', 'if', 'alway', 'readi', 'to', 'serv', 'and', 'expect', 'to', 'hear', 'the', 'voic', 'of', 'hi', 'superior', 'even', 'here', '.', 'the', 'uniform', 'had', 'not', 'been', 'new', 'to', 'start', 'with', ',', 'but', 'as', 'a', 'result', 'of', 'thi', 'it', 'slowli', 'becam', 'even', 'shabbier', 'despit', 'the', 'effort', 'of', 'gregor', "'s", 'mother', 'and', 'sister', 'to', 'look', 'after', 'it', '.', 'gregor', 'would', 'often', 'spend', 'the', 'whole', 'even', 'look', 'at', 'all', 'the', 'stain', 'on', 'thi', 'coat', ',', 'with', 'it', 'gold', 'button', 'alway', 'kept', 'polish', 'and', 'shini', ',', 'while', 'the', 'old', 'man', 'in', 'it', 'would', 'sleep', ',', 'highli', 'uncomfort', 'but', 'peac', '.', 'As', 'soon', 'as', 'it', 'struck', 'ten', ',', 'gregor', "'s", 'mother', 'would', 'speak', 'gentli', 'to', 'hi', 'father', 'to', 'wake', 'him', 'and', 'tri', 'to', 'persuad', 'him', 'to', 'go', 'to', 'bed', ',', 'as', 'he', 'could', "n't", 'sleep', 'properli', 'where', 'he', 'wa', 'and', 'he', 'realli', 'had', 'to', 'get', 'hi', 'sleep', 'if', 'he', 'wa', 'to', 'be', 'up', 'at', 'six', 'to', 'get', 'to', 'work', '.', 'but', 'sinc', 'he', 'had', 'been', 'in', 'work', 'he', 'had', 'becom', 'more', 'obstin', 'and', 'would', 'alway', 'insist', 'on', 'stay', 'longer', 'at', 'the', 'tabl', ',', 'even', 'though', 'he', 'regularli', 'fell', 'asleep', 'and', 'it', 'wa', 'then', 'harder', 'than', 'ever', 'to', 'persuad', 'him', 'to', 'exchang', 'the', 'chair', 'for', 'hi', 'bed', '.', 'then', ',', 'howev', 'much', 'mother', 'and', 'sister', 'would', 'importun', 'him', 'with', 'littl', 'reproach', 'and', 'warn', 'he', 'would', 'keep', 'slowli', 'shake', 'hi', 'head', 'for', 'a', 'quarter', 'of', 'an', 'hour', 'with', 'hi', 'eye', 'close', 'and', 'refus', 'to', 'get', 'up', '.', 'gregor', "'s", 'mother', 'would', 'tug', 'at', 'hi', 'sleev', ',', 'whisper', 'endear', 'into', 'hi', 'ear', ',', 'gregor', "'s", 'sister', 'would', 'leav', 'her', 'work', 'to', 'help', 'her', 'mother', ',', 'but', 'noth', 'would', 'have', 'ani', 'effect', 'on', 'him', '.', 'He', 'would', 'just', 'sink', 'deeper', 'into', 'hi', 'chair', '.', 'onli', 'when', 'the', 'two', 'women', 'took', 'him', 'under', 'the', 'arm', 'he', 'would', 'abruptli', 'open', 'hi', 'eye', ',', 'look', 'at', 'them', 'one', 'after', 'the', 'other', 'and', 'say', ':', '``', 'what', 'a', 'life', '!', 'thi', 'is', 'what', 'peac', 'I', 'get', 'in', 'my', 'old', 'age', '!', "''", 'and', 'support', 'by', 'the', 'two', 'women', 'he', 'would', 'lift', 'himself', 'up', 'care', 'as', 'if', 'he', 'were', 'carri', 'the', 'greatest', 'load', 'himself', ',', 'let', 'the', 'women', 'take', 'him', 'to', 'the', 'door', ',', 'send', 'them', 'off', 'and', 'carri', 'on', 'by', 'himself', 'while', 'gregor', "'s", 'mother', 'would', 'throw', 'down', 'her', 'needl', 'and', 'hi', 'sister', 'her', 'pen', 'so', 'that', 'they', 'could', 'run', 'after', 'hi', 'father', 'and', 'continu', 'be', 'of', 'help', 'to', 'him', '.', 'who', ',', 'in', 'thi', 'tire', 'and', 'overwork', 'famili', ',', 'would', 'have', 'had', 'time', 'to', 'give', 'more', 'attent', 'to', 'gregor', 'than', 'wa', 'absolut', 'necessari', '?', 'the', 'household', 'budget', 'becam', 'even', 'smaller', ';', 'so', 'now', 'the', 'maid', 'wa', 'dismiss', ';', 'an', 'enorm', ',', 'thick-bon', 'charwoman', 'with', 'white', 'hair', 'that', 'flap', 'around', 'her', 'head', 'came', 'everi', 'morn', 'and', 'even', 'to', 'do', 'the', 'heaviest', 'work', ';', 'everyth', 'els', 'wa', 'look', 'after', 'by', 'gregor', "'s", 'mother', 'on', 'top', 'of', 'the', 'larg', 'amount', 'of', 'sew', 'work', 'she', 'did', '.', 'gregor', 'even', 'learn', ',', 'listen', 'to', 'the', 'even', 'convers', 'about', 'what', 'price', 'they', 'had', 'hope', 'for', ',', 'that', 'sever', 'item', 'of', 'jewelleri', 'belong', 'to', 'the', 'famili', 'had', 'been', 'sold', ',', 'even', 'though', 'both', 'mother', 'and', 'sister', 'had', 'been', 'veri', 'fond', 'of', 'wear', 'them', 'at', 'function', 'and', 'celebr', '.', 'but', 'the', 'loudest', 'complaint', 'wa', 'that', 'although', 'the', 'flat', 'wa', 'much', 'too', 'big', 'for', 'their', 'present', 'circumst', ',', 'they', 'could', 'not', 'move', 'out', 'of', 'it', ',', 'there', 'wa', 'no', 'imagin', 'way', 'of', 'transfer', 'gregor', 'to', 'the', 'new', 'address', '.', 'He', 'could', 'see', 'quit', 'well', ',', 'though', ',', 'that', 'there', 'were', 'more', 'reason', 'than', 'consider', 'for', 'him', 'that', 'made', 'it', 'difficult', 'for', 'them', 'to', 'move', ',', 'it', 'would', 'have', 'been', 'quit', 'easi', 'to', 'transport', 'him', 'in', 'ani', 'suitabl', 'crate', 'with', 'a', 'few', 'air', 'hole', 'in', 'it', ';', 'the', 'main', 'thing', 'hold', 'the', 'famili', 'back', 'from', 'their', 'decis', 'to', 'move', 'wa', 'much', 'more', 'to', 'do', 'with', 'their', 'total', 'despair', ',', 'and', 'the', 'thought', 'that', 'they', 'had', 'been', 'struck', 'with', 'a', 'misfortun', 'unlik', 'anyth', 'experienc', 'by', 'anyon', 'els', 'they', 'knew', 'or', 'were', 'relat', 'to', '.', 'they', 'carri', 'out', 'absolut', 'everyth', 'that', 'the', 'world', 'expect', 'from', 'poor', 'peopl', ',', 'gregor', "'s", 'father', 'brought', 'bank', 'employe', 'their', 'breakfast', ',', 'hi', 'mother', 'sacrif', 'herself', 'by', 'wash', 'cloth', 'for', 'stranger', ',', 'hi', 'sister', 'ran', 'back', 'and', 'forth', 'behind', 'her', 'desk', 'at', 'the', 'behest', 'of', 'the', 'custom', ',', 'but', 'they', 'just', 'did', 'not', 'have', 'the', 'strength', 'to', 'do', 'ani', 'more', '.', 'and', 'the', 'injuri', 'in', 'gregor', "'s", 'back', 'began', 'to', 'hurt', 'as', 'much', 'as', 'when', 'it', 'wa', 'new', '.', 'after', 'they', 'had', 'come', 'back', 'from', 'take', 'hi', 'father', 'to', 'bed', 'gregor', "'s", 'mother', 'and', 'sister', 'would', 'now', 'leav', 'their', 'work', 'where', 'it', 'wa', 'and', 'sit', 'close', 'togeth', ',', 'cheek', 'to', 'cheek', ';', 'hi', 'mother', 'would', 'point', 'to', 'gregor', "'s", 'room', 'and', 'say', '``', 'close', 'that', 'door', ',', 'grete', "''", ',', 'and', 'then', ',', 'when', 'he', 'wa', 'in', 'the', 'dark', 'again', ',', 'they', 'would', 'sit', 'in', 'the', 'next', 'room', 'and', 'their', 'tear', 'would', 'mingl', ',', 'or', 'they', 'would', 'simpli', 'sit', 'there', 'stare', 'dry-ey', 'at', 'the', 'tabl', '.', 'gregor', 'hardli', 'slept', 'at', 'all', ',', 'either', 'night', 'or', 'day', '.', 'sometim', 'he', 'would', 'think', 'of', 'take', 'over', 'the', 'famili', "'s", 'affair', ',', 'just', 'like', 'befor', ',', 'the', 'next', 'time', 'the', 'door', 'wa', 'open', ';', 'he', 'had', 'long', 'forgotten', 'about', 'hi', 'boss', 'and', 'the', 'chief', 'clerk', ',', 'but', 'they', 'would', 'appear', 'again', 'in', 'hi', 'thought', ',', 'the', 'salesmen', 'and', 'the', 'apprentic', ',', 'that', 'stupid', 'teaboy', ',', 'two', 'or', 'three', 'friend', 'from', 'other', 'busi', ',', 'one', 'of', 'the', 'chambermaid', 'from', 'a', 'provinci', 'hotel', ',', 'a', 'tender', 'memori', 'that', 'appear', 'and', 'disappear', 'again', ',', 'a', 'cashier', 'from', 'a', 'hat', 'shop', 'for', 'whom', 'hi', 'attent', 'had', 'been', 'seriou', 'but', 'too', 'slow', ',', '-', 'all', 'of', 'them', 'appear', 'to', 'him', ',', 'mix', 'togeth', 'with', 'stranger', 'and', 'other', 'he', 'had', 'forgotten', ',', 'but', 'instead', 'of', 'help', 'him', 'and', 'hi', 'famili', 'they', 'were', 'all', 'of', 'them', 'inaccess', ',', 'and', 'he', 'wa', 'glad', 'when', 'they', 'disappear', '.', 'other', 'time', 'he', 'wa', 'not', 'at', 'all', 'in', 'the', 'mood', 'to', 'look', 'after', 'hi', 'famili', ',', 'he', 'wa', 'fill', 'with', 'simpl', 'rage', 'about', 'the', 'lack', 'of', 'attent', 'he', 'wa', 'shown', ',', 'and', 'although', 'he', 'could', 'think', 'of', 'noth', 'he', 'would', 'have', 'want', ',', 'he', 'made', 'plan', 'of', 'how', 'he', 'could', 'get', 'into', 'the', 'pantri', 'where', 'he', 'could', 'take', 'all', 'the', 'thing', 'he', 'wa', 'entitl', 'to', ',', 'even', 'if', 'he', 'wa', 'not', 'hungri', '.', 'gregor', "'s", 'sister', 'no', 'longer', 'thought', 'about', 'how', 'she', 'could', 'pleas', 'him', 'but', 'would', 'hurriedli', 'push', 'some', 'food', 'or', 'other', 'into', 'hi', 'room', 'with', 'her', 'foot', 'befor', 'she', 'rush', 'out', 'to', 'work', 'in', 'the', 'morn', 'and', 'at', 'midday', ',', 'and', 'in', 'the', 'even', 'she', 'would', 'sweep', 'it', 'away', 'again', 'with', 'the', 'broom', ',', 'indiffer', 'as', 'to', 'whether', 'it', 'had', 'been', 'eaten', 'or', '-', 'more', 'often', 'than', 'not', '-', 'had', 'been', 'left', 'total', 'untouch', '.', 'she', 'still', 'clear', 'up', 'the', 'room', 'in', 'the', 'even', ',', 'but', 'now', 'she', 'could', 'not', 'have', 'been', 'ani', 'quicker', 'about', 'it', '.', 'smear', 'of', 'dirt', 'were', 'left', 'on', 'the', 'wall', ',', 'here', 'and', 'there', 'were', 'littl', 'ball', 'of', 'dust', 'and', 'filth', '.', 'At', 'first', ',', 'gregor', 'went', 'into', 'one', 'of', 'the', 'worst', 'of', 'these', 'place', 'when', 'hi', 'sister', 'arriv', 'as', 'a', 'reproach', 'to', 'her', ',', 'but', 'he', 'could', 'have', 'stay', 'there', 'for', 'week', 'without', 'hi', 'sister', 'do', 'anyth', 'about', 'it', ';', 'she', 'could', 'see', 'the', 'dirt', 'as', 'well', 'as', 'he', 'could', 'but', 'she', 'had', 'simpli', 'decid', 'to', 'leav', 'him', 'to', 'it', '.', 'At', 'the', 'same', 'time', 'she', 'becam', 'touchi', 'in', 'a', 'way', 'that', 'wa', 'quit', 'new', 'for', 'her', 'and', 'which', 'everyon', 'in', 'the', 'famili', 'understood', '-', 'clean', 'up', 'gregor', "'s", 'room', 'wa', 'for', 'her', 'and', 'her', 'alon', '.', 'gregor', "'s", 'mother', 'did', 'onc', 'thoroughli', 'clean', 'hi', 'room', ',', 'and', 'need', 'to', 'use', 'sever', 'bucket', 'of', 'water', 'to', 'do', 'it', '-', 'although', 'that', 'much', 'damp', 'also', 'made', 'gregor', 'ill', 'and', 'he', 'lay', 'flat', 'on', 'the', 'couch', ',', 'bitter', 'and', 'immobil', '.', 'but', 'hi', 'mother', 'wa', 'to', 'be', 'punish', 'still', 'more', 'for', 'what', 'she', 'had', 'done', ',', 'as', 'hardli', 'had', 'hi', 'sister', 'arriv', 'home', 'in', 'the', 'even', 'than', 'she', 'notic', 'the', 'chang', 'in', 'gregor', "'s", 'room', 'and', ',', 'highli', 'aggriev', ',', 'ran', 'back', 'into', 'the', 'live', 'room', 'where', ',', 'despit', 'her', 'mother', 'rais', 'and', 'implor', 'hand', ',', 'she', 'broke', 'into', 'convuls', 'tear', '.', 'her', 'father', ',', 'of', 'cours', ',', 'wa', 'startl', 'out', 'of', 'hi', 'chair', 'and', 'the', 'two', 'parent', 'look', 'on', 'astonish', 'and', 'helpless', ';', 'then', 'they', ',', 'too', ',', 'becam', 'agit', ';', 'gregor', "'s", 'father', ',', 'stand', 'to', 'the', 'right', 'of', 'hi', 'mother', ',', 'accus', 'her', 'of', 'not', 'leav', 'the', 'clean', 'of', 'gregor', "'s", 'room', 'to', 'hi', 'sister', ';', 'from', 'her', 'left', ',', 'gregor', "'s", 'sister', 'scream', 'at', 'her', 'that', 'she', 'wa', 'never', 'to', 'clean', 'gregor', "'s", 'room', 'again', ';', 'while', 'hi', 'mother', 'tri', 'to', 'draw', 'hi', 'father', ',', 'who', 'wa', 'besid', 'himself', 'with', 'anger', ',', 'into', 'the', 'bedroom', ';', 'hi', 'sister', ',', 'quak', 'with', 'tear', ',', 'thump', 'on', 'the', 'tabl', 'with', 'her', 'small', 'fist', ';', 'and', 'gregor', 'hiss', 'in', 'anger', 'that', 'no-on', 'had', 'even', 'thought', 'of', 'close', 'the', 'door', 'to', 'save', 'him', 'the', 'sight', 'of', 'thi', 'and', 'all', 'it', 'nois', '.', 'gregor', "'s", 'sister', 'wa', 'exhaust', 'from', 'go', 'out', 'to', 'work', ',', 'and', 'look', 'after', 'gregor', 'as', 'she', 'had', 'done', 'befor', 'wa', 'even', 'more', 'work', 'for', 'her', ',', 'but', 'even', 'so', 'hi', 'mother', 'ought', 'certainli', 'not', 'to', 'have', 'taken', 'her', 'place', '.', 'gregor', ',', 'on', 'the', 'other', 'hand', ',', 'ought', 'not', 'to', 'be', 'neglect', '.', 'now', ',', 'though', ',', 'the', 'charwoman', 'wa', 'here', '.', 'thi', 'elderli', 'widow', ',', 'with', 'a', 'robust', 'bone', 'structur', 'that', 'made', 'her', 'abl', 'to', 'withstand', 'the', 'hardest', 'of', 'thing', 'in', 'her', 'long', 'life', ',', 'wa', "n't", 'realli', 'repel', 'by', 'gregor', '.', 'just', 'by', 'chanc', 'one', 'day', ',', 'rather', 'than', 'ani', 'real', 'curios', ',', 'she', 'open', 'the', 'door', 'to', "gregor'", 'room', 'and', 'found', 'herself', 'face', 'to', 'face', 'with', 'him', '.', 'He', 'wa', 'taken', 'total', 'by', 'surpris', ',', 'no-on', 'wa', 'chase', 'him', 'but', 'he', 'began', 'to', 'rush', 'to', 'and', 'fro', 'while', 'she', 'just', 'stood', 'there', 'in', 'amaz', 'with', 'her', 'hand', 'cross', 'in', 'front', 'of', 'her', '.', 'from', 'then', 'on', 'she', 'never', 'fail', 'to', 'open', 'the', 'door', 'slightli', 'everi', 'even', 'and', 'morn', 'and', 'look', 'briefli', 'in', 'on', 'him', '.', 'At', 'first', 'she', 'would', 'call', 'to', 'him', 'as', 'she', 'did', 'so', 'with', 'word', 'that', 'she', 'probabl', 'consid', 'friendli', ',', 'such', 'as', '``', 'come', 'on', 'then', ',', 'you', 'old', 'dung-beetl', '!', '``', ',', 'or', '``', 'look', 'at', 'the', 'old', 'dung-beetl', 'there', '!', "''", 'gregor', 'never', 'respond', 'to', 'be', 'spoken', 'to', 'in', 'that', 'way', ',', 'but', 'just', 'remain', 'where', 'he', 'wa', 'without', 'move', 'as', 'if', 'the', 'door', 'had', 'never', 'even', 'been', 'open', '.', 'If', 'onli', 'they', 'had', 'told', 'thi', 'charwoman', 'to', 'clean', 'up', 'hi', 'room', 'everi', 'day', 'instead', 'of', 'let', 'her', 'disturb', 'him', 'for', 'no', 'reason', 'whenev', 'she', 'felt', 'like', 'it', '!', 'one', 'day', ',', 'earli', 'in', 'the', 'morn', 'while', 'a', 'heavi', 'rain', 'struck', 'the', 'windowpan', ',', 'perhap', 'indic', 'that', 'spring', 'wa', 'come', ',', 'she', 'began', 'to', 'speak', 'to', 'him', 'in', 'that', 'way', 'onc', 'again', '.', 'gregor', 'wa', 'so', 'resent', 'of', 'it', 'that', 'he', 'start', 'to', 'move', 'toward', 'her', ',', 'he', 'wa', 'slow', 'and', 'infirm', ',', 'but', 'it', 'wa', 'like', 'a', 'kind', 'of', 'attack', '.', 'instead', 'of', 'be', 'afraid', ',', 'the', 'charwoman', 'just', 'lift', 'up', 'one', 'of', 'the', 'chair', 'from', 'near', 'the', 'door', 'and', 'stood', 'there', 'with', 'her', 'mouth', 'open', ',', 'clearli', 'intend', 'not', 'to', 'close', 'her', 'mouth', 'until', 'the', 'chair', 'in', 'her', 'hand', 'had', 'been', 'slam', 'down', 'into', 'gregor', "'s", 'back', '.', '``', 'are', "n't", 'you', 'come', 'ani', 'closer', ',', 'then', '?', '``', ',', 'she', 'ask', 'when', 'gregor', 'turn', 'round', 'again', ',', 'and', 'she', 'calmli', 'put', 'the', 'chair', 'back', 'in', 'the', 'corner', '.', 'gregor', 'had', 'almost', 'entir', 'stop', 'eat', '.', 'onli', 'if', 'he', 'happen', 'to', 'find', 'himself', 'next', 'to', 'the', 'food', 'that', 'had', 'been', 'prepar', 'for', 'him', 'he', 'might', 'take', 'some', 'of', 'it', 'into', 'hi', 'mouth', 'to', 'play', 'with', 'it', ',', 'leav', 'it', 'there', 'a', 'few', 'hour', 'and', 'then', ',', 'more', 'often', 'than', 'not', ',', 'spit', 'it', 'out', 'again', '.', 'At', 'first', 'he', 'thought', 'it', 'wa', 'distress', 'at', 'the', 'state', 'of', 'hi', 'room', 'that', 'stop', 'him', 'eat', ',', 'but', 'he', 'had', 'soon', 'got', 'use', 'to', 'the', 'chang', 'made', 'there', '.', 'they', 'had', 'got', 'into', 'the', 'habit', 'of', 'put', 'thing', 'into', 'thi', 'room', 'that', 'they', 'had', 'no', 'room', 'for', 'anywher', 'els', ',', 'and', 'there', 'were', 'now', 'mani', 'such', 'thing', 'as', 'one', 'of', 'the', 'room', 'in', 'the', 'flat', 'had', 'been', 'rent', 'out', 'to', 'three', 'gentlemen', '.', 'these', 'earnest', 'gentlemen', '-', 'all', 'three', 'of', 'them', 'had', 'full', 'beard', ',', 'as', 'gregor', 'learn', 'peer', 'through', 'the', 'crack', 'in', 'the', 'door', 'one', 'day', '-', 'were', 'pain', 'insist', 'on', 'thing', "'", 'be', 'tidi', '.', 'thi', 'meant', 'not', 'onli', 'in', 'their', 'own', 'room', 'but', ',', 'sinc', 'they', 'had', 'taken', 'a', 'room', 'in', 'thi', 'establish', ',', 'in', 'the', 'entir', 'flat', 'and', 'especi', 'in', 'the', 'kitchen', '.', 'unnecessari', 'clutter', 'wa', 'someth', 'they', 'could', 'not', 'toler', ',', 'especi', 'if', 'it', 'wa', 'dirti', '.', 'they', 'had', 'moreov', 'brought', 'most', 'of', 'their', 'own', 'furnish', 'and', 'equip', 'with', 'them', '.', 'for', 'thi', 'reason', ',', 'mani', 'thing', 'had', 'becom', 'superflu', 'which', ',', 'although', 'they', 'could', 'not', 'be', 'sold', ',', 'the', 'famili', 'did', 'not', 'wish', 'to', 'discard', '.', 'all', 'these', 'thing', 'found', 'their', 'way', 'into', 'gregor', "'s", 'room', '.', 'the', 'dustbin', 'from', 'the', 'kitchen', 'found', 'their', 'way', 'in', 'there', 'too', '.', 'the', 'charwoman', 'wa', 'alway', 'in', 'a', 'hurri', ',', 'and', 'anyth', 'she', 'could', "n't", 'use', 'for', 'the', 'time', 'be', 'she', 'would', 'just', 'chuck', 'in', 'there', '.', 'He', ',', 'fortun', ',', 'would', 'usual', 'see', 'no', 'more', 'than', 'the', 'object', 'and', 'the', 'hand', 'that', 'held', 'it', '.', 'the', 'woman', 'most', 'like', 'meant', 'to', 'fetch', 'the', 'thing', 'back', 'out', 'again', 'when', 'she', 'had', 'time', 'and', 'the', 'opportun', ',', 'or', 'to', 'throw', 'everyth', 'out', 'in', 'one', 'go', ',', 'but', 'what', 'actual', 'happen', 'wa', 'that', 'they', 'were', 'left', 'where', 'they', 'land', 'when', 'they', 'had', 'first', 'been', 'thrown', 'unless', 'gregor', 'made', 'hi', 'way', 'through', 'the', 'junk', 'and', 'move', 'it', 'somewher', 'els', '.', 'At', 'first', 'he', 'move', 'it', 'becaus', ',', 'with', 'no', 'other', 'room', 'free', 'where', 'he', 'could', 'crawl', 'about', ',', 'he', 'wa', 'forc', 'to', ',', 'but', 'later', 'on', 'he', 'came', 'to', 'enjoy', 'it', 'although', 'move', 'about', 'in', 'that', 'way', 'left', 'him', 'sad', 'and', 'tire', 'to', 'death', ',', 'and', 'he', 'would', 'remain', 'immobil', 'for', 'hour', 'afterward', '.', 'the', 'gentlemen', 'who', 'rent', 'the', 'room', 'would', 'sometim', 'take', 'their', 'even', 'meal', 'at', 'home', 'in', 'the', 'live', 'room', 'that', 'wa', 'use', 'by', 'everyon', ',', 'and', 'so', 'the', 'door', 'to', 'thi', 'room', 'wa', 'often', 'kept', 'close', 'in', 'the', 'even', '.', 'but', 'gregor', 'found', 'it', 'easi', 'to', 'give', 'up', 'have', 'the', 'door', 'open', ',', 'he', 'had', ',', 'after', 'all', ',', 'often', 'fail', 'to', 'make', 'use', 'of', 'it', 'when', 'it', 'wa', 'open', 'and', ',', 'without', 'the', 'famili', 'have', 'notic', 'it', ',', 'lain', 'in', 'hi', 'room', 'in', 'it', 'darkest', 'corner', '.', 'one', 'time', ',', 'though', ',', 'the', 'charwoman', 'left', 'the', 'door', 'to', 'the', 'live', 'room', 'slightli', 'open', ',', 'and', 'it', 'remain', 'open', 'when', 'the', 'gentlemen', 'who', 'rent', 'the', 'room', 'came', 'in', 'in', 'the', 'even', 'and', 'the', 'light', 'wa', 'put', 'on', '.', 'they', 'sat', 'up', 'at', 'the', 'tabl', 'where', ',', 'formerli', ',', 'gregor', 'had', 'taken', 'hi', 'meal', 'with', 'hi', 'father', 'and', 'mother', ',', 'they', 'unfold', 'the', 'serviett', 'and', 'pick', 'up', 'their', 'knive', 'and', 'fork', '.', 'gregor', "'s", 'mother', 'immedi', 'appear', 'in', 'the', 'doorway', 'with', 'a', 'dish', 'of', 'meat', 'and', 'soon', 'behind', 'her', 'came', 'hi', 'sister', 'with', 'a', 'dish', 'pile', 'high', 'with', 'potato', '.', 'the', 'food', 'wa', 'steam', ',', 'and', 'fill', 'the', 'room', 'with', 'it', 'smell', '.', 'the', 'gentlemen', 'bent', 'over', 'the', 'dish', 'set', 'in', 'front', 'of', 'them', 'as', 'if', 'they', 'want', 'to', 'test', 'the', 'food', 'befor', 'eat', 'it', ',', 'and', 'the', 'gentleman', 'in', 'the', 'middl', ',', 'who', 'seem', 'to', 'count', 'as', 'an', 'author', 'for', 'the', 'other', 'two', ',', 'did', 'inde', 'cut', 'off', 'a', 'piec', 'of', 'meat', 'while', 'it', 'wa', 'still', 'in', 'it', 'dish', ',', 'clearli', 'wish', 'to', 'establish', 'whether', 'it', 'wa', 'suffici', 'cook', 'or', 'whether', 'it', 'should', 'be', 'sent', 'back', 'to', 'the', 'kitchen', '.', 'It', 'wa', 'to', 'hi', 'satisfact', ',', 'and', 'gregor', "'s", 'mother', 'and', 'sister', ',', 'who', 'had', 'been', 'look', 'on', 'anxious', ',', 'began', 'to', 'breath', 'again', 'and', 'smile', '.', 'the', 'famili', 'themselv', 'ate', 'in', 'the', 'kitchen', '.', 'nonetheless', ',', "gregor'", 'father', 'came', 'into', 'the', 'live', 'room', 'befor', 'he', 'went', 'into', 'the', 'kitchen', ',', 'bow', 'onc', 'with', 'hi', 'cap', 'in', 'hi', 'hand', 'and', 'did', 'hi', 'round', 'of', 'the', 'tabl', '.', 'the', 'gentlemen', 'stood', 'as', 'one', ',', 'and', 'mumbl', 'someth', 'into', 'their', 'beard', '.', 'then', ',', 'onc', 'they', 'were', 'alon', ',', 'they', 'ate', 'in', 'near', 'perfect', 'silenc', '.', 'It', 'seem', 'remark', 'to', 'gregor', 'that', 'abov', 'all', 'the', 'variou', 'nois', 'of', 'eat', 'their', 'chew', 'teeth', 'could', 'still', 'be', 'heard', ',', 'as', 'if', 'they', 'had', 'want', 'to', 'show', 'gregor', 'that', 'you', 'need', 'teeth', 'in', 'order', 'to', 'eat', 'and', 'it', 'wa', 'not', 'possibl', 'to', 'perform', 'anyth', 'with', 'jaw', 'that', 'are', 'toothless', 'howev', 'nice', 'they', 'might', 'be', '.', '``', 'I', "'d", 'like', 'to', 'eat', 'someth', "''", ',', 'said', 'gregor', 'anxious', ',', '``', 'but', 'not', 'anyth', 'like', 'they', "'re", 'eat', '.', 'they', 'do', 'feed', 'themselv', '.', 'and', 'here', 'I', 'am', ',', 'die', '!', "''", 'throughout', 'all', 'thi', 'time', ',', 'gregor', 'could', 'not', 'rememb', 'have', 'heard', 'the', 'violin', 'be', 'play', ',', 'but', 'thi', 'even', 'it', 'began', 'to', 'be', 'heard', 'from', 'the', 'kitchen', '.', 'the', 'three', 'gentlemen', 'had', 'alreadi', 'finish', 'their', 'meal', ',', 'the', 'one', 'in', 'the', 'middl', 'had', 'produc', 'a', 'newspap', ',', 'given', 'a', 'page', 'to', 'each', 'of', 'the', 'other', ',', 'and', 'now', 'they', 'leant', 'back', 'in', 'their', 'chair', 'read', 'them', 'and', 'smoke', '.', 'when', 'the', 'violin', 'began', 'play', 'they', 'becam', 'attent', ',', 'stood', 'up', 'and', 'went', 'on', 'tip-to', 'over', 'to', 'the', 'door', 'of', 'the', 'hallway', 'where', 'they', 'stood', 'press', 'against', 'each', 'other', '.', 'someon', 'must', 'have', 'heard', 'them', 'in', 'the', 'kitchen', ',', 'as', 'gregor', "'s", 'father', 'call', 'out', ':', '``', 'Is', 'the', 'play', 'perhap', 'unpleas', 'for', 'the', 'gentlemen', '?', 'We', 'can', 'stop', 'it', 'straight', 'away', '.', "''", '``', 'On', 'the', 'contrari', "''", ',', 'said', 'the', 'middl', 'gentleman', ',', '``', 'would', 'the', 'young', 'ladi', 'not', 'like', 'to', 'come', 'in', 'and', 'play', 'for', 'us', 'here', 'in', 'the', 'room', ',', 'where', 'it', 'is', ',', 'after', 'all', ',', 'much', 'more', 'cosi', 'and', 'comfort', '?', "''", '``', 'Oh', 'ye', ',', 'we', "'d", 'love', 'to', "''", ',', 'call', 'back', 'gregor', "'s", 'father', 'as', 'if', 'he', 'had', 'been', 'the', 'violin', 'player', 'himself', '.', 'the', 'gentlemen', 'step', 'back', 'into', 'the', 'room', 'and', 'wait', '.', 'gregor', "'s", 'father', 'soon', 'appear', 'with', 'the', 'music', 'stand', ',', 'hi', 'mother', 'with', 'the', 'music', 'and', 'hi', 'sister', 'with', 'the', 'violin', '.', 'she', 'calmli', 'prepar', 'everyth', 'for', 'her', 'to', 'begin', 'play', ';', 'hi', 'parent', ',', 'who', 'had', 'never', 'rent', 'a', 'room', 'out', 'befor', 'and', 'therefor', 'show', 'an', 'exagger', 'courtesi', 'toward', 'the', 'three', 'gentlemen', ',', 'did', 'not', 'even', 'dare', 'to', 'sit', 'on', 'their', 'own', 'chair', ';', 'hi', 'father', 'leant', 'against', 'the', 'door', 'with', 'hi', 'right', 'hand', 'push', 'in', 'between', 'two', 'button', 'on', 'hi', 'uniform', 'coat', ';', 'hi', 'mother', ',', 'though', ',', 'wa', 'offer', 'a', 'seat', 'by', 'one', 'of', 'the', 'gentlemen', 'and', 'sat', '-', 'leav', 'the', 'chair', 'where', 'the', 'gentleman', 'happen', 'to', 'have', 'place', 'it', '-', 'out', 'of', 'the', 'way', 'in', 'a', 'corner', '.', 'hi', 'sister', 'began', 'to', 'play', ';', 'father', 'and', 'mother', 'paid', 'close', 'attent', ',', 'one', 'on', 'each', 'side', ',', 'to', 'the', 'movement', 'of', 'her', 'hand', '.', 'drawn', 'in', 'by', 'the', 'play', ',', 'gregor', 'had', 'dare', 'to', 'come', 'forward', 'a', 'littl', 'and', 'alreadi', 'had', 'hi', 'head', 'in', 'the', 'live', 'room', '.', 'befor', ',', 'he', 'had', 'taken', 'great', 'pride', 'in', 'how', 'consider', 'he', 'wa', 'but', 'now', 'it', 'hardli', 'occur', 'to', 'him', 'that', 'he', 'had', 'becom', 'so', 'thoughtless', 'about', 'the', 'other', '.', 'what', "'s", 'more', ',', 'there', 'wa', 'now', 'all', 'the', 'more', 'reason', 'to', 'keep', 'himself', 'hidden', 'as', 'he', 'wa', 'cover', 'in', 'the', 'dust', 'that', 'lay', 'everywher', 'in', 'hi', 'room', 'and', 'flew', 'up', 'at', 'the', 'slightest', 'movement', ';', 'he', 'carri', 'thread', ',', 'hair', ',', 'and', 'remain', 'of', 'food', 'about', 'on', 'hi', 'back', 'and', 'side', ';', 'he', 'wa', 'much', 'too', 'indiffer', 'to', 'everyth', 'now', 'to', 'lay', 'on', 'hi', 'back', 'and', 'wipe', 'himself', 'on', 'the', 'carpet', 'like', 'he', 'had', 'use', 'to', 'do', 'sever', 'time', 'a', 'day', '.', 'and', 'despit', 'thi', 'condit', ',', 'he', 'wa', 'not', 'too', 'shi', 'to', 'move', 'forward', 'a', 'littl', 'onto', 'the', 'immacul', 'floor', 'of', 'the', 'live', 'room', '.', 'no-on', 'notic', 'him', ',', 'though', '.', 'the', 'famili', 'wa', 'total', 'preoccupi', 'with', 'the', 'violin', 'play', ';', 'at', 'first', ',', 'the', 'three', 'gentlemen', 'had', 'put', 'their', 'hand', 'in', 'their', 'pocket', 'and', 'come', 'up', 'far', 'too', 'close', 'behind', 'the', 'music', 'stand', 'to', 'look', 'at', 'all', 'the', 'note', 'be', 'play', ',', 'and', 'they', 'must', 'have', 'disturb', 'gregor', "'s", 'sister', ',', 'but', 'soon', ',', 'in', 'contrast', 'with', 'the', 'famili', ',', 'they', 'withdrew', 'back', 'to', 'the', 'window', 'with', 'their', 'head', 'sunk', 'and', 'talk', 'to', 'each', 'other', 'at', 'half', 'volum', ',', 'and', 'they', 'stay', 'by', 'the', 'window', 'while', 'gregor', "'s", 'father', 'observ', 'them', 'anxious', '.', 'It', 'realli', 'now', 'seem', 'veri', 'obviou', 'that', 'they', 'had', 'expect', 'to', 'hear', 'some', 'beauti', 'or', 'entertain', 'violin', 'play', 'but', 'had', 'been', 'disappoint', ',', 'that', 'they', 'had', 'had', 'enough', 'of', 'the', 'whole', 'perform', 'and', 'it', 'wa', 'onli', 'now', 'out', 'of', 'polit', 'that', 'they', 'allow', 'their', 'peac', 'to', 'be', 'disturb', '.', 'It', 'wa', 'especi', 'unnerv', ',', 'the', 'way', 'they', 'all', 'blew', 'the', 'smoke', 'from', 'their', 'cigarett', 'upward', 'from', 'their', 'mouth', 'and', 'nose', '.', 'yet', 'gregor', "'s", 'sister', 'wa', 'play', 'so', 'beauti', '.', 'her', 'face', 'wa', 'leant', 'to', 'one', 'side', ',', 'follow', 'the', 'line', 'of', 'music', 'with', 'a', 'care', 'and', 'melancholi', 'express', '.', 'gregor', 'crawl', 'a', 'littl', 'further', 'forward', ',', 'keep', 'hi', 'head', 'close', 'to', 'the', 'ground', 'so', 'that', 'he', 'could', 'meet', 'her', 'eye', 'if', 'the', 'chanc', 'came', '.', 'wa', 'he', 'an', 'anim', 'if', 'music', 'could', 'captiv', 'him', 'so', '?', 'It', 'seem', 'to', 'him', 'that', 'he', 'wa', 'be', 'shown', 'the', 'way', 'to', 'the', 'unknown', 'nourish', 'he', 'had', 'been', 'yearn', 'for', '.', 'He', 'wa', 'determin', 'to', 'make', 'hi', 'way', 'forward', 'to', 'hi', 'sister', 'and', 'tug', 'at', 'her', 'skirt', 'to', 'show', 'her', 'she', 'might', 'come', 'into', 'hi', 'room', 'with', 'her', 'violin', ',', 'as', 'no-on', 'appreci', 'her', 'play', 'here', 'as', 'much', 'as', 'he', 'would', '.', 'He', 'never', 'want', 'to', 'let', 'her', 'out', 'of', 'hi', 'room', ',', 'not', 'while', 'he', 'live', ',', 'anyway', ';', 'hi', 'shock', 'appear', 'should', ',', 'for', 'onc', ',', 'be', 'of', 'some', 'use', 'to', 'him', ';', 'he', 'want', 'to', 'be', 'at', 'everi', 'door', 'of', 'hi', 'room', 'at', 'onc', 'to', 'hiss', 'and', 'spit', 'at', 'the', 'attack', ';', 'hi', 'sister', 'should', 'not', 'be', 'forc', 'to', 'stay', 'with', 'him', ',', 'though', ',', 'but', 'stay', 'of', 'her', 'own', 'free', 'will', ';', 'she', 'would', 'sit', 'besid', 'him', 'on', 'the', 'couch', 'with', 'her', 'ear', 'bent', 'down', 'to', 'him', 'while', 'he', 'told', 'her', 'how', 'he', 'had', 'alway', 'intend', 'to', 'send', 'her', 'to', 'the', 'conservatori', ',', 'how', 'he', 'would', 'have', 'told', 'everyon', 'about', 'it', 'last', 'christma', '-', 'had', 'christma', 'realli', 'come', 'and', 'gone', 'alreadi', '?', '-', 'if', 'thi', 'misfortun', 'had', "n't", 'got', 'in', 'the', 'way', ',', 'and', 'refus', 'to', 'let', 'anyon', 'dissuad', 'him', 'from', 'it', '.', 'On', 'hear', 'all', 'thi', ',', 'hi', 'sister', 'would', 'break', 'out', 'in', 'tear', 'of', 'emot', ',', 'and', 'gregor', 'would', 'climb', 'up', 'to', 'her', 'shoulder', 'and', 'kiss', 'her', 'neck', ',', 'which', ',', 'sinc', 'she', 'had', 'been', 'go', 'out', 'to', 'work', ',', 'she', 'had', 'kept', 'free', 'without', 'ani', 'necklac', 'or', 'collar', '.', '``', 'Mr', '.', 'samsa', '!', '``', ',', 'shout', 'the', 'middl', 'gentleman', 'to', 'gregor', "'s", 'father', ',', 'point', ',', 'without', 'wast', 'ani', 'more', 'word', ',', 'with', 'hi', 'forefing', 'at', 'gregor', 'as', 'he', 'slowli', 'move', 'forward', '.', 'the', 'violin', 'went', 'silent', ',', 'the', 'middl', 'of', 'the', 'three', 'gentlemen', 'first', 'smile', 'at', 'hi', 'two', 'friend', ',', 'shake', 'hi', 'head', ',', 'and', 'then', 'look', 'back', 'at', 'gregor', '.', 'hi', 'father', 'seem', 'to', 'think', 'it', 'more', 'import', 'to', 'calm', 'the', 'three', 'gentlemen', 'befor', 'drive', 'gregor', 'out', ',', 'even', 'though', 'they', 'were', 'not', 'at', 'all', 'upset', 'and', 'seem', 'to', 'think', 'gregor', 'wa', 'more', 'entertain', 'than', 'the', 'violin', 'play', 'had', 'been', '.', 'He', 'rush', 'up', 'to', 'them', 'with', 'hi', 'arm', 'spread', 'out', 'and', 'attempt', 'to', 'drive', 'them', 'back', 'into', 'their', 'room', 'at', 'the', 'same', 'time', 'as', 'tri', 'to', 'block', 'their', 'view', 'of', 'gregor', 'with', 'hi', 'bodi', '.', 'now', 'they', 'did', 'becom', 'a', 'littl', 'annoy', ',', 'and', 'it', 'wa', 'not', 'clear', 'whether', 'it', 'wa', 'hi', 'father', "'s", 'behaviour', 'that', 'annoy', 'them', 'or', 'the', 'dawn', 'realis', 'that', 'they', 'had', 'had', 'a', 'neighbour', 'like', 'gregor', 'in', 'the', 'next', 'room', 'without', 'know', 'it', '.', 'they', 'ask', 'gregor', "'s", 'father', 'for', 'explan', ',', 'rais', 'their', 'arm', 'like', 'he', 'had', ',', 'tug', 'excitedli', 'at', 'their', 'beard', 'and', 'move', 'back', 'toward', 'their', 'room', 'onli', 'veri', 'slowli', '.', 'meanwhil', 'gregor', "'s", 'sister', 'had', 'overcom', 'the', 'despair', 'she', 'had', 'fallen', 'into', 'when', 'her', 'play', 'wa', 'suddenli', 'interrupt', '.', 'she', 'had', 'let', 'her', 'hand', 'drop', 'and', 'let', 'violin', 'and', 'bow', 'hang', 'limpli', 'for', 'a', 'while', 'but', 'continu', 'to', 'look', 'at', 'the', 'music', 'as', 'if', 'still', 'play', ',', 'but', 'then', 'she', 'suddenli', 'pull', 'herself', 'togeth', ',', 'lay', 'the', 'instrument', 'on', 'her', 'mother', "'s", 'lap', 'who', 'still', 'sat', 'labori', 'struggl', 'for', 'breath', 'where', 'she', 'wa', ',', 'and', 'ran', 'into', 'the', 'next', 'room', 'which', ',', 'under', 'pressur', 'from', 'her', 'father', ',', 'the', 'three', 'gentlemen', 'were', 'more', 'quickli', 'move', 'toward', '.', 'under', 'hi', 'sister', "'s", 'experienc', 'hand', ',', 'the', 'pillow', 'and', 'cover', 'on', 'the', 'bed', 'flew', 'up', 'and', 'were', 'put', 'into', 'order', 'and', 'she', 'had', 'alreadi', 'finish', 'make', 'the', 'bed', 'and', 'slip', 'out', 'again', 'befor', 'the', 'three', 'gentlemen', 'had', 'reach', 'the', 'room', '.', 'gregor', "'s", 'father', 'seem', 'so', 'obsess', 'with', 'what', 'he', 'wa', 'do', 'that', 'he', 'forgot', 'all', 'the', 'respect', 'he', 'owe', 'to', 'hi', 'tenant', '.', 'He', 'urg', 'them', 'and', 'press', 'them', 'until', ',', 'when', 'he', 'wa', 'alreadi', 'at', 'the', 'door', 'of', 'the', 'room', ',', 'the', 'middl', 'of', 'the', 'three', 'gentlemen', 'shout', 'like', 'thunder', 'and', 'stamp', 'hi', 'foot', 'and', 'therebi', 'brought', 'gregor', "'s", 'father', 'to', 'a', 'halt', '.', '``', 'I', 'declar', 'here', 'and', 'now', "''", ',', 'he', 'said', ',', 'rais', 'hi', 'hand', 'and', 'glanc', 'at', 'gregor', "'s", 'mother', 'and', 'sister', 'to', 'gain', 'their', 'attent', 'too', ',', '``', 'that', 'with', 'regard', 'to', 'the', 'repugn', 'condit', 'that', 'prevail', 'in', 'thi', 'flat', 'and', 'with', 'thi', 'famili', "''", '-', 'here', 'he', 'look', 'briefli', 'but', 'decis', 'at', 'the', 'floor', '-', '``', 'I', 'give', 'immedi', 'notic', 'on', 'my', 'room', '.', 'for', 'the', 'day', 'that', 'I', 'have', 'been', 'live', 'here', 'I', 'will', ',', 'of', 'cours', ',', 'pay', 'noth', 'at', 'all', ',', 'on', 'the', 'contrari', 'I', 'will', 'consid', 'whether', 'to', 'proceed', 'with', 'some', 'kind', 'of', 'action', 'for', 'damag', 'from', 'you', ',', 'and', 'believ', 'me', 'it', 'would', 'be', 'veri', 'easi', 'to', 'set', 'out', 'the', 'ground', 'for', 'such', 'an', 'action', '.', "''", 'He', 'wa', 'silent', 'and', 'look', 'straight', 'ahead', 'as', 'if', 'wait', 'for', 'someth', '.', 'and', 'inde', ',', 'hi', 'two', 'friend', 'join', 'in', 'with', 'the', 'word', ':', '``', 'and', 'we', 'also', 'give', 'immedi', 'notic', '.', "''", 'with', 'that', ',', 'he', 'took', 'hold', 'of', 'the', 'door', 'handl', 'and', 'slam', 'the', 'door', '.', 'gregor', "'s", 'father', 'stagger', 'back', 'to', 'hi', 'seat', ',', 'feel', 'hi', 'way', 'with', 'hi', 'hand', ',', 'and', 'fell', 'into', 'it', ';', 'it', 'look', 'as', 'if', 'he', 'wa', 'stretch', 'himself', 'out', 'for', 'hi', 'usual', 'even', 'nap', 'but', 'from', 'the', 'uncontrol', 'way', 'hi', 'head', 'kept', 'nod', 'it', 'could', 'be', 'seen', 'that', 'he', 'wa', 'not', 'sleep', 'at', 'all', '.', 'throughout', 'all', 'thi', ',', 'gregor', 'had', 'lain', 'still', 'where', 'the', 'three', 'gentlemen', 'had', 'first', 'seen', 'him', '.', 'hi', 'disappoint', 'at', 'the', 'failur', 'of', 'hi', 'plan', ',', 'and', 'perhap', 'also', 'becaus', 'he', 'wa', 'weak', 'from', 'hunger', ',', 'made', 'it', 'imposs', 'for', 'him', 'to', 'move', '.', 'He', 'wa', 'sure', 'that', 'everyon', 'would', 'turn', 'on', 'him', 'ani', 'moment', ',', 'and', 'he', 'wait', '.', 'He', 'wa', 'not', 'even', 'startl', 'out', 'of', 'thi', 'state', 'when', 'the', 'violin', 'on', 'hi', 'mother', "'s", 'lap', 'fell', 'from', 'her', 'trembl', 'finger', 'and', 'land', 'loudli', 'on', 'the', 'floor', '.', '``', 'father', ',', 'mother', "''", ',', 'said', 'hi', 'sister', ',', 'hit', 'the', 'tabl', 'with', 'her', 'hand', 'as', 'introduct', ',', '``', 'we', 'ca', "n't", 'carri', 'on', 'like', 'thi', '.', 'mayb', 'you', 'ca', "n't", 'see', 'it', ',', 'but', 'I', 'can', '.', 'I', 'do', "n't", 'want', 'to', 'call', 'thi', 'monster', 'my', 'brother', ',', 'all', 'I', 'can', 'say', 'is', ':', 'we', 'have', 'to', 'tri', 'and', 'get', 'rid', 'of', 'it', '.', 'We', "'ve", 'done', 'all', "that'", 'humanli', 'possibl', 'to', 'look', 'after', 'it', 'and', 'be', 'patient', ',', 'I', 'do', "n't", 'think', 'anyon', 'could', 'accus', 'us', 'of', 'do', 'anyth', 'wrong', '.', "''", '``', 'she', "'s", 'absolut', 'right', "''", ',', 'said', 'gregor', "'s", 'father', 'to', 'himself', '.', 'hi', 'mother', ',', 'who', 'still', 'had', 'not', 'had', 'time', 'to', 'catch', 'her', 'breath', ',', 'began', 'to', 'cough', 'dulli', ',', 'her', 'hand', 'held', 'out', 'in', 'front', 'of', 'her', 'and', 'a', 'derang', 'express', 'in', 'her', 'eye', '.', 'gregor', "'s", 'sister', 'rush', 'to', 'hi', 'mother', 'and', 'put', 'her', 'hand', 'on', 'her', 'forehead', '.', 'her', 'word', 'seem', 'to', 'give', 'gregor', "'s", 'father', 'some', 'more', 'definit', 'idea', '.', 'He', 'sat', 'upright', ',', 'play', 'with', 'hi', 'uniform', 'cap', 'between', 'the', 'plate', 'left', 'by', 'the', 'three', 'gentlemen', 'after', 'their', 'meal', ',', 'and', 'occasion', 'look', 'down', 'at', 'gregor', 'as', 'he', 'lay', 'there', 'immobil', '.', '``', 'We', 'have', 'to', 'tri', 'and', 'get', 'rid', 'of', 'it', "''", ',', 'said', 'gregor', "'s", 'sister', ',', 'now', 'speak', 'onli', 'to', 'her', 'father', ',', 'as', 'her', 'mother', 'wa', 'too', 'occupi', 'with', 'cough', 'to', 'listen', ',', '``', 'it', "'ll", 'be', 'the', 'death', 'of', 'both', 'of', 'you', ',', 'I', 'can', 'see', 'it', 'come', '.', 'We', 'ca', "n't", 'all', 'work', 'as', 'hard', 'as', 'we', 'have', 'to', 'and', 'then', 'come', 'home', 'to', 'be', 'tortur', 'like', 'thi', ',', 'we', 'ca', "n't", 'endur', 'it', '.', 'I', 'ca', "n't", 'endur', 'it', 'ani', 'more', '.', "''", 'and', 'she', 'broke', 'out', 'so', 'heavili', 'in', 'tear', 'that', 'they', 'flow', 'down', 'the', 'face', 'of', 'her', 'mother', ',', 'and', 'she', 'wipe', 'them', 'away', 'with', 'mechan', 'hand', 'movement', '.', '``', 'My', 'child', "''", ',', 'said', 'her', 'father', 'with', 'sympathi', 'and', 'obviou', 'understand', ',', "''", 'what', 'are', 'we', 'to', 'do', '?', "''", 'hi', 'sister', 'just', 'shrug', 'her', 'shoulder', 'as', 'a', 'sign', 'of', 'the', 'helpless', 'and', 'tear', 'that', 'had', 'taken', 'hold', 'of', 'her', ',', 'displac', 'her', 'earlier', 'certainti', '.', '``', 'If', 'he', 'could', 'just', 'understand', 'us', "''", ',', 'said', 'hi', 'father', 'almost', 'as', 'a', 'question', ';', 'hi', 'sister', 'shook', 'her', 'hand', 'vigor', 'through', 'her', 'tear', 'as', 'a', 'sign', 'that', 'of', 'that', 'there', 'wa', 'no', 'question', '.', '``', 'If', 'he', 'could', 'just', 'understand', 'us', "''", ',', 'repeat', 'gregor', "'s", 'father', ',', 'close', 'hi', 'eye', 'in', 'accept', 'of', 'hi', 'sister', "'s", 'certainti', 'that', 'that', 'wa', 'quit', 'imposs', ',', '``', 'then', 'perhap', 'we', 'could', 'come', 'to', 'some', 'kind', 'of', 'arrang', 'with', 'him', '.', 'but', 'as', 'it', 'is', '...', "''", "''", 'It', "'s", 'got', 'to', 'go', "''", ',', 'shout', 'hi', 'sister', ',', '``', 'that', "'s", 'the', 'onli', 'way', ',', 'father', '.', 'you', "'ve", 'got', 'to', 'get', 'rid', 'of', 'the', 'idea', 'that', 'that', "'s", 'gregor', '.', 'We', "'ve", 'onli', 'harm', 'ourselv', 'by', 'believ', 'it', 'for', 'so', 'long', '.', 'how', 'can', 'that', 'be', 'gregor', '?', 'If', 'it', 'were', 'gregor', 'he', 'would', 'have', 'seen', 'long', 'ago', 'that', 'it', "'s", 'not', 'possibl', 'for', 'human', 'be', 'to', 'live', 'with', 'an', 'anim', 'like', 'that', 'and', 'he', 'would', 'have', 'gone', 'of', 'hi', 'own', 'free', 'will', '.', 'We', 'would', "n't", 'have', 'a', 'brother', 'ani', 'more', ',', 'then', ',', 'but', 'we', 'could', 'carri', 'on', 'with', 'our', 'live', 'and', 'rememb', 'him', 'with', 'respect', '.', 'As', 'it', 'is', 'thi', 'anim', 'is', 'persecut', 'us', ',', "it'", 'driven', 'out', 'our', 'tenant', ',', 'it', 'obvious', 'want', 'to', 'take', 'over', 'the', 'whole', 'flat', 'and', 'forc', 'us', 'to', 'sleep', 'on', 'the', 'street', '.', 'father', ',', 'look', ',', 'just', 'look', "''", ',', 'she', 'suddenli', 'scream', ',', '``', 'he', "'s", 'start', 'again', '!', "''", 'In', 'her', 'alarm', ',', 'which', 'wa', 'total', 'beyond', 'gregor', "'s", 'comprehens', ',', 'hi', 'sister', 'even', 'abandon', 'hi', 'mother', 'as', 'she', 'push', 'herself', 'vigor', 'out', 'of', 'her', 'chair', 'as', 'if', 'more', 'will', 'to', 'sacrific', 'her', 'own', 'mother', 'than', 'stay', 'anywher', 'near', 'gregor', '.', 'she', 'rush', 'over', 'to', 'behind', 'her', 'father', ',', 'who', 'had', 'becom', 'excit', 'mere', 'becaus', 'she', 'wa', 'and', 'stood', 'up', 'half', 'rais', 'hi', 'hand', 'in', 'front', 'of', 'gregor', "'s", 'sister', 'as', 'if', 'to', 'protect', 'her', '.', 'but', 'gregor', 'had', 'had', 'no', 'intent', 'of', 'frighten', 'anyon', ',', 'least', 'of', 'all', 'hi', 'sister', '.', 'all', 'he', 'had', 'done', 'wa', 'begin', 'to', 'turn', 'round', 'so', 'that', 'he', 'could', 'go', 'back', 'into', 'hi', 'room', ',', 'although', 'that', 'wa', 'in', 'itself', 'quit', 'startl', 'as', 'hi', 'pain-wrack', 'condit', 'meant', 'that', 'turn', 'round', 'requir', 'a', 'great', 'deal', 'of', 'effort', 'and', 'he', 'wa', 'use', 'hi', 'head', 'to', 'help', 'himself', 'do', 'it', ',', 'repeatedli', 'rais', 'it', 'and', 'strike', 'it', 'against', 'the', 'floor', '.', 'He', 'stop', 'and', 'look', 'round', '.', 'they', 'seem', 'to', 'have', 'realis', 'hi', 'good', 'intent', 'and', 'had', 'onli', 'been', 'alarm', 'briefli', '.', 'now', 'they', 'all', 'look', 'at', 'him', 'in', 'unhappi', 'silenc', '.', 'hi', 'mother', 'lay', 'in', 'her', 'chair', 'with', 'her', 'leg', 'stretch', 'out', 'and', 'press', 'against', 'each', 'other', ',', 'her', 'eye', 'nearli', 'close', 'with', 'exhaust', ';', 'hi', 'sister', 'sat', 'next', 'to', 'hi', 'father', 'with', 'her', 'arm', 'around', 'hi', 'neck', '.', '``', 'mayb', 'now', 'they', "'ll", 'let', 'me', 'turn', 'round', "''", ',', 'thought', 'gregor', 'and', 'went', 'back', 'to', 'work', '.', 'He', 'could', 'not', 'help', 'pant', 'loudli', 'with', 'the', 'effort', 'and', 'had', 'sometim', 'to', 'stop', 'and', 'take', 'a', 'rest', '.', 'no-on', 'wa', 'make', 'him', 'rush', 'ani', 'more', ',', 'everyth', 'wa', 'left', 'up', 'to', 'him', '.', 'As', 'soon', 'as', 'he', 'had', 'final', 'finish', 'turn', 'round', 'he', 'began', 'to', 'move', 'straight', 'ahead', '.', 'He', 'wa', 'amaz', 'at', 'the', 'great', 'distanc', 'that', 'separ', 'him', 'from', 'hi', 'room', ',', 'and', 'could', 'not', 'understand', 'how', 'he', 'had', 'cover', 'that', 'distanc', 'in', 'hi', 'weak', 'state', 'a', 'littl', 'while', 'befor', 'and', 'almost', 'without', 'notic', 'it', '.', 'He', 'concentr', 'on', 'crawl', 'as', 'fast', 'as', 'he', 'could', 'and', 'hardli', 'notic', 'that', 'there', 'wa', 'not', 'a', 'word', ',', 'not', 'ani', 'cri', ',', 'from', 'hi', 'famili', 'to', 'distract', 'him', '.', 'He', 'did', 'not', 'turn', 'hi', 'head', 'until', 'he', 'had', 'reach', 'the', 'doorway', '.', 'He', 'did', 'not', 'turn', 'it', 'all', 'the', 'way', 'round', 'as', 'he', 'felt', 'hi', 'neck', 'becom', 'stiff', ',', 'but', 'it', 'wa', 'nonetheless', 'enough', 'to', 'see', 'that', 'noth', 'behind', 'him', 'had', 'chang', ',', 'onli', 'hi', 'sister', 'had', 'stood', 'up', '.', 'with', 'hi', 'last', 'glanc', 'he', 'saw', 'that', 'hi', 'mother', 'had', 'now', 'fallen', 'complet', 'asleep', '.', 'He', 'wa', 'hardli', 'insid', 'hi', 'room', 'befor', 'the', 'door', 'wa', 'hurriedli', 'shut', ',', 'bolt', 'and', 'lock', '.', 'the', 'sudden', 'nois', 'behind', 'gregor', 'so', 'startl', 'him', 'that', 'hi', 'littl', 'leg', 'collaps', 'under', 'him', '.', 'It', 'wa', 'hi', 'sister', 'who', 'had', 'been', 'in', 'so', 'much', 'of', 'a', 'rush', '.', 'she', 'had', 'been', 'stand', 'there', 'wait', 'and', 'sprung', 'forward', 'lightli', ',', 'gregor', 'had', 'not', 'heard', 'her', 'come', 'at', 'all', ',', 'and', 'as', 'she', 'turn', 'the', 'key', 'in', 'the', 'lock', 'she', 'said', 'loudli', 'to', 'her', 'parent', '``', 'At', 'last', '!', "''", '.', '``', 'what', 'now', ',', 'then', '?', '``', ',', 'gregor', 'ask', 'himself', 'as', 'he', 'look', 'round', 'in', 'the', 'dark', '.', 'He', 'soon', 'made', 'the', 'discoveri', 'that', 'he', 'could', 'no', 'longer', 'move', 'at', 'all', '.', 'thi', 'wa', 'no', 'surpris', 'to', 'him', ',', 'it', 'seem', 'rather', 'that', 'be', 'abl', 'to', 'actual', 'move', 'around', 'on', 'those', 'spindli', 'littl', 'leg', 'until', 'then', 'wa', 'unnatur', '.', 'He', 'also', 'felt', 'rel', 'comfort', '.', 'It', 'is', 'true', 'that', 'hi', 'entir', 'bodi', 'wa', 'ach', ',', 'but', 'the', 'pain', 'seem', 'to', 'be', 'slowli', 'get', 'weaker', 'and', 'weaker', 'and', 'would', 'final', 'disappear', 'altogeth', '.', 'He', 'could', 'alreadi', 'hardli', 'feel', 'the', 'decay', 'appl', 'in', 'hi', 'back', 'or', 'the', 'inflam', 'area', 'around', 'it', ',', 'which', 'wa', 'entir', 'cover', 'in', 'white', 'dust', '.', 'He', 'thought', 'back', 'of', 'hi', 'famili', 'with', 'emot', 'and', 'love', '.', 'If', 'it', 'wa', 'possibl', ',', 'he', 'felt', 'that', 'he', 'must', 'go', 'away', 'even', 'more', 'strongli', 'than', 'hi', 'sister', '.', 'He', 'remain', 'in', 'thi', 'state', 'of', 'empti', 'and', 'peac', 'rumin', 'until', 'he', 'heard', 'the', 'clock', 'tower', 'strike', 'three', 'in', 'the', 'morn', '.', 'He', 'watch', 'as', 'it', 'slowli', 'began', 'to', 'get', 'light', 'everywher', 'outsid', 'the', 'window', 'too', '.', 'then', ',', 'without', 'hi', 'will', 'it', ',', 'hi', 'head', 'sank', 'down', 'complet', ',', 'and', 'hi', 'last', 'breath', 'flow', 'weakli', 'from', 'hi', 'nostril', '.', 'when', 'the', 'cleaner', 'came', 'in', 'earli', 'in', 'the', 'morn', '-', 'they', "'d", 'often', 'ask', 'her', 'not', 'to', 'keep', 'slam', 'the', 'door', 'but', 'with', 'her', 'strength', 'and', 'in', 'her', 'hurri', 'she', 'still', 'did', ',', 'so', 'that', 'everyon', 'in', 'the', 'flat', 'knew', 'when', "she'd", 'arriv', 'and', 'from', 'then', 'on', 'it', 'wa', 'imposs', 'to', 'sleep', 'in', 'peac', '-', 'she', 'made', 'her', 'usual', 'brief', 'look', 'in', 'on', 'gregor', 'and', 'at', 'first', 'found', 'noth', 'special', '.', 'she', 'thought', 'he', 'wa', 'lay', 'there', 'so', 'still', 'on', 'purpos', ',', 'play', 'the', 'martyr', ';', 'she', 'attribut', 'all', 'possibl', 'understand', 'to', 'him', '.', 'she', 'happen', 'to', 'be', 'hold', 'the', 'long', 'broom', 'in', 'her', 'hand', ',', 'so', 'she', 'tri', 'to', 'tickl', 'gregor', 'with', 'it', 'from', 'the', 'doorway', '.', 'when', 'she', 'had', 'no', 'success', 'with', 'that', 'she', 'tri', 'to', 'make', 'a', 'nuisanc', 'of', 'herself', 'and', 'poke', 'at', 'him', 'a', 'littl', ',', 'and', 'onli', 'when', 'she', 'found', 'she', 'could', 'shove', 'him', 'across', 'the', 'floor', 'with', 'no', 'resist', 'at', 'all', 'did', 'she', 'start', 'to', 'pay', 'attent', '.', 'she', 'soon', 'realis', 'what', 'had', 'realli', 'happen', ',', 'open', 'her', 'eye', 'wide', ',', 'whistl', 'to', 'herself', ',', 'but', 'did', 'not', 'wast', 'time', 'to', 'yank', 'open', 'the', 'bedroom', 'door', 'and', 'shout', 'loudli', 'into', 'the', 'dark', 'of', 'the', 'bedroom', ':', '``', 'come', 'and', "'ave", 'a', 'look', 'at', 'thi', ',', 'it', "'s", 'dead', ',', 'just', 'lie', 'there', ',', 'stone', 'dead', '!', "''", 'mr.', 'and', 'mrs.', 'samsa', 'sat', 'upright', 'there', 'in', 'their', 'marriag', 'bed', 'and', 'had', 'to', 'make', 'an', 'effort', 'to', 'get', 'over', 'the', 'shock', 'caus', 'by', 'the', 'cleaner', 'befor', 'they', 'could', 'grasp', 'what', 'she', 'wa', 'say', '.', 'but', 'then', ',', 'each', 'from', 'hi', 'own', 'side', ',', 'they', 'hurri', 'out', 'of', 'bed', '.', 'mr.', 'samsa', 'threw', 'the', 'blanket', 'over', 'hi', 'shoulder', ',', 'mrs.', 'samsa', 'just', 'came', 'out', 'in', 'her', 'nightdress', ';', 'and', 'that', 'is', 'how', 'they', 'went', 'into', 'gregor', "'s", 'room', '.', 'On', 'the', 'way', 'they', 'open', 'the', 'door', 'to', 'the', 'live', 'room', 'where', 'grete', 'had', 'been', 'sleep', 'sinc', 'the', 'three', 'gentlemen', 'had', 'move', 'in', ';', 'she', 'wa', 'fulli', 'dress', 'as', 'if', 'she', 'had', 'never', 'been', 'asleep', ',', 'and', 'the', 'pale', 'of', 'her', 'face', 'seem', 'to', 'confirm', 'thi', '.', '``', 'dead', '?', '``', ',', 'ask', 'mrs.', 'samsa', ',', 'look', 'at', 'the', 'charwoman', 'enquiringli', ',', 'even', 'though', 'she', 'could', 'have', 'check', 'for', 'herself', 'and', 'could', 'have', 'known', 'it', 'even', 'without', 'check', '.', '``', 'that', "'s", 'what', 'I', 'said', "''", ',', 'repli', 'the', 'cleaner', ',', 'and', 'to', 'prove', 'it', 'she', 'gave', 'gregor', "'s", 'bodi', 'anoth', 'shove', 'with', 'the', 'broom', ',', 'send', 'it', 'sideway', 'across', 'the', 'floor', '.', 'mrs.', 'samsa', 'made', 'a', 'movement', 'as', 'if', 'she', 'want', 'to', 'hold', 'back', 'the', 'broom', ',', 'but', 'did', 'not', 'complet', 'it', '.', '``', 'now', 'then', "''", ',', 'said', 'mr.', 'samsa', ',', '``', 'let', "'s", 'give', 'thank', 'to', 'god', 'for', 'that', "''", '.', 'He', 'cross', 'himself', ',', 'and', 'the', 'three', 'women', 'follow', 'hi', 'exampl', '.', 'grete', ',', 'who', 'had', 'not', 'taken', 'her', 'eye', 'from', 'the', 'corps', ',', 'said', ':', "''", 'just', 'look', 'how', 'thin', 'he', 'wa', '.', 'He', 'did', "n't", 'eat', 'anyth', 'for', 'so', 'long', '.', 'the', 'food', 'came', 'out', 'again', 'just', 'the', 'same', 'as', 'when', 'it', 'went', 'in', "''", '.', "gregor'", 'bodi', 'wa', 'inde', 'complet', 'dri', 'up', 'and', 'flat', ',', 'they', 'had', 'not', 'seen', 'it', 'until', 'then', ',', 'but', 'now', 'he', 'wa', 'not', 'lift', 'up', 'on', 'hi', 'littl', 'leg', ',', 'nor', 'did', 'he', 'do', 'anyth', 'to', 'make', 'them', 'look', 'away', '.', '``', 'grete', ',', 'come', 'with', 'us', 'in', 'here', 'for', 'a', 'littl', 'while', "''", ',', 'said', 'mrs.', 'samsa', 'with', 'a', 'pain', 'smile', ',', 'and', 'grete', 'follow', 'her', 'parent', 'into', 'the', 'bedroom', 'but', 'not', 'without', 'look', 'back', 'at', 'the', 'bodi', '.', 'the', 'cleaner', 'shut', 'the', 'door', 'and', 'open', 'the', 'window', 'wide', '.', 'although', 'it', 'wa', 'still', 'earli', 'in', 'the', 'morn', 'the', 'fresh', 'air', 'had', 'someth', 'of', 'warmth', 'mix', 'in', 'with', 'it', '.', 'It', 'wa', 'alreadi', 'the', 'end', 'of', 'march', ',', 'after', 'all', '.', 'the', 'three', 'gentlemen', 'step', 'out', 'of', 'their', 'room', 'and', 'look', 'round', 'in', 'amaz', 'for', 'their', 'breakfast', ';', 'they', 'had', 'been', 'forgotten', 'about', '.', '``', 'where', 'is', 'our', 'breakfast', '?', '``', ',', 'the', 'middl', 'gentleman', 'ask', 'the', 'cleaner', 'irrit', '.', 'she', 'just', 'put', 'her', 'finger', 'on', 'her', 'lip', 'and', 'made', 'a', 'quick', 'and', 'silent', 'sign', 'to', 'the', 'men', 'that', 'they', 'might', 'like', 'to', 'come', 'into', "gregor'", 'room', '.', 'they', 'did', 'so', ',', 'and', 'stood', 'around', 'gregor', "'s", 'corps', 'with', 'their', 'hand', 'in', 'the', 'pocket', 'of', 'their', 'well-worn', 'coat', '.', 'It', 'wa', 'now', 'quit', 'light', 'in', 'the', 'room', '.', 'then', 'the', 'door', 'of', 'the', 'bedroom', 'open', 'and', 'mr.', 'samsa', 'appear', 'in', 'hi', 'uniform', 'with', 'hi', 'wife', 'on', 'one', 'arm', 'and', 'hi', 'daughter', 'on', 'the', 'other', '.', 'all', 'of', 'them', 'had', 'been', 'cri', 'a', 'littl', ';', 'grete', 'now', 'and', 'then', 'press', 'her', 'face', 'against', 'her', 'father', "'s", 'arm', '.', '``', 'leav', 'my', 'home', '.', 'now', '!', '``', ',', 'said', 'mr.', 'samsa', ',', 'indic', 'the', 'door', 'and', 'without', 'let', 'the', 'women', 'from', 'him', '.', '``', 'what', 'do', 'you', 'mean', '?', '``', ',', 'ask', 'the', 'middl', 'of', 'the', 'three', 'gentlemen', 'somewhat', 'disconcert', ',', 'and', 'he', 'smile', 'sweetli', '.', 'the', 'other', 'two', 'held', 'their', 'hand', 'behind', 'their', 'back', 'and', 'continu', 'rub', 'them', 'togeth', 'in', 'gleeful', 'anticip', 'of', 'a', 'loud', 'quarrel', 'which', 'could', 'onli', 'end', 'in', 'their', 'favour', '.', '``', 'I', 'mean', 'just', 'what', 'I', 'said', "''", ',', 'answer', 'mr.', 'samsa', ',', 'and', ',', 'with', 'hi', 'two', 'companion', ',', 'went', 'in', 'a', 'straight', 'line', 'toward', 'the', 'man', '.', 'At', 'first', ',', 'he', 'stood', 'there', 'still', ',', 'look', 'at', 'the', 'ground', 'as', 'if', 'the', 'content', 'of', 'hi', 'head', 'were', 'rearrang', 'themselv', 'into', 'new', 'posit', '.', '``', 'alright', ',', 'we', "'ll", 'go', 'then', "''", ',', 'he', 'said', ',', 'and', 'look', 'up', 'at', 'mr.', 'samsa', 'as', 'if', 'he', 'had', 'been', 'suddenli', 'overcom', 'with', 'humil', 'and', 'want', 'permiss', 'again', 'from', 'mr.', 'samsa', 'for', 'hi', 'decis', '.', 'mr.', 'samsa', 'mere', 'open', 'hi', 'eye', 'wide', 'and', 'briefli', 'nod', 'to', 'him', 'sever', 'time', '.', 'At', 'that', ',', 'and', 'without', 'delay', ',', 'the', 'man', 'actual', 'did', 'take', 'long', 'stride', 'into', 'the', 'front', 'hallway', ';', 'hi', 'two', 'friend', 'had', 'stop', 'rub', 'their', 'hand', 'some', 'time', 'befor', 'and', 'had', 'been', 'listen', 'to', 'what', 'wa', 'be', 'said', '.', 'now', 'they', 'jump', 'off', 'after', 'their', 'friend', 'as', 'if', 'taken', 'with', 'a', 'sudden', 'fear', 'that', 'mr.', 'samsa', 'might', 'go', 'into', 'the', 'hallway', 'in', 'front', 'of', 'them', 'and', 'break', 'the', 'connect', 'with', 'their', 'leader', '.', 'onc', 'there', ',', 'all', 'three', 'took', 'their', 'hat', 'from', 'the', 'stand', ',', 'took', 'their', 'stick', 'from', 'the', 'holder', ',', 'bow', 'without', 'a', 'word', 'and', 'left', 'the', 'premis', '.', 'mr.', 'samsa', 'and', 'the', 'two', 'women', 'follow', 'them', 'out', 'onto', 'the', 'land', ';', 'but', 'they', 'had', 'had', 'no', 'reason', 'to', 'mistrust', 'the', 'men', "'s", 'intent', 'and', 'as', 'they', 'lean', 'over', 'the', 'land', 'they', 'saw', 'how', 'the', 'three', 'gentlemen', 'made', 'slow', 'but', 'steadi', 'progress', 'down', 'the', 'mani', 'step', '.', 'As', 'they', 'turn', 'the', 'corner', 'on', 'each', 'floor', 'they', 'disappear', 'and', 'would', 'reappear', 'a', 'few', 'moment', 'later', ';', 'the', 'further', 'down', 'they', 'went', ',', 'the', 'more', 'that', 'the', 'samsa', 'famili', 'lost', 'interest', 'in', 'them', ';', 'when', 'a', "butcher'", 'boy', ',', 'proud', 'of', 'postur', 'with', 'hi', 'tray', 'on', 'hi', 'head', ',', 'pass', 'them', 'on', 'hi', 'way', 'up', 'and', 'came', 'nearer', 'than', 'they', 'were', ',', 'mr.', 'samsa', 'and', 'the', 'women', 'came', 'away', 'from', 'the', 'land', 'and', 'went', ',', 'as', 'if', 'reliev', ',', 'back', 'into', 'the', 'flat', '.', 'they', 'decid', 'the', 'best', 'way', 'to', 'make', 'use', 'of', 'that', 'day', 'wa', 'for', 'relax', 'and', 'to', 'go', 'for', 'a', 'walk', ';', 'not', 'onli', 'had', 'they', 'earn', 'a', 'break', 'from', 'work', 'but', 'they', 'were', 'in', 'seriou', 'need', 'of', 'it', '.', 'So', 'they', 'sat', 'at', 'the', 'tabl', 'and', 'wrote', 'three', 'letter', 'of', 'excus', ',', 'mr.', 'samsa', 'to', 'hi', 'employ', ',', 'mrs.', 'samsa', 'to', 'her', 'contractor', 'and', 'grete', 'to', 'her', 'princip', '.', 'the', 'cleaner', 'came', 'in', 'while', 'they', 'were', 'write', 'to', 'tell', 'them', 'she', 'wa', 'go', ',', 'she', "'d", 'finish', 'her', 'work', 'for', 'that', 'morn', '.', 'the', 'three', 'of', 'them', 'at', 'first', 'just', 'nod', 'without', 'look', 'up', 'from', 'what', 'they', 'were', 'write', ',', 'and', 'it', 'wa', 'onli', 'when', 'the', 'cleaner', 'still', 'did', 'not', 'seem', 'to', 'want', 'to', 'leav', 'that', 'they', 'look', 'up', 'in', 'irrit', '.', '``', 'well', '?', '``', ',', 'ask', 'mr.', 'samsa', '.', 'the', 'charwoman', 'stood', 'in', 'the', 'doorway', 'with', 'a', 'smile', 'on', 'her', 'face', 'as', 'if', 'she', 'had', 'some', 'tremend', 'good', 'news', 'to', 'report', ',', 'but', 'would', 'onli', 'do', 'it', 'if', 'she', 'wa', 'clearli', 'ask', 'to', '.', 'the', 'almost', 'vertic', 'littl', 'ostrich', 'feather', 'on', 'her', 'hat', ',', 'which', 'had', 'been', 'a', 'sourc', 'of', 'irrit', 'to', 'mr.', 'samsa', 'all', 'the', 'time', 'she', 'had', 'been', 'work', 'for', 'them', ',', 'sway', 'gentli', 'in', 'all', 'direct', '.', '``', 'what', 'is', 'it', 'you', 'want', 'then', '?', '``', ',', 'ask', 'mrs.', 'samsa', ',', 'whom', 'the', 'cleaner', 'had', 'the', 'most', 'respect', 'for', '.', '``', 'ye', "''", ',', 'she', 'answer', ',', 'and', 'broke', 'into', 'a', 'friendli', 'laugh', 'that', 'made', 'her', 'unabl', 'to', 'speak', 'straight', 'away', ',', '``', 'well', 'then', ',', 'that', 'thing', 'in', 'there', ',', 'you', 'need', "n't", 'worri', 'about', 'how', 'you', "'re", 'go', 'to', 'get', 'rid', 'of', 'it', '.', 'that', "'s", 'all', 'been', 'sort', 'out', '.', "''", 'mrs.', 'samsa', 'and', 'grete', 'bent', 'down', 'over', 'their', 'letter', 'as', 'if', 'intent', 'on', 'continu', 'with', 'what', 'they', 'were', 'write', ';', 'mr.', 'samsa', 'saw', 'that', 'the', 'cleaner', 'want', 'to', 'start', 'describ', 'everyth', 'in', 'detail', 'but', ',', 'with', 'outstretch', 'hand', ',', 'he', 'made', 'it', 'quit', 'clear', 'that', 'she', 'wa', 'not', 'to', '.', 'So', ',', 'as', 'she', 'wa', 'prevent', 'from', 'tell', 'them', 'all', 'about', 'it', ',', 'she', 'suddenli', 'rememb', 'what', 'a', 'hurri', 'she', 'wa', 'in', 'and', ',', 'clearli', 'peev', ',', 'call', 'out', '``', 'cheerio', 'then', ',', 'everyon', "''", ',', 'turn', 'round', 'sharpli', 'and', 'left', ',', 'slam', 'the', 'door', 'terribl', 'as', 'she', 'went', '.', '``', 'tonight', 'she', 'get', 'sack', "''", ',', 'said', 'mr.', 'samsa', ',', 'but', 'he', 'receiv', 'no', 'repli', 'from', 'either', 'hi', 'wife', 'or', 'hi', 'daughter', 'as', 'the', 'charwoman', 'seem', 'to', 'have', 'destroy', 'the', 'peac', 'they', 'had', 'onli', 'just', 'gain', '.', 'they', 'got', 'up', 'and', 'went', 'over', 'to', 'the', 'window', 'where', 'they', 'remain', 'with', 'their', 'arm', 'around', 'each', 'other', '.', 'mr.', 'samsa', 'twist', 'round', 'in', 'hi', 'chair', 'to', 'look', 'at', 'them', 'and', 'sat', 'there', 'watch', 'for', 'a', 'while', '.', 'then', 'he', 'call', 'out', ':', '``', 'come', 'here', ',', 'then', '.', 'let', "'s", 'forget', 'about', 'all', 'that', 'old', 'stuff', ',', 'shall', 'we', '.', 'come', 'and', 'give', 'me', 'a', 'bit', 'of', 'attent', "''", '.', 'the', 'two', 'women', 'immedi', 'did', 'as', 'he', 'said', ',', 'hurri', 'over', 'to', 'him', 'where', 'they', 'kiss', 'him', 'and', 'hug', 'him', 'and', 'then', 'they', 'quickli', 'finish', 'their', 'letter', '.', 'after', 'that', ',', 'the', 'three', 'of', 'them', 'left', 'the', 'flat', 'togeth', ',', 'which', 'wa', 'someth', 'they', 'had', 'not', 'done', 'for', 'month', ',', 'and', 'took', 'the', 'tram', 'out', 'to', 'the', 'open', 'countri', 'outsid', 'the', 'town', '.', 'they', 'had', 'the', 'tram', ',', 'fill', 'with', 'warm', 'sunshin', ',', 'all', 'to', 'themselv', '.', 'leant', 'back', 'comfort', 'on', 'their', 'seat', ',', 'they', 'discuss', 'their', 'prospect', 'and', 'found', 'that', 'on', 'closer', 'examin', 'they', 'were', 'not', 'at', 'all', 'bad', '-', 'until', 'then', 'they', 'had', 'never', 'ask', 'each', 'other', 'about', 'their', 'work', 'but', 'all', 'three', 'had', 'job', 'which', 'were', 'veri', 'good', 'and', 'held', 'particularli', 'good', 'promis', 'for', 'the', 'futur', '.', 'the', 'greatest', 'improv', 'for', 'the', 'time', 'be', ',', 'of', 'cours', ',', 'would', 'be', 'achiev', 'quit', 'easili', 'by', 'move', 'hous', ';', 'what', 'they', 'need', 'now', 'wa', 'a', 'flat', 'that', 'wa', 'smaller', 'and', 'cheaper', 'than', 'the', 'current', 'one', 'which', 'had', 'been', 'chosen', 'by', 'gregor', ',', 'one', 'that', 'wa', 'in', 'a', 'better', 'locat', 'and', ',', 'most', 'of', 'all', ',', 'more', 'practic', '.', 'all', 'the', 'time', ',', 'grete', 'wa', 'becom', 'liveli', '.', 'with', 'all', 'the', 'worri', 'they', 'had', 'been', 'have', 'of', 'late', 'her', 'cheek', 'had', 'becom', 'pale', ',', 'but', ',', 'while', 'they', 'were', 'talk', ',', 'mr.', 'and', 'mrs.', 'samsa', 'were', 'struck', ',', 'almost', 'simultan', ',', 'with', 'the', 'thought', 'of', 'how', 'their', 'daughter', 'wa', 'blossom', 'into', 'a', 'well', 'built', 'and', 'beauti', 'young', 'ladi', '.', 'they', 'becam', 'quieter', '.', 'just', 'from', 'each', 'other', "'s", 'glanc', 'and', 'almost', 'without', 'know', 'it', 'they', 'agre', 'that', 'it', 'would', 'soon', 'be', 'time', 'to', 'find', 'a', 'good', 'man', 'for', 'her', '.', 'and', ',', 'as', 'if', 'in', 'confirm', 'of', 'their', 'new', 'dream', 'and', 'good', 'intent', ',', 'as', 'soon', 'as', 'they', 'reach', 'their', 'destin', 'grete', 'wa', 'the', 'first', 'to', 'get', 'up', 'and', 'stretch', 'out', 'her', 'young', 'bodi', '.', 'updat', 'edit', 'will', 'replac', 'the', 'previou', 'one', '--', 'the', 'old', 'edit', 'will', 'be', 'renam', '.', 'creat', 'the', 'work', 'from', 'public', 'domain', 'print', 'edit', 'mean', 'that', 'no', 'one', 'own', 'a', 'unit', 'state', 'copyright', 'in', 'these', 'work', ',', 'so', 'the', 'foundat', '(', 'and', 'you', '!', ')', 'can', 'copi', 'and', 'distribut', 'it', 'in', 'the', 'unit', 'state', 'without', 'permiss', 'and', 'without', 'pay', 'copyright', 'royalti', '.', 'special', 'rule', ',', 'set', 'forth', 'in', 'the', 'gener', 'term', 'of', 'use', 'part', 'of', 'thi', 'licens', ',', 'appli', 'to', 'copi', 'and', 'distribut', 'project', 'gutenberg-tm', 'electron', 'work', 'to', 'protect', 'the', 'project', 'gutenberg-tm', 'concept', 'and', 'trademark', '.', 'project', 'gutenberg', 'is', 'a', 'regist', 'trademark', ',', 'and', 'may', 'not', 'be', 'use', 'if', 'you', 'charg', 'for', 'the', 'ebook', ',', 'unless', 'you', 'receiv', 'specif', 'permiss', '.', 'If', 'you', 'do', 'not', 'charg', 'anyth', 'for', 'copi', 'of', 'thi', 'ebook', ',', 'compli', 'with', 'the', 'rule', 'is', 'veri', 'easi', '.', 'you', 'may', 'use', 'thi', 'ebook', 'for', 'nearli', 'ani', 'purpos', 'such', 'as', 'creation', 'of', 'deriv', 'work', ',', 'report', ',', 'perform', 'and', 'research', '.', 'they', 'may', 'be', 'modifi', 'and', 'print', 'and', 'given', 'away', '--', 'you', 'may', 'do', 'practic', 'anyth', 'with', 'public', 'domain', 'ebook', '.', 'redistribut', 'is', 'subject', 'to', 'the', 'trademark', 'licens', ',', 'especi', 'commerci', 'redistribut', '.', 'section', '1', '.', 'gener', 'term', 'of', 'use', 'and', 'redistribut', 'project', 'gutenberg-tm', 'electron', 'work', '1.a', '.', 'By', 'read', 'or', 'use', 'ani', 'part', 'of', 'thi', 'project', 'gutenberg-tm', 'electron', 'work', ',', 'you', 'indic', 'that', 'you', 'have', 'read', ',', 'understand', ',', 'agre', 'to', 'and', 'accept', 'all', 'the', 'term', 'of', 'thi', 'licens', 'and', 'intellectu', 'properti', '(', 'trademark/copyright', ')', 'agreement', '.', 'If', 'you', 'do', 'not', 'agre', 'to', 'abid', 'by', 'all', 'the', 'term', 'of', 'thi', 'agreement', ',', 'you', 'must', 'ceas', 'use', 'and', 'return', 'or', 'destroy', 'all', 'copi', 'of', 'project', 'gutenberg-tm', 'electron', 'work', 'in', 'your', 'possess', '.', 'If', 'you', 'paid', 'a', 'fee', 'for', 'obtain', 'a', 'copi', 'of', 'or', 'access', 'to', 'a', 'project', 'gutenberg-tm', 'electron', 'work', 'and', 'you', 'do', 'not', 'agre', 'to', 'be', 'bound', 'by', 'the', 'term', 'of', 'thi', 'agreement', ',', 'you', 'may', 'obtain', 'a', 'refund', 'from', 'the', 'person', 'or', 'entiti', 'to', 'whom', 'you', 'paid', 'the', 'fee', 'as', 'set', 'forth', 'in', 'paragraph', '1.e.8', '.', '1.b', '.', '``', 'project', 'gutenberg', "''", 'is', 'a', 'regist', 'trademark', '.', 'It', 'may', 'onli', 'be', 'use', 'on', 'or', 'associ', 'in', 'ani', 'way', 'with', 'an', 'electron', 'work', 'by', 'peopl', 'who', 'agre', 'to', 'be', 'bound', 'by', 'the', 'term', 'of', 'thi', 'agreement', '.', 'there', 'are', 'a', 'few', 'thing', 'that', 'you', 'can', 'do', 'with', 'most', 'project', 'gutenberg-tm', 'electron', 'work', 'even', 'without', 'compli', 'with', 'the', 'full', 'term', 'of', 'thi', 'agreement', '.', 'see', 'paragraph', '1.c', 'below', '.', 'there', 'are', 'a', 'lot', 'of', 'thing', 'you', 'can', 'do', 'with', 'project', 'gutenberg-tm', 'electron', 'work', 'if', 'you', 'follow', 'the', 'term', 'of', 'thi', 'agreement', 'and', 'help', 'preserv', 'free', 'futur', 'access', 'to', 'project', 'gutenberg-tm', 'electron', 'work', '.', 'see', 'paragraph', '1.e', 'below', '.', '1.c', '.', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', '(', '``', 'the', 'foundat', "''", 'or', 'pglaf', ')', ',', 'own', 'a', 'compil', 'copyright', 'in', 'the', 'collect', 'of', 'project', 'gutenberg-tm', 'electron', 'work', '.', 'nearli', 'all', 'the', 'individu', 'work', 'in', 'the', 'collect', 'are', 'in', 'the', 'public', 'domain', 'in', 'the', 'unit', 'state', '.', 'If', 'an', 'individu', 'work', 'is', 'in', 'the', 'public', 'domain', 'in', 'the', 'unit', 'state', 'and', 'you', 'are', 'locat', 'in', 'the', 'unit', 'state', ',', 'we', 'do', 'not', 'claim', 'a', 'right', 'to', 'prevent', 'you', 'from', 'copi', ',', 'distribut', ',', 'perform', ',', 'display', 'or', 'creat', 'deriv', 'work', 'base', 'on', 'the', 'work', 'as', 'long', 'as', 'all', 'refer', 'to', 'project', 'gutenberg', 'are', 'remov', '.', 'Of', 'cours', ',', 'we', 'hope', 'that', 'you', 'will', 'support', 'the', 'project', 'gutenberg-tm', 'mission', 'of', 'promot', 'free', 'access', 'to', 'electron', 'work', 'by', 'freeli', 'share', 'project', 'gutenberg-tm', 'work', 'in', 'complianc', 'with', 'the', 'term', 'of', 'thi', 'agreement', 'for', 'keep', 'the', 'project', 'gutenberg-tm', 'name', 'associ', 'with', 'the', 'work', '.', 'you', 'can', 'easili', 'compli', 'with', 'the', 'term', 'of', 'thi', 'agreement', 'by', 'keep', 'thi', 'work', 'in', 'the', 'same', 'format', 'with', 'it', 'attach', 'full', 'project', 'gutenberg-tm', 'licens', 'when', 'you', 'share', 'it', 'without', 'charg', 'with', 'other', '.', 'thi', 'particular', 'work', 'is', 'one', 'of', 'the', 'few', 'copyright', 'individu', 'work', 'includ', 'with', 'the', 'permiss', 'of', 'the', 'copyright', 'holder', '.', 'inform', 'on', 'the', 'copyright', 'owner', 'for', 'thi', 'particular', 'work', 'and', 'the', 'term', 'of', 'use', 'impos', 'by', 'the', 'copyright', 'holder', 'on', 'thi', 'work', 'are', 'set', 'forth', 'at', 'the', 'begin', 'of', 'thi', 'work', '.', '1.d', '.', 'the', 'copyright', 'law', 'of', 'the', 'place', 'where', 'you', 'are', 'locat', 'also', 'govern', 'what', 'you', 'can', 'do', 'with', 'thi', 'work', '.', 'copyright', 'law', 'in', 'most', 'countri', 'are', 'in', 'a', 'constant', 'state', 'of', 'chang', '.', 'If', 'you', 'are', 'outsid', 'the', 'unit', 'state', ',', 'check', 'the', 'law', 'of', 'your', 'countri', 'in', 'addit', 'to', 'the', 'term', 'of', 'thi', 'agreement', 'befor', 'download', ',', 'copi', ',', 'display', ',', 'perform', ',', 'distribut', 'or', 'creat', 'deriv', 'work', 'base', 'on', 'thi', 'work', 'or', 'ani', 'other', 'project', 'gutenberg-tm', 'work', '.', 'the', 'foundat', 'make', 'no', 'represent', 'concern', 'the', 'copyright', 'statu', 'of', 'ani', 'work', 'in', 'ani', 'countri', 'outsid', 'the', 'unit', 'state', '.', '1.e', '.', 'unless', 'you', 'have', 'remov', 'all', 'refer', 'to', 'project', 'gutenberg', ':', '1.e.1', '.', 'the', 'follow', 'sentenc', ',', 'with', 'activ', 'link', 'to', ',', 'or', 'other', 'immedi', 'access', 'to', ',', 'the', 'full', 'project', 'gutenberg-tm', 'licens', 'must', 'appear', 'promin', 'whenev', 'ani', 'copi', 'of', 'a', 'project', 'gutenberg-tm', 'work', '(', 'ani', 'work', 'on', 'which', 'the', 'phrase', '``', 'project', 'gutenberg', "''", 'appear', ',', 'or', 'with', 'which', 'the', 'phrase', '``', 'project', 'gutenberg', "''", 'is', 'associ', ')', 'is', 'access', ',', 'display', ',', 'perform', ',', 'view', ',', 'copi', 'or', 'distribut', ':', 'thi', 'ebook', 'is', 'for', 'the', 'use', 'of', 'anyon', 'anywher', 'at', 'no', 'cost', 'and', 'with', 'almost', 'no', 'restrict', 'whatsoev', '.', 'you', 'may', 'copi', 'it', ',', 'give', 'it', 'away', 'or', 're-us', 'it', 'under', 'the', 'term', 'of', 'the', 'project', 'gutenberg', 'licens', 'includ', 'with', 'thi', 'ebook', 'or', 'onlin', 'at', 'www.gutenberg.org', '1.e.2', '.', 'If', 'an', 'individu', 'project', 'gutenberg-tm', 'electron', 'work', 'is', 'deriv', 'from', 'the', 'public', 'domain', '(', 'doe', 'not', 'contain', 'a', 'notic', 'indic', 'that', 'it', 'is', 'post', 'with', 'permiss', 'of', 'the', 'copyright', 'holder', ')', ',', 'the', 'work', 'can', 'be', 'copi', 'and', 'distribut', 'to', 'anyon', 'in', 'the', 'unit', 'state', 'without', 'pay', 'ani', 'fee', 'or', 'charg', '.', 'If', 'you', 'are', 'redistribut', 'or', 'provid', 'access', 'to', 'a', 'work', 'with', 'the', 'phrase', '``', 'project', 'gutenberg', "''", 'associ', 'with', 'or', 'appear', 'on', 'the', 'work', ',', 'you', 'must', 'compli', 'either', 'with', 'the', 'requir', 'of', 'paragraph', '1.e.1', 'through', '1.e.7', 'or', 'obtain', 'permiss', 'for', 'the', 'use', 'of', 'the', 'work', 'and', 'the', 'project', 'gutenberg-tm', 'trademark', 'as', 'set', 'forth', 'in', 'paragraph', '1.e.8', 'or', '1.e.9', '.', '1.e.3', '.', 'If', 'an', 'individu', 'project', 'gutenberg-tm', 'electron', 'work', 'is', 'post', 'with', 'the', 'permiss', 'of', 'the', 'copyright', 'holder', ',', 'your', 'use', 'and', 'distribut', 'must', 'compli', 'with', 'both', 'paragraph', '1.e.1', 'through', '1.e.7', 'and', 'ani', 'addit', 'term', 'impos', 'by', 'the', 'copyright', 'holder', '.', 'addit', 'term', 'will', 'be', 'link', 'to', 'the', 'project', 'gutenberg-tm', 'licens', 'for', 'all', 'work', 'post', 'with', 'the', 'permiss', 'of', 'the', 'copyright', 'holder', 'found', 'at', 'the', 'begin', 'of', 'thi', 'work', '.', '1.e.4', '.', 'Do', 'not', 'unlink', 'or', 'detach', 'or', 'remov', 'the', 'full', 'project', 'gutenberg-tm', 'licens', 'term', 'from', 'thi', 'work', ',', 'or', 'ani', 'file', 'contain', 'a', 'part', 'of', 'thi', 'work', 'or', 'ani', 'other', 'work', 'associ', 'with', 'project', 'gutenberg-tm', '.', '1.e.5', '.', 'Do', 'not', 'copi', ',', 'display', ',', 'perform', ',', 'distribut', 'or', 'redistribut', 'thi', 'electron', 'work', ',', 'or', 'ani', 'part', 'of', 'thi', 'electron', 'work', ',', 'without', 'promin', 'display', 'the', 'sentenc', 'set', 'forth', 'in', 'paragraph', '1.e.1', 'with', 'activ', 'link', 'or', 'immedi', 'access', 'to', 'the', 'full', 'term', 'of', 'the', 'project', 'gutenberg-tm', 'licens', '.', '1.e.6', '.', 'you', 'may', 'convert', 'to', 'and', 'distribut', 'thi', 'work', 'in', 'ani', 'binari', ',', 'compress', ',', 'mark', 'up', ',', 'nonproprietari', 'or', 'proprietari', 'form', ',', 'includ', 'ani', 'word', 'process', 'or', 'hypertext', 'form', '.', 'howev', ',', 'if', 'you', 'provid', 'access', 'to', 'or', 'distribut', 'copi', 'of', 'a', 'project', 'gutenberg-tm', 'work', 'in', 'a', 'format', 'other', 'than', "''", 'plain', 'vanilla', 'ascii', "''", 'or', 'other', 'format', 'use', 'in', 'the', 'offici', 'version', 'post', 'on', 'the', 'offici', 'project', 'gutenberg-tm', 'web', 'site', '(', 'www.gutenberg.org', ')', ',', 'you', 'must', ',', 'at', 'no', 'addit', 'cost', ',', 'fee', 'or', 'expens', 'to', 'the', 'user', ',', 'provid', 'a', 'copi', ',', 'a', 'mean', 'of', 'export', 'a', 'copi', ',', 'or', 'a', 'mean', 'of', 'obtain', 'a', 'copi', 'upon', 'request', ',', 'of', 'the', 'work', 'in', 'it', 'origin', '``', 'plain', 'vanilla', 'ascii', "''", 'or', 'other', 'form', '.', 'ani', 'altern', 'format', 'must', 'includ', 'the', 'full', 'project', 'gutenberg-tm', 'licens', 'as', 'specifi', 'in', 'paragraph', '1.e.1', '.', '1.e.7', '.', 'Do', 'not', 'charg', 'a', 'fee', 'for', 'access', 'to', ',', 'view', ',', 'display', ',', 'perform', ',', 'copi', 'or', 'distribut', 'ani', 'project', 'gutenberg-tm', 'work', 'unless', 'you', 'compli', 'with', 'paragraph', '1.e.8', 'or', '1.e.9', '.', '1.e.8', '.', 'you', 'may', 'charg', 'a', 'reason', 'fee', 'for', 'copi', 'of', 'or', 'provid', 'access', 'to', 'or', 'distribut', 'project', 'gutenberg-tm', 'electron', 'work', 'provid', 'that', '-', 'you', 'pay', 'a', 'royalti', 'fee', 'of', '20', '%', 'of', 'the', 'gross', 'profit', 'you', 'deriv', 'from', 'the', 'use', 'of', 'project', 'gutenberg-tm', 'work', 'calcul', 'use', 'the', 'method', 'you', 'alreadi', 'use', 'to', 'calcul', 'your', 'applic', 'tax', '.', 'the', 'fee', 'is', 'owe', 'to', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark', ',', 'but', 'he', 'ha', 'agre', 'to', 'donat', 'royalti', 'under', 'thi', 'paragraph', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', '.', 'royalti', 'payment', 'must', 'be', 'paid', 'within', '60', 'day', 'follow', 'each', 'date', 'on', 'which', 'you', 'prepar', '(', 'or', 'are', 'legal', 'requir', 'to', 'prepar', ')', 'your', 'period', 'tax', 'return', '.', 'royalti', 'payment', 'should', 'be', 'clearli', 'mark', 'as', 'such', 'and', 'sent', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'at', 'the', 'address', 'specifi', 'in', 'section', '4', ',', '``', 'inform', 'about', 'donat', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', '.', "''", '-', 'you', 'provid', 'a', 'full', 'refund', 'of', 'ani', 'money', 'paid', 'by', 'a', 'user', 'who', 'notifi', 'you', 'in', 'write', '(', 'or', 'by', 'e-mail', ')', 'within', '30', 'day', 'of', 'receipt', 'that', 's/he', 'doe', 'not', 'agre', 'to', 'the', 'term', 'of', 'the', 'full', 'project', 'gutenberg-tm', 'licens', '.', 'you', 'must', 'requir', 'such', 'a', 'user', 'to', 'return', 'or', 'destroy', 'all', 'copi', 'of', 'the', 'work', 'possess', 'in', 'a', 'physic', 'medium', 'and', 'discontinu', 'all', 'use', 'of', 'and', 'all', 'access', 'to', 'other', 'copi', 'of', 'project', 'gutenberg-tm', 'work', '.', '-', 'you', 'provid', ',', 'in', 'accord', 'with', 'paragraph', '1.f.3', ',', 'a', 'full', 'refund', 'of', 'ani', 'money', 'paid', 'for', 'a', 'work', 'or', 'a', 'replac', 'copi', ',', 'if', 'a', 'defect', 'in', 'the', 'electron', 'work', 'is', 'discov', 'and', 'report', 'to', 'you', 'within', '90', 'day', 'of', 'receipt', 'of', 'the', 'work', '.', '-', 'you', 'compli', 'with', 'all', 'other', 'term', 'of', 'thi', 'agreement', 'for', 'free', 'distribut', 'of', 'project', 'gutenberg-tm', 'work', '.', '1.e.9', '.', 'If', 'you', 'wish', 'to', 'charg', 'a', 'fee', 'or', 'distribut', 'a', 'project', 'gutenberg-tm', 'electron', 'work', 'or', 'group', 'of', 'work', 'on', 'differ', 'term', 'than', 'are', 'set', 'forth', 'in', 'thi', 'agreement', ',', 'you', 'must', 'obtain', 'permiss', 'in', 'write', 'from', 'both', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'and', 'michael', 'hart', ',', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark', '.', 'contact', 'the', 'foundat', 'as', 'set', 'forth', 'in', 'section', '3', 'below', '.', '1.f', '.', '1.f.1', '.', 'project', 'gutenberg', 'volunt', 'and', 'employe', 'expend', 'consider', 'effort', 'to', 'identifi', ',', 'do', 'copyright', 'research', 'on', ',', 'transcrib', 'and', 'proofread', 'public', 'domain', 'work', 'in', 'creat', 'the', 'project', 'gutenberg-tm', 'collect', '.', 'despit', 'these', 'effort', ',', 'project', 'gutenberg-tm', 'electron', 'work', ',', 'and', 'the', 'medium', 'on', 'which', 'they', 'may', 'be', 'store', ',', 'may', 'contain', "''", 'defect', ',', "''", 'such', 'as', ',', 'but', 'not', 'limit', 'to', ',', 'incomplet', ',', 'inaccur', 'or', 'corrupt', 'data', ',', 'transcript', 'error', ',', 'a', 'copyright', 'or', 'other', 'intellectu', 'properti', 'infring', ',', 'a', 'defect', 'or', 'damag', 'disk', 'or', 'other', 'medium', ',', 'a', 'comput', 'viru', ',', 'or', 'comput', 'code', 'that', 'damag', 'or', 'can', 'not', 'be', 'read', 'by', 'your', 'equip', '.', '1.f.2', '.', 'limit', 'warranti', ',', 'disclaim', 'OF', 'damag', '-', 'except', 'for', 'the', '``', 'right', 'of', 'replac', 'or', 'refund', "''", 'describ', 'in', 'paragraph', '1.f.3', ',', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', ',', 'the', 'owner', 'of', 'the', 'project', 'gutenberg-tm', 'trademark', ',', 'and', 'ani', 'other', 'parti', 'distribut', 'a', 'project', 'gutenberg-tm', 'electron', 'work', 'under', 'thi', 'agreement', ',', 'disclaim', 'all', 'liabil', 'to', 'you', 'for', 'damag', ',', 'cost', 'and', 'expens', ',', 'includ', 'legal', 'fee', '.', 'you', 'agre', 'that', 'you', 'have', 'NO', 'remedi', 'for', 'neglig', ',', 'strict', 'liabil', ',', 'breach', 'OF', 'warranti', 'OR', 'breach', 'OF', 'contract', 'except', 'those', 'provid', 'IN', 'paragraph', 'F3', '.', 'you', 'agre', 'that', 'the', 'foundat', ',', 'the', 'trademark', 'owner', ',', 'and', 'ani', 'distributor', 'under', 'thi', 'agreement', 'will', 'not', 'BE', 'liabl', 'TO', 'you', 'for', 'actual', ',', 'direct', ',', 'indirect', ',', 'consequenti', ',', 'punit', 'OR', 'incident', 'damag', 'even', 'IF', 'you', 'give', 'notic', 'OF', 'the', 'possibl', 'OF', 'such', 'damag', '.', '1.f.3', '.', 'limit', 'right', 'OF', 'replac', 'OR', 'refund', '-', 'If', 'you', 'discov', 'a', 'defect', 'in', 'thi', 'electron', 'work', 'within', '90', 'day', 'of', 'receiv', 'it', ',', 'you', 'can', 'receiv', 'a', 'refund', 'of', 'the', 'money', '(', 'if', 'ani', ')', 'you', 'paid', 'for', 'it', 'by', 'send', 'a', 'written', 'explan', 'to', 'the', 'person', 'you', 'receiv', 'the', 'work', 'from', '.', 'If', 'you', 'receiv', 'the', 'work', 'on', 'a', 'physic', 'medium', ',', 'you', 'must', 'return', 'the', 'medium', 'with', 'your', 'written', 'explan', '.', 'the', 'person', 'or', 'entiti', 'that', 'provid', 'you', 'with', 'the', 'defect', 'work', 'may', 'elect', 'to', 'provid', 'a', 'replac', 'copi', 'in', 'lieu', 'of', 'a', 'refund', '.', 'If', 'you', 'receiv', 'the', 'work', 'electron', ',', 'the', 'person', 'or', 'entiti', 'provid', 'it', 'to', 'you', 'may', 'choos', 'to', 'give', 'you', 'a', 'second', 'opportun', 'to', 'receiv', 'the', 'work', 'electron', 'in', 'lieu', 'of', 'a', 'refund', '.', 'If', 'the', 'second', 'copi', 'is', 'also', 'defect', ',', 'you', 'may', 'demand', 'a', 'refund', 'in', 'write', 'without', 'further', 'opportun', 'to', 'fix', 'the', 'problem', '.', '1.f.4', '.', 'except', 'for', 'the', 'limit', 'right', 'of', 'replac', 'or', 'refund', 'set', 'forth', 'in', 'paragraph', '1.f.3', ',', 'thi', 'work', 'is', 'provid', 'to', 'you', "'as-i", ',', "'", 'with', 'NO', 'other', 'warranti', 'OF', 'ani', 'kind', ',', 'express', 'OR', 'impli', ',', 'includ', 'but', 'not', 'limit', 'TO', 'warranti', 'OF', 'merchant', 'OR', 'fit', 'for', 'ani', 'purpos', '.', '1.f.5', '.', 'some', 'state', 'do', 'not', 'allow', 'disclaim', 'of', 'certain', 'impli', 'warranti', 'or', 'the', 'exclus', 'or', 'limit', 'of', 'certain', 'type', 'of', 'damag', '.', 'If', 'ani', 'disclaim', 'or', 'limit', 'set', 'forth', 'in', 'thi', 'agreement', 'violat', 'the', 'law', 'of', 'the', 'state', 'applic', 'to', 'thi', 'agreement', ',', 'the', 'agreement', 'shall', 'be', 'interpret', 'to', 'make', 'the', 'maximum', 'disclaim', 'or', 'limit', 'permit', 'by', 'the', 'applic', 'state', 'law', '.', 'the', 'invalid', 'or', 'unenforc', 'of', 'ani', 'provis', 'of', 'thi', 'agreement', 'shall', 'not', 'void', 'the', 'remain', 'provis', '.', '1.f.6', '.', 'indemn', '-', 'you', 'agre', 'to', 'indemnifi', 'and', 'hold', 'the', 'foundat', ',', 'the', 'trademark', 'owner', ',', 'ani', 'agent', 'or', 'employe', 'of', 'the', 'foundat', ',', 'anyon', 'provid', 'copi', 'of', 'project', 'gutenberg-tm', 'electron', 'work', 'in', 'accord', 'with', 'thi', 'agreement', ',', 'and', 'ani', 'volunt', 'associ', 'with', 'the', 'product', ',', 'promot', 'and', 'distribut', 'of', 'project', 'gutenberg-tm', 'electron', 'work', ',', 'harmless', 'from', 'all', 'liabil', ',', 'cost', 'and', 'expens', ',', 'includ', 'legal', 'fee', ',', 'that', 'aris', 'directli', 'or', 'indirectli', 'from', 'ani', 'of', 'the', 'follow', 'which', 'you', 'do', 'or', 'caus', 'to', 'occur', ':', '(', 'a', ')', 'distribut', 'of', 'thi', 'or', 'ani', 'project', 'gutenberg-tm', 'work', ',', '(', 'b', ')', 'alter', ',', 'modif', ',', 'or', 'addit', 'or', 'delet', 'to', 'ani', 'project', 'gutenberg-tm', 'work', ',', 'and', '(', 'c', ')', 'ani', 'defect', 'you', 'caus', '.', 'section', '2', '.', 'inform', 'about', 'the', 'mission', 'of', 'project', 'gutenberg-tm', 'project', 'gutenberg-tm', 'is', 'synonym', 'with', 'the', 'free', 'distribut', 'of', 'electron', 'work', 'in', 'format', 'readabl', 'by', 'the', 'widest', 'varieti', 'of', 'comput', 'includ', 'obsolet', ',', 'old', ',', 'middle-ag', 'and', 'new', 'comput', '.', 'It', 'exist', 'becaus', 'of', 'the', 'effort', 'of', 'hundr', 'of', 'volunt', 'and', 'donat', 'from', 'peopl', 'in', 'all', 'walk', 'of', 'life', '.', 'volunt', 'and', 'financi', 'support', 'to', 'provid', 'volunt', 'with', 'the', 'assist', 'they', 'need', ',', 'is', 'critic', 'to', 'reach', 'project', "gutenberg-tm'", 'goal', 'and', 'ensur', 'that', 'the', 'project', 'gutenberg-tm', 'collect', 'will', 'remain', 'freeli', 'avail', 'for', 'gener', 'to', 'come', '.', 'In', '2001', ',', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'wa', 'creat', 'to', 'provid', 'a', 'secur', 'and', 'perman', 'futur', 'for', 'project', 'gutenberg-tm', 'and', 'futur', 'gener', '.', 'To', 'learn', 'more', 'about', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'and', 'how', 'your', 'effort', 'and', 'donat', 'can', 'help', ',', 'see', 'section', '3', 'and', '4', 'and', 'the', 'foundat', 'web', 'page', 'at', 'http', ':', '//www.pglaf.org', '.', 'section', '3', '.', 'inform', 'about', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'is', 'a', 'non', 'profit', '501', '(', 'c', ')', '(', '3', ')', 'educ', 'corpor', 'organ', 'under', 'the', 'law', 'of', 'the', 'state', 'of', 'mississippi', 'and', 'grant', 'tax', 'exempt', 'statu', 'by', 'the', 'intern', 'revenu', 'servic', '.', 'the', 'foundat', "'s", 'ein', 'or', 'feder', 'tax', 'identif', 'number', 'is', '64-6221541', '.', 'it', '501', '(', 'c', ')', '(', '3', ')', 'letter', 'is', 'post', 'at', 'http', ':', '//pglaf.org/fundrais', '.', 'contribut', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'are', 'tax', 'deduct', 'to', 'the', 'full', 'extent', 'permit', 'by', 'u.s.', 'feder', 'law', 'and', 'your', 'state', "'s", 'law', '.', 'the', 'foundat', "'s", 'princip', 'offic', 'is', 'locat', 'at', '4557', 'melan', 'dr.', 'S.', 'fairbank', ',', 'AK', ',', '99712.', ',', 'but', 'it', 'volunt', 'and', 'employe', 'are', 'scatter', 'throughout', 'numer', 'locat', '.', 'it', 'busi', 'offic', 'is', 'locat', 'at', '809', 'north', '1500', 'west', ',', 'salt', 'lake', 'citi', ',', 'UT', '84116', ',', '(', '801', ')', '596-1887', ',', 'email', 'busi', '@', 'pglaf.org', '.', 'email', 'contact', 'link', 'and', 'up', 'to', 'date', 'contact', 'inform', 'can', 'be', 'found', 'at', 'the', 'foundat', "'s", 'web', 'site', 'and', 'offici', 'page', 'at', 'http', ':', '//pglaf.org', 'section', '4', '.', 'inform', 'about', 'donat', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', 'project', 'gutenberg-tm', 'depend', 'upon', 'and', 'can', 'not', 'surviv', 'without', 'wide', 'spread', 'public', 'support', 'and', 'donat', 'to', 'carri', 'out', 'it', 'mission', 'of', 'increas', 'the', 'number', 'of', 'public', 'domain', 'and', 'licens', 'work', 'that', 'can', 'be', 'freeli', 'distribut', 'in', 'machin', 'readabl', 'form', 'access', 'by', 'the', 'widest', 'array', 'of', 'equip', 'includ', 'outdat', 'equip', '.', 'mani', 'small', 'donat', '(', '$', '1', 'to', '$', '5,000', ')', 'are', 'particularli', 'import', 'to', 'maintain', 'tax', 'exempt', 'statu', 'with', 'the', 'ir', '.', 'the', 'foundat', 'is', 'commit', 'to', 'compli', 'with', 'the', 'law', 'regul', 'chariti', 'and', 'charit', 'donat', 'in', 'all', '50', 'state', 'of', 'the', 'unit', 'state', '.', 'complianc', 'requir', 'are', 'not', 'uniform', 'and', 'it', 'take', 'a', 'consider', 'effort', ',', 'much', 'paperwork', 'and', 'mani', 'fee', 'to', 'meet', 'and', 'keep', 'up', 'with', 'these', 'requir', '.', 'We', 'do', 'not', 'solicit', 'donat', 'in', 'locat', 'where', 'we', 'have', 'not', 'receiv', 'written', 'confirm', 'of', 'complianc', '.', 'To', 'send', 'donat', 'or', 'determin', 'the', 'statu', 'of', 'complianc', 'for', 'ani', 'particular', 'state', 'visit', 'http', ':', '//pglaf.org', 'while', 'we', 'can', 'not', 'and', 'do', 'not', 'solicit', 'contribut', 'from', 'state', 'where', 'we', 'have', 'not', 'met', 'the', 'solicit', 'requir', ',', 'we', 'know', 'of', 'no', 'prohibit', 'against', 'accept', 'unsolicit', 'donat', 'from', 'donor', 'in', 'such', 'state', 'who', 'approach', 'us', 'with', 'offer', 'to', 'donat', '.', 'intern', 'donat', 'are', 'grate', 'accept', ',', 'but', 'we', 'can', 'not', 'make', 'ani', 'statement', 'concern', 'tax', 'treatment', 'of', 'donat', 'receiv', 'from', 'outsid', 'the', 'unit', 'state', '.', 'u.s.', 'law', 'alon', 'swamp', 'our', 'small', 'staff', '.', 'pleas', 'check', 'the', 'project', 'gutenberg', 'web', 'page', 'for', 'current', 'donat', 'method', 'and', 'address', '.', 'donat', 'are', 'accept', 'in', 'a', 'number', 'of', 'other', 'way', 'includ', 'includ', 'check', ',', 'onlin', 'payment', 'and', 'credit', 'card', 'donat', '.', 'To', 'donat', ',', 'pleas', 'visit', ':', 'http', ':', '//pglaf.org/don', 'section', '5', '.', 'gener', 'inform', 'about', 'project', 'gutenberg-tm', 'electron', 'work', '.', 'professor', 'michael', 'S.', 'hart', 'wa', 'the', 'origin', 'of', 'the', 'project', 'gutenberg-tm', 'concept', 'of', 'a', 'librari', 'of', 'electron', 'work', 'that', 'could', 'be', 'freeli', 'share', 'with', 'anyon', '.', 'for', 'thirti', 'year', ',', 'he', 'produc', 'and', 'distribut', 'project', 'gutenberg-tm', 'ebook', 'with', 'onli', 'a', 'loos', 'network', 'of', 'volunt', 'support', '.', 'project', 'gutenberg-tm', 'ebook', 'are', 'often', 'creat', 'from', 'sever', 'print', 'edit', ',', 'all', 'of', 'which', 'are', 'confirm', 'as', 'public', 'domain', 'in', 'the', 'u.s.', 'unless', 'a', 'copyright', 'notic', 'is', 'includ', '.', 'thu', ',', 'we', 'do', 'not', 'necessarili', 'keep', 'ebook', 'in', 'complianc', 'with', 'ani', 'particular', 'paper', 'edit', '.', 'most', 'peopl', 'start', 'at', 'our', 'web', 'site', 'which', 'ha', 'the', 'main', 'PG', 'search', 'facil', ':', 'thi', 'web', 'site', 'includ', 'inform', 'about', 'project', 'gutenberg-tm', ',', 'includ', 'how', 'to', 'make', 'donat', 'to', 'the', 'project', 'gutenberg', 'literari', 'archiv', 'foundat', ',', 'how', 'to', 'help', 'produc', 'our', 'new', 'ebook', ',', 'and', 'how', 'to', 'subscrib', 'to', 'our', 'email', 'newslett', 'to', 'hear', 'about', 'new', 'ebook', '.']
from sklearn.feature_extraction.text import CountVectorizer
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
# list of text documents
text=[text]
# create the transform
vectorizer = CountVectorizer()
# tokenize and build vocab
vectorizer.fit(text)
# summarize
vectorizer.vocabulary_
# encode document
vector = vectorizer.transform(text)
# summarize encoded vector
print(vector.shape)
print(type(vector))
print(vector.toarray())
(1, 2970) <class 'scipy.sparse.csr.csr_matrix'> [[ 2 2 2 ... 6 50 4]]
vectorizer.vocabulary_
{'one': 1794,
'morning': 1678,
'when': 2882,
'gregor': 1167,
'samsa': 2217,
'woke': 2927,
'from': 1096,
'troubled': 2707,
'dreams': 794,
'he': 1218,
'found': 1075,
'himself': 1251,
'transformed': 2691,
'in': 1337,
'his': 1253,
'bed': 235,
'into': 1396,
'horrible': 1273,
'vermin': 2801,
'lay': 1478,
'on': 1792,
'armour': 163,
'like': 1525,
'back': 209,
'and': 112,
'if': 1308,
'lifted': 1521,
'head': 1219,
'little': 1543,
'could': 590,
'see': 2250,
'brown': 331,
'belly': 263,
'slightly': 2363,
'domed': 769,
'divided': 760,
'by': 348,
'arches': 154,
'stiff': 2476,
'sections': 2248,
'the': 2601,
'bedding': 236,
'was': 2848,
'hardly': 1204,
'able': 22,
'to': 2656,
'cover': 600,
'it': 1410,
'seemed': 2252,
'ready': 2068,
'slide': 2359,
'off': 1783,
'any': 130,
'moment': 1667,
'many': 1599,
'legs': 1500,
'pitifully': 1917,
'thin': 2612,
'compared': 488,
'with': 2921,
'size': 2347,
'of': 1782,
'rest': 2161,
'him': 1250,
'waved': 2859,
'about': 23,
'helplessly': 1241,
'as': 173,
'looked': 1564,
'what': 2879,
'happened': 1198,
'me': 1609,
'thought': 2623,
'wasn': 2850,
'dream': 793,
'room': 2181,
'proper': 2005,
'human': 1288,
'although': 102,
'too': 2664,
'small': 2368,
'peacefully': 1877,
'between': 273,
'its': 1414,
'four': 1077,
'familiar': 976,
'walls': 2837,
'collection': 471,
'textile': 2595,
'samples': 2216,
'spread': 2432,
'out': 1823,
'table': 2568,
'travelling': 2697,
'salesman': 2210,
'above': 24,
'there': 2606,
'hung': 1294,
'picture': 1911,
'that': 2600,
'had': 1184,
'recently': 2084,
'cut': 628,
'an': 110,
'illustrated': 1314,
'magazine': 1588,
'housed': 1281,
'nice': 1730,
'gilded': 1128,
'frame': 1079,
'showed': 2312,
'lady': 1459,
'fitted': 1021,
'fur': 1105,
'hat': 1212,
'boa': 291,
'who': 2897,
'sat': 2219,
'upright': 2779,
'raising': 2055,
'heavy': 1233,
'muff': 1693,
'covered': 601,
'whole': 2898,
'her': 1243,
'lower': 1580,
'arm': 161,
'towards': 2677,
'viewer': 2808,
'then': 2605,
'turned': 2716,
'look': 1563,
'window': 2911,
'at': 187,
'dull': 809,
'weather': 2869,
'drops': 806,
'rain': 2052,
'be': 225,
'heard': 1225,
'hitting': 1258,
'pane': 1851,
'which': 2888,
'made': 1587,
'feel': 993,
'quite': 2048,
'sad': 2202,
'how': 1284,
'sleep': 2353,
'bit': 278,
'longer': 1561,
'forget': 1060,
'all': 90,
'this': 2619,
'nonsense': 1743,
'but': 344,
'something': 2394,
'unable': 2723,
'do': 762,
'because': 232,
'used': 2786,
'sleeping': 2355,
'right': 2173,
'present': 1971,
'state': 2459,
'couldn': 591,
'get': 1124,
'position': 1946,
'however': 1285,
'hard': 1201,
'threw': 2631,
'onto': 1798,
'always': 104,
'rolled': 2180,
'where': 2884,
'must': 1697,
'have': 1214,
'tried': 2704,
'hundred': 1292,
'times': 2649,
'shut': 2318,
'eyes': 960,
'so': 2382,
'wouldn': 2948,
'floundering': 1036,
'only': 1797,
'stopped': 2482,
'began': 247,
'mild': 1643,
'pain': 1843,
'never': 1723,
'felt': 999,
'before': 245,
'oh': 1790,
'god': 1145,
'strenuous': 2493,
'career': 367,
'is': 1408,
've': 2799,
'chosen': 434,
'day': 647,
'doing': 766,
'business': 341,
'takes': 2571,
'much': 1692,
'more': 1676,
'effort': 844,
'than': 2596,
'your': 2968,
'own': 1835,
'home': 1264,
'top': 2668,
'curse': 625,
'worries': 2944,
'making': 1596,
'train': 2682,
'connections': 525,
'bad': 212,
'irregular': 1404,
'food': 1050,
'contact': 541,
'different': 705,
'people': 1885,
'time': 2648,
'you': 2966,
'can': 361,
'know': 1449,
'anyone': 131,
'or': 1809,
'become': 233,
'friendly': 1092,
'them': 2603,
'go': 1143,
'hell': 1236,
'slight': 2361,
'itch': 1411,
'up': 2776,
'pushed': 2034,
'slowly': 2366,
'headboard': 1220,
'lift': 1520,
'better': 272,
'saw': 2226,
'lots': 1572,
'white': 2896,
'spots': 2431,
'didn': 704,
'make': 1594,
'place': 1919,
'drew': 796,
'quickly': 2044,
'soon': 2399,
'touched': 2674,
'overcome': 1829,
'cold': 468,
'shudder': 2316,
'slid': 2358,
'former': 1069,
'getting': 1126,
'early': 821,
'makes': 1595,
'stupid': 2514,
'got': 1153,
'enough': 880,
'other': 1818,
'salesmen': 2211,
'live': 1544,
'life': 1518,
'luxury': 1583,
'for': 1055,
'instance': 1379,
'whenever': 2883,
'guest': 1179,
'house': 1280,
'during': 812,
'copy': 574,
'contract': 552,
'these': 2609,
'gentlemen': 1122,
'are': 157,
'still': 2477,
'sitting': 2343,
'eating': 833,
'their': 2602,
'breakfasts': 317,
'ought': 1820,
'just': 1430,
'try': 2711,
'my': 1699,
'boss': 299,
'kicked': 1437,
'spot': 2430,
'knows': 1452,
'maybe': 1608,
'would': 2947,
'best': 271,
'thing': 2613,
'parents': 1860,
'think': 2615,
'given': 1132,
'notice': 1754,
'long': 1560,
'ago': 77,
'gone': 1149,
'told': 2660,
'tell': 2584,
'everything': 915,
'let': 1503,
'fall': 973,
'desk': 689,
'funny': 1104,
'sort': 2402,
'talking': 2574,
'down': 782,
'subordinates': 2517,
'especially': 904,
'close': 455,
'hearing': 1227,
'well': 2874,
'some': 2391,
'hope': 1268,
'once': 1793,
'money': 1669,
'together': 2659,
'pay': 1872,
'debt': 653,
'another': 121,
'five': 1022,
'six': 2345,
'years': 2962,
'suppose': 2543,
'definitely': 673,
'll': 1550,
'big': 275,
'change': 401,
'first': 1017,
'though': 2622,
'leaves': 1493,
'over': 1827,
'alarm': 86,
'clock': 454,
'ticking': 2642,
'chest': 424,
'drawers': 791,
'heaven': 1229,
'half': 1188,
'past': 1867,
'hands': 1194,
'were': 2877,
'quietly': 2047,
'moving': 1689,
'forwards': 1074,
'even': 907,
'later': 1472,
'quarter': 2040,
'seven': 2275,
'not': 1750,
'rung': 2194,
'been': 242,
'set': 2274,
'should': 2302,
'certainly': 395,
'yes': 2963,
'possible': 1952,
'through': 2633,
'furniture': 1107,
'rattling': 2059,
'noise': 1738,
'true': 2709,
'slept': 2357,
'probably': 1987,
'deeply': 666,
'now': 1761,
'next': 1729,
'went': 2875,
'catch': 380,
'rush': 2196,
'mad': 1586,
'packed': 1839,
'did': 703,
'particularly': 1863,
'fresh': 1089,
'lively': 1547,
'avoid': 202,
'anger': 114,
'office': 1787,
'assistant': 181,
'put': 2036,
'report': 2138,
'being': 258,
'man': 1597,
'spineless': 2422,
'no': 1734,
'understanding': 2734,
'reported': 2139,
'sick': 2320,
'extremely': 957,
'strained': 2486,
'suspicious': 2551,
'fifteen': 1003,
'service': 2272,
'yet': 2965,
'ill': 1312,
'come': 474,
'round': 2184,
'doctor': 763,
'medical': 1620,
'insurance': 1383,
'company': 487,
'accuse': 39,
'having': 1216,
'lazy': 1480,
'son': 2398,
'accept': 27,
'recommendation': 2088,
'claim': 440,
'believed': 261,
'ever': 912,
'workshy': 2940,
'entirely': 892,
'wrong': 2955,
'case': 377,
'fact': 965,
'apart': 135,
'excessive': 924,
'sleepiness': 2354,
'after': 68,
'completely': 494,
'hungrier': 1296,
'usual': 2790,
'hurriedly': 1299,
'thinking': 2616,
'decide': 655,
'struck': 2504,
'cautious': 388,
'knock': 1446,
'door': 777,
'near': 1706,
'somebody': 2392,
'called': 352,
'mother': 1680,
'want': 2838,
'somewhere': 2397,
'gentle': 1120,
'voice': 2821,
'shocked': 2294,
'answering': 124,
'recognised': 2086,
'deep': 664,
'inside': 1376,
'painful': 1845,
'uncontrollable': 2729,
'squeaking': 2438,
'mixed': 1661,
'words': 2935,
'echo': 836,
'unclear': 2727,
'leaving': 1494,
'hearer': 1226,
'unsure': 2766,
'whether': 2887,
'properly': 2006,
'wanted': 2839,
'give': 1131,
'full': 1100,
'answer': 122,
'explain': 946,
'circumstances': 438,
'contented': 545,
'saying': 2228,
'thank': 2597,
'noticed': 1757,
'outside': 1825,
'wooden': 2933,
'satisfied': 2221,
'explanation': 949,
'shuffled': 2317,
'away': 205,
'short': 2299,
'conversation': 560,
'members': 1627,
'family': 977,
'aware': 204,
'against': 71,
'expectations': 937,
'father': 982,
'came': 360,
'knocking': 1448,
'side': 2321,
'doors': 778,
'gently': 1123,
'fist': 1018,
'while': 2889,
'again': 70,
'warning': 2844,
'deepness': 667,
'sister': 2339,
'plaintively': 1923,
'aren': 159,
'need': 1715,
'anything': 132,
'answered': 123,
'both': 300,
'sides': 2323,
'remove': 2126,
'strangeness': 2487,
'enunciating': 898,
'very': 2804,
'carefully': 370,
'putting': 2037,
'pauses': 1871,
'each': 818,
'individual': 1360,
'word': 2934,
'breakfast': 316,
'whispered': 2893,
'open': 1799,
'beg': 246,
'opening': 1801,
'instead': 1380,
'congratulated': 523,
'habit': 1183,
'acquired': 44,
'locking': 1557,
'night': 1731,
'peace': 1875,
'without': 2925,
'disturbed': 758,
'dressed': 795,
'most': 1679,
'consider': 530,
'bring': 324,
'thoughts': 2626,
'sensible': 2264,
'conclusions': 512,
'lying': 1584,
'remembered': 2123,
'often': 1789,
'perhaps': 1892,
'caused': 384,
'awkwardly': 207,
'pure': 2030,
'imagination': 1316,
'wondered': 2932,
'imaginings': 1320,
'resolve': 2153,
'themselves': 2604,
'today': 2657,
'slightest': 2362,
'doubt': 781,
'nothing': 1753,
'sign': 2328,
'serious': 2269,
'occupational': 1778,
'hazard': 1217,
'simple': 2333,
'matter': 1604,
'throw': 2635,
'covers': 603,
'blow': 288,
'they': 2610,
'fell': 998,
'became': 231,
'difficult': 707,
'exceptionally': 923,
'broad': 326,
'arms': 164,
'push': 2033,
'those': 2621,
'continuously': 551,
'directions': 715,
'moreover': 1677,
'control': 558,
'bend': 266,
'stretch': 2494,
'itself': 1415,
'finally': 1008,
'managed': 1598,
'leg': 1497,
'others': 1819,
'free': 1081,
'move': 1685,
'painfully': 1846,
'done': 775,
'said': 2206,
'don': 771,
'keep': 1432,
'trying': 2712,
'part': 1861,
'body': 292,
'seen': 2254,
'imagine': 1317,
'almost': 94,
'frenzy': 1086,
'carelessly': 371,
'shoved': 2310,
'force': 1056,
'gather': 1115,
'chose': 433,
'direction': 714,
'hit': 1257,
'bedpost': 237,
'learned': 1489,
'burning': 339,
'might': 1642,
'sensitive': 2265,
'turning': 2717,
'easily': 829,
'despite': 692,
'breadth': 314,
'weight': 2873,
'bulk': 337,
'eventually': 911,
'followed': 1047,
'last': 1469,
'air': 84,
'occurred': 1781,
'miracle': 1651,
'injured': 1369,
'afraid': 67,
'carry': 374,
'pushing': 2035,
'forward': 1073,
'same': 2215,
'way': 2860,
'price': 1981,
'stay': 2464,
'lose': 1567,
'consciousness': 527,
'took': 2665,
'earlier': 820,
'sighing': 2325,
'watching': 2856,
'struggled': 2506,
'harder': 1202,
'bringing': 325,
'order': 1811,
'chaos': 405,
'whatever': 2880,
'sacrifice': 2200,
'remind': 2124,
'calm': 355,
'consideration': 533,
'rushing': 2198,
'desperate': 691,
'direct': 713,
'clearly': 448,
'unfortunately': 2744,
'narrow': 1703,
'street': 2490,
'enveloped': 899,
'fog': 1044,
'view': 2806,
'confidence': 516,
'cheer': 421,
'offer': 1784,
'already': 97,
'breathing': 321,
'lightly': 1524,
'expected': 938,
'total': 2672,
'stillness': 2478,
'things': 2614,
'real': 2069,
'natural': 1704,
'strikes': 2500,
'will': 2908,
'work': 2936,
'ask': 176,
'task': 2576,
'swinging': 2561,
'entire': 891,
'length': 1501,
'succeeded': 2520,
'falling': 975,
'kept': 1434,
'raised': 2054,
'injuring': 1371,
'happen': 1197,
'carpet': 372,
'main': 1591,
'concern': 508,
'loud': 1573,
'bound': 305,
'raise': 2053,
'risked': 2175,
'sticking': 2474,
'new': 1724,
'method': 1637,
'game': 1112,
'rock': 2177,
'forth': 1071,
'help': 1237,
'two': 2721,
'strong': 2502,
'maid': 1589,
'mind': 1645,
'under': 2731,
'dome': 768,
'peel': 1879,
'load': 1551,
'patient': 1870,
'careful': 369,
'swang': 2554,
'floor': 1035,
'hopefully': 1270,
'find': 1011,
'use': 2785,
'really': 2073,
'call': 351,
'locked': 1556,
'difficulty': 708,
'suppress': 2544,
'smile': 2374,
'moved': 1686,
'far': 979,
'across': 45,
'balance': 214,
'rocked': 2178,
'ten': 2588,
'final': 1007,
'decision': 657,
'ring': 2174,
'flat': 1027,
'someone': 2393,
'froze': 1098,
'danced': 634,
'around': 166,
'remained': 2117,
'quiet': 2045,
're': 2060,
'caught': 382,
'nonsensical': 1744,
'course': 598,
'firm': 1015,
'steps': 2472,
'opened': 1800,
'needed': 1716,
'hear': 1224,
'visitor': 2820,
'greeting': 1166,
'knew': 1443,
'chief': 426,
'clerk': 450,
'why': 2901,
'condemned': 513,
'immediately': 1323,
'highly': 1249,
'shortcoming': 2300,
'employees': 862,
'every': 913,
'louts': 1576,
'faithful': 972,
'devoted': 702,
'pangs': 1852,
'conscience': 526,
'spend': 2418,
'least': 1490,
'couple': 596,
'hours': 1279,
'trainees': 2684,
'enquiries': 881,
'assuming': 183,
'necessary': 1712,
'show': 2311,
'innocent': 1374,
'trusted': 2710,
'wisdom': 2917,
'investigate': 1401,
'upset': 2780,
'thump': 2638,
'softened': 2385,
'also': 99,
'elastic': 849,
'sound': 2406,
'muffled': 1694,
'noticeable': 1755,
'held': 1235,
'annoyed': 120,
'rubbed': 2189,
'fallen': 974,
'left': 1496,
'concede': 504,
'gruff': 1177,
'reply': 2137,
'question': 2041,
'footsteps': 1054,
'polished': 1943,
'boots': 298,
'adjoining': 59,
'here': 1244,
'daring': 638,
'has': 1211,
'wants': 2841,
'leave': 1492,
'we': 2862,
'say': 2227,
'anyway': 133,
'speak': 2412,
'personally': 1901,
'please': 1933,
'sure': 2545,
'good': 1150,
'forgive': 1062,
'untidiness': 2768,
'mr': 1690,
'isn': 1409,
'continued': 549,
'believe': 260,
'else': 855,
'missed': 1655,
'lad': 1458,
'thinks': 2617,
'nearly': 1710,
'cross': 616,
'goes': 1146,
'evenings': 909,
'town': 2679,
'week': 2871,
'stayed': 2465,
'evening': 908,
'sits': 2342,
'us': 2784,
'kitchen': 1441,
'reads': 2067,
'paper': 1856,
'studies': 2511,
'timetables': 2650,
'idea': 1304,
'relaxation': 2111,
'working': 2938,
'fretsaw': 1090,
'three': 2630,
'amazed': 106,
'hanging': 1196,
'opens': 1803,
'glad': 1134,
'ourselves': 1822,
'stubborn': 2508,
'thoughtfully': 2624,
'miss': 1654,
'explaining': 948,
'mrs': 1691,
'hand': 1192,
'commerce': 481,
'unwell': 2774,
'fortunately': 1072,
'simply': 2334,
'considerations': 534,
'asked': 177,
'impatiently': 1326,
'silence': 2329,
'cry': 620,
'join': 1421,
'she': 2289,
'begun': 252,
'crying': 621,
'danger': 635,
'losing': 1568,
'job': 1419,
'pursue': 2032,
'demands': 679,
'worry': 2945,
'intention': 1388,
'abandoning': 19,
'condition': 514,
'seriously': 2270,
'minor': 1649,
'discourtesy': 729,
'suitable': 2534,
'excuse': 932,
'sacked': 2199,
'disturbing': 759,
'happening': 1199,
'worried': 2943,
'behaviour': 255,
'barricade': 222,
'yourself': 2969,
'causing': 385,
'unnecessary': 2758,
'fail': 966,
'mention': 1630,
'duties': 815,
'unheard': 2746,
'speaking': 2413,
'behalf': 253,
'employer': 863,
'request': 2146,
'clear': 445,
'immediate': 1322,
'am': 105,
'astonished': 186,
'person': 1900,
'suddenly': 2525,
'seem': 2251,
'showing': 2313,
'peculiar': 1878,
'whims': 2890,
'suggest': 2532,
'reason': 2076,
'failure': 968,
'appear': 137,
'entrusted': 897,
'giving': 1133,
'honour': 1267,
'incomprehensible': 1349,
'stubbornness': 2509,
'wish': 2919,
'whatsoever': 2881,
'intercede': 1390,
'nor': 1745,
'secure': 2249,
'originally': 1815,
'intended': 1385,
'private': 1986,
'since': 2336,
'cause': 383,
'waste': 2851,
'learn': 1488,
'turnover': 2718,
'unsatisfactory': 2762,
'late': 1471,
'grant': 1157,
'year': 2960,
'recognise': 2085,
'cannot': 362,
'allow': 91,
'sir': 2338,
'beside': 269,
'forgetting': 1061,
'excitement': 928,
'attack': 190,
'dizziness': 761,
'haven': 1215,
'easy': 830,
'alright': 98,
'shocking': 2295,
'symptom': 2566,
'illness': 1313,
'staying': 2466,
'suffer': 2526,
'basis': 224,
'accusations': 38,
'nobody': 1735,
'read': 2064,
'latest': 1473,
'contracts': 554,
'sent': 2266,
'eight': 846,
'few': 1001,
'strength': 2492,
'wait': 2827,
'recommend': 2087,
'gushed': 1181,
'knowing': 1450,
'practise': 1963,
'insistent': 1378,
'curious': 623,
'sight': 2327,
'responsibility': 2159,
'calmly': 358,
'hurried': 1298,
'station': 2462,
'climb': 452,
'smooth': 2378,
'gave': 1116,
'swing': 2560,
'stood': 2480,
'attention': 193,
'nearby': 1707,
'chair': 397,
'tightly': 2646,
'edges': 838,
'calmed': 356,
'listen': 1538,
'understand': 2733,
'surely': 2546,
'fools': 1052,
'tears': 2582,
'grete': 1168,
'cried': 614,
'communicated': 484,
'straight': 2484,
'quick': 2042,
'spoke': 2427,
'animal': 117,
'calmness': 359,
'contrast': 556,
'screams': 2239,
'anna': 118,
'entrance': 896,
'hall': 1189,
'clapping': 441,
'locksmith': 1558,
'girls': 1130,
'skirts': 2349,
'swishing': 2562,
'ran': 2057,
'wrenching': 2951,
'front': 1097,
...}
from sklearn.feature_extraction.text import TfidfVectorizer
filename = 'metamorphosis_clean.txt'
file = open(filename, 'rt')
text = file.read()
file.close()
text = [text]
vectorizer = TfidfVectorizer()
vectorizer.fit(text)
print(vectorizer.vocabulary_)
print(vectorizer.idf_)
vector = vectorizer.transform([text[0]])
vector.shape
vector.toarray()
{'one': 1794, 'morning': 1678, 'when': 2882, 'gregor': 1167, 'samsa': 2217, 'woke': 2927, 'from': 1096, 'troubled': 2707, 'dreams': 794, 'he': 1218, 'found': 1075, 'himself': 1251, 'transformed': 2691, 'in': 1337, 'his': 1253, 'bed': 235, 'into': 1396, 'horrible': 1273, 'vermin': 2801, 'lay': 1478, 'on': 1792, 'armour': 163, 'like': 1525, 'back': 209, 'and': 112, 'if': 1308, 'lifted': 1521, 'head': 1219, 'little': 1543, 'could': 590, 'see': 2250, 'brown': 331, 'belly': 263, 'slightly': 2363, 'domed': 769, 'divided': 760, 'by': 348, 'arches': 154, 'stiff': 2476, 'sections': 2248, 'the': 2601, 'bedding': 236, 'was': 2848, 'hardly': 1204, 'able': 22, 'to': 2656, 'cover': 600, 'it': 1410, 'seemed': 2252, 'ready': 2068, 'slide': 2359, 'off': 1783, 'any': 130, 'moment': 1667, 'many': 1599, 'legs': 1500, 'pitifully': 1917, 'thin': 2612, 'compared': 488, 'with': 2921, 'size': 2347, 'of': 1782, 'rest': 2161, 'him': 1250, 'waved': 2859, 'about': 23, 'helplessly': 1241, 'as': 173, 'looked': 1564, 'what': 2879, 'happened': 1198, 'me': 1609, 'thought': 2623, 'wasn': 2850, 'dream': 793, 'room': 2181, 'proper': 2005, 'human': 1288, 'although': 102, 'too': 2664, 'small': 2368, 'peacefully': 1877, 'between': 273, 'its': 1414, 'four': 1077, 'familiar': 976, 'walls': 2837, 'collection': 471, 'textile': 2595, 'samples': 2216, 'spread': 2432, 'out': 1823, 'table': 2568, 'travelling': 2697, 'salesman': 2210, 'above': 24, 'there': 2606, 'hung': 1294, 'picture': 1911, 'that': 2600, 'had': 1184, 'recently': 2084, 'cut': 628, 'an': 110, 'illustrated': 1314, 'magazine': 1588, 'housed': 1281, 'nice': 1730, 'gilded': 1128, 'frame': 1079, 'showed': 2312, 'lady': 1459, 'fitted': 1021, 'fur': 1105, 'hat': 1212, 'boa': 291, 'who': 2897, 'sat': 2219, 'upright': 2779, 'raising': 2055, 'heavy': 1233, 'muff': 1693, 'covered': 601, 'whole': 2898, 'her': 1243, 'lower': 1580, 'arm': 161, 'towards': 2677, 'viewer': 2808, 'then': 2605, 'turned': 2716, 'look': 1563, 'window': 2911, 'at': 187, 'dull': 809, 'weather': 2869, 'drops': 806, 'rain': 2052, 'be': 225, 'heard': 1225, 'hitting': 1258, 'pane': 1851, 'which': 2888, 'made': 1587, 'feel': 993, 'quite': 2048, 'sad': 2202, 'how': 1284, 'sleep': 2353, 'bit': 278, 'longer': 1561, 'forget': 1060, 'all': 90, 'this': 2619, 'nonsense': 1743, 'but': 344, 'something': 2394, 'unable': 2723, 'do': 762, 'because': 232, 'used': 2786, 'sleeping': 2355, 'right': 2173, 'present': 1971, 'state': 2459, 'couldn': 591, 'get': 1124, 'position': 1946, 'however': 1285, 'hard': 1201, 'threw': 2631, 'onto': 1798, 'always': 104, 'rolled': 2180, 'where': 2884, 'must': 1697, 'have': 1214, 'tried': 2704, 'hundred': 1292, 'times': 2649, 'shut': 2318, 'eyes': 960, 'so': 2382, 'wouldn': 2948, 'floundering': 1036, 'only': 1797, 'stopped': 2482, 'began': 247, 'mild': 1643, 'pain': 1843, 'never': 1723, 'felt': 999, 'before': 245, 'oh': 1790, 'god': 1145, 'strenuous': 2493, 'career': 367, 'is': 1408, 've': 2799, 'chosen': 434, 'day': 647, 'doing': 766, 'business': 341, 'takes': 2571, 'much': 1692, 'more': 1676, 'effort': 844, 'than': 2596, 'your': 2968, 'own': 1835, 'home': 1264, 'top': 2668, 'curse': 625, 'worries': 2944, 'making': 1596, 'train': 2682, 'connections': 525, 'bad': 212, 'irregular': 1404, 'food': 1050, 'contact': 541, 'different': 705, 'people': 1885, 'time': 2648, 'you': 2966, 'can': 361, 'know': 1449, 'anyone': 131, 'or': 1809, 'become': 233, 'friendly': 1092, 'them': 2603, 'go': 1143, 'hell': 1236, 'slight': 2361, 'itch': 1411, 'up': 2776, 'pushed': 2034, 'slowly': 2366, 'headboard': 1220, 'lift': 1520, 'better': 272, 'saw': 2226, 'lots': 1572, 'white': 2896, 'spots': 2431, 'didn': 704, 'make': 1594, 'place': 1919, 'drew': 796, 'quickly': 2044, 'soon': 2399, 'touched': 2674, 'overcome': 1829, 'cold': 468, 'shudder': 2316, 'slid': 2358, 'former': 1069, 'getting': 1126, 'early': 821, 'makes': 1595, 'stupid': 2514, 'got': 1153, 'enough': 880, 'other': 1818, 'salesmen': 2211, 'live': 1544, 'life': 1518, 'luxury': 1583, 'for': 1055, 'instance': 1379, 'whenever': 2883, 'guest': 1179, 'house': 1280, 'during': 812, 'copy': 574, 'contract': 552, 'these': 2609, 'gentlemen': 1122, 'are': 157, 'still': 2477, 'sitting': 2343, 'eating': 833, 'their': 2602, 'breakfasts': 317, 'ought': 1820, 'just': 1430, 'try': 2711, 'my': 1699, 'boss': 299, 'kicked': 1437, 'spot': 2430, 'knows': 1452, 'maybe': 1608, 'would': 2947, 'best': 271, 'thing': 2613, 'parents': 1860, 'think': 2615, 'given': 1132, 'notice': 1754, 'long': 1560, 'ago': 77, 'gone': 1149, 'told': 2660, 'tell': 2584, 'everything': 915, 'let': 1503, 'fall': 973, 'desk': 689, 'funny': 1104, 'sort': 2402, 'talking': 2574, 'down': 782, 'subordinates': 2517, 'especially': 904, 'close': 455, 'hearing': 1227, 'well': 2874, 'some': 2391, 'hope': 1268, 'once': 1793, 'money': 1669, 'together': 2659, 'pay': 1872, 'debt': 653, 'another': 121, 'five': 1022, 'six': 2345, 'years': 2962, 'suppose': 2543, 'definitely': 673, 'll': 1550, 'big': 275, 'change': 401, 'first': 1017, 'though': 2622, 'leaves': 1493, 'over': 1827, 'alarm': 86, 'clock': 454, 'ticking': 2642, 'chest': 424, 'drawers': 791, 'heaven': 1229, 'half': 1188, 'past': 1867, 'hands': 1194, 'were': 2877, 'quietly': 2047, 'moving': 1689, 'forwards': 1074, 'even': 907, 'later': 1472, 'quarter': 2040, 'seven': 2275, 'not': 1750, 'rung': 2194, 'been': 242, 'set': 2274, 'should': 2302, 'certainly': 395, 'yes': 2963, 'possible': 1952, 'through': 2633, 'furniture': 1107, 'rattling': 2059, 'noise': 1738, 'true': 2709, 'slept': 2357, 'probably': 1987, 'deeply': 666, 'now': 1761, 'next': 1729, 'went': 2875, 'catch': 380, 'rush': 2196, 'mad': 1586, 'packed': 1839, 'did': 703, 'particularly': 1863, 'fresh': 1089, 'lively': 1547, 'avoid': 202, 'anger': 114, 'office': 1787, 'assistant': 181, 'put': 2036, 'report': 2138, 'being': 258, 'man': 1597, 'spineless': 2422, 'no': 1734, 'understanding': 2734, 'reported': 2139, 'sick': 2320, 'extremely': 957, 'strained': 2486, 'suspicious': 2551, 'fifteen': 1003, 'service': 2272, 'yet': 2965, 'ill': 1312, 'come': 474, 'round': 2184, 'doctor': 763, 'medical': 1620, 'insurance': 1383, 'company': 487, 'accuse': 39, 'having': 1216, 'lazy': 1480, 'son': 2398, 'accept': 27, 'recommendation': 2088, 'claim': 440, 'believed': 261, 'ever': 912, 'workshy': 2940, 'entirely': 892, 'wrong': 2955, 'case': 377, 'fact': 965, 'apart': 135, 'excessive': 924, 'sleepiness': 2354, 'after': 68, 'completely': 494, 'hungrier': 1296, 'usual': 2790, 'hurriedly': 1299, 'thinking': 2616, 'decide': 655, 'struck': 2504, 'cautious': 388, 'knock': 1446, 'door': 777, 'near': 1706, 'somebody': 2392, 'called': 352, 'mother': 1680, 'want': 2838, 'somewhere': 2397, 'gentle': 1120, 'voice': 2821, 'shocked': 2294, 'answering': 124, 'recognised': 2086, 'deep': 664, 'inside': 1376, 'painful': 1845, 'uncontrollable': 2729, 'squeaking': 2438, 'mixed': 1661, 'words': 2935, 'echo': 836, 'unclear': 2727, 'leaving': 1494, 'hearer': 1226, 'unsure': 2766, 'whether': 2887, 'properly': 2006, 'wanted': 2839, 'give': 1131, 'full': 1100, 'answer': 122, 'explain': 946, 'circumstances': 438, 'contented': 545, 'saying': 2228, 'thank': 2597, 'noticed': 1757, 'outside': 1825, 'wooden': 2933, 'satisfied': 2221, 'explanation': 949, 'shuffled': 2317, 'away': 205, 'short': 2299, 'conversation': 560, 'members': 1627, 'family': 977, 'aware': 204, 'against': 71, 'expectations': 937, 'father': 982, 'came': 360, 'knocking': 1448, 'side': 2321, 'doors': 778, 'gently': 1123, 'fist': 1018, 'while': 2889, 'again': 70, 'warning': 2844, 'deepness': 667, 'sister': 2339, 'plaintively': 1923, 'aren': 159, 'need': 1715, 'anything': 132, 'answered': 123, 'both': 300, 'sides': 2323, 'remove': 2126, 'strangeness': 2487, 'enunciating': 898, 'very': 2804, 'carefully': 370, 'putting': 2037, 'pauses': 1871, 'each': 818, 'individual': 1360, 'word': 2934, 'breakfast': 316, 'whispered': 2893, 'open': 1799, 'beg': 246, 'opening': 1801, 'instead': 1380, 'congratulated': 523, 'habit': 1183, 'acquired': 44, 'locking': 1557, 'night': 1731, 'peace': 1875, 'without': 2925, 'disturbed': 758, 'dressed': 795, 'most': 1679, 'consider': 530, 'bring': 324, 'thoughts': 2626, 'sensible': 2264, 'conclusions': 512, 'lying': 1584, 'remembered': 2123, 'often': 1789, 'perhaps': 1892, 'caused': 384, 'awkwardly': 207, 'pure': 2030, 'imagination': 1316, 'wondered': 2932, 'imaginings': 1320, 'resolve': 2153, 'themselves': 2604, 'today': 2657, 'slightest': 2362, 'doubt': 781, 'nothing': 1753, 'sign': 2328, 'serious': 2269, 'occupational': 1778, 'hazard': 1217, 'simple': 2333, 'matter': 1604, 'throw': 2635, 'covers': 603, 'blow': 288, 'they': 2610, 'fell': 998, 'became': 231, 'difficult': 707, 'exceptionally': 923, 'broad': 326, 'arms': 164, 'push': 2033, 'those': 2621, 'continuously': 551, 'directions': 715, 'moreover': 1677, 'control': 558, 'bend': 266, 'stretch': 2494, 'itself': 1415, 'finally': 1008, 'managed': 1598, 'leg': 1497, 'others': 1819, 'free': 1081, 'move': 1685, 'painfully': 1846, 'done': 775, 'said': 2206, 'don': 771, 'keep': 1432, 'trying': 2712, 'part': 1861, 'body': 292, 'seen': 2254, 'imagine': 1317, 'almost': 94, 'frenzy': 1086, 'carelessly': 371, 'shoved': 2310, 'force': 1056, 'gather': 1115, 'chose': 433, 'direction': 714, 'hit': 1257, 'bedpost': 237, 'learned': 1489, 'burning': 339, 'might': 1642, 'sensitive': 2265, 'turning': 2717, 'easily': 829, 'despite': 692, 'breadth': 314, 'weight': 2873, 'bulk': 337, 'eventually': 911, 'followed': 1047, 'last': 1469, 'air': 84, 'occurred': 1781, 'miracle': 1651, 'injured': 1369, 'afraid': 67, 'carry': 374, 'pushing': 2035, 'forward': 1073, 'same': 2215, 'way': 2860, 'price': 1981, 'stay': 2464, 'lose': 1567, 'consciousness': 527, 'took': 2665, 'earlier': 820, 'sighing': 2325, 'watching': 2856, 'struggled': 2506, 'harder': 1202, 'bringing': 325, 'order': 1811, 'chaos': 405, 'whatever': 2880, 'sacrifice': 2200, 'remind': 2124, 'calm': 355, 'consideration': 533, 'rushing': 2198, 'desperate': 691, 'direct': 713, 'clearly': 448, 'unfortunately': 2744, 'narrow': 1703, 'street': 2490, 'enveloped': 899, 'fog': 1044, 'view': 2806, 'confidence': 516, 'cheer': 421, 'offer': 1784, 'already': 97, 'breathing': 321, 'lightly': 1524, 'expected': 938, 'total': 2672, 'stillness': 2478, 'things': 2614, 'real': 2069, 'natural': 1704, 'strikes': 2500, 'will': 2908, 'work': 2936, 'ask': 176, 'task': 2576, 'swinging': 2561, 'entire': 891, 'length': 1501, 'succeeded': 2520, 'falling': 975, 'kept': 1434, 'raised': 2054, 'injuring': 1371, 'happen': 1197, 'carpet': 372, 'main': 1591, 'concern': 508, 'loud': 1573, 'bound': 305, 'raise': 2053, 'risked': 2175, 'sticking': 2474, 'new': 1724, 'method': 1637, 'game': 1112, 'rock': 2177, 'forth': 1071, 'help': 1237, 'two': 2721, 'strong': 2502, 'maid': 1589, 'mind': 1645, 'under': 2731, 'dome': 768, 'peel': 1879, 'load': 1551, 'patient': 1870, 'careful': 369, 'swang': 2554, 'floor': 1035, 'hopefully': 1270, 'find': 1011, 'use': 2785, 'really': 2073, 'call': 351, 'locked': 1556, 'difficulty': 708, 'suppress': 2544, 'smile': 2374, 'moved': 1686, 'far': 979, 'across': 45, 'balance': 214, 'rocked': 2178, 'ten': 2588, 'final': 1007, 'decision': 657, 'ring': 2174, 'flat': 1027, 'someone': 2393, 'froze': 1098, 'danced': 634, 'around': 166, 'remained': 2117, 'quiet': 2045, 're': 2060, 'caught': 382, 'nonsensical': 1744, 'course': 598, 'firm': 1015, 'steps': 2472, 'opened': 1800, 'needed': 1716, 'hear': 1224, 'visitor': 2820, 'greeting': 1166, 'knew': 1443, 'chief': 426, 'clerk': 450, 'why': 2901, 'condemned': 513, 'immediately': 1323, 'highly': 1249, 'shortcoming': 2300, 'employees': 862, 'every': 913, 'louts': 1576, 'faithful': 972, 'devoted': 702, 'pangs': 1852, 'conscience': 526, 'spend': 2418, 'least': 1490, 'couple': 596, 'hours': 1279, 'trainees': 2684, 'enquiries': 881, 'assuming': 183, 'necessary': 1712, 'show': 2311, 'innocent': 1374, 'trusted': 2710, 'wisdom': 2917, 'investigate': 1401, 'upset': 2780, 'thump': 2638, 'softened': 2385, 'also': 99, 'elastic': 849, 'sound': 2406, 'muffled': 1694, 'noticeable': 1755, 'held': 1235, 'annoyed': 120, 'rubbed': 2189, 'fallen': 974, 'left': 1496, 'concede': 504, 'gruff': 1177, 'reply': 2137, 'question': 2041, 'footsteps': 1054, 'polished': 1943, 'boots': 298, 'adjoining': 59, 'here': 1244, 'daring': 638, 'has': 1211, 'wants': 2841, 'leave': 1492, 'we': 2862, 'say': 2227, 'anyway': 133, 'speak': 2412, 'personally': 1901, 'please': 1933, 'sure': 2545, 'good': 1150, 'forgive': 1062, 'untidiness': 2768, 'mr': 1690, 'isn': 1409, 'continued': 549, 'believe': 260, 'else': 855, 'missed': 1655, 'lad': 1458, 'thinks': 2617, 'nearly': 1710, 'cross': 616, 'goes': 1146, 'evenings': 909, 'town': 2679, 'week': 2871, 'stayed': 2465, 'evening': 908, 'sits': 2342, 'us': 2784, 'kitchen': 1441, 'reads': 2067, 'paper': 1856, 'studies': 2511, 'timetables': 2650, 'idea': 1304, 'relaxation': 2111, 'working': 2938, 'fretsaw': 1090, 'three': 2630, 'amazed': 106, 'hanging': 1196, 'opens': 1803, 'glad': 1134, 'ourselves': 1822, 'stubborn': 2508, 'thoughtfully': 2624, 'miss': 1654, 'explaining': 948, 'mrs': 1691, 'hand': 1192, 'commerce': 481, 'unwell': 2774, 'fortunately': 1072, 'simply': 2334, 'considerations': 534, 'asked': 177, 'impatiently': 1326, 'silence': 2329, 'cry': 620, 'join': 1421, 'she': 2289, 'begun': 252, 'crying': 621, 'danger': 635, 'losing': 1568, 'job': 1419, 'pursue': 2032, 'demands': 679, 'worry': 2945, 'intention': 1388, 'abandoning': 19, 'condition': 514, 'seriously': 2270, 'minor': 1649, 'discourtesy': 729, 'suitable': 2534, 'excuse': 932, 'sacked': 2199, 'disturbing': 759, 'happening': 1199, 'worried': 2943, 'behaviour': 255, 'barricade': 222, 'yourself': 2969, 'causing': 385, 'unnecessary': 2758, 'fail': 966, 'mention': 1630, 'duties': 815, 'unheard': 2746, 'speaking': 2413, 'behalf': 253, 'employer': 863, 'request': 2146, 'clear': 445, 'immediate': 1322, 'am': 105, 'astonished': 186, 'person': 1900, 'suddenly': 2525, 'seem': 2251, 'showing': 2313, 'peculiar': 1878, 'whims': 2890, 'suggest': 2532, 'reason': 2076, 'failure': 968, 'appear': 137, 'entrusted': 897, 'giving': 1133, 'honour': 1267, 'incomprehensible': 1349, 'stubbornness': 2509, 'wish': 2919, 'whatsoever': 2881, 'intercede': 1390, 'nor': 1745, 'secure': 2249, 'originally': 1815, 'intended': 1385, 'private': 1986, 'since': 2336, 'cause': 383, 'waste': 2851, 'learn': 1488, 'turnover': 2718, 'unsatisfactory': 2762, 'late': 1471, 'grant': 1157, 'year': 2960, 'recognise': 2085, 'cannot': 362, 'allow': 91, 'sir': 2338, 'beside': 269, 'forgetting': 1061, 'excitement': 928, 'attack': 190, 'dizziness': 761, 'haven': 1215, 'easy': 830, 'alright': 98, 'shocking': 2295, 'symptom': 2566, 'illness': 1313, 'staying': 2466, 'suffer': 2526, 'basis': 224, 'accusations': 38, 'nobody': 1735, 'read': 2064, 'latest': 1473, 'contracts': 554, 'sent': 2266, 'eight': 846, 'few': 1001, 'strength': 2492, 'wait': 2827, 'recommend': 2087, 'gushed': 1181, 'knowing': 1450, 'practise': 1963, 'insistent': 1378, 'curious': 623, 'sight': 2327, 'responsibility': 2159, 'calmly': 358, 'hurried': 1298, 'station': 2462, 'climb': 452, 'smooth': 2378, 'gave': 1116, 'swing': 2560, 'stood': 2480, 'attention': 193, 'nearby': 1707, 'chair': 397, 'tightly': 2646, 'edges': 838, 'calmed': 356, 'listen': 1538, 'understand': 2733, 'surely': 2546, 'fools': 1052, 'tears': 2582, 'grete': 1168, 'cried': 614, 'communicated': 484, 'straight': 2484, 'quick': 2042, 'spoke': 2427, 'animal': 117, 'calmness': 359, 'contrast': 556, 'screams': 2239, 'anna': 118, 'entrance': 896, 'hall': 1189, 'clapping': 441, 'locksmith': 1558, 'girls': 1130, 'skirts': 2349, 'swishing': 2562, 'ran': 2057, 'wrenching': 2951, 'front': 1097, 'banging': 216, 'homes': 1265, 'awful': 206, 'calmer': 357, 'clearer': 447, 'ears': 825, 'realised': 2072, 'response': 2158, 'situation': 2344, 'confident': 517, 'wise': 2918, 'drawn': 792, 'among': 108, 'great': 1162, 'surprising': 2549, 'achievements': 42, 'distinguish': 749, 'crucial': 619, 'coughed': 587, 'taking': 2572, 'care': 366, 'loudly': 1575, 'coughs': 589, 'judge': 1425, 'meanwhile': 1617, 'whispering': 2894, 'pressed': 1974, 'listening': 1540, 'holding': 1261, 'using': 2789, 'adhesive': 58, 'tips': 2653, 'rested': 2162, 'recover': 2089, 'involved': 1403, 'key': 1435, 'lock': 1555, 'mouth': 1684, 'teeth': 2583, 'grasp': 1159, 'lack': 1456, 'jaw': 1416, 'start': 2452, 'ignoring': 1309, 'kind': 1438, 'damage': 629, 'fluid': 1041, 'flowed': 1038, 'dripped': 799, 'greatly': 1164, 'encouraged': 869, 'calling': 353, 'hold': 1259, 'excitedly': 927, 'following': 1048, 'efforts': 845, 'paying': 1873, 'snapped': 2379, 'break': 315, 'concentration': 506, 'regained': 2102, 'breath': 319, 'handle': 1193, 'wide': 2902, 'turn': 2715, 'double': 780, 'entering': 886, 'occupied': 1779, 'movement': 1687, 'exclaim': 929, 'sounded': 2407, 'soughing': 2404, 'wind': 2910, 'nearest': 1709, 'retreating': 2165, 'driven': 801, 'steady': 2468, 'invisible': 1402, 'hair': 1186, 'dishevelled': 737, 'unfolded': 2742, 'sank': 2218, 'disappeared': 720, 'breast': 318, 'hostile': 1275, 'clenched': 449, 'fists': 1019, 'wanting': 2840, 'uncertainly': 2725, 'living': 1549, 'wept': 2876, 'powerful': 1959, 'shook': 2297, 'leant': 1486, 'bolted': 293, 'along': 96, 'peered': 1880, 'lighter': 1523, 'endless': 873, 'grey': 1169, 'black': 281, 'building': 334, 'hospital': 1274, 'austere': 198, 'regular': 2106, 'line': 1533, 'windows': 2913, 'piercing': 1914, 'facade': 962, 'throwing': 2636, 'large': 1467, 'droplets': 804, 'ground': 1173, 'washing': 2849, 'important': 1330, 'meal': 1610, 'several': 2277, 'reading': 2066, 'number': 1765, 'newspapers': 1728, 'wall': 2835, 'exactly': 918, 'opposite': 1807, 'photograph': 1907, 'lieutenant': 1517, 'army': 165, 'sword': 2563, 'carefree': 368, 'face': 963, 'respect': 2156, 'uniform': 2747, 'bearing': 228, 'landing': 1465, 'stairs': 2443, 'below': 265, 'pack': 1838, 'commercial': 482, 'traveller': 2695, 'arduous': 156, 'earn': 822, 'going': 1147, 'accurately': 37, 'temporarily': 2586, 'remember': 2122, 'achieved': 41, 'removed': 2127, 'diligence': 709, 'our': 1821, 'trapped': 2694, 'take': 2569, 'likes': 1528, 'travellers': 2696, 'enormous': 879, 'wage': 2826, 'soft': 2384, 'prejudice': 1965, 'particular': 1862, 'overview': 1832, 'staff': 2439, 'businessman': 343, 'mistakes': 1659, 'harshly': 1209, 'victim': 2805, 'gossip': 1152, 'chance': 400, 'groundless': 1174, 'complaints': 492, 'impossible': 1334, 'defend': 671, 'usually': 2791, 'arrive': 171, 'exhausted': 934, 'trip': 2705, 'harmful': 1207, 'effects': 843, 'partly': 1864, 'started': 2453, 'protruding': 2013, 'lips': 1537, 'stared': 2450, 'trembling': 2701, 'shoulders': 2304, 'steadily': 2467, 'gradually': 1155, 'secret': 2246, 'prohibition': 1998, 'reached': 2062, 'sudden': 2524, 'foot': 1053, 'rushed': 2197, 'panic': 1853, 'stretched': 2495, 'stairway': 2444, 'supernatural': 2540, 'waiting': 2829, 'save': 2223, 'mood': 1675, 'extreme': 956, 'convinced': 564, 'provide': 2017, 'besides': 270, 'lost': 1570, 'future': 1109, 'won': 2931, 'depended': 681, 'clever': 451, 'lover': 1579, 'women': 2930, 'persuade': 1902, 'talk': 2573, 'considering': 536, 'speech': 2417, 'understood': 2735, 'reach': 2061, 'ridiculously': 2172, 'banister': 217, 'scream': 2236, 'sought': 2405, 'landed': 1464, 'numerous': 1766, 'solid': 2390, 'pleasure': 1935, 'believing': 262, 'sorrows': 2401, 'end': 870, 'urge': 2782, 'swayed': 2555, 'crouched': 618, 'engrossed': 876, 'herself': 1245, 'jumped': 1427, 'outstretched': 1826, 'fingers': 1013, 'shouting': 2307, 'pity': 1918, 'sake': 2208, 'suggested': 2533, 'unthinking': 2767, 'hurrying': 1301, 'backwards': 211, 'forgotten': 1064, 'behind': 257, 'seeming': 2253, 'coffee': 467, 'pot': 1955, 'knocked': 1447, 'gush': 1180, 'pouring': 1958, 'looking': 1565, 'snapping': 2380, 'jaws': 1417, 'flow': 1037, 'screaming': 2238, 'anew': 113, 'fled': 1029, 'spare': 2411, 'chin': 430, 'run': 2193, 'reaching': 2063, 'leapt': 1487, 'shouts': 2308, 'resounding': 2155, 'staircase': 2442, 'flight': 1033, 'until': 2769, 'relatively': 2110, 'self': 2258, 'controlled': 559, 'running': 2195, 'impeding': 1327, 'seized': 2255, 'stick': 2473, 'overcoat': 1828, 'picked': 1910, 'newspaper': 1727, 'drive': 800, 'stamping': 2446, 'appeals': 136, 'humbly': 1290, 'merely': 1633, 'stamped': 2445, 'chilly': 429, 'pulled': 2026, 'draught': 789, 'flew': 1032, 'curtains': 626, 'fluttered': 1042, 'blown': 289, 'stop': 2481, 'drove': 807, 'hissing': 1256, 'noises': 1739, 'wild': 2906, 'practice': 1962, 'allowed': 92, 'impatient': 1325, 'threat': 2628, 'lethal': 1504, 'choice': 431, 'disgust': 734, 'incapable': 1340, 'frequent': 1087, 'anxious': 128, 'glances': 1137, 'intentions': 1389, 'hinder': 1252, 'tip': 2652, 'distance': 746, 'unbearable': 2724, 'confused': 521, 'finished': 1014, 'mistake': 1658, 'pleased': 1934, 'doorway': 779, 'further': 1108, 'obviously': 1776, 'occur': 1780, 'space': 2410, 'fixed': 1024, 'preparation': 1968, 'pleasant': 1932, 'experience': 944, 'regard': 2103, 'angle': 115, 'flank': 1025, 'scraped': 2233, 'vile': 2812, 'flecks': 1028, 'stuck': 2510, 'fast': 981, 'quivering': 2049, 'hefty': 1234, 'shove': 2309, 'released': 2113, 'flying': 1043, 'heavily': 1231, 'bleeding': 283, 'slammed': 2351, 'ii': 1310, 'dark': 639, 'awoke': 208, 'coma': 472, 'woken': 2928, 'afterwards': 69, 'hadn': 1185, 'fully': 1101, 'impression': 1335, 'leading': 1483, 'light': 1522, 'electric': 852, 'lamps': 1463, 'shone': 2296, 'palely': 1849, 'ceiling': 391, 'tops': 2669, 'feeling': 994, 'clumsily': 461, 'antennae': 125, 'beginning': 251, 'value': 2795, 'scar': 2230, 'limped': 1531, 'badly': 213, 'rows': 2186, 'events': 910, 'dragged': 787, 'lifelessly': 1519, 'actually': 50, 'smell': 2372, 'eat': 831, 'dish': 735, 'filled': 1005, 'sweetened': 2557, 'milk': 1644, 'pieces': 1913, 'bread': 313, 'floating': 1034, 'laughed': 1475, 'dipped': 712, 'covering': 602, 'disappointment': 722, 'tender': 2590, 'worked': 2937, 'snuffling': 2381, 'taste': 2577, 'normally': 1746, 'favourite': 984, 'drink': 798, 'crawled': 608, 'centre': 393, 'crack': 604, 'gas': 1113, 'lit': 1541, 'sometimes': 2395, 'write': 2952, 'recent': 2083, 'lead': 1481, 'gazing': 1117, 'darkness': 641, 'pride': 1982, 'such': 2522, 'wealth': 2866, 'comfort': 476, 'frightening': 1094, 'crawling': 609, 'closed': 456, 'enter': 884, 'waited': 2828, 'resolved': 2154, 'either': 848, 'timorous': 2651, 'vain': 2794, 'previous': 1980, 'everyone': 914, 'unlocked': 2756, 'keys': 1436, 'gaslight': 1114, 'awake': 203, 'distinctly': 748, 'toe': 2658, 'plenty': 1937, 'undisturbed': 2737, 'arrange': 167, 'tall': 2575, 'empty': 866, 'forced': 1057, 'remain': 2116, 'uneasy': 2738, 'shame': 2284, 'couch': 585, 'nonetheless': 1741, 'ease': 827, 'regret': 2105, 'underneath': 2732, 'spent': 2419, 'passed': 1866, 'frequently': 1088, 'hunger': 1295, 'vague': 2793, 'hopes': 1271, 'led': 1495, 'conclusion': 511, 'patience': 1869, 'greatest': 1163, 'bear': 226, 'unpleasantness': 2761, 'impose': 1332, 'opportunity': 1806, 'test': 2594, 'decisions': 658, 'ended': 872, 'anxiously': 129, 'flown': 1040, 'stranger': 2488, 'edge': 837, 'watched': 2855, 'realise': 2071, 'rather': 2058, 'hungry': 1297, 'draw': 790, 'terrible': 2592, 'feet': 997, 'splashed': 2424, 'surprise': 2548, 'rag': 2050, 'bare': 220, 'carried': 373, 'imagining': 1319, 'wildest': 2907, 'possibilities': 1950, 'guessed': 1178, 'goodness': 1151, 'brought': 330, 'selection': 2257, 'old': 1791, 'rotten': 2183, 'vegetables': 2800, 'bones': 297, 'sauce': 2222, 'raisins': 2056, 'almonds': 93, 'cheese': 423, 'declared': 662, 'inedible': 1361, 'days': 648, 'dry': 808, 'roll': 2179, 'butter': 346, 'salt': 2213, 'poured': 1957, 'water': 2857, 'permanently': 1896, 'aside': 175, 'placed': 1920, 'feelings': 995, 'comfortable': 477, 'liked': 1526, 'whirred': 2891, 'injuries': 1370, 'healed': 1222, 'month': 1673, 'finger': 1012, 'knife': 1444, 'hurt': 1302, 'yesterday': 2964, 'less': 1502, 'sucking': 2523, 'greedily': 1165, 'compellingly': 489, 'attracted': 196, 'foods': 1051, 'watering': 2858, 'consumed': 540, 'stand': 2447, 'lethargic': 1505, 'withdraw': 2922, 'startled': 2455, 'asleep': 178, 'rounded': 2185, 'breathe': 320, 'suffocating': 2531, 'bulging': 336, 'unselfconsciously': 2763, 'broom': 328, 'swept': 2559, 'overs': 1831, 'mixing': 1662, 'dropped': 805, 'bin': 276, 'lid': 1514, 'received': 2081, 'second': 2245, 'eaten': 832, 'midday': 1640, 'send': 2260, 'errand': 902, 'starve': 2458, 'feeding': 992, 'distress': 751, 'indeed': 1352, 'suffering': 2528, 'content': 544, 'sighs': 2326, 'saints': 2207, 'becoming': 234, 'comment': 480, 'construed': 539, 'enjoyed': 878, 'dinner': 711, 'diligently': 710, 'cleared': 446, 'sadly': 2204, 'news': 1725, 'directly': 716, 'rooms': 2182, 'scurry': 2241, 'appropriate': 151, 'press': 1973, 'seldom': 2256, 'mealtime': 1612, 'meals': 1611, 'subject': 2516, 'knees': 1442, 'begged': 248, 'delay': 674, 'within': 2924, 'hour': 1278, 'tearfully': 2581, 'thanking': 2598, 'dismissal': 739, 'swore': 2564, 'emphatically': 860, 'cooking': 568, 'bother': 301, 'ate': 188, 'unsuccessfully': 2765, 'receive': 2080, 'thanks': 2599, 'similar': 2332, 'drank': 788, 'beer': 243, 'hoping': 1272, 'fetch': 1000, 'add': 51, 'selfish': 2259, 'housekeeper': 1283, 'explained': 947, 'finances': 1009, 'prospects': 2010, 'receipt': 2079, 'document': 764, 'cash': 378, 'box': 309, 'saved': 2224, 'collapsed': 469, 'complicated': 496, 'taken': 2570, 'item': 1412, 'incarcerated': 1341, 'misfortune': 1652, 'reduced': 2095, 'despair': 690, 'fiery': 1002, 'vigour': 2811, 'junior': 1428, 'representative': 2142, 'overnight': 1830, 'ways': 2861, 'converted': 563, 'success': 2521, 'benefit': 267, 'delighted': 677, 'splendour': 2425, 'earned': 823, 'costs': 583, 'gratitude': 1161, 'warm': 2842, 'affection': 66, 'return': 2166, 'unlike': 2754, 'fond': 1049, 'music': 1696, 'gifted': 1127, 'expressive': 954, 'violinist': 2816, 'plan': 1924, 'conservatory': 529, 'expense': 942, 'periods': 1894, 'mentioned': 1631, 'lovely': 1578, 'decided': 656, 'planned': 1925, 'grand': 1156, 'announcement': 119, 'christmas': 435, 'totally': 2673, 'pointless': 1941, 'tired': 2654, 'continue': 548, 'wearily': 2867, 'pull': 2025, 'silent': 2330, 'interrupted': 1395, 'repeated': 2131, 'matters': 1605, 'explanations': 950, 'misfortunes': 1653, 'available': 200, 'lot': 1571, 'meantime': 1616, 'interest': 1391, 'accumulated': 35, 'keeping': 1433, 'accumulating': 36, 'nodded': 1736, 'enthusiasm': 889, 'unexpected': 2740, 'thrift': 2632, 'caution': 387, 'surplus': 2547, 'reduce': 2094, 'freed': 1082, 'closer': 458, 'enable': 868, 'maintain': 1592, 'emergencies': 858, 'healthy': 1223, 'lacking': 1457, 'holiday': 1263, 'strain': 2485, 'slow': 2365, 'clumsy': 462, 'elderly': 850, 'suffered': 2527, 'asthma': 185, 'struggling': 2507, 'sofa': 2383, 'child': 427, 'seventeen': 2276, 'till': 2647, 'enviable': 900, 'consisting': 537, 'wearing': 2868, 'clothes': 460, 'helping': 1239, 'joining': 1423, 'modest': 1664, 'pleasures': 1936, 'playing': 1931, 'violin': 2815, 'cool': 569, 'leather': 1491, 'hot': 1276, 'lie': 1515, 'wink': 2914, 'scratching': 2235, 'climbing': 453, 'sill': 2331, 'propped': 2008, 'leaning': 1485, 'stare': 2449, 'sense': 2262, 'freedom': 1083, 'experienced': 945, 'distinct': 747, 'known': 1451, 'lived': 1545, 'charlottenstrasse': 410, 'middle': 1641, 'city': 439, 'barren': 221, 'sky': 2350, 'earth': 826, 'mingled': 1648, 'inseparably': 1375, 'observant': 1768, 'twice': 2719, 'exact': 917, 'tidied': 2644, 'inner': 1373, 'easier': 828, 'naturally': 1705, 'pretend': 1976, 'burdensome': 338, 'unpleasant': 2760, 'entered': 885, 'sooner': 2400, 'precaution': 1964, 'shivering': 2292, 'ordeal': 1810, 'transformation': 2690, 'appearance': 138, 'staring': 2451, 'motionless': 1682, 'coming': 479, 'threatened': 2629, 'bite': 279, 'hide': 1247, 'flee': 1030, 'protruded': 2012, 'carrying': 375, 'bedsheet': 241, 'arranged': 168, 'bent': 268, 'sheet': 2290, 'glimpsed': 1141, 'arrangement': 169, 'fourteen': 1078, 'appreciated': 146, 'girl': 1129, 'somewhat': 2396, 'useless': 2787, 'behaved': 254, 'improvement': 1336, 'visit': 2819, 'persuaded': 1903, 'listened': 1539, 'closely': 457, 'approved': 152, 'unfortunate': 2743, 'courage': 597, 'adult': 61, 'appreciation': 147, 'square': 2436, 'meters': 1636, 'crawl': 607, 'entertain': 887, 'freely': 1084, 'relaxed': 2112, 'happy': 1200, 'letting': 1508, 'crash': 605, 'entertaining': 888, 'traces': 2680, 'removing': 2128, 'dare': 636, 'sixteen': 2346, 'bravely': 311, 'cook': 566, 'helped': 1238, 'unless': 2753, 'choose': 432, 'approached': 150, 'express': 952, 'joy': 1424, 'folds': 1045, 'thrown': 2637, 'refrained': 2097, 'spying': 2435, 'pair': 1847, 'feeble': 990, 'heaving': 1232, 'heaviest': 1230, 'warnings': 2845, 'lasted': 1470, 'labouring': 1455, 'minutes': 1650, 'saddened': 2203, 'heart': 1228, 'abandoned': 18, 'whose': 2900, 'whereabouts': 2885, 'tone': 2662, 'added': 52, 'cope': 570, 'comes': 475, 'unchanged': 2726, 'communication': 485, 'monotonous': 1671, 'months': 1674, 'emptied': 865, 'transform': 2689, 'cave': 389, 'inherited': 1368, 'unimpeded': 2748, 'shaken': 2281, 'influence': 1365, 'mindlessly': 1646, 'loss': 1569, 'advantage': 62, 'agree': 78, 'spokesman': 2429, 'concerned': 509, 'meant': 1615, 'advice': 63, 'sufficient': 2529, 'insist': 1377, 'childish': 428, 'perversity': 1904, 'whereas': 2886, 'age': 72, 'enthusiastic': 890, 'tempted': 2587, 'dominated': 770, 'refused': 2100, 'dissuade': 745, 'writing': 2953, 'groaning': 1171, 'poked': 1942, 'considerate': 532, 'pulling': 2027, 'inch': 1342, 'startlement': 2456, 'prevent': 1978, 'attract': 195, 'assure': 184, 'unusual': 2772, 'admit': 60, 'fro': 1095, 'calls': 354, 'scraping': 2234, 'assailed': 179, 'emptying': 867, 'dear': 651, 'containing': 543, 'tools': 2666, 'worn': 2942, 'homework': 1266, 'trainee': 2683, 'high': 1248, 'school': 2232, 'infant': 1362, 'stepped': 2471, 'catching': 381, 'sallied': 2212, 'changed': 402, 'denuded': 680, 'copious': 573, 'glass': 1139, 'firmly': 1016, 'watch': 2854, 'shall': 2283, 'met': 1634, 'albeit': 88, 'tremor': 2703, 'safe': 2205, 'chase': 412, 'unyielding': 2775, 'jump': 1426, 'patch': 1868, 'flowers': 1039, 'wallpaper': 2836, 'screamed': 2237, 'immobile': 1324, 'shouted': 2306, 'glowering': 1142, 'shaking': 2282, 'spoken': 2428, 'smelling': 2373, 'salts': 2214, 'faint': 969, 'advise': 64, 'various': 2798, 'bottles': 303, 'bottle': 302, 'broke': 327, 'splinter': 2426, 'caustic': 386, 'medicine': 1621, 'delaying': 675, 'death': 652, 'oppressed': 1808, 'anxiety': 127, 'reproach': 2143, 'confusion': 522, 'spin': 2420, 'numb': 1764, 'arrived': 172, 'subdued': 2515, 'openly': 1802, 'fainted': 970, 'mean': 1613, 'responsible': 2160, 'act': 46, 'violence': 2814, 'disappear': 719, 'subtleties': 2519, 'ah': 81, 'sounding': 2408, 'angry': 116, 'imagined': 1318, 'neglected': 1719, 'laying': 1479, 'entombed': 895, 'trips': 2706, 'armchair': 162, 'nightgown': 1733, 'walk': 2831, 'sunday': 2535, 'public': 2024, 'wrapped': 2950, 'labour': 1454, 'walking': 2833, 'invariably': 1400, 'companions': 486, 'standing': 2448, 'smart': 2370, 'blue': 290, 'gold': 1148, 'buttons': 347, 'banking': 219, 'institute': 1381, 'collar': 470, 'coat': 464, 'emerged': 857, 'bushy': 340, 'eyebrows': 958, 'alert': 89, 'unkempt': 2751, 'combed': 473, 'scalp': 2229, 'cap': 363, 'monogram': 1670, 'bank': 218, 'arc': 153, 'trouser': 2708, 'pockets': 1938, 'bottom': 304, 'determination': 699, 'walked': 2832, 'unusually': 2773, 'soles': 2387, 'wasted': 2852, 'strict': 2497, 'scurried': 2240, 'decisive': 659, 'largely': 1468, 'feared': 986, 'provoking': 2023, 'step': 2470, 'countless': 593, 'movements': 1688, 'noticeably': 1756, 'lungs': 1581, 'reliable': 2114, 'lurched': 1582, 'muster': 1698, 'saving': 2225, 'forgot': 1063, 'concealed': 503, 'carved': 376, 'notches': 1751, 'protrusions': 2014, 'tossed': 2671, 'apple': 142, 'shock': 2293, 'point': 1939, 'bombard': 294, 'fruit': 1099, 'bowl': 308, 'sideboard': 2322, 'aim': 83, 'red': 2090, 'apples': 143, 'motors': 1683, 'glanced': 1136, 'harm': 1205, 'squarely': 2437, 'lodged': 1559, 'drag': 786, 'incredible': 1351, 'changing': 404, 'nailed': 1700, 'senses': 2263, 'blouse': 287, 'unfastened': 2741, 'sliding': 2360, 'stumbling': 2513, 'uniting': 2750, 'ability': 21, 'begging': 249, 'iii': 1311, 'dared': 637, 'flesh': 1031, 'visible': 2818, 'reminder': 2125, 'injury': 1372, 'current': 624, 'revolting': 2169, 'form': 1066, 'member': 1626, 'treated': 2699, 'enemy': 875, 'contrary': 555, 'duty': 816, 'swallow': 2552, 'revulsion': 2170, 'mobility': 1663, 'ancient': 111, 'invalid': 1398, 'deterioration': 698, 'opinion': 1804, 'permission': 1897, 'thus': 2641, 'differently': 706, 'conversations': 561, 'ones': 1795, 'longing': 1562, 'damp': 632, 'hotel': 1277, 'nowadays': 1762, 'lamp': 1462, 'sew': 2278, 'fancy': 978, 'underwear': 2736, 'fashion': 980, 'shop': 2298, 'sales': 2209, 'shorthand': 2301, 'french': 1085, 'wake': 2830, 'sewing': 2279, 'dozing': 784, 'exchange': 925, 'grin': 1170, 'unused': 2771, 'peg': 1883, 'slumber': 2367, 'serve': 2271, 'expecting': 939, 'superior': 2539, 'result': 2164, 'shabbier': 2280, 'stains': 2441, 'shiny': 2291, 'uncomfortable': 2728, 'peaceful': 1876, 'obstinate': 1772, 'regularly': 2107, 'importune': 1331, 'reproaches': 2144, 'refusing': 2101, 'tug': 2713, 'sleeve': 2356, 'whisper': 2892, 'endearments': 871, 'ear': 819, 'effect': 842, 'sink': 2337, 'deeper': 665, 'abruptly': 25, 'supported': 2542, 'needle': 1717, 'pen': 1884, 'overworked': 1833, 'absolutely': 26, 'household': 1282, 'budget': 333, 'smaller': 2369, 'dismissed': 740, 'thick': 2611, 'boned': 296, 'charwoman': 411, 'flapped': 1026, 'amount': 109, 'hoped': 1269, 'items': 1413, 'jewellery': 1418, 'belonging': 264, 'sold': 2386, 'functions': 1102, 'celebrations': 392, 'loudest': 1574, 'complaint': 491, 'imaginable': 1315, 'transferring': 2688, 'address': 56, 'reasons': 2078, 'transport': 2693, 'crate': 606, 'holes': 1262, 'related': 2109, 'world': 2941, 'expects': 940, 'poor': 1945, 'sacrificed': 2201, 'strangers': 2489, 'behest': 256, 'customers': 627, 'sit': 2340, 'cheek': 419, 'mingle': 1647, 'eyed': 959, 'affairs': 65, 'apprentices': 148, 'teaboy': 2580, 'friends': 1093, 'businesses': 342, 'chambermaids': 399, 'provincial': 2020, 'memory': 1628, 'appeared': 139, 'cashier': 379, 'whom': 2899, 'inaccessible': 1338, 'rage': 2051, 'shown': 2314, 'plans': 1926, 'pantry': 1855, 'entitled': 893, 'sweep': 2556, 'indifferent': 1357, 'untouched': 2770, 'quicker': 2043, 'smears': 2371, 'dirt': 717, 'balls': 215, 'dust': 813, 'filth': 1006, 'worst': 2946, 'places': 1921, 'weeks': 2872, 'touchy': 2675, 'cleaning': 444, 'alone': 95, 'thoroughly': 2620, 'clean': 442, 'bucketfuls': 332, 'dampness': 633, 'bitter': 280, 'punished': 2028, 'aggrieved': 75, 'mothers': 1681, 'imploring': 1329, 'convulsive': 565, 'helpless': 1240, 'agitated': 76, 'accused': 40, 'bedroom': 238, 'quaking': 2038, 'thumped': 2639, 'hissed': 1255, 'closing': 459, 'widow': 2904, 'robust': 2176, 'bone': 295, 'structure': 2505, 'withstand': 2926, 'hardest': 1203, 'repelled': 2133, 'curiosity': 622, 'chasing': 413, 'amazement': 107, 'crossed': 617, 'failed': 967, 'briefly': 323, 'considered': 535, 'dung': 811, 'beetle': 244, 'responded': 2157, 'disturb': 757, 'windowpanes': 2912, 'indicating': 1356, 'spring': 2433, 'resentful': 2151, 'toward': 2676, 'infirm': 1363, 'chairs': 398, 'intending': 1386, 'corner': 578, 'prepared': 1970, 'play': 1928, 'spit': 2423, 'changes': 403, 'anywhere': 134, 'rented': 2130, 'earnest': 824, 'beards': 227, 'peering': 1881, 'tidy': 2645, 'establishment': 906, 'clutter': 463, 'tolerate': 2661, 'dirty': 718, 'furnishings': 1106, 'equipment': 901, 'superfluous': 2538, 'discard': 723, 'dustbins': 814, 'hurry': 1300, 'chuck': 436, 'object': 1767, 'woman': 2929, 'likely': 1527, 'junk': 1429, 'enjoy': 877, 'lain': 1460, 'darkest': 640, 'formerly': 1070, 'serviettes': 2273, 'knives': 1445, 'forks': 1065, 'meat': 1618, 'piled': 1915, 'potatoes': 1956, 'steaming': 2469, 'dishes': 736, 'gentleman': 1121, 'count': 592, 'authority': 199, 'piece': 1912, 'wishing': 2920, 'establish': 905, 'sufficiently': 2530, 'cooked': 567, 'satisfaction': 2220, 'smiled': 2375, 'bowed': 307, 'mumbled': 1695, 'perfect': 1886, 'remarkable': 2120, 'chewing': 425, 'perform': 1887, 'toothless': 2667, 'feed': 991, 'dying': 817, 'throughout': 2634, 'played': 1929, 'produced': 1992, 'page': 1840, 'smoking': 2377, 'attentive': 194, 'hallway': 1190, 'young': 2967, 'cosy': 584, 'love': 1577, 'player': 1930, 'begin': 250, 'therefore': 2608, 'exaggerated': 919, 'courtesy': 599, 'offered': 1785, 'seat': 2243, 'paid': 1842, 'thoughtless': 2625, 'hidden': 1246, 'everywhere': 916, 'threads': 2627, 'hairs': 1187, 'remains': 2119, 'wipe': 2915, 'shy': 2319, 'immaculate': 1321, 'preoccupied': 1967, 'notes': 1752, 'withdrew': 2923, 'heads': 1221, 'sunk': 2536, 'volume': 2823, 'observed': 1769, 'obvious': 1775, 'beautiful': 229, 'disappointed': 721, 'performance': 1888, 'politeness': 1944, 'unnerving': 2759, 'blew': 284, 'smoke': 2376, 'cigarettes': 437, 'upwards': 2781, 'noses': 1748, 'beautifully': 230, 'lines': 1534, 'melancholy': 1625, 'expression': 953, 'meet': 1623, 'captivate': 364, 'unknown': 2752, 'nourishment': 1760, 'yearning': 2961, 'determined': 701, 'skirt': 2348, 'hiss': 1254, 'attackers': 191, 'refuse': 2099, 'emotion': 859, 'shoulder': 2303, 'kiss': 1439, 'neck': 1713, 'necklace': 1714, 'pointing': 1940, 'wasting': 2853, 'forefinger': 1058, 'driving': 802, 'attempted': 192, 'block': 285, 'dawning': 646, 'realisation': 2070, 'neighbour': 1721, 'tugged': 2714, 'drop': 803, 'bow': 306, 'hang': 1195, 'limply': 1532, 'instrument': 1382, 'lap': 1466, 'laboriously': 1453, 'pressure': 1975, 'pillows': 1916, 'beds': 240, 'slipped': 2364, 'obsessed': 1770, 'owed': 1834, 'tenants': 2589, 'urged': 2783, 'thunder': 2640, 'thereby': 2607, 'halt': 1191, 'declare': 661, 'glancing': 1138, 'gain': 1110, 'repugnant': 2145, 'conditions': 515, 'prevail': 1977, 'decisively': 660, 'proceed': 1989, 'action': 47, 'damages': 631, 'grounds': 1175, 'ahead': 82, 'joined': 1422, 'staggered': 2440, 'stretching': 2496, 'nap': 1702, 'uncontrolled': 2730, 'nodding': 1737, 'weak': 2863, 'introduction': 1397, 'monster': 1672, 'brother': 329, 'rid': 2171, 'humanly': 1289, 'cough': 586, 'dully': 810, 'deranged': 683, 'forehead': 1059, 'definite': 672, 'ideas': 1305, 'plates': 1927, 'occasionally': 1777, 'coughing': 588, 'tortured': 2670, 'endure': 874, 'wiped': 2916, 'mechanical': 1619, 'sympathy': 2565, 'shrugged': 2315, 'helplessness': 1242, 'displacing': 741, 'certainty': 396, 'vigorously': 2810, 'acceptance': 28, 'harmed': 1206, 'beings': 259, 'lives': 1548, 'persecuting': 1899, 'streets': 2491, 'starting': 2454, 'beyond': 274, 'comprehension': 499, 'willing': 2909, 'excited': 926, 'protect': 2011, 'startling': 2457, 'wracked': 2949, 'required': 2148, 'deal': 650, 'repeatedly': 2132, 'striking': 2501, 'alarmed': 87, 'unhappy': 2745, 'exhaustion': 935, 'panting': 1854, 'separated': 2268, 'noticing': 1758, 'concentrated': 505, 'distract': 750, 'glance': 1135, 'sprung': 2434, 'discovery': 732, 'spindly': 2421, 'unnatural': 2757, 'aching': 43, 'weaker': 2864, 'altogether': 103, 'decayed': 654, 'inflamed': 1364, 'area': 158, 'strongly': 2503, 'rumination': 2192, 'tower': 2678, 'strike': 2499, 'weakly': 2865, 'nostrils': 1749, 'cleaner': 443, 'slamming': 2352, 'brief': 322, 'special': 2414, 'purpose': 2031, 'martyr': 1603, 'attributed': 197, 'tickle': 2643, 'nuisance': 1763, 'resistance': 2152, 'whistled': 2895, 'yank': 2959, 'shout': 2305, 'bedrooms': 239, 'ave': 201, 'dead': 649, 'stone': 2479, 'marriage': 1602, 'blanket': 282, 'nightdress': 1732, 'paleness': 1850, 'confirm': 518, 'enquiringly': 882, 'checked': 416, 'checking': 417, 'replied': 2136, 'prove': 2016, 'sending': 2261, 'sideways': 2324, 'complete': 493, 'example': 921, 'corpse': 580, 'dried': 797, 'pained': 1844, 'warmth': 2843, 'march': 1600, 'irritably': 1405, 'men': 1629, 'coats': 465, 'wife': 2905, 'daughter': 644, 'disconcerted': 727, 'sweetly': 2558, 'backs': 210, 'continually': 547, 'gleeful': 1140, 'anticipation': 126, 'quarrel': 2039, 'favour': 983, 'contents': 546, 'rearranging': 2075, 'positions': 1947, 'humility': 1291, 'strides': 2498, 'rubbing': 2190, 'friend': 1091, 'fear': 985, 'connection': 524, 'leader': 1482, 'hats': 1213, 'sticks': 2475, 'holder': 1260, 'premises': 1966, 'mistrust': 1660, 'leaned': 1484, 'progress': 1997, 'reappear': 2074, 'moments': 1668, 'butcher': 345, 'boy': 310, 'proud': 2015, 'posture': 1954, 'tray': 2698, 'nearer': 1708, 'relieved': 2115, 'wrote': 2956, 'letters': 1507, 'excusal': 931, 'employers': 864, 'contractor': 553, 'principal': 1983, 'irritation': 1406, 'tremendous': 2702, 'vertical': 2803, 'ostrich': 1817, 'feather': 987, 'source': 2409, 'laugh': 1474, 'needn': 1718, 'sorted': 2403, 'intent': 1387, 'continuing': 550, 'describing': 688, 'detail': 697, 'prevented': 1979, 'telling': 2585, 'peeved': 1882, 'cheerio': 422, 'sharply': 2288, 'terribly': 2593, 'tonight': 2663, 'gets': 1125, 'destroyed': 695, 'gained': 1111, 'twisted': 2720, 'stuff': 2512, 'kissed': 1440, 'hugged': 1287, 'tram': 2685, 'country': 595, 'sunshine': 2537, 'comfortably': 478, 'seats': 2244, 'discussed': 733, 'examination': 920, 'jobs': 1420, 'promise': 2001, 'cheaper': 414, 'location': 1553, 'practical': 1960, 'livelier': 1546, 'cheeks': 420, 'pale': 1848, 'simultaneously': 2335, 'blossoming': 286, 'built': 335, 'quieter': 2046, 'agreed': 79, 'confirmation': 519, 'destination': 693, 'updated': 2777, 'editions': 840, 'replace': 2134, 'renamed': 2129, 'creating': 611, 'works': 2939, 'domain': 767, 'print': 1984, 'means': 1614, 'owns': 1837, 'united': 2749, 'states': 2461, 'copyright': 576, 'foundation': 1076, 'distribute': 752, 'royalties': 2187, 'rules': 2191, 'general': 1118, 'terms': 2591, 'license': 1512, 'apply': 145, 'copying': 575, 'distributing': 754, 'project': 1999, 'gutenberg': 1182, 'tm': 2655, 'electronic': 853, 'concept': 507, 'trademark': 2681, 'registered': 2104, 'may': 1607, 'charge': 406, 'ebooks': 835, 'specific': 2415, 'copies': 572, 'ebook': 834, 'complying': 498, 'creation': 612, 'derivative': 684, 'reports': 2140, 'performances': 1889, 'research': 2150, 'modified': 1666, 'printed': 1985, 'practically': 1961, 'redistribution': 2093, 'indicate': 1355, 'intellectual': 1384, 'property': 2007, 'agreement': 80, 'abide': 20, 'cease': 390, 'destroy': 694, 'possession': 1949, 'fee': 989, 'obtaining': 1774, 'access': 31, 'obtain': 1773, 'refund': 2098, 'entity': 894, 'paragraph': 1858, 'associated': 182, 'follow': 1046, 'preserve': 1972, 'literary': 1542, 'archive': 155, 'pglaf': 1906, 'compilation': 490, 'located': 1552, 'performing': 1891, 'displaying': 744, 'based': 223, 'references': 2096, 'support': 2541, 'mission': 1656, 'promoting': 2002, 'sharing': 2287, 'compliance': 495, 'name': 1701, 'comply': 497, 'format': 1067, 'attached': 189, 'share': 2285, 'copyrighted': 577, 'included': 1345, 'information': 1366, 'owner': 1836, 'imposed': 1333, 'laws': 1477, 'govern': 1154, 'countries': 594, 'constant': 538, 'check': 415, 'addition': 53, 'downloading': 783, 'representations': 2141, 'concerning': 510, 'status': 2463, 'sentence': 2267, 'active': 48, 'links': 1536, 'prominently': 2000, 'phrase': 1908, 'appears': 141, 'accessed': 32, 'displayed': 743, 'performed': 1890, 'viewed': 2807, 'copied': 571, 'distributed': 753, 'cost': 582, 'restrictions': 2163, 'online': 1796, 'www': 2957, 'org': 1812, 'derived': 686, 'does': 765, 'contain': 542, 'posted': 1953, 'fees': 996, 'charges': 407, 'redistributing': 2092, 'providing': 2019, 'appearing': 140, 'requirements': 2149, 'paragraphs': 1859, 'distribution': 755, 'additional': 54, 'linked': 1535, 'unlink': 2755, 'detach': 696, 'files': 1004, 'display': 742, 'redistribute': 2091, 'convert': 562, 'binary': 277, 'compressed': 500, 'marked': 1601, 'nonproprietary': 1742, 'proprietary': 2009, 'including': 1347, 'processing': 1990, 'hypertext': 1303, 'plain': 1922, 'vanilla': 2796, 'ascii': 174, 'official': 1788, 'version': 2802, 'web': 2870, 'site': 2341, 'user': 2788, 'exporting': 951, 'upon': 2778, 'original': 1814, 'alternate': 101, 'include': 1344, 'specified': 2416, 'viewing': 2809, 'reasonable': 2077, 'provided': 2018, 'royalty': 2188, '20': 3, 'gross': 1172, 'profits': 1996, 'derive': 685, 'calculated': 350, 'calculate': 349, 'applicable': 144, 'taxes': 2579, 'donate': 772, 'payments': 1874, '60': 10, 'date': 643, 'prepare': 1969, 'legally': 1499, 'periodic': 1893, 'tax': 2578, 'returns': 2167, 'section': 2247, 'donations': 774, 'notifies': 1759, 'mail': 1590, '30': 5, 'require': 2147, 'possessed': 1948, 'physical': 1909, 'medium': 1622, 'discontinue': 728, 'accordance': 34, 'replacement': 2135, 'defect': 668, 'discovered': 731, '90': 16, 'group': 1176, 'michael': 1639, 'hart': 1210, 'volunteers': 2825, 'expend': 941, 'considerable': 531, 'identify': 1307, 'transcribe': 2686, 'proofread': 2004, 'stored': 2483, 'defects': 670, 'limited': 1530, 'incomplete': 1348, 'inaccurate': 1339, 'corrupt': 581, 'data': 642, 'transcription': 2687, 'errors': 903, 'infringement': 1367, 'defective': 669, 'damaged': 630, 'disk': 738, 'computer': 501, 'virus': 2817, 'codes': 466, 'warranty': 2847, 'disclaimer': 725, 'except': 922, 'described': 687, 'party': 1865, 'disclaim': 724, 'liability': 1509, 'expenses': 943, 'legal': 1498, 'remedies': 2121, 'negligence': 1720, 'breach': 312, 'f3': 961, 'distributor': 756, 'liable': 1510, 'actual': 49, 'indirect': 1358, 'consequential': 528, 'punitive': 2029, 'incidental': 1343, 'possibility': 1951, 'discover': 730, 'receiving': 2082, 'written': 2954, 'elect': 851, 'lieu': 1516, 'electronically': 854, 'demand': 678, 'opportunities': 1805, 'fix': 1023, 'problem': 1988, 'warranties': 2846, 'implied': 1328, 'merchantibility': 1632, 'fitness': 1020, 'disclaimers': 726, 'certain': 394, 'exclusion': 930, 'limitation': 1529, 'types': 2722, 'violates': 2813, 'law': 1476, 'interpreted': 1394, 'maximum': 1606, 'permitted': 1898, 'invalidity': 1399, 'unenforceability': 2739, 'provision': 2021, 'void': 2822, 'remaining': 2118, 'provisions': 2022, 'indemnity': 1354, 'indemnify': 1353, 'agent': 74, 'employee': 861, 'production': 1993, 'promotion': 2003, 'harmless': 1208, 'arise': 160, 'indirectly': 1359, 'alteration': 100, 'modification': 1665, 'additions': 55, 'deletions': 676, 'synonymous': 2567, 'formats': 1068, 'readable': 2065, 'widest': 2903, 'variety': 2797, 'computers': 502, 'obsolete': 1771, 'aged': 73, 'exists': 936, 'hundreds': 1293, 'walks': 2834, 'financial': 1010, 'assistance': 180, 'critical': 615, 'goals': 1144, 'ensuring': 883, 'generations': 1119, '2001': 4, 'created': 610, 'permanent': 1895, 'https': 1286, 'non': 1740, 'profit': 1995, '501': 8, 'educational': 841, 'corporation': 579, 'organized': 1813, 'mississippi': 1657, 'granted': 1158, 'exempt': 933, 'internal': 1392, 'revenue': 2168, 'ein': 847, 'federal': 988, 'identification': 1306, '64': 12, '6221541': 11, 'letter': 1506, 'fundraising': 1103, 'contributions': 557, 'deductible': 663, 'extent': 955, '4557': 6, 'melan': 1624, 'dr': 785, 'fairbanks': 971, 'ak': 85, '99712': 17, 'scattered': 2231, 'locations': 1554, '809': 14, 'north': 1747, '1500': 1, 'west': 2878, 'lake': 1461, 'ut': 2792, '84116': 15, '801': 13, '596': 9, '1887': 2, 'email': 856, 'depends': 682, 'survive': 2550, 'increasing': 1350, 'licensed': 1513, 'machine': 1585, 'accessible': 33, 'array': 170, 'outdated': 1824, '000': 0, 'maintaining': 1593, 'irs': 1407, 'committed': 483, 'regulating': 2108, 'charities': 409, 'charitable': 408, '50': 7, 'paperwork': 1857, 'solicit': 2388, 'determine': 700, 'solicitation': 2389, 'accepting': 30, 'unsolicited': 2764, 'donors': 776, 'approach': 149, 'offers': 1786, 'international': 1393, 'gratefully': 1160, 'accepted': 29, 'statements': 2460, 'treatment': 2700, 'swamp': 2553, 'pages': 1841, 'donation': 773, 'methods': 1638, 'addresses': 57, 'checks': 418, 'credit': 613, 'card': 365, 'professor': 1994, 'originator': 1816, 'library': 1511, 'shared': 2286, 'thirty': 2618, 'loose': 1566, 'network': 1722, 'volunteer': 2824, 'confirmed': 520, 'necessarily': 1711, 'edition': 839, 'pg': 1905, 'search': 2242, 'facility': 964, 'includes': 1346, 'produce': 1991, 'subscribe': 2518, 'newsletter': 1726, 'metamorphosis': 1635, 'franz': 1080, 'kafka': 1431, 'translated': 2692, 'david': 645, 'wyllie': 2958}
[1. 1. 1. ... 1. 1. 1.]
array([[0.00041774, 0.00041774, 0.00041774, ..., 0.00125323, 0.01044355,
0.00083548]])